﻿/*FixVersion="3.4.0.220"*/
@media only screen and (max-width: 992px) {
    #custom-breadcrumbs {
        margin: 5px;
    }
}

@media only screen and (min-width: 993px) {
    #custom-breadcrumbs {
        margin: 5px 0 0 0;
    }
}

.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    border: 1px solid #b7b7b7;
    border-radius: 7px;
}

.menuChild .card-content-bg, .menuChild .card-content {
    min-height: 120px;
}

#myButtons .card {
    margin: 2px 0;
}

.gridLegend {
    display: inline-block;
    float: right;
    margin: 5px;
    text-align: left;
}

.gridLegendWithQR {
    display: inline-block;
    float: right;
    margin: 5px;
    text-align: left;
}

.gridLegend div {
    float: left;
    display: inline-block;
    margin: 3px;
}

.gridLegend img {
    margin: -5px 5px;
}

.gridLegend label {
    color: initial;
}

.gridLegendWithQR div {
    float: left;
    display: inline-block;
    margin: 3px;
}

.gridLegendWithQR img {
    margin: -5px 5px;
}

.gridLegendWithQR label {
    color: initial;
}

.toolbarButton {
    margin: 5px 5px;
    float: right;
}

.black-text {
    color: #333 !important;
}

.tableHeaderFilter {
    margin-bottom: 5px !important;
    float: left;
    width: 120px !important;
}

.messageHeaderFilter {
    max-width: 140px;
    top: 10px !important;
    right: 10px !important;
    color: initial;
}

.header-search-wrapper {
    margin: 10px auto 0 705px;
    width: calc(100% - 980px);
}

.selectEntityBefore {
    float: left;
    margin: 0px -40px;
    border-radius: 50%;
    padding: 4px 0;
    width: 32px;
    height: 32px;
    text-align: center;
    background: rgba(0,0,0,0.15);
    font-size: 16px;
    font-weight: 500;
}

.selectHeaderEntity .select-wrapper {
    padding: 0 25px 0 40px !important;
    border-radius: 20px;
}

    .selectHeaderEntity .select-wrapper input {
        height: 32px;
        font-size: 13px;
        font-weight: 500;
        padding-right: 25px;
    }

.selectHeaderEntity .select-dropdown {
    border-bottom: none !important;
    margin: 0 !important;
    top: 0px !important;
}

.selectHeaderEntity .caret {
    display: none;
}

.selectListIcon {
    position: absolute;
    font-size: 15px;
    top: 8px !important;
    right: 8px !important;
    color: #fff !important;
}

.hide-on-med-and-down .selectHeaderEntity span.caret {
    top: -8px;
    color: #6b3097;
}

.hide-on-large-only .selectHeaderEntity span.caret {
    top: 13px;
    color: #6b3097;
}

.errorTextMessage {
    color: red;
    font-size: 11px;
}

.warningTextMessage {
    color: orange;
    font-size: 11px;
}

.select-wrapper input.select-dropdown {
    top: -3px;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    padding: 10px 10px;
    height: 45px;
}

.myModal {
    z-index: 1005 !important;
}

    .myModal .modal .modal-footer {
        padding: 0px 5px;
        height: 50px;
    }

    .myModal .modal-content {
        height: calc(100% - 110px) !important;
    }

.defaultbackground, .tblHeader, .collection.with-header .collection-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #111;
}

.fontBorder {
    color: #14447e !important;
    border-color: #7030a0 !important;
}

header .brand-logo {
    padding: 5px 5px;
}

.customcircle {
    font-size: 28px;
    color: #6b3098;
    border: 1px solid #6b3098;
    width: 43px;
    height: 43px;
    border-radius: 50%;
}

.secInactive, .sectiondiv .card-image {
    border: 1px;
    border-style: solid;
}

    .secInactive .card-title {
        color: inherit !important;
    }

    .secInactive .price {
        color: inherit !important;
    }

.sectiondiv {
    display: inline-block;
    min-width: 85px;
}

    .sectiondiv .card-title {
        font-size: 1rem !important;
    }

    .sectiondiv .price {
        font-size: 2rem !important;
    }

.listmsg .listbottom {
    margin-right: 10px;
}

.mytable tbody tr td {
    white-space: initial !important;
    /*white-space: pre-line !important;*/
    /*vertical-align: top;*/
}

    .mytable tbody tr td input {
        margin: 0;
    }

.headerMenuIcon {
    padding: 2px 0px;
    float: left;
}

.activeHeaderMenu {
    color: #5a2283 !important;
    border-bottom: 1px solid #00c1de;
    background-color: #f5f5f5;
}

.activeSubMenu {
    color: #ff4081 !important;
    background-color: #f5f5f5;
}

.linkcursor {
    cursor: pointer;
}

.myLegendBadge {
    width: 17px;
    text-align: center;
    padding: 0;
}

.customListLayout {
    margin: -3px 0px 0px 0 !important;
    height: 2rem !important;
}

.childpagesection {
    margin-top: 5px;
}

.user-profile li a i {
    font-size: 1rem;
    display: inline-block;
    margin: 0 5px;
}

.custom-panel {
    border: solid 2px #7030a0;
}

.myPageContainer {
    margin-top: 15px;
    background-color: #fff;
    margin-bottom: 50px;
}

.whitecolor {
    color: #fff;
}

.dn {
    display: none;
}

.strictdn {
    display: none !important;
}

.showDiv {
    display: block !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tleft, .action-icon {
    text-align: left;
}

    .action-icon i {
        cursor: pointer;
        padding: 1px 5px;
    }

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.bigfont {
    font-size: 26px;
}

.fooIconFont {
    color: #fff;
    font-size: 22px;
}

.footerLink {
    margin: 0 2px;
}

.footerImgLink {
    height: 25px;
    margin: -7px 0;
}

.bold {
    font-weight: bold;
}

.headerFont {
    font-size: 16px;
}

.subHeaderFont {
    font-size: 14px;
}

.footerImg {
    height: 40px;
}

.dashback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.dashButton {
    color: #fff;
    opacity: 0.5;
    padding: 0;
    width: 100px;
    height: 100px;
}

    .dashButton:hover {
        color: #fff;
        opacity: 1;
    }

.fooIcoDiv {
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
    margin-left: 10px;
    border: 1px solid #6b3098;
}

.italic {
    font-style: italic;
}

.logoImg {
    width: 240px;
}

.grey1 {
    color: #757575;
}

    .grey1 i {
        display: inline-block !important;
    }

    .grey1 span {
        top: -3px !important;
        margin: 0 5px;
    }

#horizontal-nav {
    height: 45px;
    border-bottom: 1px solid #ddd;
}

#ul-horizontal-nav a {
    line-height: 35px;
}

#horizontal-nav .dropdown-menu span i {
    line-height: 45px;
}

#horizontal-nav ul li a i {
    font-size: 1.2rem;
    min-width: 20px;
}

.loginform {
    margin: auto;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    padding: 10px;
    width: 300px;
}

/*scroll text css*/
.scroll-up {
    height: 100px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    color: #000000;
    border: 1px solid #f3f1f1;
}


table.responsive-table th, table.responsive-table td {
    padding: 7px 5px;
}

.dtr-data {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

.dropdown-content {
    border-radius: 2px;
    max-height: 350px;
    min-width: 130px;
}

    .dropdown-content li > a, .dropdown-content li > span {
        font-size: 12px;
        padding: 6.5px 12px;
    }

.defaultfont, ul.side-nav.leftside-navigation li.active > a {
    /*color: #7030a0;*/
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    /*overflow: hidden !important;
    overflow-y: auto !important;*/
}

.dataTables_filter input {
    margin-bottom: 5px;
    color: #333;
}

.dataTable tr td.child > ul {
    width: inherit;
}

.datatable-scroll-wrap {
    overflow-x: inherit;
}

.dataTables_filter > label > span {
    display: none;
}

.dataTables_filter > label:after {
    display: none !important;
}

.datatable-header {
    padding: 0 !important;
}

.dataTables_filter {
    margin: 0;
}

.dataTables_length select {
    display: inline-block;
    width: 60px;
    border-bottom: 1px solid #9e9e9e;
}

.datatable-footer {
    display: none;
    padding-top: 0;
}

.dataTables_info {
    margin-bottom: 0;
    padding: 5px 0;
}

#custom-breadcrumbs i {
    margin-right: 5px;
}

.plans-container .card .card-image .price {
    line-height: 1.2em;
}

.collection .collection-item.avatar {
    min-height: 65px;
}

.my-custom-form .input-field {
    margin-top: 5px;
}

.customSelectBox input {
    margin: 0 0 5px 0 !important;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reqdControl {
    color: red;
}

.chip i.material-icons {
    font-size: 14px;
}

.rightcard {
    margin-left: 1rem;
}

.leftcard {
    margin-right: 1rem;
}

.leftSlideMenuEntity {
    position: fixed;
    left: 15px;
    top: 45px;
    font-size: 20px;
    transform: rotate(90deg);
    transform-origin: left;
    background-color: #e3e3e3;
    border: 1px solid #e4e4e4;
    text-transform: uppercase;
}

    .leftSlideMenuEntity i {
        padding: 10px;
        background-color: #c1c1c1;
        float: left;
    }

#EntitySlideOutLeftMenu {
    width: 240px;
    left: -240px;
    top: 64px;
    padding-bottom: 124px;
    border: 1px solid #e4e4e4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#EntitySlideOutLeftMenu {
    border: 1px solid #e4e4e4;
}

    #EntitySlideOutLeftMenu li {
        border-bottom: 1px solid #e4e4e4;
    }

        #EntitySlideOutLeftMenu li a i {
            padding-right: 5px;
            width: 30px;
        }

        #EntitySlideOutLeftMenu li a div {
            display: inline-block;
        }

.divider-middle-parent {
    position: relative;
    margin: 10px;
}

.divider-middle {
    width: 100%;
    height: 1px;
    background-color: rgba(53, 56, 68, 0.18);
    position: absolute;
    top: 50%;
    z-index: -1;
}

.divider-middle-text {
    z-index: 1;
    background-color: #fff;
    padding: 10px;
}

.verifybtn {
    margin-left: 8px;
    height: 30px;
    line-height: 27px;
    text-transform: inherit;
    padding: 0 2rem;
    letter-spacing: .5px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .verifybtn:hover {
        filter: brightness(125%);
    }

.file-path-wrapper .placeholder {
    position: absolute;
    top: 10px;
    color: #9e9e9e;
}

    .file-path-wrapper .placeholder span {
        color: red;
    }

.file-path-wrapper input[required="required"]:valid + .placeholder {
    display: none;
}

.errormsg {
    margin-left: 37px;
}


.existingFileName {
    margin: 0.5rem 0;
}

    .existingFileName .btnClearFileName {
        top: 2px;
        right: 5px;
        background: none;
        border: none;
        position: absolute;
        font-size: 20px;
        color: #fff;
        display: none;
    }

.rightUserProfile {
    text-align: right;
    padding-right: 0px;
    height: 64px;
}

    .rightUserProfile > i {
        position: absolute;
        right: 0;
        top: 0;
    }

    .rightUserProfile div {
        line-height: 0;
        height: 21px;
        margin-right: 30px;
    }

        .rightUserProfile div i {
            line-height: 1.7;
            height: 25px;
            margin-right: 5px;
        }

.focusBack {
    background-color: #b3e5fc !important;
}

.tblPreviewLine tbody tr td {
    position: relative;
}

.childPreviewLine {
    position: absolute;
    bottom: 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    font-style: italic;
    white-space: pre-line;
}

.w15 {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
}

.w25 {
    width: 25px;
    min-width: 25px;
    max-width: 25px;
}

.w35 {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
}

.w50 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

.w60 {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.w65 {
    width: 65px;
    min-width: 65px;
    max-width: 65px;
}

.w75 {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.w80 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.w100 {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

.w125 {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
}

.w150 {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

.w175 {
    width: 175px;
    min-width: 175px;
    max-width: 175px;
}

.w200 {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.w250 {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.w300 {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.w350 {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}

.w400 {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}

.w450 {
    width: 450px;
    min-width: 450px;
    max-width: 450px;
}

.w500 {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
}

/*.dropdown-content.active {
    height: 300px !important;
}*/

.helpSlideDivMain {
    padding-bottom: 75px;
    margin-top: -15px;
}

.sBoxSupplierViewCount {
    font-size: 35px;
    margin-top: -6px;
    color: #0277bd;
}

.selectedHelpModalHeader {
    color: #0277bd;
    font-size: 25px;
}

.indvHelpView {
    clear: both;
    overflow: auto;
    border-bottom: 1px solid #dcdcdc;
}

    .indvHelpView div {
        margin-top: 10px;
    }

.indvHelpViewHeader {
    width: 200px;
}

.deleteIndvSelectedHelp {
    font-size: 20px;
    margin-top: 0px;
}


/*ViewOnly Icon*/
.iconViewOnly {
    background: #0277bd;
    color: #fff;
    width: 70px;
    border-radius: 50px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    position: fixed;
    right: 30px;
    top: 68px;
    margin: 0;
    z-index: 999;
    cursor: pointer;
}


.fileCount {
    position: absolute;
    top: -13px;
    right: -8px;
    line-height: 12px;
}


/*SOC - Cloud Licensing - XE-59408*/
.customListBox .customListHeader {
    min-height: 40px !important;
    padding-left: 10px !important;
}

    .customListBox .customListHeader .listHeaderBtn {
        text-align: center;
        position: absolute;
        left: 5px;
        font-size: 16px;
    }

    .customListBox .customListHeader .listHeaderText {
        padding: 5px 5px;
    }

.header3 {
    line-height: 1.5rem;
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
}

.dxMainView {
    margin: auto !important;
}

.xpBlueFont {
    color: #0277bd !important;
}

.xpBlueBack {
    background-color: #0277bd !important;
    color: #fff !important;
}

.ulPayMethodsBody {
    overflow: hidden;
    position: relative;
}

    .ulPayMethodsBody .collection-item p {
        margin: 1px 0;
    }

    .ulPayMethodsBody .collection-item:nth-last-of-type(1) {
        border-bottom: none;
    }
/*EOC - Cloud Licensing - XE-59408*/
[type=checkbox].filled-in:checked + label:after {
    border-color: #0277bd !important;
}

[type=checkbox].filled-in:checked + label:after {
    background-color: #0277bd !important;
    color: #fff !important;
}
