.openModal .title h3,
.openModal2 .title h3,
.openModal3 .title h3
{
color: #fff;
font-size: 12px;
font-weight: bold;
margin-top: 8px;
font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.module {
border: 1px solid #D9D9D9;
background: #FAFAFA;
color: #555;
font-size: 12px;
}

.module header
{
    /*border: 1px solid;*/
    background: #F9F9F9;
    border-bottom: 1px solid #D9D9D9;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 12px;
}
.module header h3
{
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    /*margin: 0 0 7px;*/
    margin-bottom: 0;
    vertical-align: middle;
    text-transform: uppercase;
}
.tableContent
{
    width: 98%;
    /*margin-top: 10px;*/
    color: #555555;
    border: 1px solid #ddd;
    background: #ffffff;
    margin: 10px auto;
}
.tableContent th    
{
    cursor: pointer;
    height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    color: #555;
    border-bottom-width: 2px;
    font-size: 10px;
    background: #F9F9F9;
}
.tableContent td
{
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    /*border-bottom: 1px dotted #ccc;*/
    /*padding: 15px 10px;*/
    padding: 10px;
}
.tableSimple
{
    width: 98%;
    /*margin-top: 10px;*/
    color: #555555;
    border: 1px solid #ddd;
    background: #ffffff;
    margin: 10px auto;
}
.tableSimple th    
{
    cursor: pointer;
    height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    color: #555;
    border-bottom-width: 2px;
    font-size: 10px;
    background: #F9F9F9;
}
.tableContent td
{
    margin: 0;
    padding: 0;
    /*border: 1px solid #ddd;*/
    /*border-bottom: 1px dotted #ccc;*/
    /*padding: 15px 10px;*/
    padding: 5px;
}
.modalDialog,
.modalDialog2,
.modalDialog3 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
    /* border: 0px solid #dddddd; */
	z-index: 9900;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
    
}

.modal-header{
    background-color: #002B00;
    border: 0 !important;
    height: auto;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.modal-header h5 {
    font-size: 1.2rem;
}
.modal-header h4 {
    font-size: 17px;
}
.modal-body p {
    font-size: 14px;
    color: #7f7f85;
    padding: 2%;
    margin: 0 0 10px;
}
.modal-body .icon-modal{
    font-size: 70px;
    color: #109343;
}
.close{ 
    font-size: 1.8rem !important;
}

.modal-footer{
    background-color: #f7f7f7;
    height: 60px;
    padding: 8px 15px;
}
.modal-header .close {
    color: #fff !important;
  }

.modalDialog .btn,
.modalDialog2 .btn,
.modalDialog3 .btn {
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'Source Sans Pro',sans-serif;
    cursor: pointer;
}
.modalDialog .btn-blue,
.modalDialog .btn-primary,
.modalDialog2 .btn-blue,
.modalDialog2 .btn-primary,
.modalDialog3 .btn-blue,
.modalDialog3 .btn-primary {
    background-color: #005C24;
    border: 0;
    box-shadow: none;
    color: #fff;
}
.modalDialog .btn-blue:hover,
.modalDialog .btn-primary:hover,
.modalDialog2 .btn-blue:hover,
.modalDialog2 .btn-primary:hover,
.modalDialog3 .btn-blue:hover,
.modalDialog3 .btn-primary:hover {
    background-color: #0972ac;
    color: #fff;
}
.modalDialog .btn-secondary,
.modalDialog2 .btn-secondary,
.modalDialog3 .btn-secondary {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    color: #1891d5;
}
.modalDialog .btn-secondary:hover,
.modalDialog2 .btn-secondary:hover,
.modalDialog3 .btn-secondary:hover {
    background-color: #ddd;
    color: #1891d5;
}
.modalDialog .form-control,
.modalDialog2 .form-control,
.modalDialog3 .form-control {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 4px;
}

.modalDialog:target,
.modalDialog2:target,
.modalDialog3:target {
	opacity:1;
	pointer-events: auto;
	overflow: auto;
}

.modalDialog > div,
.modalDialog2 > div,
.modalDialog3 > div {
    /* border: 1px solid rgba(0, 0, 0, 0.333); */
	position: relative;
	margin: 3% auto;
	/*padding: 5px 0px 13px 0px;*/
	background: #fff;

}

.modalDialog .title,
.modalDialog2 .title,
.modalDialog3 .title
{
    color: #666666;
    text-align: center;
    padding: 1px;
    background: #555;
    margin: -6px -1px -2px;
}
.modalDialog > h3,
.modalDialog2 > h3,
.modalDialog3 > h3
{
    color: #666666;
    font-weight: bold;
}
/*.modalDialog .cWindowContent > div,
.modalDialog2 .cWindowContent2 > div,
.modalDialog3 .cWindowContent3 > div {
    transition: max-height 400ms ease-in;
    -moz-transition: max-height 400ms ease-in;  
}

.modalDialog .cWindowContent > div,
.modalDialog2 .cWindowContent2 > div,
.modalDialog3 .cWindowContent3 > div {
    transition: max-height 400ms ease-in;
    -moz-transition: max-height 400ms ease-in;  
}*/
