

.esb-sidebar {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    background-color: #273144;
    margin-bottom: -55px;
    padding-bottom: 55px;
}

.esb-sidebar-top {
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    background-color: #f26633;
}


.left_header {
    padding: 20px 0px 30px 0px;
    background-image: url(../images/sblogo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.esb-sidebar ul i {
    margin-right: 15px;
    display: inline-block;
}

.bg-blue {
    background-color: #273144;
}


.esb-sidebar-collapsed, .esb-sidebar-top-collapsed {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background-color: #273144;
}

.esb-sidebar-top-collapsed .left_header {
    border: none;
    padding: 30px 5px;
    border: none;
    background-image: url(../images/sblogosmall.jpg);
    background-position: 5px 10px;
    background-repeat: no-repeat;
    background-size: 40px auto;
}

    .esb-sidebar-collapsed .left_header {
        border: none;
        padding: 0px;
    }

.esb-sidebar-collapsed ul i {
    margin-right: 5px;
    display: inline-block;
}

.esb-sidebar-collapsed ul span, .esb-sidebar-collapsed .nav-title {
    display: none;
}

    .esb-sidebar-collapsed .userName {
        display: none;
    }

    .userName {
        display: block;
    }

.userMenu a {
    color: #f26633;
    text-decoration: none;
}

.esbSideBarMenuExpand:hover, .esbSideBarMenuCollapse:hover {
    background-color: #273144;
}


@media (max-width: 1250px) {
    .esb-sidebar, .esb-sidebar-top {
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        background-color: #273144;
    }

    .esbSideBarMenuCollapse, .esbSideBarMenuExpand {
        display: none;
    }
    .esb-sidebar-top .left_header {
        border: none;
        padding: 30px 5px;
        border: none;
        background-image: url(../images/sblogosmall.jpg);
        background-position: 5px 10px;
        background-repeat: no-repeat;
        background-size: 40px auto;
    }

        .esb-sidebar ul i {
            margin-right: 5px;
            display: inline-block;
        }

        .esb-sidebar span, .esb-sidebar .nav-title, .userName {
            display: none;
        }

    .userMenu a {
        display:block;
    }
}

.topbar {
    /*border-bottom: solid 2px #273144;*/
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 0px;
}


.JumpToMenu a:hover {
    color: #f46538;
}
    

.esb-sidebar .nav-title {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    font-size: 80%;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    transition: height .15s,margin .15s;
}

.esb-sidebar .nav-link {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 10px 6px 10px 10px;
    margin-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    background: #273144;
    border: 0;
    border-radius: 0;
    transition: background .15s ease,color .15s ease;
    border-left: solid 3px #273144;
}

    .esb-sidebar .nav-link:hover {
        color: #ffffff;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.05);
        border-left: solid 3px #f26633;
    }









.containertop {
    color: #273144;
    padding: 5px 0px 5px 0px;
}


#BreadCrumb a {
    color: #333333;
    text-decoration: none;
}

    #BreadCrumb a:hover {
        color: #333333;
        text-decoration: underline;
    }








body {
    padding-top: 0px;
    background: #e5e5e5; /*273144*/
}

.well-white {
    background-color: #ffffff;
    background: #ffffff;
}

.hand {
    cursor: pointer;
}

.container {
    background: #ffffff;
}




#bingMap {
    min-height: 450px;
}

.well-heading {
    background-color: #e9e9e9;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Escalation colours */
.well-e0 {
}

.well-e1 {
    background-color: #009900 !important;
    background: #009900 !important;
    color: #ffffff !important;
}

.well-e2 {
    background-color: #FFCC00 !important;
    background: #FFCC00 !important;
    color: #ffffff !important;
}

.well-e3 {
    background-color: #CC3300 !important;
    background: #CC3300 !important;
    color: #ffffff !important;
}



/*Colour for identifying closed workitems*/
.wmItemSummaryClosed {
    background-color: #FFE6E6;
}

    .wmItemSummaryClosed table td {
        background-color: #FFE6E6 !important;
        border: solid 1px #ffffff !important;
    }

.notopmargin {
    margin-top: 0px !important;
}

.margintop10 {
    margin-top: 10px !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.marginbottom10 {
    margin-bottom: 10px !important;
}

.marginbottom20 {
    margin-bottom: 20px !important;
}

.nobottommargin {
    margin-bottom: 0px !important;
}

.buttonsRow {
    margin-bottom: 15px;
}

h2 {
    font-size: 22px;
}


.sysFooter {
    height: 10px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 15px;
}

.paddingTB-5 {
    padding: 5px !important;
}

.chkbox label {
    margin-left: 10px;
}

.chkbox {
    padding: 5px 0 0px 0;
}

span.chkbox {
    display: block;
    padding: 6px 0 0 0;
}


.chkboxinline label {
    margin-left: 0px;
    margin-right: 15px;
    display: inline;
}

.chkboxinline {
    padding: 0px 0 0px 0;
    border: none !important;
}


    .chkboxinline input[type=checkbox] {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }


/* Check box addon css style */
span.chkAddon input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0px;
}

.row.mb-3.required > label.col-form-label:after {
    content: " *";
    color: red;
}

.radio-Horizontal-Outer {
    padding: 5px;
}

    .radio-Horizontal-Outer label {
        padding-left: 5px;
        padding-right: 10px;
        padding-top: 0px;
    }

.radioList label {
    margin-left: 5px;
    margin-right: 10px;
}

/* radio horizontal */
table.form-control td {
    padding-right: 20px;
}

    table.form-control td input[type=radio] {
        margin-right: 3px;
    }

.reorderListHeader {
    padding: 0 10px 0 10px;
    background-color: #e5e5e5 !important;
    font-weight: 500;
}

.reorderList ul {
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}

.reorderList li {
    padding: 0px;
    margin: 0px;
    border-bottom: dashed 1px #333333;
}

.reorderList table {
    margin-bottom: 0px;
}

.reorderListCallBack {
    background-color: #e5e5e5;
}

.reorderListDragHandle {
}

.reorderListDropTemplate {
    background-color: #EEF0EE;
    border: solid 1px #333333;
    height: 35px;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

    .reorderListDropTemplate li {
        padding: 0;
        list-style-image: none;
        list-style-type: none;
    }



/* BS5 Cleases*/

.opacity6 {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.opacity7 {
    filter: alpha(opacity=70);
    opacity: 0.7;
}


table th {
    /*background: #555555;*/
    /*background-color: #f5f5f5 !important;*/
    /*color: #ffffff;
    font-weight: normal;*/
    box-shadow: none !important;
    border-bottom: solid 2px #333333 !important;
}

    table th a {
        color: #000000;
        text-decoration: none;
    }

        table th a:hover {
            text-decoration: underline;
        }

.page-header {
    border-bottom: solid 1px #e5e5e5;
}

    .page-header h2 {
        margin-top: 5px;
    }

/* Help Icons*/
.help {
}

.help-lg {
    font-size: 30px;
}












.noborder {
    border: none !important;
}












.unrounded {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


.form-horizontal .col-form-label {
    text-align: left;
}
/* main tabs*/
.tabs .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

    .tabs .nav-pills > li > a.inactive, .tabs .nav-pills > li > a {
        background: #f5f5f5;
    }

.tab-content {
    border-top: solid 2px #428bca;
    padding: 10px 0px;
}
/* Smaller tabs */
.nav-tabs > li.inactive > a {
    background: #f5f5f5;
    border-bottom: #cccccc 1px solid;
}

.nav-tabs > li > a {
    padding: 6px !important;
}

.nav-tabs {
    margin-bottom: 10px;
}


/* activities */



.resourceActivityTable {
    width: 100%;
    border-collapse: collapse;
}

    .resourceActivityTable th {
        width: 12%;
        background: #333333;
        color: #ffffff;
        padding: 5px;
        margin: 0 0 0 0;
    }

    .resourceActivityTable td {
        vertical-align: top;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

.activityTime {
}

.activityItem {
    background: #336699;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

    .activityItem:hover {
        background: #3399cc;
    }

.exceptionItem {
    background: #FF969F;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

    .exceptionItem:hover {
        background: #FFE6E6;
    }

/* Force word break for the notes details*/
.notesText {
    max-width: 700px;
    word-wrap: break-word;
    display: inline-block;
}






div#Footer {
    border: none;
    padding: 10px 5px 10px 5px;
    margin: 0px auto 0px auto;
    text-align: right;
    color: #ffffff;
    background: #273144;
    height:55px;
}

    div#Footer a {
        color: #ffffff;
        text-decoration: none;
    }

        div#Footer a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

.mobileSwitch {
    border: none;
    padding: 5px;
    margin-bottom: 5px;
    margin: 0px auto 0px auto;
    text-align: center;
    color: #ffffff;
    background: #cc0000;
}

    .mobileSwitch a {
        color: #ffffff;
        text-decoration: none;
    }

        .mobileSwitch a:hover {
            color: #ffffff;
            text-decoration: underline;
        }



/* login page*/
/* login container */
div#ContainerLoginOuter {
    width: 400px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

div#ContainerSBLogo {
    text-align: center;
    background: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
}

div#ContainerLogin {
    background: #ffffff;
    border: solid 0px #333333;
    padding: 0px;
}

.SBLogo {
    background-image: url(../images/sblogo.jpg);
    width: 300px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar {
    margin-bottom: 0px;
}

.Header {
    border: none;
    padding: 15px 10px 15px 10px;
    border: none;
    background-image: url(../images/sblogo.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.HeaderNav {
    border: none;
    display: inline-block;
}

.icon-bar {
    background: #333333;
}

.HeaderNav div {
}

.HeaderNav a {
    color: #cccccc;
    width: 65px;
    height: 60px;
    padding: 12px 8px 10px 10px;
    font-size: 16px;
    margin-right: 5px;
}

    .HeaderNav a.btn-basket {
        font-size: 16px !important;
        padding: 12px 10px 10px 10px !important;
    }

    .HeaderNav a.btn-default {
        background: #f3f3f3;
        background-color: #f3f3f3;
    }

    .HeaderNav a.btn-primary {
        color: #ffffff;
    }


.HeaderNav img {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
    background-repeat: no-repeat;
}

.navigationIconHome:hover, .navigationIconHome.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/home_over.png);
}

.navigationIconSettings:hover, .navigationIconSettings.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/mysettings_over.png);
}

.navigationIconFolders:hover, .navigationIconFolders.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/folder_over.png);
}

.navigationIconSearch:hover, .navigationIconSearch.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/search_over.png);
}

.navigationIconChangeUser:hover, .navigationIconChangeUser.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/changeuser_over.png);
}

.navigationIconHelp:hover, .navigationIconHelp.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/help_over.png);
}

.navigationIconWork:hover, .navigationIconWork.selected {
    width: 0px;
    height: 0px;
    padding: 30px;
    background: url(../images/navigation/mywork_over.png);
}

.navigationIconHome {
    background: url(../images/navigation/home_over.png);
}

.navigationIconSettings {
    background: url(../images/navigation/mysettings_over.png);
}

.navigationIconFolders {
    background: url(../images/navigation/folder_over.png);
}

.navigationIconSearch {
    background: url(../images/navigation/search_over.png);
}

.navigationIconChangeUser {
    background: url(../images/navigation/changeuser_over.png);
}

.navigationIconHelp {
    background: url(../images/navigation/help_over.png);
}

.navigationIconWork {
    background: url(../images/navigation/mywork_over.png);
}

.clear {
    clear: both;
}
/*************************** homepage dashboard items **************************/
.rightcol {
    width: 32%;
    float: left;
    padding: 5px;
    border: 1px solid #EEF0EE;
    margin: 5px;
}

.leftcol {
    width: 32%;
    float: left;
    padding: 5px;
    border: 1px solid #EEF0EE;
    margin: 5px;
}

.unallocated {
    width: 98%;
    padding: 0.5em;
    border: 1px solid #EEF0EE;
    margin: 0.5em;
}

.widget_header {
    width: 98%;
    padding: 0.6em 0.3em 0.6em 0.3em;
    margin: 0em;
    font-size: 100%;
    font-weight: bold;
    cursor: move;
    background-color: #EEF0EE;
}

.widget {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 1em;
    background-color: white;
}

.widget_dropcue {
    border: dashed 1px gray;
    display: none;
    margin-bottom: 1em;
}

.widget_tools {
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: none;
}

.handleImage {
    width: 15px;
    height: 16px;
    background-image: url(../images/dashboard/resize.gif);
    /*overflow:hidden;
*/
    cursor: s-resize;
}

/* workbasket dashboard control */
.db_WorkBasket {
    font-size: 12px;
    border: none;
}

    .db_WorkBasket table {
        border: none;
    }

    .db_WorkBasket td {
        border-bottom: dashed 1px #666666;
    }

.db_Workbasket_item {
    background-color: #ffffff;
}

.db_Workbasket_alt_item {
    background-color: #e5e5e5;
}


#backgroundFilter {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

div#popupWindow {
    position: absolute;
    width: 550px;
    height: 350px;
    padding: 1px;
    z-index: 1001;
    display: none;
    background-color: #ffffff;
    border: none;
    padding: 0;
    text-align: center;
}





.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #333333;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.alert-orange {
    background-color: #ffad77;
    border-color: #ff9900;
    color: #333333;
}

/* Escalation icons */
.e0 {
    display: none;
}

.e1 {
    background: url(../images/escalation/e1.gif) no-repeat 0 0;
    width: 20px;
    height: 25px;
}

.e2 {
    background: url(../images/escalation/e2.gif) no-repeat 0 0;
    width: 20px;
    height: 25px;
}

.e3 {
    background: url(../images/escalation/e3.gif) no-repeat 0 0;
    width: 20px;
    height: 25px;
}

.Calendar {
    background-color: #f2f2f2;
    width: 60%;
    border: none !important;
}

    .Calendar a {
        text-decoration: none;
    }

    .Calendar .CalendarTitle {
        font-weight: bold;
        height: 40px;
        line-height: 40px;
        background-color: #273144;
        color: #ffffff;
        border: none !important;
    }

    .Calendar th.CalendarDayHeader {
        height: 25px;
    }

    .Calendar tr {
        border-bottom: solid 1px #ddd;
    }

    .Calendar table tr {
        border-bottom: none !important;
    }

    .Calendar tr:last-child td {
        border-bottom: none;
    }

    .Calendar tr td.CalendarDay, .Calendar tr th.CalendarDayHeader {
        border-right: solid 1px #ddd;
    }

    .Calendar tr td:last-child.CalendarDay, .Calendar tr th:last-child.CalendarDayHeader {
        border-right: none;
    }

    .Calendar td.CalendarDay:nth-child(7) a {
        color: #c52e2e !important;
    }

    .Calendar .CalendarNextPrev {
        text-align: center;
    }

        .Calendar .CalendarNextPrev a {
            font-size: 1px;
        }

        .Calendar .CalendarNextPrev:nth-child(1) a {
            color: #000 !important;
            background: url("prevMonth.png") no-repeat center center;
        }

            .Calendar .CalendarNextPrev:nth-child(1) a:hover, .Calendar .CalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent;
            }

        .Calendar .CalendarNextPrev:nth-child(3) a {
            color: #000 !important;
            background: url("nextMonth.png") no-repeat center center;
        }

    .Calendar td.CalendarSelector a {
        background-color: #D9DBF2;
    }

    .Calendar .CalendarDayHeader a,
    .Calendar .CalendarDay a,
    .Calendar .CalendarSelector a,
    .Calendar .CalendarNextPrev a {
        display: block;
        line-height: 20px;
    }

    .Calendar .CalendarToday {
        background-color: #f2f2f2;
        -webkit-box-shadow: 1px 1px 8px 1px #8f8f8f;
        box-shadow: 1px 1px 8px 1px #8f8f8f;
        display: inline-block;
        width: 100% !important;
        height: 100% !important;
        border: 2px solid #f2f2f2;
        margin-left: -1px;
        margin-top: -1px;
        position: relative;
    }

        .Calendar .CalendarToday a {
            color: #D9DBF2 !important;
            font-weight: bold;
        }

            .Calendar .CalendarToday a:after {
                content: "TODAY";
                color: #000;
                font-size: 0.5em;
                display: inline-block;
                pointer-events: none;
                width: 100%;
                float: left;
            }

    .Calendar .CalendarDay a:hover,
    .Calendar .CalendarSelector a:hover {
        background-color: #D9DBF2;
    }
