﻿.loader-modal { position: fixed; z-index: 9999; height: 100%; width: 100%; top: 0; left: 0; background-color: Black; filter: alpha(opacity=60); opacity: 0.6; -moz-opacity: 0.8; }
.loading-image { margin-top:30%; height: 150px; width: 150px; }
@media only screen and (min-width: 22em) {
    .loading-image { margin-top:20%; height: 200px; width: 200px; }
}

#message { position: fixed; height: auto; top: 5%; z-index: 9999; right: 0%; display:none; max-width: 450px; min-width: 270px; border-radius: 10px; height:auto; }
.msgBlock { position: fixed; height: 100%; width: 100%; top: 0; left: 0; display: none; z-index: 9998; }
.msgBlockshow  { display: block; background: rgba(100, 100, 100,.6); }
.form-group { margin-bottom: 5px; }
@media(max-width: 767px){
    #message { display: none; top: auto; bottom: 0; max-width: 100%; left: 0; }
    .panel-footer { font-size: 12px; }
    .container-fluid { padding-right: 5px; padding-left: 5px; }
}
@media(max-width: 500px){
    h4 { font-size: 14px; }
    #compLogo { height: 45px; }
    .panel { font-size: 11px; }
    .form-group-sm .form-control, .btn-group .btn, #divGateEntryType .btn { font-size: 11px; }
}
.loadAjax { display: none; }
.radioList{ margin: 0px auto; }
.radioList > tbody > tr > td { padding: 2px 5px; }
.radioList > tbody > tr > td > input[type="radio"], .radioList > tbody > tr > td > span > input[type="radio"] { margin: 4px; }
.radioList > tbody > tr > td > input[type="radio"]:checked + label, .radioList > tbody > tr > td > span > input[type="radio"]:checked + label { font-weight: bold; text-decoration: underline; }
.radioList > tbody > tr > td > label, .radioList > tbody > tr > td > span > label { margin-bottom:0px;position:relative;top:-2px; }
.tblHdr { background-color: #f3f0f0; }

/*search result css*/
.searchResults { width: 95%; max-height: 200px; background-color: #f7f7f7; border-radius: 5px; z-index: 9997; overflow-y: scroll; display: none; position: absolute; box-shadow: 0px 0px 3px 0px grey; border: 1px solid grey; min-height: 10px; }
.input-group-addon+.searchResults { left: 0px; top: 31px; }
.searchSelection { cursor: pointer; color: #1e6e8d; display: block; border-radius: 5px; padding: 2px 10px; }
.searchSelection:hover { background-color: #1e6f8e; color: white; }
/*4/19/2020 2:32:15 PM#38640#RAMESH KUMAR#1803739FD10F*/
/*4/19/2020 2:57:26 PM#38640#RAMESH KUMAR#1803739FD10F*/
/*5/29/2020 11:10:28 AM#38640#RAMESH KUMAR#00090FAA0001*/
