body {
    font-size: 14px;
    color: #707070;
}

h1 {
    font-size: 30px;
    color: #1C7CAA;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 24px;
    color: #1C7CAA;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

    h2 small {
        font-size: 16px;
        color: rgba(112, 112, 112, 50%);
    }

    h2 a {
        font-size: 14px;
        color: #1C7CAA;
        text-decoration: none;
    }

h3 {
    font-size: 16px;
    color: #022568;
    width: 100%;
}

h6 {
    font-size: 18px;
    color: #0056b3;
    font-weight: bold;
}

    h6 label {
        color: #707070
    }

p {
    font-size: 16px;
    color: #707070;
}

    p.txt-green {
        font-size: 16px;
        color: #18BE18;
        font-weight: bold;
    }

    p.txt-18 {
        font-size: 18px;
    }

    p.txt-14 {
        font-size: 14px;
    }

        p.txt-14 a {
            color: #0056b3;
            text-decoration: underline;
        }

span.txt-14 {
    color: #0056b3;
    text-decoration: underline;
}

.table tr th a {
    color: #707070;
}

p a {
    color: #1C7CAA;
    text-decoration: underline;
}

p.txt-green span {
    color: #707070
}

a {
    color: #1C7CAA
}

.form-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

.form-control {
    border: 1px solid #D9D9D9;
    height: auto;
    padding: 13px 16px;
    color: #707070;
    font-size: 14px;
    border-radius: 10px;
}

    .form-control:focus {
        color: #707070;
        box-shadow: unset;
    }

.btn-primary {
    min-width: 150px;
    transition: transform .1s;
    border: 1px solid #3288B2;
    background-color: #3288B2;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding: 12px 10px;
    border-radius: 8px;
    line-height: 20px;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary:not(:disabled):not(.disabled):active:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
        border: 1px solid #1386BC;
        background-color: #1386BC;
        box-shadow: unset;
        color: #212529;
        text-decoration: none;
    }

.btn-secondary {
    min-width: 150px;
    transition: transform .1s;
    border: 1px solid #3288B2;
    background-color: #ffffff;
    color: #3288B2;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding: 12px 10px;
    border-radius: 8px;
    line-height: 20px;
}

    .btn-secondary:hover {
        border: 1px solid #1386BC;
        background-color: #1386BC;
    }

.loginBody {
    background: #D9D9D9;
}

.login_container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    min-height: 100vh;
    display: flex;
}

.login {
    border-radius: 10px;
    padding: 40px;
    border-radius: 5px;
    background-color: #F4F4F4;
    position: relative;
    width: 465px;
    margin: 30px;
    transition: 0.32s all ease-in-out;
    box-shadow: 0 3px 6px rgb(0 0 0 / 18%);
}

    .login .form-control {
        background: #F1F9FF;
        border-color: #022568;
    }

    .login .input-group-text {
        padding: 0.375rem 0 0.375rem 0.75rem;
        border: 1px solid #022568;
        border-radius: 10px;
        background-color: #f1f9ff;
    }


/*--header-start--*/
header {
    display: inline-block;
    width: 100%;
    border-bottom: 10px solid #1C7CAA;
}

    header .navbar {
        padding: 0 1rem;
    }

    header .navbar-brand {
        width: 120px;
    }

    header .navbar-expand-lg .navbar-nav.left-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        padding: 30px 20px;
    }

    header .navbar-expand-lg .navbar-nav.left-nav .active .nav-link {
        background: #1C7CAA;
        color: #ffffff;
    }
/*--header-end--*/

/*--main-start--*/

.table tr:hover td {
    background: #E7F1F6;
}

.table tr th {
    color: #707070;
    background: #EBEBEB;
}

    .table tr th.filter {
        position: relative;
        padding-right: 35px;
    }

        .table tr th.filter a {
            position: absolute;
            right: 10px;
        }

.table tr {
    color: #707070;
}

    .table tr th.last-child {
        width: 1% !important;
    }

    .table tr td.btn-action a {
        margin: 0 2px;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(255 255 255);
}

.even {
    background: #FCFCFC;
}

.pagination li {
    margin: 0 3px;
}

    .pagination li .page-link {
        color: #707070;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
    }

.pagination .page-item.active .page-link {
    background-color: #068AC9;
    border-color: #D9D9D9;
}

.pagination .page-item.disabled .page-link {
    color: #707070;
    border-color: #D9D9D9;
    opacity: .7;
}

.pagination li.previous a.page-link:before {
    content: '';
    display: inline-block;
    background: url(/Content/images/previousArrow.svg);
    height: 8px;
    width: 12px;
    margin-right: 10px;
}

.pagination li.next a.page-link:after {
    content: '';
    display: inline-block;
    background: url(/Content/images/nextArrow.svg);
    height: 8px;
    width: 12px;
    margin-left: 10px;
}

.form-inline .form-control.w-13 {
    width: 13%;
}

.form-inline .form-control.w-10 {
    width: 10%;
}

.form-inline .form-control.w-7 {
    width: 7%;
}

.addContainer {
    top: 0;
    min-height: 100vh;
    margin: 0;
    float: left;
    background-color: #fff;
    position: fixed;
    right: -850px;
    max-width: 850px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1026 !important;
    padding: 0 15px;
}

    .addContainer.open {
        right: 0;
    }

    .addContainer .modifiersRow {
        width: 100%;
        float: left;
        padding: 15px 0;
        margin: 0;
        overflow-y: auto;
        height: calc(100vh - 140px);
    }

        .addContainer .modifiersRow .closebtn {
            position: absolute;
            right: 30px;
            color: #000;
        }

    .addContainer .close {
        float: left;
        opacity: unset;
        height: 38px;
        width: 37px;
        border-radius: 6px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 10px;
        right: 0;
    }

        .addContainer .close span {
            color: #000;
            font-size: 20px;
            text-shadow: none;
        }

    .addContainer .modifiersRow .card {
        background-color: #FFF;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 0 4px rgb(0 0 0 / 10%);
        max-width: 400px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .addContainer .modifiersRow .card .fieldset {
            padding: 0 0 30px;
            margin: 0 0 30px;
            min-width: inherit;
            border: none;
            border-bottom: solid 1px #d9d9d9;
        }

            .addContainer .modifiersRow .card .fieldset .heading {
                margin-bottom: 10px;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
            }

.overlayNew_addOrder.open {
    right: 0 !important;
    display: block !important;
    z-index: 1025 !important;
    background-color: rgba(0,0,0,.6) !important;
}

.overlayNew_addOrder {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100% !important;
    float: right;
    position: fixed;
    z-index: 5555;
    top: 0px;
    direction: rtl;
    right: 0;
}

.addContainer h3 {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
}

.addContainer .custom-control-label::before {
    width: 30px;
    height: 30px;
    border: #A2A2A2 solid 1px;
    left: -37px;
}

.addContainer .custom-control-label::after {
    width: 30px;
    height: 30px;
    left: -37px;
}

.addContainer .custom-control {
    min-height: 34px;
    padding-left: 37px;
    line-height: 2.5;
}

.addContainer .form-group label.custom-control-label {
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0;
}

.EditContainer .modifiersRow .card.emailCard {
    background-color: #FFF;
    border-radius: 4px;
    box-shadow: unset;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
    border: solid 1px #d9d9d9;
}

#TenantInfoTable {
    width: 1799px !important;
}

    #TenantInfoTable table {
        width: 1798px !important;
    }

table#TenantInfoTable.dataTable,
table#TenantInfoTable.dataTable th,
table#TenantInfoTable.dataTable td {
    box-sizing: border-box;
}

.form-inline .form-control.w-11 {
    width: 11%;
}





























.EditContainer {
    top: 0;
    min-height: 100vh;
    margin: 0;
    float: left;
    background-color: #fff;
    position: fixed;
    right: -850px;
    max-width: 850px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1026 !important;
    padding: 0 15px;
}

    .EditContainer.open {
        right: 0;
    }

    .EditContainer .modifiersRow {
        width: 100%;
        float: left;
        padding: 15px 0;
        margin: 0;
        overflow-y: auto;
        height: calc(100vh - 140px);
    }

        .EditContainer .modifiersRow .closebtn {
            position: absolute;
            right: 30px;
            color: #000;
        }

    .EditContainer .close {
        float: left;
        opacity: unset;
        height: 38px;
        width: 37px;
        border-radius: 6px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 10px;
        right: 0;
    }

        .EditContainer .close span {
            color: #000;
            font-size: 20px;
            text-shadow: none;
        }

    .EditContainer .modifiersRow .card {
        background-color: #FFF;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 0 4px rgb(0 0 0 / 10%);
        max-width: 400px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .EditContainer .modifiersRow .card .fieldset {
            padding: 0 0 30px;
            margin: 0 0 30px;
            min-width: inherit;
            border: none;
            border-bottom: solid 1px #d9d9d9;
        }

            .EditContainer .modifiersRow .card .fieldset .heading {
                margin-bottom: 10px;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
            }

.overlayNew_eidtOrder.open {
    right: 0 !important;
    display: block !important;
    z-index: 1025 !important;
    background-color: rgba(0,0,0,.6) !important;
}

.overlayNew_eidtOrder {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100% !important;
    float: right;
    position: fixed;
    z-index: 5555;
    top: 0px;
    direction: rtl;
    right: 0;
}

.EditContainer h3 {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
}

.EditContainer .custom-control-label::before {
    width: 30px;
    height: 30px;
    border: #A2A2A2 solid 1px;
    left: -37px;
}

.EditContainer .custom-control-label::after {
    width: 30px;
    height: 30px;
    left: -37px;
}

.EditContainer .custom-control {
    min-height: 34px;
    padding-left: 37px;
    line-height: 2.5;
}

.EditContainer .form-group label.custom-control-label {
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0;
}




.CodeMaintenance {
    min-height: 100vh;
    right: -500px;
    max-width: 500px;
}

    .CodeMaintenance.open {
        right: 0;
    }

    .CodeMaintenance .modifiersRow {
        height: auto;
    }

















.CopyContainer {
    top: 0;
    min-height: 100vh;
    margin: 0;
    float: left;
    background-color: #fff;
    position: fixed;
    right: -850px;
    max-width: 850px;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1026 !important;
    padding: 0 15px;
}

    .CopyContainer.open {
        right: 0;
    }

    .CopyContainer .modifiersRow {
        width: 100%;
        float: left;
        padding: 15px 0;
        margin: 0;
        overflow-y: auto;
        height: calc(100vh - 140px);
    }

        .CopyContainer .modifiersRow .closebtn {
            position: absolute;
            right: 30px;
            color: #000;
        }

    .CopyContainer .close {
        float: left;
        opacity: unset;
        height: 38px;
        width: 37px;
        border-radius: 6px;
        background-color: transparent;
        padding: 0px;
        margin: 0px;
        position: absolute;
        top: 10px;
        right: 0;
    }

        .CopyContainer .close span {
            color: #000;
            font-size: 20px;
            text-shadow: none;
        }

    .CopyContainer .modifiersRow .card {
        background-color: #FFF;
        border-radius: 4px;
        box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 0 4px rgb(0 0 0 / 10%);
        max-width: 400px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .CopyContainer .modifiersRow .card .fieldset {
            padding: 0 0 30px;
            margin: 0 0 30px;
            min-width: inherit;
            border: none;
            border-bottom: solid 1px #d9d9d9;
        }

            .CopyContainer .modifiersRow .card .fieldset .heading {
                margin-bottom: 10px;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: 600;
            }

.overlayNew_CopyOrder.open {
    right: 0 !important;
    display: block !important;
    z-index: 1025 !important;
    background-color: rgba(0,0,0,.6) !important;
}

.overlayNew_CopyOrder {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100% !important;
    float: right;
    position: fixed;
    z-index: 5555;
    top: 0px;
    direction: rtl;
    right: 0;
}

.CopyContainer h3 {
    font-size: 24px;
    color: #707070;
    font-weight: normal;
}

.CopyContainer .custom-control-label::before {
    width: 30px;
    height: 30px;
    border: #A2A2A2 solid 1px;
    left: -37px;
}

.CopyContainer .custom-control-label::after {
    width: 30px;
    height: 30px;
    left: -37px;
}

.CopyContainer .custom-control {
    min-height: 34px;
    padding-left: 37px;
    line-height: 2.5;
}

.CopyContainer .form-group label.custom-control-label {
    margin-bottom: 0;
    margin-top: 0px;
    padding-top: 0;
}















.notes {
    border: 1px solid #DEDEDE;
    height: 327px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    overflow-y: auto;
}

    .notes li {
        border-bottom: 1px solid #DEDEDE;
    }

        .notes li label {
            background: #F8F8F8;
            padding: 7px 10px;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            margin-bottom: 0
        }

            .notes li label b {
                font-size: 16px;
            }

        .notes li p {
            padding: 7px 10px;
            width: 100%;
            display: inline-block;
            font-size: 14px;
            margin-bottom: 0
        }

.addNote {
    color: #1C7CAA;
    font-size: 14px;
    text-transform: uppercase;
}

    .addNote:hover {
        text-decoration: none;
    }

    .addNote span {
        font-size: 24px;
        margin-right: 3px;
        line-height: 1;
    }

.mailingGroup {
    border: 1px solid #DEDEDE;
    height: 327px;
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    overflow-y: auto;
}

.btn-success {
    background: #18BE18;
    border-color: #18BE18;
    color: #fff;
    border-radius: 0;
}

.form-group .custom-control label {
    padding-top: 7px;
    margin-right: 15px;
}

.custom-control-label::after,
.custom-control-label::before {
    width: 30px;
    height: 30px;
    left: -39px;
}

.custom-control-label::before {
    border: 2px solid #A2A2A2;
    background-color: transparent;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before {
    border: 2px solid #A2A2A2;
    background-color: transparent;
    
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none;
    
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(/Content/images/check.svg);
      cursor: pointer;
}

.custom-control {
    padding-left: 40px;   
}

.modal h5 {
    font-size: 24px;
}

.modal-content {
    border: 0;
    border-radius: 10px;
}

.modal-backdrop.show {
    opacity: 0.6;
}

.leftMenu {
    background: #1C7CAA;
    min-height: calc(100vh - 96px);
    width: 280px;
    position: relative;
}

#leftMenuIcon {
    padding: 0;
    border: 0;
    background: transparent;
    float: right;
    margin: 20px;
}

.leftMenu ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .leftMenu ul li {
        width: 100%;
        margin-bottom: -1px;
    }

        .leftMenu ul li a {
            text-decoration: none;
            cursor: pointer;
        }

            .leftMenu ul li a span {
                width: 60px;
                padding: 15px 10px;
                border: 1px solid #001e60;
                text-align: center;
                cursor: pointer;
            }

            .leftMenu ul li a label {
                padding: 15px;
                border: 1px solid #001e60;
                font-weight: bold;
                font-size: 16px;
                color: #fff;
                width: calc(100% - 60px);
                cursor: pointer;
            }

        .leftMenu ul li.active > a span,
        .leftMenu ul li:hover > a span {
            border: 1px solid #1C7CAA;
            background: #001e60;
        }

        .leftMenu ul li.active > a label,
        .leftMenu ul li:hover > a label {
            border: 1px solid #1C7CAA;
            background: #001e60;
        }

.bottomData {
    position: absolute;
    left: 15px;
    bottom: 0;
}

h2 span {
    color: rgba(112,112,112,.5);
    font-size: 16px;
}

.Contact-data  {
    position: absolute;
    z-index: 7777;
    padding: 10px;
    background: #ffff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 7px rgb(0 0 0 / 30%) !important;
    top: 100%;
    left: 0;
    width: 500px;    
  
}
    .Contact-data .table-responsive {
        max-height: 300px;
    }
    .Contact-data .table tr th, .Contact-data .table tr td {
        padding: 7px;
        font-size: 12px;
    }

/*--main-end--*/
.form-group {
    position: relative;
}

.control-label.error {
    position: absolute;
    right: 7px;
    top: 100%;
    color: #FB2626;
}

.modal .card {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}

.leftMenu ~ .main {
    width: calc(100% - 280px);
}

.collapseMenu.leftMenu ~ .main {
    width: calc(100% - 60px);
}

.Span-validate {
    color: #ff0000;
    font-weight: bold;
    margin-left: 1px;
}

/*Loader CSS*/
@keyframes loderIcon {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.loderIcon div {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #f3f4f5;
    border-top-color: transparent;
    border-radius: 50%;
}

.loderIcon div {
    animation: loderIcon 1s linear infinite;
    top: 50%;
    left: 50%;
}

.loadingio-spinner-rolling-ubayjjcsc3 {
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: none;
    text-align: center;
}

.loderIcon {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

    .loderIcon div {
        box-sizing: content-box;
    }

.modalloader {
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
/*Loader CSS*/
/*----comps-start----*/
button:focus {
    outline: unset;
}

.leftMenu ul li a {
    position: relative;
}

.modal.fullSizeModal {
    padding-right: 0 !important
}

    .modal.fullSizeModal .modal-dialog {
        margin: 0;
        width: 100%;
        max-width: inherit;
        border-radius: 0;
    }

        .modal.fullSizeModal .modal-dialog .modal-body {
            height: calc(100vh - 69px);
            overflow-y: auto;
        }

    .modal.fullSizeModal .modal-content {
        border: 0;
        border-radius: 0;
    }

.fullSizeModal.modal h5 {
    font-weight: bold;
    color: #3187B1;
}

.collapseMenu #leftMenuIcon {
    margin: 20px 12px;
}

.collapseMenu.leftMenu ul li a label {
    display: none;
}

.collapseMenu.leftMenu ul li:hover a label {
    display: block;
    position: absolute;
    left: 60px;
    top: 0;
    white-space: nowrap;
    width: auto;
    z-index: 7;
    padding: 18px;
}

.collapseMenu.leftMenu {
    min-width: 60px;
    width: 60px;
}

.modal .card {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
/*----comps-end----*/

div.dataTables_wrapper div.dataTables_length select {
    min-width: 70px;
}

.dropdownExport {
    right: 0px !important;
    left: inherit !important;
    top: 54px !important;
    transform: unset !important;
}

.viewBag label {
    margin-left: 23px;
    color: #FB2626;
    font-weight: normal;
}

.choices__inner {
    background-color: #fff !important;
    background-image: url("/Content/images/downArrow.svg");
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid rgb(217, 217, 217) !important;
    color: rgb(112, 112, 112) !important;
    font-size: 14px !important;
    border-radius: 10px !important;
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: pointer;
}

.choices__input {
    cursor: pointer;
}

.dropdownExport {
    right: 0px !important;
    left: inherit !important;
    top: 54px !important;
    transform: unset !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('/Content/images/Atlantic_logo.gif') 50% 50% no-repeat #f3f7fc;
    /*background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #f3f7fc;*/
}

.choices__input {
    background-color: #fff !important;
}






.leftMenu ul ul {
    padding-left: 60px;
}

    .leftMenu ul ul li a label {
        width: 100%
    }

.collapseMenu.leftMenu ul li li a label {
    background: #1C7CAA;
    border: 1px solid #001e60;
}

.collapseMenu.leftMenu ul li li.active a label,
.collapseMenu.leftMenu ul li li:hover a label {
    border: 1px solid #1C7CAA;
    background: #001e60;
}

.collapseMenu.leftMenu ul li:hover li a label {
    position: relative;
    left: 0;
    width: 100%;
}

.collapseMenu.leftMenu ul ul {
    padding-left: 60px;
    background: #1C7CAA;
    width: initial;
    position: absolute;
    z-index: 7;
    display: none;
}

.collapseMenu.leftMenu ul:hover ul {
    display: block;
}

.leftMenu ul li a label i {
    position: absolute;
    right: 20px;
    top: 24px;
}

.leftMenu ul li.secondLevelMenu > a label {
    padding-right: 44px;
}

.collapseMenu.leftMenu ul li.secondLevelMenu:hover a label {
    padding-right: 44px;
}

.input-group-mailing .input-group-text-left {
    border: 0;
    background: transparent;
    padding-left: 0;
}

.input-group-mailing .input-group-text-right {
    border: 0;
    background: transparent;
    padding-right: 0;
}

.input-group-mailing.input-group > .form-control:not(:last-child),
.input-group-mailing.input-group > .custom-select:not(:last-child),
.input-group-mailing.input-group > .form-control:not(:first-child),
.input-group-mailing.input-group > .custom-select:not(:first-child) {
    border-radius: 10px;
}
/*.mailingGroup {
    border: 1px solid #DEDEDE;
    height: 450px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    border-radius: 10px;
}*/
.collapsed .fa-angle-down:before {
    content: "\f105";
}



.leftMenu ~ .main {
    width: calc(100% - 280px);
}

.collapseMenu.leftMenu ~ .main {
    width: calc(100% - 60px);
}

#addUser.addContainer .modifiersRow .card {
    border-radius: 10px;
    box-shadow: unset;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
}

    #addUser.addContainer .modifiersRow .card .card-body {
        padding: 10px;
    }

        #addUser.addContainer .modifiersRow .card .card-body .form-group {
            margin: .25rem 0;
        }

.table tr td .custom-control-label::after,
.table tr td .custom-control-label::before,
.table tr th .custom-control-label::after,
.table tr th .custom-control-label::before {
    width: 21px;
    height: 21px;
    left: -39px;
}

.custom-file-label::after {
    color: #ffffff;
    background-color: #3288b2;
    border-left: inherit;
    border-radius: 0 10px 10px 0;
    padding: 14px 22px;
    line-height: 20px;
    height: auto;
}

.custom-radio.custom-control {
    padding-left: 30px;
}

.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    width: 20px;
    height: 20px;
    left: -30px;
    top: 1px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: no-repeat 50% / 80% 80%;
    opacity: .5;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PGNpcmNsZSBjeD0nMTUnIGN5PScxNScgcj0nMTAnIC8+PC9zdmc+);
}


/*#tblCustomers_wrapper #tblCustomers_length label,
#tblNotes_wrapper #tblNotes_length label {
    width: 263px;
    padding-right: 60px;
}*/

    #tblCustomers_wrapper #tblCustomers_length label select,
    #tblNotes_wrapper #tblNotes_length label select {
        display: inline-block;
        width: auto;
        font-weight: 400;
        line-height: 1.5;
        background-color: #fff;
        background-clip: padding-box;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        border: 1px solid #D9D9D9;
        height: auto;
        padding: 13px 16px;
        color: #707070;
        font-size: 14px;
        border-radius: 10px;
    }

.datetimepicker .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 10px 10px 0;
}

.datetimepickerwidth {
    max-width: 200px;
    width: 200px;
}

.ModalSend {
    background: rgba(0,0,0,0.6);
}

.modal-open-new {
    overflow: hidden;
    padding-right: 17px;
}

.dropdown-menu {
    left: -50%;
    transform: translate(-50%, 10px);
}


    .dropdown-menu button:hover,
    .dropdown-menu a:hover {
        /*background-color: rgb(28, 126, 171);*/
        background-color: #E7F1F6;
        color: black;
    }

    /* .dropdown-menu a img {
        display: none;
    }

    .dropdown-menu a:before {
        display: inline-block;
        content: '';
        width: 14px;
        height: 19px;
        background:no-repeat url(/Content/images/iconXLS.svg);
        background-size:cover;
        margin-right:4px;
        vertical-align:middle;
    }

    .dropdown-menu a:nth-child(2):before {
        background: no-repeat url(/Content/images/iconPDF.svg);
        background-size: cover;
    }


    .dropdown-menu a:hover:before{
        background: no-repeat url(/Content/images/iconXLSHover.svg);
        background-size: cover;
    }

    .dropdown-menu a:hover:nth-child(2):before {
        background: no-repeat url(/Content/images/iconPDFHover.svg);
        background-size: cover;
    }*/

    .dropdown-menu.datepicker-dropdown {
        transform: unset;
    }

.grid-dropdown-arrow {
    left: 50%;
    transform: translate(-50%, 0px);
}

.grid-pager .pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.grid-pager .pagination li span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffffff;
    background-color: #068AC9;
    border: 1px solid #D9D9D9;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: auto;
    /*white-space: nowrap;*/
}

#grid-table .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: auto;
    white-space: nowrap;
}


.table-responsive {
    min-height: 300px;
}

table.dataTable table.dataTable {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#tblContactDetails_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblContactDetails_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
        max-height: calc(100vh - 300px);
    }

#tblSalesSearch.table th, #tblSalesSearch.table td {
    white-space: normal;
}


#tblContacts_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblContacts_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }


#tblProperty_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblProperty_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }


#tblTenant_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblTenant_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }


#tblNotes_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblNotes_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }


#tblSalesSearch_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblSalesSearch_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }

#tblSalesTrans_wrapper .row:nth-child(2) {
    margin: 0;
}

    #tblSalesTrans_wrapper .row:nth-child(2) .col-sm-12 {
        padding: 0;
        overflow: auto;
    }

/*.grid-footer {
    position: absolute;
    bottom: -35px;
    right: 15px;
}*/

.table-responsive .grid-footer {
    position: absolute;
    /*bottom: 35px;*/
    margin-top:15px;
    right: 15px;
}

.table-responsive .grid-wrap {
    padding-bottom: 4rem !important;
}

select:not([multiple]),
.main-div .form-group select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(/Content/images/arrow.png) !important;
    padding-right: 1.5em;
}

.navbar-toggler {
    color: #1c7caa;
}

.collapse.show {
    display: block;
}

.btn-primaryDts {
    min-width: 90px;
    transition: transform .1s;
    border: 1px solid #3288B2;
    background-color: #3288B2;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding: 12px 10px;
    border-radius: 8px;
    line-height: 20px;
}

.modal-open.modalPopup {
    overflow: visible;
}

.dropdown-item {
    cursor: pointer;
}

.numberofcount {
    margin-top: 41px !important;
    float: right;
}

.rowPerPage .row:first-child .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-right: 77px;
}
.custom-select {
    cursor: pointer;
}
.d-inline-block {
    cursor: pointer;
}

.search-fields {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}

p.txt-green .search-fields {
    color: #0056b3;
    text-decoration: underline;
    cursor: pointer;
}


#MailingHistorytable.table tr:hover td {
     background-color: transparent; 
}

#tblSalesSearch_wrapper .row:first-child .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-right: 77px;
}

#tblCategory_wrapper .row:first-child .col-md-6 {
        padding-right: 0px;
}

#tblContactDetails_wrapper .row:first-child .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-right: 77px;
}


#tblSalesTrans_wrapper .row:first-child .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-right: 77px;
}

.confirm_popup {
    height: auto !important;
    width: 350px !important;
}

.ui-widget.ui-widget-content {   
    width: 350px !important;
    z-index:1026;
}

.ui-dialog .ui-dialog-titlebar-close {
   display:none !important;
}
.ui-dialog .ui-dialog-titlebar {
    background-color: #3288B2;
}

.ui-dialog .ui-dialog-content
{
    padding:0 !important;
}

.closeEidtOrder{
    cursor:pointer;
}

.btnCreateMailingReport {
    margin-top: 41px !important;
    float: left;
    margin-bottom:-17px;
}

.select2-container-multi .select2-choices {
    border:0;
    background-image:none;
    background-color:transparent;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 0px solid #5897fb;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.select2-container-multi {
    background-color: #fff !important;
    background-image: url(/Content/images/downArrow.svg);
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid rgb(217, 217, 217) !important;
    color: rgb(112, 112, 112) !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    padding: 7.5px 7.5px 3.75px;
}
.select2-container-multi .select2-choices .select2-search-choice {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #00bcd4;
        border: 1px solid #00a5bb;
        color: #fff;
        background-image: none;
        white-space: nowrap;
    }
.select2-search-choice-close {
    position: relative;
    display: inline-block;
    margin: 0 0px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
    top: 0;
    background-position: center right;
}
.select2-container-multi .select2-choices .select2-search-choice div{
    display:inline-block;
    vertical-align:top;
}
.select2-drop-active {
    border: 1px solid #D9D9D9;
}
.select2-results {
    padding: 0;
    margin: 0;
}
.select2-results .select2-highlighted {
        background: #D9D9D9;
        color: #000;
}
    .select2-results .select2-result-label {
        padding: 5px 7px 5px;
    }

.table-responsive {
    min-height: 300px;
    max-height: calc(100vh - 300px);
}

    .table-responsive .grid-footer {
        position: absolute;
        bottom: -40px;
        margin-top: 15px;
        right: 15px;
    }

#tblContactDetails_wrapper .row:nth-child(2) .col-sm-12,
#tblSalesSearch_wrapper .row:nth-child(2) .col-sm-12,
#tblNotes_wrapper .row:nth-child(2) .col-sm-12,
#tblSalesTrans_wrapper .row:nth-child(2) .col-sm-12,
#tblCustomers_wrapper .row:nth-child(2) .col-sm-12,
#tblProperty_wrapper .row:nth-child(2) .col-sm-12,
#tblContacts_wrapper .row:nth-child(2) .col-sm-12,
#tblTenant_wrapper .row:nth-child(2) .col-sm-12 {
    padding: 0;
    overflow: auto;
    max-height: calc(100vh - 300px);
}

.DigiLogo {
    padding-top: 60px;
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
