html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body { margin-bottom: 60px; }
.BackFon_Class { display:none; position: fixed; height: 100%; z-index: 10; left: 0px; top: 0px; width: 100%; background-color: #000; vertical-align: middle; padding-top: 0px; filter: alpha(Opacity=75); -moz-opacity: 0.75; opacity: 0.75; }
.st_home_admin
{
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); box-shadow: 0 0 10px rgba(0,0,0,0.5);  
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; padding:16px 12px;
    position:fixed; top:50%; left:50%; background-color:White; display:none; 
    width:240px; height:140px; margin-left:-120px; margin-top:-70px; z-index:12;
}
.txt_in_all_incorr
{
    background-color:#FFB8B8;
}
.txt_in_all_incorr:focus
{
    -moz-box-shadow: 0 0 2px rgba(0, 160, 255,1); 
    -webkit-box-shadow: 0 0 2px rgba(0, 160, 255,1); 
    box-shadow: 0 0 2px rgba(0, 160, 255,1);  
}
.waybill-icon { width:18px; vertical-align:middle; cursor:pointer; }
.success-image {  font-weight:bold; color:#0b9612; text-align:center; }