﻿@font-face {
    font-family: "proxima-nova";
    src: url("../fonts/proximanova-regular-webfont.eot") format("embedded-opentype"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/proximanova-regular-webfont.woff") format("woff"), url("../../fonts/proximanova-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    /* 2015-08-26 Generic popup focus fix */
    height: 100%;
    /* END 2015-08-26 Generic popup focus fix */
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    /* 2016-11-02 fix scrollbarbug by -/- 140px for header height */
    min-height: 98%;
    font-family: "proxima-nova";
    font-weight: 400;
    background: transparent !important;
    outline: none;
}

.paddingTop150 {
    padding-top: 150px;
}

.paddingLft {
    padding-left: 32px;
}

.paddingLft5 {
    padding-left: 5px;
}

.col-md-2.width20prct {
    width: 20%;
}

.col-md-4.width30prct {
    width: 30%;
}

.col-email {
    min-height: 5px;
}

.main-content {
    text-align: center;
    padding-top: 15%;
}

    .main-content.provision-wzrd {
        margin: 20px;
        padding-top: 0%;
        margin-top: 10px;
        text-align: left;
    }

.left-margin {
    margin-left: 90px;
}

h1 {
    color: #7F7F7F;
    font-size: 24px;
    margin-bottom: 40px;
}

    h1.heading {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        font-size: 20px;
    }

.active {
    border-bottom: 1px solid #DC243C;
    padding-bottom: 10px;
    color: #DC243C;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fff !important;
    color: #22409a !important;
    font-weight: bold;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff !important;
}

.nav-pills > li.active {
    border-bottom: 4px solid #DC243C;
    /*border-bottom:none;*/
    padding-bottom: 0px;
}

.tab-content > .active {
    border-bottom: none;
    padding-bottom: 0px;
}

.completed {
    border-bottom: 1px solid #DC243C;
    padding-bottom: 10px;
}

.inactive {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.marginTopNegative5 {
    margin-top: -5px !important;
}

.marginTop0 {
    margin-top: 0px !important;
}

.padding0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.padding4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.paddingRight0 {
    padding-right: 0px;
}

.paddingTop2 {
    padding-top: 2px;
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop7 {
    padding-top: 7px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingRight30 {
    padding-right: 30px;
}

.textAlignEnd {
    text-align: end;
}

.brdr-div {
    height: 30px;
    margin-left: 30px;
    margin-right: 15px;
}

.row.margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row.marginLft0 {
    margin-left: 0px !important;
}

.marginLft30 {
    margin-left: 30%;
}

.txt-align-rht {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.mrg-left20 {
    margin-left: 20px;
}

.flt-rgt {
    float: right;
}

.brdr-btm {
    border-bottom: 1px solid #ccc;
}

.project-brdr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#configure-project {
    height: 520px;
}

    #configure-project .form-control {
        border-color: #a9a9a9;
        outline: none;
    }

        #configure-project .form-control:focus {
            box-shadow: none;
            outline: #669FFE auto 5px;
        }

    #configure-project .form-group {
        margin-right: 1px;
    }

.bdo-message {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 0px;
}

.bdo-message--warning {
    color: #e0995b;
}

.absolute-bottom {
    position: absolute;
    bottom: 0px;
}

#srch-section, #selected-services, #configure-project, #overview, #submission-completed {
    padding-top: 20px;
    min-height: 330px;
    padding-bottom: 40px;
}

#srch-section {
    padding-bottom: 20px;
}

#submission-completed {
    padding-top: 80px;
}

#srch-section .srch-box, #addUser .modal-body .srch-box, #manageUser .modal-body .srch-box, #configure-project .srch-box {
    width: 100%;
    height: 31px;
    position: relative;
    font-size: 12px;
    padding-left: 10px;
}

.srch-btn-disabled {
    display: inline-block;
    padding: 4px 10px;
    background: #ccc !important;
    cursor: default !important;
    height: 31px;
}

.srch-btn-enabled {
    display: inline-block;
    padding: 4px 10px;
    background: #ED1A3B !important;
    color: #fff !important;
    cursor: pointer !important;
    height: 31px;
}

.read-only, tags-input.tag-input-readOnly .tags .tag-item {
    background: #eee;
    border: 1px solid #a9a9a9;
    color: grey;
}

    tags-input.tag-input-readOnly .tags .tag-item .remove-button {
        color: #000;
    }

tags-input .host .tags {
    max-height: 64px;
    overflow-y: auto !important;
}

tags-input .autocomplete .suggestion-list {
    max-height: 180px !important;
}

#manageUser .modal-dialog {
    width: 980px;
}

#addUser .modal-dialog {
    z-index: 1051;
}

.popup1 {
    /*margin: 15% auto;*/
    padding: 10px 0px 20px;
    background: #fff;
    border-radius: 0px;
    bottom: auto;
    transition: all .5s ease-in-out;
}

    .popup1 .close-popup {
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        float: right;
        cursor: pointer;
    }

        .popup1 .close-popup:hover {
            color: #DC243C;
        }

    .popup1 .content {
        /*max-height: 30%;*/
        overflow: auto;
        color: #444;
        text-align: left;
        font-size: 15px;
    }

        .popup1 .content.add-user-content {
            height: 18em;
        }

        .popup1 .content.create-user-content {
            height: 18em;
        }

    .popup1 .popup1-txt {
        margin-top: 3em;
        margin-bottom: 4em;
    }

    .popup1 .popup1-msg {
        padding-left: 5em;
        padding-right: 5em;
    }

.all-caps {
    text-transform: uppercase;
}

.modal-backdrop.in {
    opacity: .4 !important;
    background-color: #999 !important;
}

.modal-content {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.47) !important;
    border: 0px !important;
}

    #um-projects .row {
    font-size: 14px;
    line-height: 40px;
}

#bdo-admin .row, #bdo-user .row, #clnt-admin .row, #clnt-user .row, #mng-bdo-admin .row, #mng-clnt-admin .row {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

    #um-projects .row:nth-child(even), #bdo-admin .row:nth-child(even), #bdo-user .row:nth-child(even), #clnt-admin .row:nth-child(even), #clnt-user .row:nth-child(even), #mng-bdo-admin .row:nth-child(even), #mng-clnt-admin .row:nth-child(even) {
        background: #f3f3f3;
    }

    #um-projects .row:nth-child(odd), #bdo-admin .row:nth-child(odd), #bdo-user .row:nth-child(odd), #clnt-admin .row:nth-child(odd), #clnt-user .row:nth-child(odd), #mng-bdo-admin .row:nth-child(odd), #mng-clnt-admin .row:nth-child(odd) {
        background: #fdfdfd;
    }

#um-projects .form-title {
    color: #000 !important;
}

#um-projects a, #manageAdmins a {
    text-decoration: underline;
}

.col-md-1.dwn-arrow {
    width: 2%;
}

.col-md-1.wideColmd1 {
    width: 13.1%;
}

    .col-md-1.wideColmd1.new-LyOt {
        width: 11.1%;
    }

.client-table {
    background: #fff;
    border: 1px solid #ccc;
    width: 97vw !important;
    font-size: 11px;
}

.scroll-div {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
}

.client-table .row {
    line-height: 40px;
}

.client-table.usr-mngmt {
    background: #fafafa;
    overflow-x: hidden;
    height: 300px;
    overflow-y: auto;
}

.search-table .row .col-md-1 {
    width: 10.333333%;
}

.search-table .row .col-md-2 {
    width: 15.666667%;
}

.search-table .row {
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.form-title {
    color: black;
}

.form-content {
    color: #333;
}

.grey-txt {
    color: #686868;
}

.grn-txt {
    color: #3F601A;
    font-weight: bold;
}

#selected-client {
    padding-bottom: 50px;
    padding-left: 0px;
    min-height: 480px;
}

    #selected-client .form-title, #addUser .modal-body .form-title, #addUserExisting .modal-body .form-title, #manageUser .modal-body .form-title, #overview-lft-col .form-title, #usr-mngmt-prjct-srch .form-title, .usr-mngmt-overview .form-title {
        margin-top: 20px;
        margin-bottom: 5px;
    }

#configure-project .form-title {
    margin-top: 15px;
    margin-bottom: 5px;
}

.modal-form-input {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    border: 1px solid #a9a9a9;
}

#configure-project .rht-grey-col .form-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

#configure-project .form-title.row-gaps {
    margin-top: 0px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}

.rht-wht-col .row {
    padding: 8px 10px;
    line-height: 14.3px;
}

.rht-wht-col .col-md-12 {
    padding-top: 10px;
}

#addUser .modal-content, #manageUser .modal-content {
    border-radius: 0px !important;
}

#addUser .modal-body, #manageUser .modal-body {
    border-top: none;
    padding: 25px;
    padding-top: 0px;
}

#addUser .modal-dialog {
    z-index: 1051;
}

.red-txt {
    font-size: 11px;
    color: #DC243C;
}

    .red-txt.star {
        font-size: 14px;
    }

.rht-grey-col {
    background: #E7E6E6;
    height: 490px;
    padding: 0px 10px;
    overflow-y: auto;
}

.rht-wht-col {
    background: #fff;
    height: 380px;
    overflow-y: auto;
    margin-top: 15px;
    border: 1px solid #000;
}

.grey-bg {
    background: #F2F2F2;
}

.success-title {
    color: #ADADAD;
    text-align: left;
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}

#submission-completed {
    text-align: center;
}

.ms-Icon {
    background: none;
}

    .ms-Icon.ms-Icon--Accept.grn-txt {
        font-weight: bold;
        font-size: 30px;
        vertical-align: middle;
        margin-top: -5px;
    }

    .ms-Icon.ms-Icon--WorldClock {
        font-weight: normal;
        font-size: 30px;
        vertical-align: middle;
        margin-top: 5px;
        color: #ccc;
    }

    .ms-Icon.ms-Icon--WorkFlow {
        font-weight: normal;
        font-size: 30px;
        vertical-align: middle;
        margin-top: 5px;
        color: #ccc;
    }

    .ms-Icon.ms-Icon--Work {
        font-weight: normal;
        font-size: 30px;
        vertical-align: middle;
        margin-top: 5px;
        color: #ccc;
    }

.ms-Icon--ChevronLeft {
    margin-right: 10px;
    cursor: pointer;
}

.line-hgt40 {
    line-height: 40px;
}

#configure-project {
    padding-left: 0px;
}

#overview {
    height: 480px;
}

#configure-project-content {
    height: 490px;
}

.ms-Icon--Info {
    position: relative;
    font-size: 11px;
    color: #222;
    cursor: default;
}

.ms-Icon-Delayed {
    color:orange;
}
.ms-Icon-Failed {
    color: red;
}
/*-----------------------User Management classes-----------------------------------------------------*/
#addUser .modal-body .form-title, #addUserExisting .modal-body .form-title, #editUserExisting .modal-body .form-title, #manageUser .modal-body .form-title, #overview-lft-col .form-title, #usr-mngmt-prjct-srch .form-title, .usr-mngmt-overview .form-title, .clnt-prtl-admin.form-title, #client-admins .form-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

#manageUser .modal-content, #addUserExisting .modal-content, #mpaAddUser .modal-content, #clientAdmins .modal-content, #bdoAdmins .modal-content {
    border-radius: 0px !important;
}

#manageUser .modal-body {
    border-top: none;
    padding: 25px;
    padding-top: 0px;
}

.manageAdmins-title {
    font-weight: 600;
}

.um-project-title {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d5d5d5;
}

#clnt-prtl-admin {
    background: #FFF;
    margin-bottom: 15px;
    border: 1px solid #EEE;
    height: auto;
}

    #clnt-prtl-admin .row {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        color: #000;
        font-size: 14px;
    }

        #clnt-prtl-admin .row.header-tabs {
            padding-top: 0px !important;
            padding-bottom: 0px !important;
        }

.clnt-prtl-admin .red-btn {
    float: right;
}

.mng-user-popup .slider:before {
    height: 18px;
    width: 18px;
}

#clnt-prtl-admin .row .col-md-3 span {
    display: block;
    color: #666;
    font-size: 12px;
}

    #clnt-prtl-admin .row .col-md-3 span a {
        color: #666;
        text-decoration: underline;
    }

#manageAdmins .col-md-11 {
    width: 95%;
}

.sharepoint-title {
    padding-left: 8px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #22409a;
    border-left: #D8213B solid 10px;
}

.mng-user-popup .switch {
    width: 50px;
    height: 24px;
    margin-bottom: -7px;
    margin-left: 5px;
    margin-right: 5px;
}

.mng-user-popup .form-control {
    background: transparent;
    border: none;
    padding-left: 0px;
    box-shadow: none;
}

    .mng-user-popup .form-control:focus {
        box-shadow: none;
    }

#clientAdmins .modal-dialog, #bdoAdmins .modal-dialog {
    width: 400px;
}

.admin-table {
    height: 393px;
    overflow-y: auto;
    /*overflow-x: hidden;*/
    /*border: 1px solid #ccc;*/
}

    .admin-table .row {
        /*border-bottom: 1px solid #ccc;*/
    }

        .admin-table .row .col-md-9, .admin-table .row .col-md-1 {
            /*border-left: 1px solid #ccc;*/
            padding-left: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.modal-title {
    color: #DC243C;
    margin-bottom: 20px !important;
}

#clnt-prtl-admin a {
    position: relative;
    color: inherit;
    text-decoration: none;
}

    #clnt-prtl-admin a.more {
        color: #428bca;
        text-decoration: underline;
    }

    #clnt-prtl-admin a[data-title].loaded:hover:after {
        content: attr(data-title);
        padding: 6px 4px;
        color: #333;
        position: absolute;
        left: 0px;
        top: 30px;
        margin-left: -30px;
        z-index: 9999;
        white-space: nowrap;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background: #fff;
        line-height: 16px;
        width: auto;
    }

    #clnt-prtl-admin a[data-title].loading:hover:after {
        content: attr(data-title);
        padding: 6px 4px;
        color: rgba(0,0,0,0);
        position: absolute;
        left: 0px;
        top: 30px;
        margin-left: -30px;
        z-index: 9999;
        white-space: nowrap;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background: #fff;
        line-height: 16px;
        width: auto;
        background-image: url(../../images/ajaxLoader.gif);
        background-repeat: no-repeat;
        background-position-x: center;
        background-position-y: 10px;
        background-size: 16px 16px;
    }

    #clnt-prtl-admin a[data-title] .tooltip-arrow {
        width: 15px;
        height: 15px;
        position: absolute;
        top: 24px;
        left: 0px;
        background: #fff;
        transform: rotate(45deg); /* Prefixes... */
        box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.4);
        display: none;
        z-index: 10000;
    }

    #clnt-prtl-admin a[data-title]:hover .tooltip-arrow {
        display: block;
    }

#configure-project i[data-title]:hover:after {
    content: attr(data-title);
    font-size: 13px;
    padding: 6px 10px;
    color: #333;
    position: absolute;
    left: 0px;
    top: 30px;
    margin-left: -30px;
    z-index: 9999;
    white-space: normal;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #fff;
    line-height: 16px;
    min-width: 300px;
    font-family: "proxima-nova";
}

#configure-project i[data-title] .tooltip-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 24px;
    left: 0px;
    background: #fff;
    transform: rotate(45deg); /* Prefixes... */
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 10000;
}

#configure-project i[data-title]:hover .tooltip-arrow {
    display: block;
}

.uam-scroll {
    overflow-y: auto;
    height: 600px;
}

.col-md-11.col-11-wide {
    width: 96.5%;
}

.clnt-prtl-error, .config-proj-error {
    background: #FCFCFC;
    /*margin-bottom: 15px;*/
    border: 1px solid #EEE;
    min-height: 130px !important;
    padding-top: 40px;
    padding-bottom: 35px;
    position: relative;
}

.config-proj-error {
    border: none;
    padding-top: 15%;
}


/*--------------------Button classes User management------------------------*/
.ms-Icon.ms-Icon--CirclePlus {
    color: #fff;
    font-size: 14px;
    position: absolute;
    /*left: 22px;*/
    top: 8px;
    z-index: 1;
    cursor: pointer;
}

.dwn-arrow .ms-Icon.ms-Icon--CirclePlus {
    color: #000;
    font-weight: 700;
    top: 0px;
    right: 0px;
}

.plus-icon.ms-Icon.ms-Icon--CirclePlus {
    color: #000;
    font-weight: 700;
    top: 0px;
    right: 34px;
    left: unset;
}

    .plus-icon.ms-Icon.ms-Icon--CirclePlus.new-LyOt {
        right: 18px;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fa.fa-pencil {
        color: black !important;
    }
}

.fa.fa-pencil {
    font-size: 1.2em;
    color: #000;
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .fa.fa-pencil.greyed {
        color: #bbb !important;
        cursor: default;
    }
}

.fa.fa-pencil.greyed {
    -webkit-text-stroke-color: #bbb;
    color: #bbb;
    cursor: default;
}

.actionIcon {
    background-color: transparent;
    border: none;
}

    .actionIcon:disabled > i {
        color: #bbb !important;
        cursor: default;
    }

        .actionIcon:disabled > i.fa-pencil {
            /*color: transparent;*/
            -webkit-text-stroke-color: #bbb;
        }

.actionIcon .icon-bold{
    font-weight: bold;
}

.ms-Icon--IncidentTriangle:before {
    font-size: 28px;
    color: #D8213B;
}

.ms-Icon--DRM:before {
    font-size: 18px;
    color: #D8213B;
}

/*-----------End of user management buttons----------------------------*/



/*--------------------Start --- tag-input hover classes for mail ID------------------------*/
tags-input .tags .tag-item span {
    position: relative;
}

tags-input .tags {
    overflow: visible !important;
    height: auto !important;
    position: relative !important;
    float: left !important;
    width: 100% !important;
}

tags-input .autocomplete {
    margin-top: 36px;
}
/*

    tags-input .tags .tag-item span:hover:after {
        content: attr(ng-bind);
        padding: 6px 4px;
        color: #333;
        position: absolute;
        left: 10px;
        top: 80%;
        z-index: 99999;
        white-space: normal;
        -moz-box-shadow: 0px 0px 4px #222;
        -webkit-box-shadow: 0px 0px 4px #222;
        box-shadow: 0px 0px 4px #222;
        background: #fff;
        line-height: 16px;
        max-width: 500px;
        word-wrap: break-word;
    }
*/
/*--------------------End --- tag-input hover classes for mail ID------------------------*/
/*--------------------Buttons classes------------------------*/
.white-btn {
    background-color: #fff;
    width: 265px;
    height: 75px;
    border: none;
    font-size: 18px;
    color: #DC243C;
    margin-right: 15px;
    webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    outline: none;
}

    .white-btn.active {
        background-color: #DC243C;
        color: #fff;
    }

.grey-btn {
    background-color: #e5e5e5;
    min-width: 100px;
    color: #222;
    padding: 8px 15px;
    border: none;
    font-size: 12px;
    outline: none;
    float: right;
}

.red-btn {
    background-color: #DC243C;
    color: #fff;
    min-width: 100px;
    padding: 8px 15px;
    border: none;
    font-size: 12px;
    outline: none;
}

    .red-btn:hover {
        background-color: #ab0d25;
    }

.grn-btn {
    background-color: #517C22;
    color: #fff;
    min-width: 100px;
    padding: 8px 15px;
    border: none;
    font-size: 12px;
    outline: none;
}

    .grn-btn:hover {
        background-color: #2f4c0f;
    }

.blu-btn {
    background-color: #287EFF;
    color: #fff;
    min-width: 100px;
    padding: 8px 15px;
    border: none;
    font-size: 12px;
    outline: none;
}

    .blu-btn:hover {
        background-color: #0a4db2;
    }

.disabled-btn {
    background-color: #EAEAEA;
    color: #ADADAD;
    min-width: 100px;
    padding: 8px 5px;
    height: 35px;
    border: none;
    font-size: 12px;
    outline: none;
}

.flt-right {
    float: right;
}

.search-table-btn {
    min-width: 85px;
    width: 100px;
    padding: 3px 4px;
    display: table-cell;
    /*display: flex;
    justify-content: center;
    align-items: center;
   */
}

.long-btn {
    white-space: nowrap;
}

.red-brdr-btn {
    background-color: #fff;
    color: #DC243C;
    padding: 8px 15px;
    height: 33px;
    border: 1px solid #DC243C;
    font-size: 12px;
    outline: none;
    margin-left: 10px;
    float: right;
}

    .red-brdr-btn:disabled {
        color: #7F7F7F;
        border: 1px solid #7F7F7F;
    }

.ms-Icon.ms-Icon--Settings {
    color: #fff;
    bottom: 15px;
    position: absolute;
    left: 33%;
}

.ms-Icon.ms-Icon--Zoom {
    color: #666;
    font-size: 14px;
    position: relative;
    /*right: 6%;
    top: 6px;*/
    font-weight: bold;
    cursor: pointer;
    border-width: 0px;
}

.ms-Icon--ErrorBadge {
    font-size: 14px;
    position: absolute;
    right: 1%;
    top: 6px;
    font-weight: bold;
    cursor: pointer;
    border-width: 0px;
}

.ms-Icon--Clear {
    font-size: 10px;
    position: absolute;
    right: 1%;
    top: 8.5px;
    font-weight: bold;
    cursor: pointer;
    border-width: 0px;
}

.ms-Icon--Delete:before {
    cursor: pointer;
}

.ms-Icon--Delete {
    cursor: pointer;
    font-weight: bold;
}

.ms-Icon--History:before {
    cursor: pointer;
}

.ms-Icon--History, .ms-Icon--Refresh {
    cursor: pointer;
    font-weight: bold;
}

.uam-scroll .actionIcon {
    padding-right: 4px;
}

.uam-scroll .ms-Icon--Delete {
    font-size: 13px;
}

#manageAdmins .ms-Icon--Clear {
    padding-right: 5px;
}

.ms-Icon--Mail:before {
    color: #4e4e4e;
    font-size: 16px;
}

.ms-Icon--PageLeft {
    margin-top: 3px;
    margin-left: 5px;
}

    .ms-Icon--PageLeft.mng-user-prevbtn {
        margin-left: -2px;
    }

    .ms-Icon--PageLeft:before {
        font-size: 24px;
    }

.add-client-btn {
    position: relative;
    padding-left: 25px;
}

.add-client-btn-wizard {
    position: relative;
    float: right;
}

select.form-control {
    border-radius: 0px;
}

.slider-row {
    margin-bottom: 20px;
}

.ms-Icon--ChromeClose {
    font-size: 30px;
    color: #DC243C;
    /*margin-right: 15px;*/
    vertical-align: middle;
    margin-top: -5px;
}

.confirmation-txt {
    font-size: 14px;
    display: inline-block;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: left;
}
/*.slider-row .col-md-1, .slider-row .col-md-3, .slider-row.col-md-3 {
    padding-top:10px;
}
*/
/*-----------Slider button classes---------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
    margin-bottom: -7px;
    margin-left: 5px;
    margin-right: 7px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: -3px;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #54a575;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*--------------------End of Button classes-----------------------*/
/*--------------------Customized radio button classes------------------------*/
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 5px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: normal;
    }

        [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ccc;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #ccc;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/*----------------------styles for tags-input-------------------------------*/
tags-input .tags .tag-item {
    background: #D82138;
    color: #fff;
}

tags-input .tags {
    box-shadow: none;
}

    tags-input .tags .tag-item .remove-button {
        color: #fff;
        text-decoration: none;
    }

    tags-input .tags.focused {
        outline: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/*Changed style for diabled tags input field*/
tags-input[disabled] .tags .tag-item {
    background: none;
    color: grey;
}

    tags-input[disabled] .tags .tag-item .remove-button {
        color: grey;
        text-decoration: none;
    }
/*--------------------------Spinner--------------------------*/
.overlay-spinner {
    /*background-color: rgba(255,255,255, 0.8);*/
    background-color: #fcfcfc;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 900000;
}

    .overlay-spinner.gray {
        background-color: rgba(231,231,231,0.8);
    }

.bdo-spinner {
    position: absolute;
    display: block;
    background: url(../../images/ajaxLoader.gif) no-repeat;
    height: 40px;
    width: 40px;
    text-align: center;
    left: calc(50% - 20px);
    top: calc(50% - 40px);
}

.bdo-spinner-small {
    background-image: url(../../images/ajaxLoader.gif);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    background-size: 25%;
    height: 40px;
}

.search-table-header {
    margin-right: 15px;
}

.scroll-div {
    overflow-y: hidden;
    height: auto;
    font-family: "Segoe UI Semilight","Segoe UI" !important;
    /*overflow-x: hidden;
   */
}

.rht-wht-col > .col-md-12:nth-child(even) {
    background: #F2F2F2;
}

.scroll-div .row {
    margin-right: 0px;
    border-bottom: 1px solid #D7D7D7;
}


/* Search grid pagination */

.myGrid {
    width: 97vw !important;
    height: auto !important;
    padding-bottom: 70px;
    float: left;
    border: none;
}

#srch-client .myGrid :nth-child(2n).ui-grid-row .ui-grid-cell, #srch-client .myGrid :nth-child(2n+1).ui-grid-row .ui-grid-cell {
    /*background: #fff;*/
}

#srch-client .ui-grid-top-panel {
    background: none;
}

#srch-client .myGrid .add-client-btn-wizard {
    float: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

#srch-client .myGrid .grey-btn.bdo-spinner-small {
    float: none;
}

#srch-client .myGrid .search-table-btn {
    display: inline-block;
}

#srch-client .myGrid .ui-grid-viewport {
    min-height: 240px;
    width: 100% !important;
}

.myGrid input[type=number]::-webkit-inner-spin-button,
.myGrid input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.myGrid input[type=number] {
    -moz-appearance: textfield;
}

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: break-word;
    white-space: normal !important;
    line-height: 2.0em;
}

.ui-grid-header-viewport {
    background-color: #dbdbdb;
    width: 100% !important;
}

.ui-grid-header-cell {
    border: none;
}

.ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

.ui-grid-row {
    border-right: 1px solid #D7D7D7;
}

    .ui-grid-row div[role=row] {
        display: flex;
        border-bottom: 1px solid #D7D7D7;
    }

    .ui-grid-row:nth-child(odd) div[role=row] {
        background-color: #fdfdfd;
    }

    .ui-grid-row:nth-child(even) div[role=row] {
        background-color: #f3f3f3;
    }

.ui-grid-cell {
    border: none;
}

.ui-grid-pager-control button.ui-grid-pager-first, .ui-grid-pager-control button.ui-grid-pager-last, .ui-grid-pager-count-container .ui-grid-pager-count, .ui-grid-pager-row-count-label {
    display: none;
}

.myGrid .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport {
    overflow: hidden !important;
}

    .myGrid .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-viewport .ui-grid-canvas {
        height: auto !important;
    }

.ui-grid-naics-cell {
    padding: 2px 5px;
    max-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ui-grid-tooltip:hover .ui-grid-tooltiptext {
    visibility: visible;
}

.ui-grid-tooltip .ui-grid-tooltiptext {
    visibility: hidden;
    max-width: 120px;
    font-size: 12px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 999;
}

.ui-grid-pager-container {
    float: right;
    padding-right: 15px;
}

.ui-grid-pager-control {
    margin: 0px;
    min-width: 0px;
}

.ui-grid-pager-control input {
    width: 15px;
    border: 0px solid #ccc;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    padding: 5px 10px !important;
    text-align: center;
    margin-bottom: 5px;
    vertical-align: middle !important;
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom;
    display: none;
}

.ui-grid-pager-control button {
    padding: 0px 0px;
    border-radius: 0px;
    background-color: #fff;
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 7px;
}

.ui-grid-pager-control .last-triangle {
    margin-left: 8px;
}

#srch-client .myGrid .ui-grid-canvas {
    width: 100% !important;
}

.failed-txt {
    font-size: 24px;
    color: #5e5e5e;
    display: inline-block;
}

/* End search grid pagination */

/*----------------------Styles for Smaller Screen---------------------------*/
@media (max-width: 991px) {
    .provision-btn {
        margin-bottom: 20px;
    }

    .search-table .row .col-md-1, .search-table .row .col-md-2 {
        white-space: nowrap;
    }

    .main-content.provision-wzrd {
        margin-left: 35px;
    }

    .add-client-btn-wizard {
        float: none;
    }
}
/*--------------------IE disable clear(X) button------------------------------*/
input[type=text]::-ms-clear {
    display: none;
}

/*-----------------styles for radio bttons------------------------------*/
.radio {
    padding-left: 20px;
}

    .radio + .radio, .checkbox + .checkbox {
        margin-top: 10px;
    }

    .radio li {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 10px;
            height: 10px;
            left: 5px;
            top: 5px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #ED1A3B;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        z-index: 1;
    }

        .radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
            background-color: #ED1A3B;
        }

        .radio input[type="radio"]:checked + label::before {
            border: 1px solid #ED1A3B;
        }

        .radio input[type="radio"]:disabled + label {
            opacity: 1;
        }

            .radio input[type="radio"]:disabled + label::before {
                cursor: not-allowed;
                background-color: #d6d6d6;
                border: 1px solid #d6d6d6;
            }

            .radio input[type="radio"]:disabled + label::after {
                -webkit-transform: scale(0, 0);
                -ms-transform: scale(0, 0);
                -o-transform: scale(0, 0);
                transform: scale(0, 0);
            }

    .radio.radio-inline {
        margin-top: 0;
    }

.uam-scroll .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.uam-scroll .panel {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.medium-modal-window .modal-dialog {
    width: 500px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
}

.small-modal-window .modal-dialog {
    top: 26%;
}

/*Styles for Bulk Upload Start*/
#clientManagementbulk .browse-btn {
    background: none;
    border: none;
}

#clientManagementbulk #upld-file .modal-dialog, #success-upld .modal-dialog, #validate-upld .modal-dialog, #queuing-upld .modal-dialog, #error-upld .modal-dialog {
    width: 440px !important;
    height: 320px;
}

#clientManagementbulk #upld-file .modal-content, #success-upld .modal-content, #validate-upld .modal-content, #queuing-upld .modal-content, #error-upld .modal-content {
    border-radius: 0px;
}

#clientManagementbulk .colored-box {
    margin: 10px;
    height: 270px;
    text-align: center;
    border: 1px dashed;
    font-family: "proxima-nova-alt-regular";
    width: 430px;
}

#clientManagementbulk .excel-grey-box {
    background: #eae8ea;
}

#clientManagementbulk .success-green-box {
    background: #e8f2e8;
}

#clientManagementbulk .validate-blue-box {
    background: #e8f4fb;
}

#clientManagementbulk .error-red-box {
    background: #fcd0d8;
}

#clientManagementbulk .colored-box a {
    display: inline-block;
    /*border-bottom:1px solid;*/
    font-weight: bold;
    text-decoration: underline;
    color: #514F50;
    cursor: pointer;
}

    #clientManagementbulk .colored-box a:hover, .colored-box a:visited {
        text-decoration: none;
    }

#clientManagementbulk .colored-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 28%;
    padding-top: 10%;
}

#clientManagementbulk button.close {
    position: absolute;
}

#clientManagementbulk .file-name {
    font-size: 10px;
}

#clientManagementbulk .box-txt {
    text-align: center;
    font-size: 14px;
    padding-bottom: 5px;
}

#clientManagementbulk .dwld-sample-file {
    text-align: right;
    padding-top: 5px;
    font-size: 10px;
    padding-right: 5px;
    color: #505050;
}

    #clientManagementbulk .dwld-sample-file span {
        display: inline-block;
        border-bottom: 1px solid;
    }

#clientManagementbulk .green-txt, a.green-txt {
    color: #559b8a;
}

#clientManagementbulk .red-txt, a.red-txt {
    color: #d2485d;
}

#clientManagementbulk i.help-icon {
    padding: 0px 5px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #ADADAD;
    color: #fff;
    box-shadow: 0px 0px 2px #888;
    font-weight: bold;
}

#clientManagementbulk .link-txt {
    font-size: 18px;
    color: #514F50;
    margin-top: 20px;
}

#clientManagementbulk .ms-dlgTitle {
    display: none;
}
/*Styles for Bulk Upload End*/

.tooltip{
    z-index:1000;
}

.tooltip.top .tooltip-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 38px;
    left: 5px;
    border: none;
    background: #fff;
    transform: rotate(45deg); /* Prefixes... */
    box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.tooltip-inner {
    background: none;
}

.tooltip-content {
    padding: 6px 4px;
    color: #333;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: #fff;
    line-height: 16px;
    min-width: 200px;
    top: 44px;
    left: -20px;
}

    .tooltip-content .bdo-spinner-small {
        background-size: 20%;
    }


    .tooltip-content .row {
        border: none !important;
        background: none !important;
        padding: 0px !important;
    }

    .tooltip-content hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.contact-personalEmail {
    text-align: left;
    margin: 4px -4px;
}

.contact-title {
    text-align: left;
    font-weight: bold;
    margin: 4px -4px;
}

.contact-profileimg {
    background-image: url(../../images/contact_profile_default.png);
    background-color: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    height: 60px;
}

.contact-displayname {
    /*position: absolute;
    top: 22%;
    left: 20%;*/
    margin-top: 5%;
    font-weight:bold;
    white-space:normal;
    margin-left: -10%;
}

.marginNeg4 {
    margin-left: -4px;
    margin-right: -4px;
}

.marginBottomNeg22 {
    margin-bottom: -22px;
}

#portalUsersGrd div div select option:first-child[value=""] {
    display: none;
}
#bcUserAction:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
.ui-grid-header-cell {
    float: left;
}