﻿
body {
    background-color: #005288 !important; 
    vertical-align: middle; 
}
.divContentHighResolution {
    max-width: 940px;
    margin: auto;
    /*margin-top: 20px;*/        
}
.center-box {
    min-height: 100% !important; 
    min-height: 100vh !important;  
    /*display: flex !important;*/ 
}
#allContent{
    max-width: 380px; 
    margin: auto;
}

.border-none {
    border: 0px !important;
}
.border-simpleLightGray {
    border: solid 1px #eeeeee !important ;
    border-radius: 10px !important; 
}
.border-simpleradius-left {
    border-radius: 5px 0px 0px 5px !important; 
}
.border-simpleradius-right {
    border-radius: 0px 5px 5px 0px !important; 
}
.labelForm{
    line-height: 35px !important;
    text-align: left !important; 
    padding: 0px !important; 
    /*border: solid 1px red !important;*/  
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-group {
    margin-bottom:0px;
  }
}
