﻿#mainHeader {
    margin-bottom: 55px !important;
}

body {
    background: white;
    margin: 0;
    font-family: Calibri, Verdana, Arial, Tahoma;
    height: 100%;
    -moz-min-width: 345px;
    -ms-min-width: 345px;
    -o-min-width: 345px;
    -webkit-min-width: 345px;
    min-width: 345px;
}

body {
    padding-right: 0px !important;
}

.modal-open {
    overflow-y: auto;
}

body.modal-open {
    overflow: hidden !important;
}

.form-control {
    color: #000 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-10 {
    padding: 10px;
}

.cb-logo-img {
    position: relative;
    margin: auto;
}

#main-page {
    margin: auto;
}

#email input,
#email textarea {
    color: #222222 !important;
}

.pane-box-right {
    padding-right: 0 !important;
}

.cb-panel {
    color: #3a79ae;
    text-align: center;
    min-height: 550px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0;
    background-image: url(/Content/Images/stainless.png);
}

/* Customer lending page */

#sign-on-pane {
    padding: 1.5em;
    /*height: 500px;*/
}

#hintBox {
    position: relative;
    max-height: 50%;
    font-size: 20px;
}

#connectButtonDiv {
    padding: 20px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    background-color: #7f7f7f;
    color: white;
    border-radius: 18px;
    cursor: pointer;
    position: relative;
    box-shadow: 5px 5px 5px #565151;
}

.auto-hight {
    min-height: 1px;
}

#hint {
    /*position: absolute;
        width: 100%;
        bottom: 20px;*/
}

.cb-oops-body {
    font-size: 1.5em;
    background-color: #DEDEDE;
    font-weight: bold;
    color: #4C4C4C;
    -ms-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0;
}


/*.cb-panel.thin {
    border: 2px outset ActiveBorder;
    -moz-box-shadow: 5px 5px 5px #5e5d5d;
    -webkit-box-shadow: 5px 5px 5px #5e5d5d;
    -ms-box-shadow: 5px 5px 5px #5e5d5d;
    box-shadow: 5px 5px 5px #5e5d5d;
}

.cb-panel.thin {
    background-color: #ebebeb;
    border: 2px outset ActiveBorder;
    -moz-box-shadow: 5px 5px 5px 5px #5e5d5d;
    -webkit-box-shadow: 5px 5px 5px 5px #5e5d5d;
    -ms-box-shadow: 5px 5px 5px 5px #5e5d5d;
    box-shadow: 5px 5px 5px 5px #5e5d5d;
}


.cb-panel.thik {
    border: 3px outset ActiveBorder;
    -moz-box-shadow: 10px 10px 5px #5e5d5d;
    -webkit-box-shadow: 10px 10px 5px #5e5d5d;
    -ms-box-shadow: 10px 10px 5px #5e5d5d;
    box-shadow: 10px 10px 5px #5e5d5d;
}
*/
#middle-pane {
    overflow: hidden;
    font-size: 17px;
}

.left-footer {
    background-color: transparent;
    border: none !important;
    position: absolute;
    bottom: 0;
    width: 97%;
}

.side-pane {
    padding: 1.5em;
    font-size: 20px;
    overflow: hidden;
}

#instruction2Div {
    margin-bottom: 15px;
}

.loading-progress {
    position: relative;
    font-size: 20px;
    padding-top: 2em;
}

    .loading-progress span {
        display: block;
        margin-bottom: 20px;
    }

.user-list-box,
.main-panel-box {
    padding-top: 0;
}

.user-list-box {
    max-height: 410px;
}

#byLocation {
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
}

.selectedLevelTitle {
    position: relative;
    text-align: left;
    color: white;
    font-size: 17px;
    padding-left: 15px;
}


/*#selectedLevel ul li:first-child > div {
    -ms-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
} */


/* branch location filter */

.listHeader {
    position: relative;
    text-align: left;
    color: white;
    font-size: 17px;
    padding-left: 15px;
    display: block;
}

.location-list {
    max-height: 350px;
}

#selectedLevel ul,
.loc-list-box ul,
.rep-list-box ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
}

.all-bankers {
    background-color: #17375e;
}

.l1 {
    background-color: #fd8e2c;
}

.l2 {
    background-color: #89ab40;
}

.l3 {
    background-color: #2b517e;
}

/*.l4, .l5, .l6 {
    background-color: #ffffff;
    color: #0e0e0e;    
}*/

.l4 {
    background-color: #fd8e2c;
}

.l5 {
    background-color: #89ab40;
}

.l6 {
    background-color: #2b517e;
}

.levelSelect {
    font-size: 17px;
    color: white;
    margin: auto;
    padding: 8px;
    border-radius: 18px;
    cursor: pointer;
    width: 135px;
    margin-bottom: 15px;
}

#Level4Select {
    background: -webkit-linear-gradient(90deg, #fa8c2b, #e98127);
    background: -o-linear-gradient(90deg, #fa8c2b, #e98127);
    background: -moz-linear-gradient(90deg, #fa8c2b, #e98127);
    background: linear-gradient(90deg, #fa8c2b, #e98127);
    background-color: #f6892a;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #fd8e2c;
}

#Level5Select {
    background: -webkit-linear-gradient(90deg, #a6d050, #9bc14a);
    background: -o-linear-gradient(90deg, #a6d050, #9bc14a);
    background: -moz-linear-gradient(90deg, #a6d050, #9bc14a);
    background: linear-gradient(90deg, #a6d050, #9bc14a);
    background-color: #96bc47;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #89ab40;
}

#Level6Select {
    background: -webkit-linear-gradient(90deg, #2b517e, #1557a8);
    background: -o-linear-gradient(90deg, #2b517e, #1557a8);
    background: -moz-linear-gradient(90deg, #2b517e, #1557a8);
    background: linear-gradient(90deg, #2b517e, #1557a8);
    background-color: #2b517e;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #2f5583;
}


#Level3Select {
    background: -webkit-linear-gradient(90deg, #2b517e, #1557a8);
    background: -o-linear-gradient(90deg, #2b517e, #1557a8);
    background: -moz-linear-gradient(90deg, #2b517e, #1557a8);
    background: linear-gradient(90deg, #2b517e, #1557a8);
    background-color: #2b517e;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #2f5583;
}


#Level2Select {
    background: -webkit-linear-gradient(90deg, #a6d050, #9bc14a);
    background: -o-linear-gradient(90deg, #a6d050, #9bc14a);
    background: -moz-linear-gradient(90deg, #a6d050, #9bc14a);
    background: linear-gradient(90deg, #a6d050, #9bc14a);
    background-color: #96bc47;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #89ab40;
}

#Level1Select {
    background: -webkit-linear-gradient(90deg, #fa8c2b, #e98127);
    background: -o-linear-gradient(90deg, #fa8c2b, #e98127);
    background: -moz-linear-gradient(90deg, #fa8c2b, #e98127);
    background: linear-gradient(90deg, #fa8c2b, #e98127);
    background-color: #f6892a;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #fd8e2c;
}

#allBankers {
    background: -webkit-linear-gradient(90deg, #399b36, #6caa33); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #399b36, #6caa33); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #399b36, #6caa33); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #399b36, #6caa33); /* Standard syntax (must be last) */
    background-color: #429b34;
    box-shadow: 4px 3px 2px #5e5d5d;
    border: outset 3px #237a29;
    /*margin-bottom: 0 !important;*/
    line-height: 15px;
}

.filter-outer-box {
    margin: auto;
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
}


/* Rep list */

.loc-list-box,
.rep-list-box {
    overflow-y: auto;
}

.loc-list-box {
    padding-top: 30px;
}

.rep-list-box {
    min-height: 380px;
    padding-top: 10px;
}

#NoAvailMessage {
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}

.rep-list-box.limited {
    max-height: 370px;
}

.user-row {
    margin-bottom: 3px;
    padding: 5px;
}

.user-name {
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: -13px;
    width: 800px;
    text-align: left;
    border: solid #c2c2c2;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background-color: gainsboro;
}

button.user-link {
    cursor: pointer;
    display: none;
    background-color: #a9a9a9;
    color: #443f3f;
    float: right;
    margin-right: 10px;
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    white-space: nowrap;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.call-me {
    background-color: #429b34;
    color: #fefefe;
    padding-left: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    border: 1px #fff outset;
    border-left: none;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    float: right;
    font-size: 17px;
    line-height: 20px;
    -moz-min-width: 145px;
    -ms-min-width: 145px;
    -o-min-width: 145px;
    -webkit-min-width: 145px;
    min-width: 145px;
    margin-left: -1px;
    z-index: 2;
}

    .call-me.email-me {
        background-color: #c0c0c0;
        color: #0f0f0f;
    }

#wait-popup {
    background-color: white;
}

input#search {
    position: relative;
    padding-bottom: .5em;
    width: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVlJREFUeNqkUm1LwlAUbjeVzU3Flu1LWFC5iSGNbL1YRP1zsRhaQYoWK+2Dc5rpBjppmm7rwGQMEUl6uNxz7uE85543zLbttVWA/YugqepHraapPdDDkUh8Z3eLYXx+PzwdNwzgEsql5/tcbi5eKp0+zmRIKuRafI74bLfFfB6hdSGbTSRYsDTlxlOx8FqpRKMbbDIZCAQcT+SIx2LBsqzzq0ue50kyCIfluLOLLBUKvUvScNB3f5gRup0O3AmW9eazHY8TBKFp6ng8nicsgW1Z3sbMCDGGgftNkryuzYZsGAa9GcNxfL7ojHCqyLKYv0MY2jvYB4uiKA+iONT19BFPhSML5rCwrQAudXgiCFD9gsFBcyulUqvVAp2maV0fDPp90zS9nGWrYRjfkGS9XptOJi7Ht6Q/BBG8vr0hKfKlWv0ZjUxz+qflg4H2ul84TkB4hNDK2/orwAA7aaMFiqegpAAAAABJRU5ErkJggg==');
    background-position: 10px center;
    padding: 10px 5px;
    text-indent: 20px;
    background-repeat: no-repeat;
}

/*--- rep list item ---*/

.rep-list-item {
    text-align: left;
    color: #3a79ae !important;
    border: 1px #fff outset;
    border-right: none !important;
    /*background-color: #efefef;*/
    background-color: white;
    border-radius: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    transition: height ease 0.5s;
}

    .rep-list-item.random {
        margin-bottom: 0 !important;
        margin-top: 5px;
    }

.rep-title-box,
.connect-btn-box {
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline;
}




.connect-btn-box {
    background-color: #17375e;
    border-radius: 0 5px 5px 0;
    color: #fefefe;
    text-align: center;
    /*   transition: all ease 1s;*/
    width: 25%;
    float: right;
    margin-bottom: 1px;
    margin-right: 1px;
}

.chat-me,
.notify-me {
    border-radius: 0;
    text-align: center;
    padding: 0 2px;
    color: #fefefe;
    margin-right: 5px;
}

.notify-me {
    background-color: #0078ff;
    width: 30%;
    /*transition: all ease 1s;*/
}

.email-me {
    background-color: #EDDB00;
    color: #0C304E !important;
    /* transition: all ease 1s;*/
}
/*------------------------*/

.name-search {
    margin: 3px 0;
}

    .name-search span {
        display: inline-block;
        font-weight: bold;
        width: 20px;
        height: 20px;
        text-align: center;
        margin-right: 5px;
    }

        .name-search span.checked {
            background-color: #429b34;
            color: #fefefe;
            -ms-border-radius: 2px;
            border-radius: 2px;
        }

#alphaSearch {
    text-align: center;
    line-height: 22px;
    padding-top: 2px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}

.alpha-reset {
    font-weight: normal !important;
    margin-left: 1em;
    color: #0D4F8B;
    cursor: pointer;
}

.alpha-enabled {
    cursor: pointer;
    /*background-color: #0D4F8B;
    color: #fff;
    -ms-border-radius: 2px;
    border-radius: 2px;*/
}

/*.alpha-disabled {
    color: #0D4F8B;
    cursor: default;
}*/


#nottys.green {
    display: block !important;
    background: #00b050;
    -webkit-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, #ffffff 0 1px 0 inset;
    -ms-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, #ffffff 0 1px 0 inset;
    -webkit-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
    -ms-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, #ffffff 0 1px 0 inset;
    -ms-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, #ffffff 0 1px 0 inset;
    -ms-box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
    box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, #ffffff 0 1px 0 inset;
    box-shadow: #0AB92D 0 2px 13px, #0AB92D 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
    height: 300px;
    width: 500px;
}

#nottys.black {
    display: block !important;
    background: #3a79ae;
    -webkit-box-shadow: #1f3b52 0 2px 13px, #1f3b52 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
    -ms-box-shadow: #1f3b52 0 2px 13px, #1f3b52 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
    box-shadow: #1f3b52 0 2px 13px, #1f3b52 0 -3px 13px, #ffffff 0 1px 0 inset;
    box-shadow: #1f3b52 0 2px 13px, #1f3b52 0 -3px 13px, rgba(255, 255, 255, .5) 0 1px 0 inset;
}

#NoAvailMessage {
    font-size: 24px;
    margin-bottom: 30px;
}

.list-header {
    position: relative;
    text-align: left;
    color: white;
    font-size: 17px;
    padding-left: 15px;
    background-color: #429b34;
}

.location-item {
    cursor: pointer;
    padding: 3px;
}

    .location-item:hover {
        color: #fefefe;
        background-color: #3a79ae;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

#nottys .notty.blue {
    background: #3a79ae;
    box-shadow: #1f3b52 0 2px 13px,#1f3b52 0 -3px 13px, rgba(255,255,255,.5) 0 1px 0 inset;
}

#nottys .notty.green {
    background: #008000;
    box-shadow: #1F522C 0 2px 13px,#1F522C 0 -3px 13px, rgba(255,255,255,.5) 0 1px 0 inset;
}

#nottys .notty.orange {
    background: #e4af00;
    box-shadow: #9d5c13 0 2px 13px,#9d5c13 0 -3px 13px, rgba(255,255,255,.5) 0 1px 0 inset;
}

.notty-msg {
    width: 250px;
    height: 180px;
    margin: 40px;
}

.notty-title {
    margin: 25px 0;
}

.notty-msg.loading {
    margin-left: 0 !important;
}

.notty-rep-name {
    font-size: 18pt;
}


#email-form {
    background-color: #1986e2;
    border-radius: 25px;
    width: 100%;
    padding: 10px;
}

    #email-form tr td {
        padding: 8px;
    }

        #email-form tr td input {
            width: 100%;
        }

#submit-cell {
    padding: 0 200px !important;
    padding-bottom: 20px !important;
}

.send-email-btn {
    border-radius: 8px;
    background-color: #093179;
    color: #fefefe !important;
}

.cb-modal-form {
    background-color: #1985e1;
    color: #fefefe;
}

    .cb-modal-form.dark {
        background-color: #103350 !important;
        color: #fefefe !important;
    }

    .cb-modal-form.light {
        background-color: #F5F5F5 !important;
        color: #0e0e0e !important;
    }

.cb-modal-title {
    font-size: 2em !important;
}

.cb-btn-send-email {
    background-color: #19DA10 !important;
    color: #fefefe !important;
    cursor: pointer;
}

    .cb-btn-send-email:hover {
        background-color: #359E30 !important;
        color: #fff !important;
    }

#email-popup button,
#email-popup input,
#email-popup textarea,
#email-popup label {
    font-size: 1.25em;
}

#email-popup label {
    font-weight: normal;
}

#cusLogoPath img,
.cb-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

div.filter-list-box {
    max-height: 230px;
    overflow-y: auto;
    font-size: 10pt;
}

.filter-show-all,
.filter-selected {
    background: #17375e !important;
    color: #fefefe !important;
    font-size: 12pt !important;
}

.not-production {
}

.filter-show-all {
    background: #ff9922 !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .side-pane {
        padding: 5px;
    }

    .location-list {
        max-height: 150px;
    }
}

/* iPhone 6 portr/land */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    .rep-title-box-narrow {
        width: 40%;
        display: inline-block;
    }

    .modal-header {
        border: 0 !important;
    }

    .cb-modal-title {
        font-size: 10pt !important;
    }

    .text-chat-dialog {
        padding-top: 0 !important;
    }

    ul.chat-list {
        max-height: 250px;
    }
}
/* iPhone 5 portr/land */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    .rep-title-box-narrow {
        width: 40%;
        display: inline-block;
    }

    .modal-header {
        border: 0 !important;
    }

    .cb-modal-title {
        font-size: 10pt !important;
    }

    .text-chat-dialog {
        padding-top: 0 !important;
    }

    ul.chat-list {
        max-height: 250px;
    }
}

@media (max-width: 975px) {

    .rep-list-box {
        min-height: 1px;    
    }

    .location-list {
        max-height: 150px;
    }

    .cb-panel,
    #left-pane,
    #middle-pane,
    .side-pane {
        min-height: 1px;
    }

    .left-footer {
        position: relative;
    }

    #middle-pane {
        margin: 0;
    }

    .pane-box {
        padding: 0;
        padding-bottom: 15px !important;
    }
}


a.jobSelect {
    display: block;
    margin: 3px 10px;
    border-radius: 5px !important;
}

    a.jobSelect:hover {
        color: #fefefe !important;
    }

a.glassbutton {
    padding: 4px 10px;
    position: relative;
    background: #f6f6f6;
    display: block;
    margin-bottom: 5px;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #ddd), color-stop(0.95, #FFF));*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #BBB;
    border-top-color: #CCC;
    border-bottom-color: #999;
    border-right-color: #AAA;
    color: #333;
    text-decoration: none !important;
    -moz-box-shadow: 0 4px 4px rgba(255,255,255,.6) inset, 0px -9px 10px -4px rgba(255, 255, 255,1) inset, 0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset;
    outline: none !important;
    cursor: pointer;
}

    a.glassbutton:hover,
    a.glassbutton:focus {
        background: #17375e;
        background: rgba(0,80,0,.5);
        /*background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fafafa), color-stop(0.5, #fff), color-stop(0.6, #eee), color-stop(0.95, #FFF));*/
        border: 1px solid #999;
        border-top-color: #AAA;
        border-bottom-color: #777;
        border-right-color: #999;
        color: #222;
    }

    a.glassbutton:active, .glassbuttons a:active {
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.25) inset;
        /*background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#f0f0f0), color-stop(0.5, #eee), color-stop(0.6, #ddd), color-stop(0.95, #eee));*/
        border: 1px solid #BBB;
        border-top-color: #999;
        border-bottom-color: #EEE;
        border-right-color: #999;
        color: #111;
    }


.sw-box {
    background: #333;
    color: #fefefe;
    width: 90px;
    height: 50px;
    font-size: 24pt;
    border: 1px #0f0f0f solid;
    border-radius: 7px;
}

    .sw-box span {
        font-family: StopwatchW00-Regular;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

.screen-area {
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
}
