.col-sm-6a{margin: 0 25%; position:center;min-height:1px;padding-left:15px;padding-right:15px; float:center; width:50%}
.fs20cb{font-size: 20px;text-align:center; font-weight:bold;} .fs16cb{font-size: 16px;text-align:center; font-weight:bold;}
.fs14lb{font-size: 14px;text-align:left; font-weight:bold;} 
.fs16cb{font-size: 16px;text-align:center; font-weight:bold;} 
.bdrb{border-bottom:1px solid #DBDBDB;} .bdrt{border-top:1px solid #DBDBDB;}
.bdr{border:1px solid #DBDBDB;}
.padb10{padding-bottom:10px;}.padt10{padding-top:10px;}
.padb25{padding-bottom:25px;}
.padt25{padding-top:25px;} .padt35{padding-top:35px;}
.bold{font-weight:bold;}
.padl25{padding-left:25px;}
.clr { clear:both; }
.fs24cb{font-size: 24px;text-align:center; font-weight:bold;} .fs16{font-size: 16px;text-align:left;}
.fub{font-weight:bold;text-decoration:underline;}
.pad10bdr{padding-top:5px; padding-bottom:5px; border:1px solid #DBDBDB;}
.pad20bdr{padding-top:10px; padding-bottom:10px; border:1px solid #DBDBDB;}
.marTp5 { margin-top:5px !important; }
.marTp10 { margin-top:10px !important; }
.marTp15 { margin-top:15px !important; }
.bdrl{border-left: 1px solid #DBDBDB;}
.bdrr{border-right: 1px solid #DBDBDB;}
.marBp10 { margin-bottom:10px !important; }
.headerDecoration{padding-bottom:10px;padding-top:10px;font-weight:bold;font-size: 18px;}
.padt5 {padding-top:5px;}
.pad5bdr{padding-top:2px; padding-bottom:2px; border:1px solid #DBDBDB;}
.marTp8{ margin-top:8px !important; }
.fs6{font-size: 6px;text-align:left;}
.fs9{font-size: 9px;text-align:left;}
.marBp5{ margin-bottom:5px !important; }
@media print { .page-break { display: block; page-break-before: always; } }
.pbf12{padding-bottom:4px;font-size: 12px;text-align:left;}
.pbf10{padding-bottom:4px;font-size: 10px;text-align:left;}
.clrBoth {clear:both;height:0!important;font-size:0!important;line-height:0!important;margin:0!important; padding:0 !important; border:none!important; width:auto!important;}
.selectDropDownHeight {height: 45px !important;}
select.form-control:not([size]):not([multiple]){height:calc(4.25rem + 2px)}
.fs20lb{font-size: 20px;text-align:left; font-weight:bold;}
.border{border:1px solid #DBDBDB;}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modala1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 1000px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}