
.dxflGroupBoxCaption_Material{
    text-transform : none;
}


.dxgvEditFormDisplayRow_Moderno td.dxgv, .dxgvInlineEditRow_Moderno td.dxgv, .dxgvDetailCell_Moderno td.dxgv, .dxgvDataRow_Moderno td.dxgv, .dxgvDetailRow_Moderno.dxgvADR td.dxgvAIC {
    overflow: hidden;
    /*border-top-width: 0;
    border-left-width: 0;*/
    border-bottom: 1px Solid #d1d1d1;
    border-top: 1px Solid #d1d1d1;
    border-right: 1px Solid #d1d1d1;
    padding: 8px 10px 9px;
}

body {
    /*padding-top: 50px;*/
    padding-top: 0px;
    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;*/
}

.CNTFormControl {
    float: left;
}

.CNTDisplayNone{
    display :none;
}

.container{
    width :100%!important;
}

.dxscApt .dxsc-apt-container {
    border: 1px solid lightsteelblue;
}


table.dxeRoot_Moderno {
    float: left;
}


@media only screen and (max-width: 767px) {
    .panel-actions {
        float: none;
        margin-bottom: 15px;
        position: absolute;
        
    }
    .panel-title {
        display: contents;
    }

 

    .body{
        background-color :white;
    }

    blockquote.b-thick {
        display:none;
    }
}

.tabs {
    overflow: auto;
}

.dxflFormLayout_Moderno {
    display: block;
    overflow-x: auto;
    
 
}


/*Additions 3-7-2022*/

.panel-heading {
    padding: 12px;
}

.panel-actions {
    top: 10px;
}

.panel-body {
    padding: 0;
}

table.dxgvControl_Moderno {
    width: 100%!important;
}

blockquote {
    padding-bottom :0px;
    padding-top: 10px;
    padding-left: 10px;
}

.header .search {
    width: 600px;
 
}

table.dxeTokenBox
{
    width :100%;

}

.dxflCaption_Moderno {
    max-width: 300px;
    white-space: normal;
    min-width: 150px;
    text-align: right;
    padding-right : 5px;
}

/*messages top*/

.notifications .notification-menu {
    width: 500px;
}

.notifications .notification-menu .view-more {
    text-transform: initial;
}
@media only screen and (min-width: 768px) {
    html.fixed .inner-wrapper {
        padding-top: 110px;
        overflow: auto;
    }
}
/*Mobile Phone*/


