﻿body {
    font-family: arial, helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #6e6e6e;
    height: 100%;
    margin: 0;
    font-size:14px;
}

.container .alter {
    background-color: rgb(232, 232, 232);
}
.officeList .media {
    margin-top: 0px !important;
    min-height: 45px;
    font-size: 11px;
    color: #000080;
    cursor: pointer;
    padding: 3px 0px;
}
.panel-default {
    border-color: #ddd;
}
.modal-open {
    position: fixed;
    width: 100%;
    height:100%;
    overflow-y:hidden;
}
#changeOfficeModal.a{
    color: #337ab7;
    text-decoration: none;
}

#divMgrDeatils.form-group {
    justify-content: flex-start !important;
}

.site-header {
    min-height: 70px;
    background-color: #fff;
    box-shadow: 0 1px 7px rgba(0,0,0,.3);
}

.emerson-logo {
    margin-top: 5px;
}

.main-img {
    width: 100%;
    height: 180px;
    margin-top:-3px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #6e6e6e;
    color: #fff;
}

.p{
    margin:0px 0px 10px !important;
}
.col-form-label {
    margin-bottom: 0;
    margin-right: 35px;
    text-align: right;
    font-weight: bold;
}
.form-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.form-group1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
    .media-body.media-middle {
    display: table-cell;
    vertical-align: middle !important;
    color: green;
}

.btn-close-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white !important;
    background-color: transparent;
    border: none;
    font-size: 1rem;
    opacity: 1;
}

    .btn-close-custom:hover {
        color: #fff !important;
        text-decoration: none;
        opacity: 0.75;
    }
.form-row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .form-row1 > div {
        flex: 1;
        margin-right: 10px;
    }

        .form-row1 > div:last-child {
            margin-right: 0;
        }

.form-check-label {
    margin-left: 10px;
}
.modal-header {
    display: block !important;
}
.modal-header .row {
    display: flex;
    align-items: center;
}

.modal-header .col-12 {
    flex: 1;
}

.modal-header .col-sm-3 {
    flex: 0 0 auto;
}

.modal-header .col-sm-9 {
    flex: 1;
}

.modal-footer {
    display:block !important;
}
    .processWorldTitle {
    position: relative;
    z-index: 1;
    top: 175px;
    color: white !important;
    font-size: 50px;
}

    .processWorldTitle a:hover {
        text-decoration: none;
        color: white !important;
    }

    .processWorldTitle a:visited {
        text-decoration: none;
        color: white !important;
    }

    .processWorldTitle a:active {
        text-decoration: none;
        color: white !important;
    }

.maincontent {
    min-height: 600px;
    margin-bottom: 50px;
    margin-top: 40px;
}


.homeNavMenu {
    background-color: #004b8d;
    margin-left: 0px;
    margin-right: 0px;
}
.offcanvas-body {
    background-color: #004b8d;
    color:white;
    
}
.offcanvas-body >li > a {
    line-height: 20px;
}

.offcanvas-toggle {
    background-color: transparent;
    border-radius: 4px;
    padding: 10px;
    margin: 8px;
}

    .offcanvas-toggle .icon-bar {
        background-color: #333;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin: 4px 8px 4px 0;
    }

.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
    margin: 4px 0;
}

p {
    margin: 0px 0px 10px 0px !important;
}

a{
    text-decoration: none !important;
}

label {
    font-weight: 700 !important;
}

col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
.panel {
    margin-top:10px !important;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

form-control {
        font-size: 0.9rem !important;
        font-weight: 200 !important;
    }

form-select {
        font-size: 0.9rem !important;
        font-weight: 200 !important;
    }

mb-2 {
        margin-bottom: 0.8rem !important;
    }

mb-3 {
        margin-bottom: 2rem !important;
    }


    .operationPanel {
        padding: 25px 25px 25px 25px;
        background-color: #f9f9f9;
    }

    .PanelTitle {
        background-color: #808080;
        font-weight: bold;
        color: white;
        padding: 5px 15px;
        font-size: 18px;
    }

    .PanelBody {
        background-color: #f9f9f9;
        padding: 20px 20px;
    }



    .chkProfile {
        float: left;
        margin: 5px !important;
        height: 15px;
        width: 15px;
    }

    .chkLabel {
        display: inline-block;
        float: left;
        background: url("/Content/images/checkboxbackground_yellow.gif") no-repeat center;
        border-radius: 5px;
    }

    .labelCol {
        text-align: right;
    }

    .f-xxs {
        font-size: 9px;
    }

    .f-xs {
        font-size: 10px;
    }

    .f-s {
        font-size: 11px;
    }

    .f-m {
        font-size: 12px;
    }

    .f-ml {
        font-size: 13px;
    }

    .f-l {
        font-size: 14px;
    }

    .f-xl {
        font-size: 15px;
    }

    .f-17 {
        font-size: 17px;
    }

    .f-18 {
        font-size: 18px;
    }

    .f-xxl {
        font-size: 19px;
    }

    .f-24 {
        font-size: 24px;
    }

    .f-50 {
        font-size: 50px;
    }

    .gutter > [class*='col-'] {
        padding: 10px 5px;
    }

    .f-bold {
        font-weight: bold;
    }

    .txt-position {
        text-align: right;
    }

    /* styles for landscape on phones start*/
    @media(min-width:576px) and (max-width:767px) {
        
        .row.ls {
            flex-direction: row !important;
        }

        .form-row1.ls.fndmob {
            display: flex !important;
            flex-wrap: wrap;
            justify-content: space-between;
        }

       /* .gdLogo {
            line-height: 80px;
            height: 80px;
        }

        .site-header {
            min-height: 55px !important;
        }

        .emerson-logo {
            margin-top: 2px;
            height: 30px !important;
        }

        .navbar-toggler {
            padding: 2px 10px !important;
        }

        .welcomeBox {
            margin-top: 10px !important;
        }

        .welcomeOutter {
            height: 25px !important;
            line-height: 25px !important;
        }

        .width100 .container {
            margin-top: 32px !important;
        }

        .navbar-offcanvas {
            top: 72px !important;
            height: 100%;
        }

            .navbar-offcanvas.in {
                overflow-y: scroll;
            }

        .navbar-nav {
            margin: 0px -15px !important;
        }

            .navbar-nav .nav-divider {
                margin: 1px 0px !important;
            }

            .navbar-nav > li > a {
                padding: 7px 15px !important;
                font-size: 12px;
                text-decoration:none !important;
            }

        .GoToGDLeft {
            border: 1px solid #004b8d;
            line-height: 100px !important;
            height: 100px !important;
        }

        .GoToGDRight {.row.align-items-center {
            background-color: #004b8d;
            padding: 20px 20px;
            height: 100px !important;
        }

        .leftSideMenu {
            display: none !important;
        }*/
    }
    /* styles for landscape on phones end*/

    /* Mobiles Phones styles start*/
@media (max-width: 767px) {
    .custom-img2 {
        margin-top: -50px !important;
        float: right !important;
    }
    .col-6.col-md-7.text-end.er {
        margin-top: 30px !important;
    }
    .checkbox-inline.ci {
        display: flex !important;
        margin-left: 30px !important;
    }

    .checkbox-inline.ci1 {
        display: flex !important;
        margin-top: -25px;
        margin-left: 150px;
    }
    .col-form-label.col-10.col-md-10.offset-1.text-start{
        padding:10px 10px 10px 30px !important;
    }
    .panel-default {
        border-color: #ddd;
    }
          
        .row.applicationworld {
            display: flex !important;
            flex-wrap: wrap !important;
            flex-direction: row !important;
        }
        .tbmb {
            display: flex !important;
            flex-direction: row !important;
        }
        .col-12.col-sm-12.col-md-10.offset-1 {
            width: 100% !important;
        }
        .col-12.col-md-9 {
            width: 100% !important;
        }

        .col-12.col-md-10.offset-1.mobtb {
            width: max-content !important;
        }
        .btn.btn-sm.btn-ProcessWorld.f-bold.okbtn4 {
            margin-right: -50px !important;
        }
        .col-3.col-md-2.text-end.txtaln{
            text-align:left !important;
        }
        
        .btn.btn-ProcessWorld.upd {
            display: flex !important;
        }
        .checkbox-inline.ck{
            padding-left:0px !important;
        }

        .col-3.col-sm-2.rdo1 {
            margin-left: 140px !important;
            margin-top: -30px !important;
        }

        .col-3.col-sm-2.rdo2 {
            margin-left: 210px !important;
            margin-top: -22px !important;
        }
        .borderBottom {
            border-bottom: 1px solid grey;
        }

        .transferItems {
            border-right:1px solid grey;
            flex-direction: column;
            align-items: flex-start;
        }

            .transferItems div {
                display: block;
                width: 100%;
            }

        .dis .col-3, .dis .col-sm-2 {
            text-align: center;
        }

        .my-2 {
            margin-top: 8px;
            margin-bottom: 8px;
        }
    .radio-inline, .checkbox-inline {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        vertical-align: middle;
        cursor: pointer;
    }
        .dis {
            flex-direction:row !important;
        }
        .row.align-items-center {
            padding: 15px !important;
        }
        .transfer-disagree {
            font-size: 16px;
            color: crimson;
        }
        .transfer-agree {
            font-size: 16px;
            color: darkgreen;
        }
            .transfer-agree.ag {
                padding-left: 4px !important;
            }
    .transfer-disagree.ag {
        padding-left: 4px !important;
    }
        .row.tc{
            text-align:center !important;
        }
        .PanelBody.pb3{
            padding:10px 0 0 0 !important;
        }
        .col-md-9.offset-3.text-end tll {
            text-align: left !important;
        }
        .validation-btn-done.mtm {
            margin-left: 93px !important;
        }
        #tblTeamMember th {
            color: #6e6e6e !important;
            font-size: 9pt !important;
            font-weight: initial !important;
            text-align: center;
            width: 10%;
            border-top: none;
        }
        tbody, td, tfoot, th, thead, tr {
             border-style: none !important; 
        }
        #tblTeamMember td {
            color: #6e6e6e !important;
            border-top: none;
            border-top-width: initial;
            border-top-style: none;
            border-top-color: initial;
        }
        #tblTeamMember .transferring {
            background-color: #e0e0e0;
        }
        .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }
        .officeIcon{
            background:white !important;
        }
        .media-middle {
            vertical-align: middle !important;
        }
        .media-body, .media-left, .media-right {
            display: table-cell;
            vertical-align: top;
        }
        .container .alter {
            background-color: rgb(232, 232, 232);
        }
        .officeList .media {
            margin-top: 0px !important;
            min-height: 45px;
            font-size: 11px;
            color: #000080;
            cursor: pointer;
            padding: 3px 0px;
        }
        .col-sm-9.text-end.ta {
            text-align: left !important;
        }
        .PanelTitle.pt.pnt {
            margin-top: 10px !important;
        }
        
        
        #tblTeamMember .rightBorder {
            border-right: solid 1px #D0D0D0;
        }
        #tblTeamMember td {
            border-top: none;
        }
        .fnt{
            font-weight:normal !important;
            font-size:13px !important;
        }
        #tblTeamMember td {
            border-top: none;
        }
        #tblTeamMember .rowContainsCheckbox {
            background-color: #eeeeee;
        }
        #tblTeamMember .leftBorder {
            border-left: solid 1px #D0D0D0;
        }
        #tblTeamMember tr {
            line-height: 15px;
        }
        #tblTeamMember .bottomBorder {
            border-bottom: solid 1px #D0D0D0;
            padding-right: 4px;
        }
        .table-responsive > .table {
            margin-bottom: 0;
        }
        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }
        #managerList .optional {
            background-color: #e8e8e8;
        }
        .media-body {
            padding-top:3px !important;
            padding-bottom:3px !important;
            margin-left: 50px;
            margin-top: -36px;
        }

        .col-12.col-md-12.text-center.btncntr{
            text-align:center !important;
        }
        .form-group.mt-2.d-none.chk2 {
            display: none !important;
        }

        .form-group.d-none.chk {
            display: none !important;
        }
        .form-row1.fndmob{
            display:block !important;
        }
        .custom-container {
            display: flex;
            flex-direction: column;
        }
        .newoff {
            margin-left: -290px;
        }
        .custom-bottom-div {
            order: 1;
            margin-left: -110px;
        }
        .modal-content {
            width: inherit;
            height: inherit;
            margin: 0 auto;
        }
        
        .popupModal-header {
            background-color: #004b8d;
            color: white !important;
        }
        .officeList {
            height: 300px;
        }
        #addOfficeFooter {
            text-align: left !important;
            padding: 10px 10px 10px 10px !important;
            margin-top: 0px;
        }
        .footerLink {
            cursor: pointer;
            text-decoration-line: underline;
            text-decoration: underline;
            font-size: 12px;
            color: #0094ff;
        }
        .officeAddress {
            padding: 5px 10px;
            border: 1px solid #ddd;
            margin-bottom: 10px;
            max-width: 400px;
        }

        .gdpdng{
            padding-bottom:50px !important;
        }
        .validation-btn-done{
            margin-top:10px !important;
            display:flex;
            justify-content:center;
        }
        .col-12.col-md-10.cstmsg {
            margin-left: 0 !important;
        }
        .col-6.offset-sm-7 {
            text-align: right !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
        .col-md-5.col-form-label{
            margin-right:30px !important;
        }
        .col-12.col-md-9.chgpwd {
            margin-left:0px !important;
            padding: 20px 25px 20px 20px;
            padding-bottom: 40px !important;
        }

        .PanelBody.pb {
            padding: 10px 15px 10px 20px; 
        }
        .col-10.col-md-11.warni {
            margin-top: -30px !important;
        }
        .col-10.col-md-11.custom-col {
            flex-direction: column;
            margin-top: 0px !important;
        }

        .custom-img {
            margin-right: 0;
            margin-bottom: 10px;
        }

        
        #whyValidation {
            padding-bottom:40px !important
        }
        .account-status {
            background-image: url(../../Content/images/valid3.gif);
            background-repeat: no-repeat;
            background-position: right bottom;
        }
        .d-sm-block.col-10{
            margin-left:65px !important;
            margin-top:-30px !important;
            margin-bottom:30px !important;
        }
        .movv2 {
            height: 70px !important;
            line-height: 10px !important;
        }
        .movv{
            margin-top:20px !important;
        }
        /*.text-center {
            text-align: left !important;
        }*/
        .col-10.col-md-11{
            margin-top:-23px !important;
            margin-left:65px !important;
        }
        .PanelBody{
            margin-left:3px !important;
        }
        .PanelTitle{
            margin-top:10px !important;
            margin-left:3px !important;
        }
        
        .btn-ProcessWorld{
            display:ruby !important;
        }
        #GoToGD .row {
            flex-direction: row;
            display: flex;
        }
        #GoToGD {
            display: flex !important;
            flex-direction: row;
            padding: 15px !important;
        }
        .offcanvas.offcanvas-start {
            margin-top: 128px !important;
        }

        .offcanvas-navbar {
            position: fixed;
            top: 60px;
            width: 100%;
        }

        .offcanvas-toggle {
            background-color: transparent;
            border-radius: 4px;
            padding: 10px;
            margin: 8px;
            border: none;
        }

            .offcanvas-toggle .navbar-toggler-icon {
                display: inline-block;
                position: relative;
                width: 22px;
                height: 18px;
            }

                .offcanvas-toggle .navbar-toggler-icon::before,
                .offcanvas-toggle .navbar-toggler-icon::after,
                .offcanvas-toggle .navbar-toggler-icon span {
                    content: '';
                    display: block;
                    height: 2px;
                    background-color: #333;
                    border-radius: 1px;
                    position: absolute;
                    width: 100%;
                }

                .offcanvas-toggle .navbar-toggler-icon::before {
                    top: 0;
                }

                .offcanvas-toggle .navbar-toggler-icon span {
                    top: 8px;
                }

                .offcanvas-toggle .navbar-toggler-icon::after {
                    bottom: 0;
                }

            .offcanvas-toggle .close-btn-icon {
                display: none;
                width: 22px;
                height: 22px;
                position: relative;
            }


                .offcanvas-toggle .close-btn-icon::before,
                .offcanvas-toggle .close-btn-icon::after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 2px;
                    background-color: black;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%) rotate(45deg);
                }

                .offcanvas-toggle .close-btn-icon::after {
                    transform: translate(-50%, -50%) rotate(-45deg);
                }
        .emerson-logo {
            margin-top: 10px !important;
            margin-left:10px !important;
        }
        .row {
            display: block;
            flex-direction: column;
        }
        .required{
            color:red;
        }
        

        .row .offset-1 {
            margin-left: 0 !important;
        }

        .form-group {
            display: block !important;
            margin-bottom: 0 !important;
        }

        .col-form-label {
            text-align: justify !important;
        }

        .form-check .form-check-input {
            margin-left: 0rem !important;
        }

        .form-check-label {
            margin-left: -100px !important;
        }
        
        .form-horizontal .form-group {
            display: block !important;
            margin-bottom: 0 !important;
        }

        .form-horizontal .form-group {
            display: flex;
            align-items: center;
        }

        .form-horizontal .col-form-label {
            display: flex;
            justify-content: left !important;
            padding-right: 10px;
        }


        .container {
            max-width: 100%;
            margin: 0 auto;
        }

        .offcanvas.offcanvas-start {
            
            width: 200px !important;
            font-size:16px;
        }

        

            .gdLogo {
            line-height: 110px;
            height: 110px;
        }

        .popover {
            max-width: 340px;
        }

        .m-p-t-0 {
            padding-top: 0px !important;
        }

        .footer span,
        .footer span a {
            font-size: 11px;
            color: #fff;
            padding-right: 5px;
        }

        .tooltip-inner {
            max-width: 350px;
            width: 320px;
            text-align: left;
        }

        .welcomeBox {
            margin-top: 30px;
            background-color: black;
            margin-left: -15px;
            margin-right: -15px;
            padding: 0px 5px;
        }

        .welcomeOutter .welcome {
        }

        ul li {
            word-break: break-all;
        }


        .topRow {
            margin-top: 25px !important;
            margin-bottom: 20px !important;
        }

        .modal-title h3 {
            margin-top: 0px;
        }

        .nameInputBox {
            display: inline-block;
            width: 100%;
        }

        .middleNameInputBox {
            display: inline-block;
            width: 15%;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .width100 .container {
            padding-right: 0px;
            padding-left: 0px;
            margin-top: 73px;
        }

        .navbar-toggler {
            display: block !important;
        }


        .gutter > [class*='col-'] {
            padding: 3px 5px;
        }

        .txt-position {
            text-align: left;
            font-weight: bold;
        }

        .labelCol {
            text-align: left !important;
        }

        .main-img {
            height: 100px;
        }

        .processWorldTitle {
            font-size: 25px;
            top: 90px;
            margin-left: 0px;
            margin-right: 0px;
        }

        .navbar-toggler {
            margin-right: 0;
        }
        
        .navbar-nav {
            margin: -20px -15px 0px -15px !important;
        }
        .navbar-nav .nav-divider {
                margin: 20px 0px !important;
            }
        .nav-divider {
            display: block;
            width: 100%; 
            height: 1px;
            background-color: #ddd;
            margin: 10px 0 10px 0; 
        }

        .navbar-offcanvas {
            background-color: #004b8d;
            max-width: 100%;
            text-align:center;
            font-size: 17px;
            top: 112px;
            height: 100%;
        }



            .navbar-offcanvas.in {
                overflow-y: scroll;
                overflow-x:hidden;
            }

            .navbar-offcanvas .navbar-nav li a {
                color: #fff;
                padding-top: 5px;
                padding-bottom: 5px;
            }

            .navbar-offcanvas .navbar-nav .active a {
                background-color: #008862;
            }

            .navbar-offcanvas .navbar-nav li > a:focus,
            .navbar-offcanvas .navbar-nav li > a:hover {
                background-color: #008862;
            }

        .informationBox {
            padding: 0px 20px 0px 20px;
        }

        .GoToGDLeft {
            border: 1px solid #004b8d;
            line-height: 138px;
            height: 140px;
        }

        .GoToGDRight {
            background-color: #004b8d;
            padding: 20px 20px;
            height: 140px;
        }

        .home-jump-nav {
            margin: 0px 0px;
        }

            .home-jump-nav .navbar-nav {
                float: none;
                position: relative;
                list-style-type: none;
                padding-left: 0;
                width: 100%;
                font-size: medium;
                border: 0;
                border-radius: 0;
                height: 55px;
                overflow: hidden;
            }

        .home-jump-nav1 .navbar-nav li {
            line-height: 13px;
            margin-top: 5px;
        }

            .home-jump-nav1 .navbar-nav li a {
                color: #fff;
                padding: 10px 15px;
                display: block;
                transition: background-color 0.35s linear;
                text-decoration: none;
            }

                .home-jump-nav1 .navbar-nav li a > span {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

        .home-jump-nav1 .navbar-nav .active a {
            background-color: #008862;
            color: #fff; 
            width: 100%;
            padding: 10px 15px;
            display: block;
            transition: background-color 0.35s linear;
        }

        .home-jump-nav1 .navbar-nav li > a:focus,
        .home-jump-nav1 .navbar-nav li > a:hover {
            background-color: #008862;
        }

        .navbar-nav .nav-link {
            color: #fff;
            padding: 10px 15px; 
            transition: background-color 0.35s linear;
        }

        .navbar-nav .nav-item.active .nav-link,
        .navbar-nav .nav-item .nav-link:focus,
        .navbar-nav .nav-item .nav-link:hover {
            background-color: #008862; 
            color: #fff; 
        }

        .leftSideMenu {
            display: none !important;
        }
    }
    /* Mobiles Phones   styles end*/

@media (max-width: 991.98px) {
    .homeNavMenu {
            display: none !important;
        }
}
    /* tablets styles start*/

@media (min-width: 768px) and (max-width:991px) {
    .col-6.col-md-7.text-end.er {
        margin-top: 30px !important;
    }
    .col-sm-9.offset-1.col-12.mlll {
        margin-left: 8% !important;
    }
    .checkbox-inline.ci {
        display: flex !important;
        margin-left:200px !important;
    }

    .checkbox-inline.ci1 {
        display: flex !important;
        margin-bottom:40px !important;
        margin-top: -25px;
        margin-left: 350px;
    }
    .PanelBody.pb2{
        display:flex !important;
    }
    .col-12.col-md-9.chgpwd2 {
        width: 100% !important;
    }

    .col-12.col-md-8.rpd {
        width: 100% !important;
    }
    .col-form-label.col-10.col-md-10.offset-1.text-start{
        text-align:center !important;
    }
    #divAddMgrLabel .col-12.col-md-9 {
        width: 100% !important;
    }
    .row.dm{
        margin-left:7rem;
    }
    .panel-default {
        border-color: #ddd;
    }
    form-group mb-2{
        justify-content:end !important;

    }
    .PanelBody.PopupAddNewPanel {
        padding: 50px 80px !important;
    }
    .tabl {
        text-align: right;
        align-content: center;
    }
    .col-12.ml {
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .row.applicationworld {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }

    .tbmb {
        display: flex !important;
        flex-direction: row !important;
    }

    .col-12.col-sm-12.col-md-10.offset-1 {
        width: 100% !important;
    }

    .col-12.col-md-9 {
        width: 100% !important;
    }

    .col-12.col-md-10.offset-1.mobtb {
        width: max-content !important;
    }

    .col-3.col-md-2.text-end.txtaln {
        text-align: left !important;
    }


    .col-md-10{
        width:100% !important;
    }

    .checkbox-inline.ck {
        padding-left: 0px !important;
    }

    /*.col-3.col-sm-2.rdo1 {
        margin-left: 110px !important;
    }

    .col-3.col-sm-2.rdo2 {
        margin-left: 510px !important;
        margin-top: -20px !important;
    }*/

    .borderBottom {
        border-bottom: 1px solid grey;
    }

    .transferItems {
        border-right: 1px solid grey;
        flex-direction: column;
        align-items: flex-start;
    }

        .transferItems div {
            display: block;
            width: 100%;
        }

    .dis .col-3, .dis .col-sm-2 {
        text-align: center;
    }

    .my-2 {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .radio-inline, .checkbox-inline {
        top:5px !important;
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        vertical-align: middle;
        cursor: pointer;
    }

    .dis {
        flex-direction: row !important;
    }

    .row.align-items-center {
        padding: 15px !important;
    }

    .transfer-disagree {
        font-size: 16px;
        color: crimson;
    }

    .transfer-agree {
        font-size: 16px;
        color: darkgreen;
    }
        .transfer-agree.ag {
            padding-left: 4px !important;
        }
        .transfer-disagree.ag {
            padding-left: 4px !important;
        }

    .row.tc {
        text-align: center !important;
    }

    .PanelBody.pb3 {
        padding: 10px 0 0 0 !important;
    }

    .col-md-9.offset-3.text-end tll {
        text-align: left !important;
    }

    .validation-btn-done.mtm {
        margin-left: 93px !important;
    }

    #tblTeamMember th {
        color: #6e6e6e !important;
        font-size: 9pt !important;
        font-weight: initial !important;
        text-align: center;
        width: 10%;
        border-top: none;
    }

    tbody, td, tfoot, th, thead, tr {
        border-style: none !important;
    }

    #tblTeamMember td {
        color: #6e6e6e !important;
        border-top: none;
        border-top-width: initial;
        border-top-style: none;
        border-top-color: initial;
    }

    #tblTeamMember .transferring {
        background-color: #e0e0e0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .officeIcon {
        background: white !important;
    }

    .media-middle {
        vertical-align: middle !important;
    }

    .media-body, .media-left, .media-right {
        display: table-cell;
        vertical-align: top;
    }

    .container .alter {
        background-color: rgb(232, 232, 232);
    }

    .officeList .media {
        margin-top: 0px !important;
        min-height: 45px;
        font-size: 11px;
        color: #000080;
        cursor: pointer;
        padding: 3px 0px;
    }

    .col-sm-9.text-end.ta {
        text-align: left !important;
    }

    .PanelTitle.pt.pnt {
        margin-top: 10px !important;
        /* margin-left: 23px !important;*/
    }


    #tblTeamMember .rightBorder {
        border-right: solid 1px #D0D0D0;
    }

    #tblTeamMember td {
        border-top: none;
    }

    .fnt {
        font-weight: normal !important;
        font-size: 13px !important;
    }

    #tblTeamMember td {
        border-top: none;
    }

    #tblTeamMember .rowContainsCheckbox {
        background-color: #eeeeee;
    }

    #tblTeamMember .leftBorder {
        border-left: solid 1px #D0D0D0;
    }

    #tblTeamMember tr {
        line-height: 15px;
    }

    #tblTeamMember .bottomBorder {
        border-bottom: solid 1px #D0D0D0;
        padding-right: 4px;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    #managerList .optional {
        background-color: #e8e8e8;
    }

    .media-body {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        margin-left: 50px;
        margin-top: -36px;
    }

    .col-12.col-md-12.text-center.btncntr {
        text-align: center !important;
    }

    .form-group.mt-2.d-none.chk2 {
        display: none !important;
    }

    .form-group.d-none.chk {
        display: none !important;
    }

    .custom-container {
        display: flex;
        flex-direction: column;
    }

    .newoff {
        margin-left: -290px;
    }

    .custom-bottom-div {
        order: 1;
        margin-left: -110px;
    }

    .modal-content {
        margin-left: -55px !important;
        width: 600px !important;
        height: inherit;
        margin: 0 auto;
    }

    .popupModal-header {
        background-color: #004b8d;
        color: white !important;
    }

    .officeList {
        height: 300px;
    }

    #addOfficeFooter {
        text-align: left !important;
        padding: 10px 10px 10px 10px !important;
        margin-top: 0px;
    }

    .footerLink {
        cursor: pointer;
        text-decoration-line: underline;
        text-decoration: underline;
        font-size: 12px;
        color: #0094ff;
    }

    .officeAddress {
        padding: 5px 10px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        max-width: 400px;
    }

    .gdpdng {
        padding-bottom: 50px !important;
    }

    .validation-btn-done {
        margin-top: 10px !important;
        display: flex;
        justify-content: center;
    }

    .col-12.cstmsg {
        margin-left: 130px !important;
        padding-right: 130px !important;
        width: calc(100% - 20px);
    }

    .col-12.cstmsg div[style="display: table;"] {
            display: block !important;
            width: 100%;
            word-wrap: break-word;
        }
    .col-6.offset-sm-7 {
        text-align: right !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .col-md-5.col-form-label {
        margin-right: 30px !important;
    }

    .col-12.col-md-9.chgpwd {
        margin-left: 0px !important;
        padding: 0px 25px 20px 20px;
        padding-bottom: 40px !important;
    }

    .PanelBody.pb {
        padding: 10px 15px 10px 20px;
    }

    .col-10.col-md-11.warni {
        margin-top: -30px !important;
    }

    .col-10.col-md-11.custom-col {
        flex-direction: column;
        margin-top: 0px !important;
    }

    .custom-img {
        margin-right: 0;
        margin-bottom: 10px;
    }


    #whyValidation {
        padding-bottom: 40px !important
    }

    .account-status {
        background-image: url(../../Content/images/valid3.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .d-sm-block.col-10 {
        margin-bottom: 30px !important;
    }

    .movv2 {
        height: 70px !important;
        line-height: 10px !important;
    }

    .movv {
        margin-top: 20px !important;
    }

    

    .col-10.col-md-11 {
        margin-top: -23px !important;
        margin-left: 65px !important;
    }

    .PanelBody {
        margin-left: 3px !important;
    }

    .PanelTitle {
        margin-top: 10px !important;
        margin-left: 3px !important;
    }

    .btn-ProcessWorld {
        display: ruby !important;
    }

    #GoToGD .row {
        flex-direction: row;
        display: flex;
    }

    #GoToGD {
        display: flex !important;
        flex-direction: row;
        padding: 15px !important;
    }

    .offcanvas.offcanvas-start {
        margin-top: 128px !important;
    }

    .offcanvas-navbar {
        position: fixed;
        top: 60px;
        width: 100%;
    }

    .offcanvas-toggle {
        background-color: transparent;
        border-radius: 4px;
        padding: 10px;
        margin: 8px;
        border: none;
    }

        .offcanvas-toggle .navbar-toggler-icon {
            display: inline-block;
            position: relative;
            width: 22px;
            height: 18px;
        }

            .offcanvas-toggle .navbar-toggler-icon::before,
            .offcanvas-toggle .navbar-toggler-icon::after,
            .offcanvas-toggle .navbar-toggler-icon span {
                content: '';
                display: block;
                height: 2px;
                background-color: #333;
                border-radius: 1px;
                position: absolute;
                width: 100%;
            }

            .offcanvas-toggle .navbar-toggler-icon::before {
                top: 0;
            }

            .offcanvas-toggle .navbar-toggler-icon span {
                top: 8px;
            }

            .offcanvas-toggle .navbar-toggler-icon::after {
                bottom: 0;
            }

        .offcanvas-toggle .close-btn-icon {
            display: none;
            width: 22px;
            height: 22px;
            position: relative;
        }


            .offcanvas-toggle .close-btn-icon::before,
            .offcanvas-toggle .close-btn-icon::after {
                content: '';
                display: block;
                width: 100%;
                height: 2px;
                background-color: black;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(45deg);
            }

            .offcanvas-toggle .close-btn-icon::after {
                transform: translate(-50%, -50%) rotate(-45deg);
            }

    .emerson-logo {
        margin-top: 10px !important;
        margin-left: 10px !important;
    }

    .row {
        display: flex;
    }

    .required {
        color: red;
    }


    .row .offset-1 {
        margin-left: 0 !important;
    }

    .form-group {
        display: flex !important;
        margin-bottom: 0 !important;
    }

    .col-form-label {
    padding-top: 7px !important;
    margin-bottom: 0 !important;
    text-align: right !important;
}

    .form-check .form-check-input {
        margin-left: 0rem !important;
    }

    .form-check-label {
        margin-left: -100px !important;
    }

    .form-horizontal .form-group {
        margin-bottom: 0 !important;
    }

    .form-horizontal .form-group {
        display: flex;
        align-items: center;
    }

    .form-horizontal .col-form-label {
        display: flex;
        justify-content: left !important;
        padding-right: 10px;
    }


    .container {
        max-width: 100%;
        margin: 0 auto;
    }

    .offcanvas.offcanvas-start {
        width: 200px !important;
        font-size: 16px;
    }



    .gdLogo {
        line-height: 110px;
        height: 110px;
    }

    .popover {
        max-width: 340px;
    }

    .m-p-t-0 {
        padding-top: 0px !important;
    }

    .footer span,
    .footer span a {
        font-size: 11px;
        color: #fff;
        padding-right: 5px;
    }

    .tooltip-inner {
        max-width: 350px;
        width: 320px;
        text-align: left;
    }

    .welcomeBox {
        margin-top: 30px;
        background-color: black;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0px 5px;
    }

    .welcomeOutter .welcome {
    }

    ul li {
        word-break: break-all;
    }


    .topRow {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
    }

    .modal-title h3 {
        margin-top: 0px;
    }

    .nameInputBox {
        display: inline-block;
        width: 100%;
    }

    .middleNameInputBox {
        display: inline-block;
        width: 15%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .width100 .container {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 73px;
    }

    .navbar-toggler {
        display: block !important;
    }


    .gutter > [class*='col-'] {
        padding: 3px 5px;
    }

    .txt-position {
        text-align: left;
        font-weight: bold;
    }

    .labelCol {
        text-align: left !important;
    }

    .main-img {
        height: 100px;
    }

    .processWorldTitle {
        font-size: 25px;
        top: 90px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .navbar-toggler {
        margin-right: 0;
    }

    .navbar-nav {
        margin: -20px -15px 0px -15px !important;
    }

        .navbar-nav .nav-divider {
            margin: 20px 0px !important;
        }

    .nav-divider {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #ddd;
        margin: 10px 0 10px 0;
    }

    .navbar-offcanvas {
        background-color: #004b8d;
        max-width: 100%;
        text-align: center;
        font-size: 17px;
        top: 112px;
        height: 100%;
    }



        .navbar-offcanvas.in {
            overflow-y: scroll;
            overflow-x: hidden;
        }

        .navbar-offcanvas .navbar-nav li a {
            color: #fff;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .navbar-offcanvas .navbar-nav .active a {
            background-color: #008862;
        }

        .navbar-offcanvas .navbar-nav li > a:focus,
        .navbar-offcanvas .navbar-nav li > a:hover {
            background-color: #008862;
        }

    .informationBox {
        padding: 0px 20px 0px 20px;
    }

    .GoToGDLeft {
        border: 1px solid #004b8d;
        line-height: 138px;
        height: 140px;
    }

    .GoToGDRight {
        background-color: #004b8d;
        padding: 20px 20px;
        height: 140px;
    }

    .home-jump-nav {
        margin: 0px 0px;
    }

        .home-jump-nav .navbar-nav {
            float: none;
            position: relative;
            list-style-type: none;
            padding-left: 0;
            width: 100%;
            font-size: medium;
            border: 0;
            border-radius: 0;
            height: 55px;
            overflow: hidden;
        }

    .home-jump-nav1 .navbar-nav li {
        line-height: 13px;
        margin-top: 5px;
    }

        .home-jump-nav1 .navbar-nav li a {
            color: #fff;
            padding: 10px 15px;
            display: block;
            transition: background-color 0.35s linear;
            text-decoration: none;
        }

            .home-jump-nav1 .navbar-nav li a > span {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

    .home-jump-nav1 .navbar-nav .active a {
        background-color: #008862;
        color: #fff;
        width: 100%;
        padding: 10px 15px;
        display: block;
        transition: background-color 0.35s linear;
    }

    .home-jump-nav1 .navbar-nav li > a:focus,
    .home-jump-nav1 .navbar-nav li > a:hover {
        background-color: #008862;
    }

    .navbar-nav .nav-link {
        color: #fff;
        padding: 10px 15px;
        transition: background-color 0.35s linear;
    }

    .navbar-nav .nav-item.active .nav-link,
    .navbar-nav .nav-item .nav-link:focus,
    .navbar-nav .nav-item .nav-link:hover {
        background-color: #008862;
        color: #fff;
    }

    .leftSideMenu {
        display: none !important;
    }
}
    /* tablets styles end*/

    /* medium desktop screen styles start*/
@media (min-width: 992px) {
    .col-6.col-md-7.text-end.er {
        margin-top: 30px !important;
    }
    .checkbox-inline.ci {
        display: flex !important;
        margin-left: 200px !important;
    }

    .checkbox-inline.ci1 {
        display: flex !important;
        margin-bottom: 40px !important;
        margin-top: -25px;
        margin-left: 350px;
    }
    .PanelBody.pb2 {
        padding-left: 100px;
        display: flex !important;
    }
    .col-12.col-md-9.chgpwd2 {
        width: 100% !important;
    }
    .col-12.col-md-8.rpd {
        text-align:right;
        width: 100% !important;
    }
    .col-12 .ol-md-9.customerr {
        margin-left: 170px !important;
    }
    .row.align-items-center.col-12.col-md-9 {
        width: 100% !important;
    }
    .panel-default {
        border-color: #ddd;
    }
    .p.b-sm-10{
        padding-bottom:0px !important;
    }
    .transferItems {
        border-right: 1px solid grey;
        flex-direction: column;
        align-items: flex-start;
    }
    .borderBottom {
        border-bottom: 1px solid grey;
    }
    .col-12.col-md-10.cstmsg {
        margin-left: -10px !important;
    }
    #managerList .optional {
        background-color: #e8e8e8;
    }
    .transfer-disagree {
        font-size: 16px;
        color: crimson;
    }
    .transfer-agree {
        font-size: 16px;
        color: darkgreen;
    }
        .transfer-agree.ag {
            padding-left: 4px !important;
        }
    .transfer-disagree.ag {
        padding-left: 4px !important;
    }
    .btn-ProcessWorld .btnRightArrow {
        width: 25px !important;
        background-repeat: no-repeat;
        background-position: right !important;
        display: inline-block !important;
    }
        .officeAddress {
        padding: 5px 10px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        max-width: 400px;
    }
    .required {
        color: red;
    }
    .footerLink {
        cursor: pointer;
        text-decoration-line: underline;
        text-decoration: underline;
        font-size: 12px;
        color: #0094ff;
    }
    #addOfficeFooter {
        text-align: left !important;
        padding: 10px 10px 10px 10px !important;
        margin-top: 0px;
    }
    .modal-footer {
        display: block !important;
    }
    .officeList {
        height: 300px;
    }
    .popupModal-header {
         background-color: #004b8d; 
         color: white !important; 
    }
        .validation-btn-done {
            margin-top: 10px !important;
            display: flex;
            justify-content: center;
        }
        /*.row.mb-2 label{
            font-weight:100 !important;
        }*/
    .row.mb-2.rdmt label {
        text-align:right !important;
        font-weight: bold !important;
        line-height: 2.5 !important;
        white-space: nowrap !important;
    }

        .col-12.ml {
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .row.dm {
            margin-left: 60px !important;
        }

        .checkbox-inline.ck {
            margin-right: 100px !important;
        }
        /*.rdo3 {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            position: relative;
            height: 100%;
            box-sizing: border-box;
        }*/
    .radio-inline {
        left: 40px;
        position: relative;
        top: 5px;
        margin: 0;
    }
        .form-horizontal.dis {
          margin-left:10px !important;
            flex-direction: row !important;
        }
        .col-sm-8.col-12.ml{
            margin-left: -170px !important;
        }
        .row.align-items-center {
            padding: 0px !important;
            width: 700px !important;
        }
        #tblTeamMember .rightBorder {
            border-right: solid 1px #D0D0D0;
        }

        #tblTeamMember td {
            border-top: none;
        }

        .fnt {
            font-weight: normal !important;
            font-size: 13px !important;
        }

        #tblTeamMember td {
            border-top: none;
        }

        #tblTeamMember .rowContainsCheckbox {
            background-color: #eeeeee;
        }

        #tblTeamMember .leftBorder {
            border-left: solid 1px #D0D0D0;
        }

        #tblTeamMember tr {
            line-height: 15px;
        }

        #tblTeamMember .bottomBorder {
            border-bottom: solid 1px #D0D0D0;
            padding-right: 4px;
        }

        .table-responsive > .table {
            margin-bottom: 0;
        }

        .table-responsive {
            width: 100%;
            margin-bottom: 15px;
            overflow-y: hidden;
            -ms-overflow-style: -ms-autohiding-scrollbar;
            border: 1px solid #ddd;
        }
        #tblTeamMember th {
            color: #6e6e6e !important;
            font-size: 9pt !important;
            font-weight: initial !important;
            text-align: center;
            width: 10%;
            border-top: none;
        }

        tbody, td, tfoot, th, thead, tr {
            border-style: none !important;
        }

        #tblTeamMember td {
            color: #6e6e6e !important;
            border-top: none;
            border-top-width: initial;
            border-top-style: none;
            border-top-color: initial;
        }

        #tblTeamMember .transferring {
            background-color: #e0e0e0;
        }

        .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
            white-space: nowrap;
        }

        .col-md-5.col-form-label{
            margin-right:0px !important;
        }

        .gdLogo {
            line-height: 115px;
            height: 116px;
        }

        .width100 .container {
            margin-top: 40px;
        }

        .popover {
            max-width: 540px;
        }

        .navbar-nav {
            float: left;
            margin: 0;
        }

        .footer span,
        .footer span a {
            font-size: 11px;
            color: #fff;
            padding-right: 10px;
        }

        .tooltip-inner {
            max-width: 450px;
            width: 450px;
            text-align: left;
        }

        .welcomeBox {
            margin-top: 20px;
            background-color: black;
            padding: 0px 5px;
        }



        

        .topRow {
            margin-top: 25px !important;
            margin-bottom: 30px !important;
        }

        .nameInputBox {
            display: inline-block;
            width: 42%;
        }

        .middleNameInputBox {
            display: inline-block;
            width: 12%;
        }

        .login-br {
            border-right: solid 1px #A9A9A9;
        }

        .home-jump-nav {
            margin: 0px 0px;
            height:56px;
        }

            .home-jump-nav .navbar-nav {
                float: none;
                position: relative;
                list-style-type: none;
                padding-left: 0;
                width: 100%;
                font-size: medium;
                border: 0;
                border-radius: 0;
                height: 40px;
            }

                .home-jump-nav .navbar-nav li {
                    height: 40px;
                    text-align: center;
                    float: left;
                    width: 16.66%;
                    margin-top: 8px;
                    border-right: 1px solid #fff;
                }

                    .home-jump-nav .navbar-nav li:first-of-type {
                        border-left: 1px solid #fff;
                    }

                    .home-jump-nav .navbar-nav li a {
                        color: #fff;
                        padding: 0;
                        width: 100%;
                        height: 55px;
                        margin-top: -7px;
                        transition: background-color .35s linear;
                        display: table;
                        text-decoration: none;
                    }

                        .home-jump-nav .navbar-nav li a > span {
                            display: table-cell;
                            vertical-align: middle;
                            text-align: center;
                        }

                .home-jump-nav .navbar-nav .active a {
                    background-color: #008862;
                    border-bottom: 5px solid white;
                    line-height: 55px;
                    height: 55px;
                    margin-top: -7px;
                }

                .home-jump-nav .navbar-nav li > a:focus,
                .home-jump-nav .navbar-nav li > a:hover {
                    background-color: #008862;
                }

        .main-nav {
            border-right: 2px solid #e0e0e0;
            padding-bottom: 20px;
            min-height: 250px;
        }

            .main-nav > li {
                line-height: 35px;
                font-size: medium;
                font-weight: bold;
            }

                .main-nav > li > a {
                    color: #004b8c;
                }

                    .main-nav > li > a:hover,
                    .main-nav > li > a:active {
                        text-decoration: none;
                        color: #00A4D2;
                    }

                .main-nav > li > .visited {
                    color: #F9A533;
                }

        .navbar-expand-sm {
            width: 1250px;
            margin-left: auto;
            margin-right: auto;
        }
    }

    @media(min-width:991px) and (max-width:1400px) {
        .checkbox-inline.ci {
            display: flex !important;
            margin-left: 140px !important;
        }

        .checkbox-inline.ci1 {
            margin-bottom: 40px !important;
            display: flex !important;
            margin-top: -25px;
            margin-left: 250px;
        }
        .PanelBody.pb2 {
            padding-left: 100px;
            display: flex !important;
        }
        .col-12.col-md-9.chgpwd2 {
            width: 100% !important;
        }
        .col-12.col-md-8.rpd{
            width:100% !important;
        }
        .col-12.col-md-9.wdt {
            width: 100% !important;
        }
        .panel-default {
            border-color: #ddd;
        }
        .borderBottom {
            border-bottom: 1px solid grey;
        }
        .col-md-5.col-form-label {
            margin-right: 0px !important;
        }
        .col-6.offset-sm-7 {
            margin-left: 20px !important;
            margin-right: auto !important;
        }
        .GoToGDLeft {
            border: 1px solid #004b8d;
            line-height: 208px;
            height: 210px;
        }

        .GoToGDRight {
            background-color: #004b8d;
            padding: 30px 20px;
            height: 210px;
        }
    }
    
    .custom-link {
        text-decoration: none !important;
    }


    /* medium desktop screen styles end*/
    /* Large desktop screen styles start*/
    @media(min-width:1200px) {
        .leftSideMenu {
            width: 22%;
        }

        .GoToGDLeft {
            border: 1px solid #004b8d;
            line-height: 168px;
            height: 170px;
        }

        .GoToGDRight {
            background-color: #004b8d;
            padding: 30px 10px 1px 20px;
            height: 170px;
        }
    }
    /* Large desktop screen styles end*/


    .btn-ProcessWorld {
        width:120px !important;
        color: #ffffff;
        background-color: #7B9BAA;
        border-color: #7B9BAA;
        height: 28px;
        line-height: 14px;
        font-size: 14px;
        text-transform: uppercase;
    }

        .btn-ProcessWorld:hover,
        .btn-ProcessWorld:focus,
        .btn-ProcessWorld:active,
        .btn-ProcessWorld.active,
        .open .dropdown-toggle.btn-ProcessWorld {
            color: #ffffff;
            background-color: #8dadbc;
            border-color: #50839b;
        }

        .btn-ProcessWorld:active,
        .btn-ProcessWorld.active,
        .open .dropdown-toggle.btn-ProcessWorld {
            background-image: none;
        }

        .btn-ProcessWorld.disabled,
        .btn-ProcessWorld[disabled],
        fieldset[disabled] .btn-ProcessWorld,
        .btn-ProcessWorld.disabled:hover,
        .btn-ProcessWorld[disabled]:hover,
        fieldset[disabled] .btn-ProcessWorld:hover,
        .btn-ProcessWorld.disabled:focus,
        .btn-ProcessWorld[disabled]:focus,
        fieldset[disabled] .btn-ProcessWorld:focus,
        .btn-ProcessWorld.disabled:active,
        .btn-ProcessWorld[disabled]:active,
        fieldset[disabled] .btn-ProcessWorld:active,
        .btn-ProcessWorld.disabled.active,
        .btn-ProcessWorld[disabled].active,
        fieldset[disabled] .btn-ProcessWorld.active {
            background-color: #8dadbc;
            border-color: #50839b;
        }

        /*End ProcessWorld Button*/



        .btn-ProcessWorld .btnRightArrow {
            width:25px !important;
            background-image: url("/Content/images/rightArrowIcon.png");
            background-repeat: no-repeat;
            background-position: right !important;
            display: inline-block !important;
            width: 20px;
            height: 13px;
        }

        .btn-ProcessWorld .btnLeftArrow {
            background-image: url("/Content/images/leftArrowIcon.png");
            background-repeat: no-repeat;
            background-position: left;
            display: inline-block;
            width: 20px;
        }

    .close {
        color: white !important;
        opacity: 1 !important;
        font-size: 25px;
    }


    .welcomeOutter {
        display: inline-block;
        float: right;
        height: 34px;
        line-height: 34px;
    }

        .welcomeOutter .welcome {
            color: white;
        }

            .welcomeOutter .welcome a {
                color: white;
                text-decoration: none;
                cursor: pointer;
            }


    /* styles for validation helpers */
    .field-validation-error {
        color: #b94a48;
    }

    .field-validation-valid {
        display: none;
    }

    input.input-validation-error {
        border: 1px solid #b94a48;
    }

    input[type="checkbox"].input-validation-error {
        border: 0 none;
    }

    .input-validation-error {
        border: 1px solid #b94a48 !important;
    }

    .validation-summary-errors {
        color: #b94a48;
    }

    .validation-summary-valid {
        display: none;
    }

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px !important;
    }
    .row.dm{
        margin-left: 60px !important;
    }



        /* MY DETAILS VIEW STYLES START */
        .container .alter {
            background-color: rgb(232, 232, 232);
            /*border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;*/
        }

    #myDetails input[type="button"] {
        color: white;
    }

    #myDetails {
        margin-bottom: 30px;
        color: gray;
    }

    .PopupAddNewPanel > .row {
        margin-bottom: 5px;
    }

    .officeList {
        height: 300px;
    }

        .officeList .media {
            margin-top: 0px !important;
            min-height: 45px;
            font-size: 11px;
            color: #000080;
            cursor: pointer;
            padding: 3px 0px;
        }

    #currentOfficeAddress {
        max-width: 400px;
    }

    .officeAddress {
        padding: 5px 10px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        max-width: 400px;
    }



    .officeIcon {
        /*padding-left: 5px;
    padding-right: 0px;*/
        min-height: inherit;
        /*max-width: 60px;*/
    }

    .ofcAddress {
        min-height: inherit;
        font-size: 11px;
    }


    .hintMessage {
        font-size: 12px;
        color: #999999;
    }

    /* Change/Add Office VIEW STYLES Start */

    .popupModal-header {
        background-color: #004b8d;
        color: white !important;
    }



    .required{
        color: red !important;
    }

    #newOfficeSentReminder {
        padding: 20px;
        text-align: center;
    }

    #addOfficeFooter {
        text-align: left !important;
        padding: 10px 10px 10px 10px !important;
        margin-top: 0px;
    }


    .footerLink {
        cursor: pointer;
        text-decoration-line: underline;
        text-decoration: underline;
        font-size: 12px;
        color: #0094ff;
    }

    .footerLinkDescription {
        font-size: 12px;
        color: #004b8d;
        margin-left: 10px;
    }

    @media screen and (min-width:768px) {
        #divAddMgrLabel .col-12.col-md-9{
            width:100% !important;
        }

        .lineHeight {
            line-height: 40px;
        }

        .modal-lg {
            width: 650px;
        }

        .largeEnter {
            max-width: 400px;
        }

        .informationBox {
            padding: 0px 50px 20px 50px;
        }
    }

    /* Change/Add Office VIEW STYLES End */


    /* Registration Progress Bar  Jing.Bai Aug.7.2017*/
    * {
        box-sizing: border-box;
    }

    #progressbar {
        padding: 0;
        list-style-type: none;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        clear: both;
        line-height: 0.8em;
        margin: 0 -1px;
        text-align: center;
    }

        #progressbar li {
            float: left;
            padding: 10px 30px 10px 40px;
            background: #9EA09F;
            color: #fff;
            position: relative;
            width: 31%;
            margin: 0 1px;
            /*box-shadow: 0 2px 2px #9EA09F;*/
            border-bottom: 2px solid #9EA09F;
            margin-right: 5px;
        }

            #progressbar li:before {
                content: '';
                border-left: 16px solid #fff;
                border-top: 16px solid transparent;
                border-bottom: 16px solid transparent;
                position: absolute;
                top: 0;
                left: 0;
            }

            #progressbar li:after {
                content: '';
                border-left: 16px solid #9EA09F;
                border-top: 16px solid transparent;
                border-bottom: 16px solid transparent;
                position: absolute;
                top: 0;
                left: 100%;
                z-index: 20;
            }

            #progressbar li.active {
                background: #F08300;
                margin-right: 5px;
                /*box-shadow: 0 2px 2px #9EA09F;*/
                border-bottom: 2px solid #F08300;
            }

                #progressbar li.active:after {
                    border-left-color: #F08300;
                }

            #progressbar li.finished {
                background: #1E943E;
                margin-right: 5px;
                /*box-shadow: 0 2px 2px #9EA09F;*/
                border-bottom: 2px solid #1E943E;
            }

                #progressbar li.finished:after {
                    border-left-color: #1E943E;
                    /*border: 11px solid black; 
    border-color: transparent transparent #1E943E #1E943E;
    transform: rotate(225deg);
    box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.4);
    margin-left:-12px;
    margin-top:4px;*/
                }

    /* Search Manager Result list */
    #managerList .optional {
        background-color: #e8e8e8;
    }

    .manager {
        padding: 10px 0 8px 0;
    }
    /* Search Manager Result list */

    /* Alert Modal */

    .vertical-alignment-helper {
        display: table;
        height: 100%;
        width: 100%;
    }

    .vertical-align-center {
        display: table-cell;
        vertical-align: middle;
    }

    .modal-content {
        width: 600px !important;
        height: inherit;
        margin: 0 auto;
    }

    .alert-modal-header {
        padding: 9px 15px;
        font-weight: bold;
        background-color: #999999;
        text-align: center;
    }

    .alert-modal-body {
        position: relative;
        padding: 20px;
        background-color: #eeeeee;
    }

    .btnModalOK {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 10px;
    }
    /* Alert Modal */

    /* Validation */
    .validation-alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-weight: bold;
        color: gray;
        background-color: white;
    }

    .validation-btn-done {
        text-align: center;
        padding-top: 30px;
    }

    /* TEAM MEMBER LIST */

    #tblTeamMember th {
        font-size: 9pt;
        font-weight: initial;
        text-align: center;
        width: 10%;
        border-top: none;
    }

    #tblTeamMember td {
        border-top: none;
    }

    #tblTeamMember tr {
        line-height: 45px;
    }

    #tblTeamMember .rowContainsCheckbox {
        background-color: #eeeeee;
    }

    #tblTeamMember .transferring {
        background-color: #e0e0e0;
    }

    #tblTeamMember .terminating {
        background-color: #cd5c5c;
        color: white;
    }

    #tblTeamMember .columnPadding {
        padding-right: 10px;
    }

    #tblTeamMember .bottomBorder {
        border-bottom: solid 1px #D0D0D0;
        padding-right: 4px;
    }

    #tblTeamMember .rightBorder {
        border-right: solid 1px #D0D0D0;
    }

    #tblTeamMember .leftBorder {
        border-left: solid 1px #D0D0D0;
    }

    #tblTeamMember .topBorder {
        border-top: solid 1px #D0D0D0;
    }

    #tblTeamMember .spacerRowPadding {
        padding-top: 15px;
    }
    /* TEAM MEMBER LIST */

    /* Validation Pending Event Actions */

    .transferItems {
        border-right: solid 1px grey;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .borderBottom {
        border-bottom: solid 1px grey !important;
    }

    .transfers-header-padding {
        width: 70%;
        float: left;
        min-height: 1px;
    }

    .transfers-header {
        width: 15%;
        float: left;
        border-bottom: 1px solid grey;
        padding-left: 15px;
    }

    .transfers-column {
        width: 15%;
        float: left;
        padding-left: 15px;
    }

    .transfer-agree {
        font-size: 16px;
        color: darkgreen;
    }
    .transfer-agree.ag{
        padding-left:4px !important;
    }
    .transfer-disagree.ag {
        padding-left: 4px !important;
    }
    .transfer-disagree {
        font-size: 16px;
        color: crimson;
    }
    /* Validation Pending Event Actions */
    /* Validation */

    /* Application World */

    .applicationworld a {
        color: #00AA7E;
    }

    .applicationworld .appinactive {
        color: darkgray;
    }

    .applicationworld .appdescription a {
        color: blue;
    }
    /* Application World */

    /*Contact Us*/
    .contactus a {
        color: blue;
    }
    /*Contact Us*/

    /*Validation Status*/
    .account-status {
        background-image: url(../../Content/images/valid3.gif);
        background-repeat: no-repeat;
        background-position: right bottom;
    }
    /*Validation Status*/

    .p-0 {
        padding: 0 !important;
    }

    .p-xxs {
        padding: 5px !important;
    }

    .p-xs {
        padding: 10px !important;
    }

    .p-sm {
        padding: 15px !important;
    }

    .p-m {
        padding: 20px !important;
    }

    .p-md {
        padding: 25px !important;
    }

    .p-lg {
        padding: 30px !important;
    }

    .p-xl {
        padding: 40px !important;
    }

    .p-l-0 {
        padding-left: 0 !important;
    }

    .p-l-xxs {
        padding-left: 5px !important;
    }

    .p-l-xs {
        padding-left: 10px !important;
    }

    .p-l-sm {
        padding-left: 15px !important;
    }

    .p-l-m {
        padding-left: 20px !important;
    }

    .p-l-md {
        padding-left: 25px !important;
    }

    .p-l-lg {
        padding-left: 30px !important;
    }

    .p-l-xl {
        padding-left: 40px !important;
    }

    .p-y-1 {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .p-t-3 {
        padding-top: 3px;
    }

    .p-t-5 {
        padding-top: 5px;
    }


    .p-b-lg {
        padding-bottom: 30px !important;
    }

    .p-b-xl {
        padding-bottom: 50px !important;
    }

    .p-b-xxl {
        padding-bottom: 100px !important;
    }

    .m-xxs {
        margin: 2px 4px;
    }

    .m-xs {
        margin: 5px;
    }

    .m-sm {
        margin: 10px;
    }

    .m {
        margin: 15px;
    }

    .m-md {
        margin: 20px;
    }

    .m-lg {
        margin: 30px;
    }

    .m-xl {
        margin: 50px;
    }

    .m-n {
        margin: 0 !important;
    }

    .m-l-none {
        margin-left: 0;
    }

    .m-l-xs {
        margin-left: 5px;
    }

    .m-l-sm {
        margin-left: 10px;
    }

    .m-l {
        margin-left: 15px;
    }

    .m-l-md {
        margin-left: 20px;
    }

    .m-l-lg {
        margin-left: 30px;
    }

    .m-l-xl {
        margin-left: 40px;
    }

    .m-l-n-xxs {
        margin-left: -1px;
    }

    .m-l-n-xs {
        margin-left: -5px;
    }

    .m-l-n-sm {
        margin-left: -10px;
    }

    .m-l-n {
        margin-left: -15px;
    }

    .m-l-n-md {
        margin-left: -20px;
    }

    .m-l-n-lg {
        margin-left: -30px;
    }

    .m-l-n-xl {
        margin-left: -40px;
    }

    .m-t-none {
        margin-top: 0;
    }

    .m-t-xxs {
        margin-top: 1px;
    }

    .m-t-xs {
        margin-top: 5px;
    }

    .m-t-sm {
        margin-top: 10px;
    }

    .m-t {
        margin-top: 15px;
    }

    .m-t-md {
        margin-top: 20px;
        margin-left:44px;
    }

    .m-t-lg {
        margin-top: 30px;
    }

    .m-t-xl {
        margin-top: 40px;
    }

    .m-t-xxl {
        margin-top: 50px;
    }

    .m-t-xxxl {
        margin-top: 60px;
    }

    .m-t-70 {
        margin-top: 70px;
    }

    .m-t-96 {
        margin-top: 96px;
    }

    .m-t-n-xxs {
        margin-top: -1px;
    }

    .m-t-n-xs {
        margin-top: -5px;
    }

    .m-t-n-sm {
        margin-top: -10px;
    }

    .m-t-n {
        margin-top: -15px;
    }

    .m-t-n-md {
        margin-top: -20px;
    }

    .m-t-n-lg {
        margin-top: -30px;
    }

    .m-t-n-xl {
        margin-top: -40px;
    }

    .m-r-none {
        margin-right: 0;
    }

    .m-r-xxs {
        margin-right: 1px;
    }

    .m-r-xs {
        margin-right: 5px;
    }

    .m-r-sm {
        margin-right: 10px;
    }

    .m-r {
        margin-right: 15px;
    }

    .m-r-md {
        margin-right: 20px;
    }

    .m-r-lg {
        margin-right: 30px;
    }

    .m-r-xl {
        margin-right: 40px;
    }

    .m-r-n-xxs {
        margin-right: -1px;
    }

    .m-r-n-xs {
        margin-right: -5px;
    }

    .m-r-n-sm {
        margin-right: -10px;
    }

    .m-r-n {
        margin-right: -15px;
    }

    .m-r-n-md {
        margin-right: -20px;
    }

    .m-r-n-lg {
        margin-right: -30px;
    }

    .m-r-n-xl {
        margin-right: -40px;
    }

    .m-b-none {
        margin-bottom: 0;
    }

    .m-b-xxs {
        margin-bottom: 1px;
    }

    .m-b-xs {
        margin-bottom: 5px;
    }

    .m-b-sm {
        margin-bottom: 10px;
    }

    .m-b {
        margin-bottom: 15px;
    }

    .m-b-md {
        margin-bottom: 20px;
    }

    .m-b-lg {
        margin-bottom: 30px;
    }

    .m-b-xl {
        margin-bottom: 40px;
    }

    .m-b-xxl {
        margin-bottom: 60px;
    }

    .m-b-n-xxs {
        margin-bottom: -1px;
    }

    .m-b-n-xs {
        margin-bottom: -5px;
    }

    .m-b-n-sm {
        margin-bottom: -10px;
    }

    .m-b-n {
        margin-bottom: -15px;
    }

    .m-b-n-md {
        margin-bottom: -20px;
    }

    .m-b-n-lg {
        margin-bottom: -30px;
    }

    .m-b-n-xl {
        margin-bottom: -40px;
    }

    .space-15 {
        margin: 15px 0;
    }

    .space-20 {
        margin: 20px 0;
    }

    .space-25 {
        margin: 25px 0;
    }

    .space-30 {
        margin: 30px 0;
    }
