﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* 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;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


html, body {
    margin: 0;
    padding: 0;
    height:100%; /*support responsive footer*/
}

#body {
    padding-bottom: 40px;    /* height of footer */
}


/*#wrap {
    min-height: 100%;
}

#main {
    overflow:auto;
	padding-bottom: 150px;
} 

#footer {
    position: relative;
	margin-top: -150px; 
	height: 30px;
	clear:both;
    background: #bbc8d7 none repeat scroll 0 0;
}*/
.disabledEditButton:hover{
    text-decoration:none!important;
}

.clearfix:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both; }

/*.headerBanner{
   height:80px;
}*/



.bannerButton{
      background:#999999 !important;  
      border-radius: 5px;
      -moz-border-radius: 5px;      
      margin-right:3px;
      margin-left:6px;
      padding: 0;
      height: auto;
      border: 0 !important;
}

.bannerButton li{      
       font-family: Verdana;
       font-size: 11px;
       color: #FFFFFF;
       padding:4px;
       width:50px;              
}

.logoutButton {
    font-family: Helvetica;
    font-size: 14px;
    color: #00C18B;
    background-color: #FFFFFF;
    border-color: #00C18B;
}

.boldLabel{
    font-weight:bold;
}

.title {
    text-align:center;
    padding-top:5px;
}
.title span {
        
        font-size: 14px;
        color: #999999;/*#005897;*//*#999999;*/
        font-family: Verdana;
    }


/*.bannerMenu{
      background:#999999 !important; 
      border-radius: 5px;
      width:100px;
      -moz-border-radius: 5px;      
      margin-right:3px;
      margin-left:6px;
      padding: 0;
      height: auto;
      border: 0 !important;
}

.bannerMenu div{      
       font-family: Verdana;
       font-size: 11px;
       color: #FFFFFF;
       padding:4px;
       width:50px;              
}*/


.edit_form .line {
    clear: both;
    display: block;
    float: left;
    margin: 1px 0;
    width:300px;
}

.edit_form .label, .edit_form .wideLabel {
    clear: left;
    display: block;
    float: left;
    padding: 4px 0;
   
}
.gridHeader {
    border-left: 1px solid #9f9f9f;
    border-top: 1px solid #9f9f9f;
    border-right: 1px solid #9f9f9f;
    width: 100%;
    background-color: #dcdcdc;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #666;
}
.ImageLogo img {
    width: auto;
    height: 60px;
}
.GridCommandColumn{
    text-align:left;
}
.GridCommandColumn a {
    margin-right: 3px !important;
}
.MainMenu {
    max-width: 1100px;
    visibility: hidden;
}
.ProductName {
    font-family: proximanova-light;
    max-height: 45px;
    overflow: hidden;
    font-size: 36px;
}
.GridFooterRowError {
    background-color: #FFC8C8;
    color: #FF0000;
}
.ProjectManageFormCaption {
    width: 90px !important;
    min-width: 90px !important;
}
.dxeErrorCellSys {
    padding-right:0px !important;
}

.dx-dashboard-panel-extension {
    z-index: 0 !important;
}
.ProjectAttributesView #CardView_DXMainTable {
    padding: 0 !important;
    border: hidden !important;
}

    .ProjectAttributesView #CardView_DXMainTable td[class^='dxcvSeparator'] {
        display: none;
    }

    .ProjectAttributesView #CardView_DXMainTable td[class^='dxcvEmptyHiddenCard'] {
        display: none;
    }

.ProjectAttributesView #CardView_DXMainTabl .dxflHALSys {
    padding-top: 0 !important;
}

.ProjectAttributesView #CardView_DXMainTable .dxflCLLSys {
    padding-top: 2px !important;
    padding-bottom: 1px !important;
}

.ProjectAttributesView #CardView_DXMainTable td[class^='dxcvCard'] {
    padding: 0 !important;
}
.btn-landing:hover {
    transition-duration: 350ms;
    transition-property: transform;
    transform: scale(1.1);
}
.btn-landing:not(:hover) {
    transition-duration: 350ms;
    transition-property: transform;
    transform: scale(1);
}
.lbl-red {    
    color: red;
}
div:has(.grid-panel)
{
    height: auto !important;
}

.grid-panel .dxpc-contentWrapper {
    height: auto !important;
}

    .grid-panel > .dxpc-contentWrapper > .dxpc-content{
        height: auto !important;
    }