﻿body {
    font-size:13px;
    color:#204D7C;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}
.headerTitle { float:left; width:250px;margin:5px;}
.headerTitle :after { clear:both;} 
.container-fluid {
    padding-left:15px;padding-right:15px;margin-top:0px;
}
/* Set width on the form input elements since they're 100% wide by default */
.txtFull { max-width:100%;}
.heading-text { color: #f9920b;font-size: 18px;font-weight: normal; margin: 10px 0px;}
.info-header { padding: 2px 5px; font-weight: bold; color: white;background-color: #5a738e; }
.bgPanel {background-color: #EDEDED; padding:10px 10px; width:100%;}
.headerTitle a img { width:100%; max-height:40px;}
.customeWidth {
    max-width: 280px;
    height: auto;
    padding: 0px 5px;
}    
select.compact { padding:0px;font-size:12px;}
.form-horizontal .control-label { padding-top:0px; text-align:left;}
.btnCompact { padding:0px 10px; margin:0px;}
/*Bootstrap column class reset padding for Medium Size screen  */
 @media only screen and (min-width : 992px) {
   .mdlnp { padding-left:0px;}
   .mdrnp { padding-right:0px;}
}
