﻿
.row {
    width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
}

.contentPane form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

    .contentPane form .row.align-items-top {
        align-items: flex-start;
    }

    .contentPane form .row.align-items-center {
        align-items: center;
    }

.row:after {
    content: "";
    display: table;
    clear: both;
}

.left-pad {
    padding-left: 10px;
}

.right-pad {
    padding-right: 10px;
}

.no-left-padding {
    padding-left: 0px !important;
}

.no-right-padding {
    padding-right: 0px !important;
}


.no-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-bottom-pad {
    padding-bottom: 0px;
}

.x-pad {
    padding-left: 10px;
    padding-right: 10px;
}

.column {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 5px;
    min-width: 30px;
}

    .column.no-left-pad {
        padding-left: 0px;
    }

    .column.no-right-pad {
        padding-right: 0px;
    }

    .column.no-x-pad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .column.sm-left-pad {
        padding-left: 5px;
    }

    .column.sm-right-pad {
        padding-right: 5px;
    }

    .column.sm-x-pad {
        padding-left: 5px;
        padding-right: 5px;
    }

.contentPane form .row > .fill-space {
    flex: 1;
}

.tgi-group-box {
    border-collapse: separate;
    border: 1px Solid #9F9F9F;
    border-radius: 3px;
    padding: 0px 5px 10px 5px;
    margin: 5px 5px 0px 5px;
    box-sizing: border-box;
}

.tgi-group-box-title {
    color: #818181;
    display: inline-block;
    left: 9px;
    line-height: 16px;
    padding: 0px 3px 0px 3px;
    position: relative;
    top: -9px;
}

/* Rows with equal height columns */
.equal-height-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contentPane form .row.equal-height-container {
    align-items: stretch;
}
/*Since setting 100% height messes up with the margin in group box, add that as padding in column instead*/
.equal-height-container > .column {
    padding: 10px 15px 10px 20px;
}

    .equal-height-container > .column > .tgi-group-box {
        height: 100%;
        margin: 0;
        /* need to resolve this universally ... Some GB's need a margin and some dont */
        /* margin: 0px 0px 0px 10px; */
    }

    .equal-height-container > .column.no-left-pad, .equal-height-container > .column.no-x-pad {
        padding-left: 10px;
    }

    .equal-height-container > .column.no-right-pad, .equal-height-container > .column.no-x-pad {
        padding-right: 10px;
    }

    .equal-height-container > .column.sm-left-pad, .equal-height-container > .column.sm-x-pad {
        padding-left: 15px;
    }

    .equal-height-container > .column.sm-right-pad, .equal-height-container > .column.sm-x-pad {
        padding-right: 15px;
    }

/* NEW - align panels */
.equal-height-container.tgi-panels > .column {
    padding: 0px 5px 0px 10px;
    overflow: hidden;
}

    .equal-height-container.tgi-panels > .column .qbe-panel-container {
        display: table;
        height: 100%;
    }

    .equal-height-container.tgi-panels > .column .qbe-panel {
        display: table-cell;
        vertical-align: middle;
    }


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.percent-5 {
    width: 5%;
}

.percent-10 {
    width: 10%;
}

.percent-15 {
    width: 15%;
}

.percent-20 {
    width: 20%;
}

.percent-25 {
    width: 25%;
}

.percent-30 {
    width: 30%;
}

.percent-33 {
    width: 33%;
}

.percent-34 {
    width: 34%;
}

.percent-35 {
    width: 35%;
}

.percent-40 {
    width: 40%;
}

.percent-45 {
    width: 45%;
}

.percent-50 {
    width: 50%;
}

.percent-55 {
    width: 55%;
}

.percent-60 {
    width: 60%;
}

.percent-65 {
    width: 65%;
}

.percent-67 {
    width: 67%;
}

.percent-70 {
    width: 70%;
}

.percent-75 {
    width: 75%;
}

.percent-80 {
    width: 80%;
}

.percent-85 {
    width: 85%;
}

.percent-90 {
    width: 90%;
}

.percent-95 {
    width: 95%;
}

.percent-100 {
    width: 100% !important;
}

.center-content {
    text-align: center;
}

.left-content {
    text-align: left;
}

.right-content {
    text-align: right;
}

.transparent-bg {
    background-color: transparent !important;
}


.top-pad {
    margin-top: 45px !important;
}

.margin-left {
    margin-left: auto;
}

.top-pad-15 {
    margin-top: 15px !important;
}

.top-pad-5 {
    margin-top: 5px !important;
}

.top-pad-10 {
    margin-top: 10px !important;
}


.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
}

.limit-max-width {
    max-width: 800px
}

.right-align-horz {
    float: right;
}

.contentPane form .row > .right-align-horz {
    margin-left: auto;
}

.no-right-margin {
    margin-right: 0px;
}

.no-left-margin {
    margin-left: 0px;
}

.color-red {
    color: red !important;
}

.color-yellow {
    color: yellow;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color-fuchsia {
    color: fuchsia;
}

.zero-min-width {
    min-width: 0px;
}

.bold-text {
    font-weight: bold;
}

.bold-underline-text {
    font-weight: bold;
    text-decoration: underline;
}

.pre-formatted {
    white-space: pre;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, 
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, 
.col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}

.tgi-focused {
    border-top-color: rgb(61, 61, 61) !important;
    border-left-color: rgb(61, 61, 61) !important;
    border-right-color: rgb(61, 61, 61) !important;
}

.tgi-bottom-focused {
    border-bottom-color: rgb(61, 61, 61) !important;
    border-left-color: rgb(61, 61, 61) !important;
    border-right-color: rgb(61, 61, 61) !important;
}

/*To allow context menu on disabled elements for Firefox and Edge (E21WEB-372)*/
input:disabled {
    pointer-events: none;
}

.inherit-size {
    width: inherit;
    height: inherit;
}

.uppercase .dxeEditAreaSys {
    text-transform: uppercase;
}

.readonly-editor {
    opacity: .6;
}

    .readonly-editor:focus {
        opacity: 1;
    }

    @media screen and (max-width : 700px){
        #DetailGridView td.dxic {
            height : 35px !important;
        }

        /*#DetailGridView_DXEFC td.dxgv{
            padding : 15px 0px 15px 15px !important; 
        }*/
    }

/*Devices with sizes less than iphone-x in both orientations*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px), (max-device-width : 667px){
    #MainPane input, textarea {
        font-size: 16px !important;
    }

    /*#masterContainer {
        padding-bottom: 200px;
    }*/

    #DetailGridView_DXEFC {
        padding-bottom: 200px;
    }
}
    @media only screen and (max-device-height : 568px), only screen and (min-device-width : 320px) and (max-device-width: 568px) and (orientation : landscape) {

        /*322591 krish 04/13/2021 - adjustments so the fab images and button are visible*/
        .dx-fab-main-button {
            width: 28px !important;
            height: 28px !important;
        }

        .dx-fab-content {
            margin: 0 0 0 0;
            max-height: 28px !important;
        }

        .dx-fab-image-container {
            max-width: 28px !important;
            max-height: 28px !important;
        }

        .dx-fab-action {
            width: 24px;
            height: 24px;
        }

            .dx-fab-action:nth-of-type(1) {
                bottom: 40px !important;
            }

            .dx-fab-action:nth-of-type(2) {
                bottom: 72px !important;
            }

            .dx-fab-action:nth-of-type(3) {
                bottom: 104px !important;
            }

            .dx-fab-action:nth-of-type(4) {
                bottom: 136px !important;
            }

            .dx-fab-action:nth-of-type(5) {
                bottom: 168px !important;
            }

        .dx-fab-button > img {
            transform: translate(-50%, -50%) rotate(90deg);
        }

        #fab > div:first-child {
            transform: rotate(-90deg);
            margin-bottom: 25px;
        }

        #MainMenuPanel_PW-1 {
            overflow: scroll !important;
        }

        #MainMenuPanel_PWC-1{
            overflow : scroll !important;
        }
    }

    .dxflCommandItemSys {
        margin-left: 0px !important;
    }

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 295px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 540px !important;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #DetailGridView_DXEFL{
        width: 340px !important;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 640px !important;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 700px !important;
    }
}

/* ----------- iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 340px !important;
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

/* ----------- Galaxy S3 ----------- */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 330px !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 610px !important;
    }
}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 335px !important;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 610px !important;
    }
}

/* ----------- Galaxy S6 ----------- */
@media screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 335px !important;
    }
}

@media screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-device-pixel-ratio: 4) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 610px !important;
    }
}

/* ----------- Galaxy S7 ----------- */
/*@media screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}*/

/*@media screen and (min-device-width: 414px) and (max-device-width: 767px) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 730px !important;
    }
}*/

/* ----------- Galaxy S8, S9 ----------- */
/*@media screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 335px !important;
    }
}*/

/*@media screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 705px !important;
    }
}*/

/* ----------- Galaxy S10 ----------- */
/*@media only screen and (min-device-width: 360px) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 335px !important;
    }
}*/

/*@media only screen and (min-device-width: 760px) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 725px !important;
    }
}*/

/* ----------- Galaxy S10 Plus, OnePlus 6----------- */
/*@media only screen and (min-device-width: 412px) and (max-device-width: 869px) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}*/

/* ----------- Pixel 2 ----------- */
@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

@media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 695px !important;
    }
}

/* ----------- Pixel 2 XL, Pixel 3, Pixel 3a XL ----------- */
@media only screen and (min-device-width: 411px) and (max-device-width: 823px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

/* ----------- Pixel 3 XL----------- */
@media only screen and (min-device-width: 411px) and (max-device-width: 846px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

/* ----------- Nexus 4 ----------- */
@media only screen and (min-device-width: 384px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 350px !important;
    }
}

@media only screen and (min-device-width: 384px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 610px !important;
    }
}

/* ----------- Nexus 5, BlackBerry Z30 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 335px !important;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 610px !important;
    }
}

/* ----------- Nexus 5X, 6, 6P ----------- */
@media only screen and (min-device-width: 412px) and (max-device-width: 732px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 375px !important;
    }
}

@media only screen and (min-device-width: 412px) and (max-device-width: 732px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    #DetailGridView_DXEFL {
        width: 650px !important;
    }
}

/* ----------- Nexus 7 ----------- */
@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    #DetailGridView_DXEFL {
        width: 555px !important;
    }
}

.dxtc-content {
    border: 0px !important;
}

.dx-borderBox {
    background: none white !important;
}

/*.dxgvCSD {
    height: auto !important;
}*/

#DetailGridView_DXEFL {
    max-width: 1300px;
}

#HtmlEditor_DPP_PW-1 {
    max-width: 800px !important;
    width: 800px !important;
}


