@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600&family=Roboto:wght@300&family=Source+Sans+Pro&display=swap');

/* ==========================================================================
   Base styles
   ========================================================================== */
.btn{outline:none!important;}
body {
    /*background: #f9f9f9 !important;*/
    font-family: "Open Sans";
    color:#000;
}

.grey-background {
    background: #F8F9FA;
    width: 100%;
}

/*a:link,
a:visited {
    outline: none;
    color: #0D7BBF; 
}*/
input[type=checkbox]{width:18px;height:18px;}/*Default checkbox size is very small, Now increased to 18px*/
a{color:#4778B3;}/*As per WCAG Guidelines, made color contrast changes*/
a:focus{outline:none!important;}/*Removed out line on focus and added custom CSS on focus*/
a:hover,
a:active {
    outline: none;
    text-decoration: none;
    color: #000; /*this color code got passed in color contrast with white and black combination*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', Arial, sans-serif !important;
    font-weight: 300;
}

p {
    font-size: 14px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

/*::selection {
    background: #fff7dd;
}

::-moz-selection {
    background: #fff7dd;
}
*/
/*Added this stylings for placeholder text color changes to set the color contrast*/
::placeholder{color:#555!important;opacity:1!important;}
:-ms-input-placeholder{color:#555!important;}
::-ms-input-placeholder{color:#555!important;}

/* ==========================================================================
   Layout
   ========================================================================== */

#container {
    width: 100%;
    height: 100%;
    z-index: 0;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}

img.rounded-corners {
    border-radius: 20px;
}

/* Header */

#header {
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    position: fixed;
    width: 100%;
    min-height: 80px;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}

    #header .brand {
        float: left;
        width: 240px;
        min-height: 80px;
        position: relative;
        background: #ffffff url("../img/s1logolong2.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        margin-left: 5px;
    }
    #header .supplierOneBrandLogo {
        float: left;
        width: 240px;
        min-height: 80px;
        position: relative;
        background: #ffffff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
    #header .supplierOneBrandLogo img {
        margin-top:5px;
        margin-left:5px;
    }
        #leftside-navigation ul li a:hover, #leftside-navigation ul li.active > a {
    color: #1abc9c;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .logo {
    display: block;
    min-height: 80px;
}
#header .logo:focus{border:#FFF 2px solid;box-shadow:#08466d 0px 0px 0px 2px inset!important;}
    #header .logo span {
        font-weight: 700;
    }

#header .toggle-navigation button:hover,
#header .toggle-navigation button:active,
#header button#toggle-mail:hover,
#header button#toggle-mail:active {
    background: #08466D;
}

    #header .toggle-navigation button:hover i,
    #header button#toggle-mail:hover i {
        color: #F6F6F6;
    }

#header .toggle-navigation.toggle-left {
    margin: 23px 0 0 20px;
    display: inline-block;
}

#header .btn-default {
    padding: 3px 9px;
    background: #F6F6F6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    height: 35px;
}

    #header .btn-default .fa-bars,
    #header .btn-default .fa-comment {
        cursor: pointer;
        color: #797979;
    }

#header .user-nav {
    float: right;
    padding-right: 20px;
}
#header .user-nav ul{
    margin:0px;
    padding:5px 5px 0px 5px; /*Made padding changes to set the UI*/
    text-align:right;
}

    #header .user-nav .btn-signup {
        display: none
    }

.user-nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

    .user-nav ul li .profile-photo {
        display: inline-block;
        overflow: hidden;
        vertical-align: middle;
    }

    .user-nav ul li.dropdown.messages .dropdown-menu {
        width: 350px;
    }

    .user-nav ul li.dropdown.settings .dropdown-menu {
        width: 125px;
    }

.dropdown.settings .dropdown-menu > li > a:hover,
.dropdown.settings .dropdown-menu > li > a:active {
    background-color: #08466D;
    color: #fff;
}

    .dropdown.settings .dropdown-menu > li > a:hover .badge.badge-danager {
        background-color: #fff;
        color: #08466D;
    }

.user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover,
.user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover .time {
    background: #08466D;
    color: #fff;
}



.user-nav ul li.dropdown.messages .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: -150px;
    top: 48px;
    background-color: #F6F6F6;
    border: none;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}

div.shadow-image {
    min-width: 300px;
    border-color: white;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.user-nav ul li.dropdown.messages .dropdown-menu:before {
    bottom: 100%;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #e84c3d;
    border-width: 8px;
    margin-left: -8px;
}

.messages {
    margin: 0 15px;
}

    .messages .badge {
        position: absolute;
        top: -10px;
        left: -5px;
    }

.options i {
    color: #797979;
    font-size: 1.1em;
}

.user-nav ul li.dropdown.settings {
    line-height: 30px;
    margin-right: 10px;
    padding: 0 10px 0 10px;
}

    .user-nav ul li.dropdown.settings .dropdown-menu > li > a {
        padding: 5px 10px;
        font-size: 12px;
        display: block;
        text-align:left;
    }

.user-controls ul li.dropdown.settings .dropdown-menu > li {
    display: block;
}

.user-nav ul li.dropdown.settings .dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: auto!important;
    right: 0;
    top: 48px !important;
    background-color: #F6F6F6;
    border: #08466d 1px solid;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);*/
}

    .user-nav ul li.dropdown.settings .dropdown-menu:after {
        bottom: 100%;
        left: 78%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #F6F6F6;
        border-width: 8px;
        margin-left: -8px;
    }

    .user-nav ul li.dropdown.settings .dropdown-menu:before {
        bottom: 100%;
        left: 78%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(238, 238, 238, 0);
        border-bottom-color: #08466d;
        border-width: 8px;
        margin-left: -8px;
        top: -17px;
    }

.dropdown.settings .dropdown-menu > li,
.dropdown.messages .dropdown-menu > li {
    display: block;
    line-height: 20px;
    margin:0px 0px 5px 0px;/*Made margin changes to set the UI*/
    padding-left: 1px;
}

li.dropdown ul.dropdown-menu.alert > li h1 {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #e84c3d;
    margin: 0;
    font-size: 13px;
    padding: 10px;
    font-weight: 400;
    color: white;
}

.user-nav ul li.dropdown.messages .dropdown-menu > li:last-child a {
    background-color: white;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    text-align: right;
    padding: 10px 15px;
}

.user-nav ul li.dropdown.messages .dropdown-menu > li > a {
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcfcfc;
    color: #797979;
}

    .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info {
        vertical-align: top;
        display: inline-block;
        font-size: 11px;
        margin-left: 5px;
        width: 225px;
    }

        .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .sender {
            font-weight: 500;
        }

        .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .time {
            font-weight: 300;
            font-size: 9px;
            color: #b2b2b2;
        }

        .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .message-content {
            white-space: normal;
            margin-top: 5px;
        }


/* Sidebar */

.sidebar {
    width: 240px;
    height: 100%;
    position: fixed;
    background: #293949;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 100;
}

.sidebar-toggle {
    margin-left: -240px;
}

#leftside-navigation {
    margin-top: 80px;
}

    #leftside-navigation ul,
    #leftside-navigation ul ul {
        margin: -2px 0 0;
        padding: 0;
    }

        #leftside-navigation ul li {
            list-style-type: none;
            border-bottom: 1px solid #6185A8;
            padding: 10px;
        }

            #leftside-navigation ul li a {
                color: #FFF;
                text-decoration: none;
                display: block;
                padding:8px;
                font-size: 12px;
                outline: none;
                /*-webkit-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                -moz-transition: all 200ms ease-in;*/
                font-family: "Open Sans";
                line-height: 18px;
            }
            #leftside-navigation ul li a:focus, #leftside-navigation ul li:focus a{border:#FFF 1px solid;padding:7px;} /*Side Navigation focus styling*/
                #leftside-navigation ul li a span {
                    display: inline-block;
                }

        #leftside-navigation ul ul li {
            background: #23313f;
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
            border-bottom: none;
        }

            #leftside-navigation ul ul li a {
                font-size: 12px;
                padding-top: 13px;
                padding-bottom: 13px;
                color: #aeb2b7;
            }

        #leftside-navigation ul li a i {
            width: 20px;
        }

            #leftside-navigation ul li a i.fa-angle-right,
            #leftside-navigation ul li a i.fa-angle-left {
                padding-top: 3px;
            }

        #leftside-navigation ul ul {
            display: none;
        }

    #leftside-navigation li.active ul {
        display: block;
    }

    #leftside-navigation ul li a:hover,
    #leftside-navigation ul li.active > a {
        color: #85d0ff;
        /*#08466D;*/
    }
    #leftside-navigation ul li:hover,
    #leftside-navigation ul li.active {
        background-color: #172533;
    }

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .nano > .nano-content:focus {
            border: #FFF 4px double;
            width: 100%;
        }

        .nano > .nano-content::-webkit-scrollbar {
            visibility: hidden;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .nano > .nano-pane > .nano-slider {
        background: #444;
        background: rgba(0, 0, 0, .5);
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    opacity: 0.99;
}

.nano > .nano-pane > .nano-slider {
    background-color: #08466D;
}

.btn-primary + .dropdown-menu > li > a:hover,
.btn-primary + .dropdown-menu > li > a:active {
    background-color: #08466D;
}

/* Sidebar Right */

.sidebarRight {
    width: 240px;
    height: 100%;
    position: fixed;
    background: #293949;
    right: 0;
    top: 0;
    margin-right: -240px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 100;
}

.sidebar-toggle-right {
    margin-right: 0;
}

.sidebarRight .sidebar-heading {
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    line-height: 30px;
    padding: 10px;
    text-transform: uppercase;
}

.sidebarRight a.list-item:hover {
    background: #23313F
}

.sidebarRight .sidebar-title {
    font-size: 11px;
    color: #CCC;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 10px;
}

.sidebarRight .list-contacts {
    float: left;
}

    .sidebarRight .list-contacts .list-item {
        float: left;
        position: relative;
        width: 100%;
        padding: 8px 5px 8px 10px;
        margin-bottom: 3px;
        display: block;
    }

    .sidebarRight .list-contacts a.list-item,
    .sidebarRight .list-contacts .list-item {
        color: #fff !important;
    }

        .sidebarRight .list-contacts .list-item .list-item-image img {
            float: left;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .sidebarRight .list-contacts .list-item .list-item-content h4 {
            font-size: 12px;
            line-height: 17px;
            font-weight: 600;
            padding: 0px;
            margin: 0px;
        }

        .sidebarRight .list-contacts .list-item .list-item-content p {
            padding: 0px;
            margin: 0px;
            line-height: 13px;
            font-size: 11px;
        }

        .sidebarRight .list-contacts .list-item .item-status.item-status-online {
            background: #27ae61;
        }

        .sidebarRight .list-contacts .list-item .item-status.item-status-away {
            background: #f39c11;
        }

        .sidebarRight .list-contacts .list-item .item-status {
            position: absolute;
            right: 10px;
            top: 15px;
            width: 10px;
            height: 10px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            background: #AAA;
        }


/* ==========================================================================
   Main Content 
   ========================================================================== */

.main-content-wrapper {
    margin-left: 240px;
    margin-right: 0;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;*/
}

.main-content-toggle-left {
    margin-left: 0;
}

.main-content-toggle-right {
    margin-right: 240px;
}

.main-content-wrapper #main-content {
    border-top: solid thin #e7e8ec;
    display: inline-block;
    margin-top: 81px;
    padding: 15px 15px 0px 15px;
    width: 100%;
    height: 100%;
}

#main-content .h1 {
    margin: 0;
    padding: 0px 10px 40px 10px;
    float: left;
    line-height: 10px;
    font-weight: 300;
    font-size: 42px;
    font-family: 'Raleway', Arial, sans-serif;
    line-height:1;
    word-break:break-word;
}


/* ==========================================================================
   Tiles
   ========================================================================== */

.customHr {
    width: 95%; font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 5px;
    background-color: grey;
    margin-top: -6px;
    margin-bottom: 10px;
}

.customHr-primary {
    background-color: #08466D;
}


.vl {
    border-left: 5px solid;
    height: 95%;
}

.vl-primary {
    border-color: #08466D;
}

.vl-success {
    border-color: #3C763D;
}

.vl-danger {
    border-color: #A94442;
}

.vl-warning {
    border-color: #f1c40f;
}

.vl-info {
    border-color: #3498db;
}

.customHr-primary {
    background-color: #08466D;
}

.dashboard-tile {
    background-color: #fff;
    color: #555;
    margin-bottom: 15px;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .dashboard-tile.tile-turquoise {
        background-color: #08466D;
        color: #fff;
    }

    .dashboard-tile.tile-red {
        background-color: #e84c3d;
        color: #fff;
    }

    .dashboard-tile.tile-blue {
        background-color: #3598db;
        color: #fff;
    }

    .dashboard-tile.tile-purple {
        background-color: #9a59b5;
        color: #fff;
    }

    .dashboard-tile .header {
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }

        .dashboard-tile .header .title {
            display: inline-block;
            font-size: 14px;
            font-weight: 400;
            padding: 5px;
            position: absolute;
            text-transform: uppercase;
            top: 7px;
        }

    .dashboard-tile .content {
        padding: 10px;
    }

    .dashboard-tile.header .content {
        padding: 10px 20px;
        background: transparent;
        padding-right: 10px;
        display: inline-block;
        position: relative;
        z-index: 5;
    }

    .dashboard-tile.detail .icon {
        bottom: 0px;
        width: 80px;
        padding-top: 10px;
        position: absolute;
        right: 10px;
    }

    .dashboard-tile.header .icon img {
        opacity: 0.8;
        display: block;
        float: right;
        height: 80px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-top: 10px;
        position: absolute;
        right: 10px;
        top: 50px;
        width: 80px;
    }

    .dashboard-tile.header {
        position: relative;
        overflow: hidden;
    }

    .dashboard-tile.detail {
        position: relative;
        overflow: hidden;
    }

        .dashboard-tile.detail .content {
            background: transparent;
            padding: 10px 10px 13px;
            display: inline-block;
            position: relative;
            z-index: 5;
        }

        .dashboard-tile.detail .icon {
            display: block;
            float: right;
            height: 80px;
            margin-bottom: 10px;
            padding-left: 15px;
            padding-top: 10px;
            width: 80px;
            right: 40px;
            bottom: 9px;
        }

            .dashboard-tile.detail .icon i {
                color: rgba(0, 0, 0, 0.05);
                font-size: 85px;
                line-height: 65px;
            }

    .dashboard-tile .content p {
        margin-bottom: 0;
        padding: 10px;
        font-weight: 4 00;
        font-size: 14px;
        clear: both;
    }

#main-content .dashboard-tile .content h1 {
    margin: 0;
    font-weight: 300;
    font-size: 40px;
    padding: 8px;
}



/* ==========================================================================
  Forms
   ========================================================================== */

.form-control {
    color: #000; /*for color contrast*/
    outline: 0;
    height: 18px;
    padding: 6px 11px;
    line-height: 18px;
    font-size: 13px;
    background-color: #FFF;
    min-height: 36px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-transition: all .2s linear;
    transition: all .2s linear;*/
    border: #595959 1px solid; /*for color contrast*/
}
/*focus UI changes*/
.form-control:focus {
    border-color: #08466D!important;
    border-width:2px!important;
}

.form-horizontal.form-border .form-group {
    border-bottom: 1px solid #eff2f7;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.input-group {
    margin-bottom: 15px;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48;
}

label.error {
    color: #fff;
    background: #b94a48;
    border: solid thin #fff;
    padding: 3px 5px;
}

label.valid {
    color: #fff;
    background: #5CB85C;
    border: solid thin #fff;
    padding: 3px 5px;
}

.icheck div,
.icheck .disabled {
    float: left;
}

.icheck div {
    margin-right: 10px;
}

.icheck label {
    font-weight: normal;
}

.icheck .checkbox,
.icheck .radio {
    margin-bottom: 10px;
}



/* ==========================================================================
  Buttons
   ========================================================================== */

.btn {
    font-size: 15px;
    font-weight: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 14px;
    margin-bottom: 5px;
    /*Removed transition effect, this is creating UI delay*/
    /*-webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;*/
    line-height: 20px;
}

    .btn:hover,
    .btn:focus {
        outline: none;
        box-shadow:none;
    }

    .btn:active,
    .btn.active {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        background-color: #bdc3c7;
        color: rgba(255, 255, 255, 0.75);
        opacity: 0.7;
        filter: alpha(opacity=70);
    }




/* Default Buttons*/

/*Button Default Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-default{
    color:#FFF;
    background-color:#50595E;
    border-color:#50595E;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open .dropdown-toggle.btn-default{
    color:#50595E;
    background-color:#E7E9E9;
    border-color:#50595E;
}
.btn-default:focus,
.btn-default.btn-trans:focus{
    border:#50595E 2px solid;
    box-shadow:#FFF 0px 0px 0px 1px inset;
    background-color:#50595E;
    color: #FFF;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disablesd] .btn-default:active,
fieldset[disabled] .btn-default.active{
    color:#7D7D7D;
    background-color:#DDD;
    border-color:#DDD;
    border-width:1px;
}
.btn-default.btn-trans {
    color:#50595E;
    background-color:#FFF;
    border:solid 1px #50595E;
}
.btn-default.btn-trans:hover,
.btn-default.btn-trans:active{
    color:#FFF;
    background-color:#50595E;
}
/*Button Default Stylings starts here*/

/*Button Primary Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-primary{
    color:#FFF;
    background-color:#08466D;
    border-color:#08466D;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary{
    color:#FFF;
    background-color:#0178d6;
    border-color:#0178d6;
}
.btn-primary:focus,
.btn-primary.btn-trans:focus{
    border:#0178d6 2px solid;
    box-shadow:#FFF 0px 0px 0px 1px inset;
    background-color:#0178d6;
    color: #FFF;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.btn-primary.btn-trans:focus:hover{background-color:#0178d6;}
.main-div .btn-primary, .panel-primary .panel-heading .btn-primary{
    background-color:#08466D;
    border-color:#FFF;
}
.main-div .btn-primary:hover, .panel-primary .panel-heading .btn-primary:hover{
    border-color:#FFF;
    background-color:#FFF;
    color:#08466D;
}
.main-div .btn-primary:focus, .panel-primary .panel-heading .btn-primary:focus, .bg-primary .btn-primary:focus{
    border-color:#FFF;
    background-color:#FFF;
    color:#08466D;
    border-width:2px;
    box-shadow:#08466D 0px 0px 0px 1px inset;
}
.bg-primary .btn-primary{
    background-color:#08466D;
    border-color:#FFF;
    border:#FFF 1px solid;
}
.bg-primary .btn-primary:hover{
    background-color:#FFF;
    color:#08466D;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    color: #5E7C8D;
    background-color: #cedae2;
    border-color: #cedae2;
    border-width: 1px;
}

.btn-primary.btn-trans {
    color:#08466D;
    background-color:#FFF;
    border:solid 1px #08466D;
}
.btn-primary.btn-trans:hover,
.btn-primary.btn-trans:active{
    color:#FFF;
    background-color:#08466D;
}
/*Button Primary Stylings Ends here*/

/*Button Info Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-info{
    color:#FFF;
    background-color:#4179AA;
    border-color:#4179AA;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open .dropdown-toggle.btn-info{
    color:#4179AA;
    background-color:#FFF;
    border-color:#4179AA;
}
.btn-info:focus,
.btn-info.btn-trans:focus{
    border:#4179AA 2px solid;
    box-shadow:#FFF 0px 0px 0px 1px inset;
    background-color:#4179AA;
    color: #FFF;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.btn-info.disabled,
.btn-info[disabled],
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disablesd] .btn-info:active,
fieldset[disabled] .btn-info.active{
    color:#627B93;
    background-color:#cedae2;
    border-color:#cedae2;
    border-width:1px;
}
.btn-info.btn-trans {
    color:#4179AA;
    background-color:#FFF;
    border:solid 1px #4179AA;
}
.btn-info.btn-trans:hover,
.btn-info.btn-trans:active{
    color:#FFF;
    background-color:#4179AA;
}
/*Button Info Stylings starts here*/

/*Button Danger Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-danger{
    color:#FFF;
    background-color:#DB0000;
    border-color:#DB0000;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger{
    color:#DB0000;
    background-color:#FFF;
    border-color:#DB0000;
}
.btn-danger:focus,
.btn-danger.btn-trans:focus{
    border:#DB0000 2px solid;
    box-shadow:#FFF 0px 0px 0px 1px inset;
    background-color:#DB0000;
    color: #FFF;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disablesd] .btn-danger:active,
fieldset[disabled] .btn-danger.active{
    color:#976D6D;
    background-color:#F8CCCC;
    border-color:#F8CCCC;
    border-width:1px;
}
.btn-danger.btn-trans {
    color:#DB0000;
    background-color:#FFF;
    border:solid 1px #DB0000;
}
.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active{
    color:#FFF;
    background-color:#DB0000;
}
.main-div .btn-danger, .panel-primary .panel-heading .btn-danger{
    border-color:#FFF;
    border-width:2px;
}
.main-div .btn-danger:focus, .panel-primary .panel-heading .btn-danger:focus{
    border:#FFF 4px double;
    padding:3px 8px;
}
/*Button Danger Stylings starts here*/

/*Button Success Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-success{
    color:#FFF;
    background-color:#166437;
    border-color:#166437;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open .dropdown-toggle.btn-success{
    color:#166437;
    background-color:#FFF;
    border-color:#166437;
}
.btn-success:focus,
.btn-success.btn-trans:focus{
    border:#166437 2px solid;
    box-shadow:#FFF 0px 0px 0px 1px inset;
    background-color:#166437;
    color: #FFF;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.btn-success.disabled,
.btn-success[disabled],
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disablesd] .btn-success:active,
fieldset[disabled] .btn-success.active{
    color:#5D8371;
    background-color:#D0E0D7;
    border-color:#D0E0D7;
    border-width:1px;
}
.btn-success.btn-trans {
    color:#166437;
    background-color:#FFF;
    border:solid 1px #166437;
}
.btn-success.btn-trans:hover,
.btn-success.btn-trans:active{
    color:#FFF;
    background-color:#166437;
}
/*Button Success Stylings starts here*/

/*Button Warning Stylings starts here*/
/*Made changes to fix color contrast issues*/
.btn-warning{
    color:#000;
    background-color:#B88A00;
    border-color:#B88A00;
}
.btn-warning.active,
.btn-warning:active{
    color:#000;
    background-color:#946F00;
    border-color:#946F00;
}
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color:#f1c40f;
    background-color:#000;
    border-color:#000;
}
.btn-warning:focus,
.btn-warning.btn-trans:focus{
    border:#000 2px solid;
    box-shadow:#f1c40f 0px 0px 0px 1px inset;
    background-color:#000;
    color: #f1c40f;
    /*padding:5px 14px;*/
    border-radius:4px;
}
.main-div .btn-warning, .panel-primary .panel-heading .btn-warning{
    background-color:#FFC107;
    border-color:#FFC107;
}
.main-div .btn-warning:hover, .panel-primary .panel-heading .btn-warning:hover{
    border-color:#FFC107;
    background-color:#000;
    color:#FFC107;
}
.main-div .btn-warning:focus, .panel-primary .panel-heading .btn-warning:focus{
    border-color:#FFC107;
    background-color:#000;
    color:#FFC107;
    border-width:2px;
}
.bg-primary .btn-warning{
    background-color:#FFC107;
    border-color:#FFC107;
    border:#000 2px solid;
}
.bg-primary .btn-warning:hover{
    border-color:none;
    background-color:#000;
    color:#FFC107;
}
.bg-primary .btn-warning:focus{
    border-color:#FFF;
    background-color:#000;
    color:#FFC107;
    border-width:2px;
}
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active{
    color:#8C8363;
    background-color:#F1E8CC;
    border-color:#F1E8CC;
    border-width:1px;
}

.btn-warning.btn-trans {
    color:#B88A00;
    background-color:#FFF;
    border:solid 1px #B88A00;
}
.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active{
    color:#000;
    background-color:#B88A00;
}
/*Button Warning Stylings Ends here*/

/* 3d Buttons*/

.btn.btn-3d {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .btn.btn-3d:active {
        -webkit-transform: translate(0, 3px);
        -moz-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

.btn-default.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #A6AAAC;
    -moz-box-shadow: 0px 6px 0px #A6AAAC;
    box-shadow: 0px 6px 0px #A6AAAC;
}

    .btn-default.btn-3d:hover,
    .btn-default.btn-3d:focus {
        background-color: #bdc3c7;
    }

    .btn-default.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #A6AAAC;
        -moz-box-shadow: 0px 2px 0px #A6AAAC;
        box-shadow: 0px 2px 0px #A6AAAC;
    }

    .btn-default.btn-3d:hover,
    .btn-default.btn-3d:focus {
        background-color: #bdc3c7;
    }

.btn-primary.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #14a084;
    -moz-box-shadow: 0px 6px 0px #14a084;
    box-shadow: 0px 6px 0px #14a084;
}

    .btn-primary.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #14a084;
        -moz-box-shadow: 0px 2px 0px #14a084;
        box-shadow: 0px 2px 0px #14a084;
    }

    .btn-primary.btn-3d:hover,
    .btn-primary.btn-3d:focus {
        background-color: #08466D;
    }

.btn-success.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #2ab263;
    -moz-box-shadow: 0px 6px 0px #2ab263;
    box-shadow: 0px 6px 0px #2ab263;
}

    .btn-success.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #2ab263;
        -moz-box-shadow: 0px 2px 0px #2ab263;
        box-shadow: 0px 2px 0px #2ab263;
    }

    .btn-success.btn-3d:hover,
    .btn-success.btn-3d:focus {
        background-color: #2ecc71;
    }

.btn-info.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #2e86c1;
    -moz-box-shadow: 0px 6px 0px #2e86c1;
    box-shadow: 0px 6px 0px #2e86c1;
}

    .btn-info.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #2e86c1;
        -moz-box-shadow: 0px 2px 0px #2e86c1;
        box-shadow: 0px 2px 0px #2e86c1;
    }

    .btn-info.btn-3d:hover,
    .btn-info.btn-3d:focus {
        background-color: #3498db;
    }

.btn-warning.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #d6ae11;
    -moz-box-shadow: 0px 6px 0px #d6ae11;
    box-shadow: 0px 6px 0px #d6ae11;
}

    .btn-warning.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #d6ae11;
        -moz-box-shadow: 0px 2px 0px #d6ae11;
        box-shadow: 0px 2px 0px #d6ae11;
    }

    .btn-warning.btn-3d:hover,
    .btn-warning.btn-3d:focus {
        background-color: #f1c40f;
    }

.btn-danger.btn-3d {
    -webkit-box-shadow: 0px 6px 0px #c94034;
    -moz-box-shadow: 0px 6px 0px #c94034;
    box-shadow: 0px 6px 0px #c94034;
}

    .btn-danger.btn-3d:active {
        -webkit-box-shadow: 0px 2px 0px #c94034;
        -moz-box-shadow: 0px 2px 0px #c94034;
        box-shadow: 0px 2px 0px #c94034;
    }

    .btn-danger.btn-3d:hover,
    .btn-danger.btn-3d:focus {
        background-color: #e74c3c;
    }



/* square buttons */

.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/* Button Sizes */
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}


/* ==========================================================================
  Badges
   ========================================================================== */

.badge.badge-success {
    background-color: #2dcc70;
    color: #fff;
}

.badge.badge-info {
    background-color: #3598db;
    color: #fff;
}

.badge.badge-warning {
    background-color: #f1c40f;
    color: #fff;
}

.badge.badge-danager {
    background-color: #e84c3d;
    color: #fff;
}


/* ==========================================================================
 Sliders
   ========================================================================== */

.slider.slider-horizontal {
    margin: 10px 0;
}

.slider.slider-vertical {
    margin: 0 10px;
}

.slider-handle.round {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #EFF2F7;
    background: #fff;
    cursor: pointer;
}

.slider-default .slider-selection {
    background-image: none;
    background-color: #bdc3c7;
}

.slider-primary .slider-selection {
    background-image: none;
    background-color: #08466D;
}

.slider-success .slider-selection {
    background-image: none;
    background-color: #2dcc70;
}

.slider-warning .slider-selection {
    background-image: none;
    background-color: #f1c40f;
}

.slider-info .slider-selection {
    background-image: none;
    background-color: #3598db;
}

.slider-danger .slider-selection {
    background-image: none;
    background-color: #e84c3d;
}

#RGB {
    height: 239px;
    background: #808080;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}




/* ==========================================================================
   Progress Bars
   ========================================================================== */

.progress-bar-default {
    background-color: #bdc3c7;
}

.progress-bar-primary {
    background-color: #08466D;
}

.progress-bar-success {
    background-color: #2dcc70;
}

.progress-bar-warning {
    background-color: #f1c40f;
}

.progress-bar-info {
    background-color: #3598db;
}

.progress-bar-danger {
    background-color: #e84c3d;
}


/* ==========================================================================
   Nestable Sortable
   ========================================================================== */

.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    cursor: move;
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        background: #fff;
        color: #08466D;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    }

/* ==========================================================================
   Button Menu
   ========================================================================== */

.dropdown-menu {
    background-color: #F6F6F6;
    border: #08466d 1px solid;/*Changed border color as per accessibility*/
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px;
}

    .dropdown-menu > li {
        font-size: 13px;
    }

        .dropdown-menu > li > a {
            color: #000;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
        }
        .dropdown-menu > li > a:focus, .dropdown-menu > li:focus > a{background-color:#08466D;color:#FFFFFF;}
    .dropdown-menu .divider {
        background-color: rgba(255, 255, 255, 0.05);
    }

.btn-default + .dropdown-menu > li > a:hover,
.btn-default + .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #A1A6A9;
    color: #fff;
}

.btn-primary + .dropdown-menu > li > a:hover,
.btn-primary + .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
}

.btn-info + .dropdown-menu > li > a:hover,
.btn-info + .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #2C81BA;
    color: #fff;
}

.btn-warning + .dropdown-menu > li > a:hover,
.btn-warning + .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #CDA70D;
    color: #fff;
}

.btn-danger + .dropdown-menu > li > a:hover,
.btn-danger + .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #c1392b;
    color: #fff;
}



/* ==========================================================================
   Breadcrumbs
   ========================================================================== */

.breadcrumb {
    background: none;
}

    .breadcrumb > li {
        font-size: 12px;
    }

    .breadcrumb > .active {
        color: #4f4f4f;
    }



/* ==========================================================================
  Modal
   ========================================================================== */

.modal-footer .btn + .btn {
    margin-bottom: 5px;
}

.modal .modal-body.modal-scroll {
    max-height: 300px;
    overflow-y: auto;
}
/*Added this classes to set the modal heading and close icon*/
.close{padding:0px!important;width:36px;height:36px;font-size:36px;font-weight:400;margin:0px!important;}
.close:focus{outline:none!important;border:#08466d 2px solid;opacity:1!important;width:38px;height:38px;}
.modal-header h2{display:inline-block;}
.modal-header button.close{opacity:0.5;}
.modal-header button.close:hover{opacity:1;}



/* ==========================================================================
   FlotChart
   ========================================================================== */

.chart-tooltip {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #233242 !important;
    border: 0px !important;
    color: #ffffff;
    padding: 10px 20px !important;
    font-size: 13px;
}

/* ==========================================================================
   Icons
   ========================================================================== */

.fa-hover {
    margin: 5px 0;
}

    .fa-hover i {
        font-size: 14px;
        margin-right: 5px;
        width: 20px;
    }




/* ==========================================================================
   Tabs
   ========================================================================== */

.tab-wrapper {
    margin-bottom: 20px;
}

    .tab-wrapper .nav-tabs > li > a {
        border-radius: 0;
    }

    .tab-wrapper .tab-content {
        border: 1px solid #ddd;
        border-top: 0;
        padding: 10px 15px;
    }

    .tab-wrapper > .nav-tabs > li a {
        color: #5D5F63;
    }

    .tab-wrapper > .nav-tabs > li.active > a {
        border-top: 2px solid #08466D;
        background-color: #ffffff;
    }

    .tab-wrapper.tab-left > .nav-tabs > li,
    .tab-wrapper.tab-right > .nav-tabs > li {
        float: none;
        min-width: 75px;
    }

        .tab-wrapper.tab-left > .nav-tabs > li > a,
        .tab-wrapper.tab-right > .nav-tabs > li > a {
            border: 1px solid #ddd;
        }

        .tab-wrapper.tab-left > .nav-tabs > li.active > a,
        .tab-wrapper.tab-right > .nav-tabs > li.active > a {
            border-top-color: #ddd !important;
        }

    .tab-wrapper.tab-left .tab-content,
    .tab-wrapper.tab-right .tab-content {
        overflow: auto;
        border-top: 1px solid #ddd;
    }

    .tab-wrapper.tab-left > .nav-tabs {
        float: left;
        margin-right: -3px;
    }

        .tab-wrapper.tab-left > .nav-tabs > li > a {
            border-right: 0;
        }

        .tab-wrapper.tab-left > .nav-tabs > li.active > a {
            border-left: 2px solid #08466D;
        }

    .tab-wrapper.tab-right > .nav-tabs {
        float: right;
        margin-left: -1px;
    }

        .tab-wrapper.tab-right > .nav-tabs > li > a {
            border-left: 0;
        }

        .tab-wrapper.tab-right > .nav-tabs > li.active > a {
            border-right: 2px solid #08466D;
        }

    .tab-wrapper.tab-bottom > .tab-content {
        border-top: 1px solid #ddd;
    }

    .tab-wrapper.tab-bottom > .nav-tabs {
        border-bottom: none;
        margin-top: 0px;
    }

        .tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
            margin-top: -2px;
            border-top-color: transparent !important;
            border-bottom: 2px solid #08466D;
        }

.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
    border-top-color: #08466D;
}

.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
    border-left-color: #08466D;
}

.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
    border-right-color: #08466D;
}

.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
    border-bottom-color: #08466D;
}

.tab-primary.tab-wrapper > .nav-tabs > li > a:focus {
    border:#08466D 2px solid;
    border-bottom:none;
}


/* ==========================================================================
   Panels
   ========================================================================== */

.panel {
    border: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .panel > .panel-heading {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 15px;
    }

    .panel .actions {
        position: absolute;
        right: 30px;
        top: 18px;
    }

        .panel .actions i {
            font-size: 1em;
            margin: 0 3px;
        }

            .panel .actions i:hover {
                cursor: pointer;
            }

    .panel > .panel-footer {
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 15px;
    }

.panel-default > .panel-heading {
    border-color: #eff2f7;
    background: #fafafa;
    color: #545454;
}

.panel-default .actions i {
    font-size: 1em;
    color: #bdc3c7;
    margin: 0 3px;
}

    .panel-default .actions i:hover {
        cursor: pointer;
        color: #767676;
    }

.panel-default > .panel-footer {
    border-color: #eff2f7;
    background: #fafafa;
    color: #767676;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #08466D;
    border-color: #08466D;
}

.panel-primary {
    border-color: #08466D;
}

    .panel-primary > .panel-heading a,
    .panel-primary > .panel-heading a:hover {
        color: #fff;
    }

.panel-solid-default > .panel-heading,
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer {
    background: #bdc3c7;
    color: #fff;
    border: none;
}

.panel-solid-primary > .panel-heading,
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer {
    background: #08466D;
    color: #fff;
    border: none;
}

.panel-solid-success > .panel-heading,
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer {
    background: #2dcc70;
    color: #fff;
    border: none;
}

.panel-solid-warning > .panel-heading,
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer {
    background: #f1c40f;
    color: #fff;
    border: none;
}

.panel-solid-info > .panel-heading,
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer {
    background: #3598db;
    color: #fff;
    border: none;
}

.panel-solid-danger > .panel-heading,
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer {
    background: #e84c3d;
    color: #fff;
    border: none;
}
.panel-heading ol, .panel-heading ul{margin:0px;padding:10px 0px 0px 20px;}

/* ==========================================================================
   Wizard
   ========================================================================== */

.step-content {
    border: 1px solid #D4D4D4;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    margin-bottom: 10px;
}

.wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

    .wizard:before,
    .wizard:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .wizard:after {
        clear: both;
    }

    .wizard ul {
        width: 4000px;
        padding: 0;
        margin: 0;
        list-style: none outside none;
    }

        .wizard ul.previous-disabled li.complete {
            cursor: default;
        }

            .wizard ul.previous-disabled li.complete:hover {
                color: #468847;
                cursor: default;
                background: #f3f4f5;
            }

                .wizard ul.previous-disabled li.complete:hover .chevron:before {
                    border-left-color: #f3f4f5;
                }

        .wizard ul li {
            position: relative;
            float: left;
            height: 46px;
            padding: 0 20px 0 30px;
            margin: 0;
            font-size: 16px;
            line-height: 46px;
            color: #999999;
            cursor: default;
            background: #ededed;
        }

            .wizard ul li .chevron {
                position: absolute;
                top: 0;
                right: -14px;
                z-index: 1;
                display: block;
                border: 24px solid transparent;
                border-right: 0;
                border-left: 14px solid #d4d4d4;
            }

                .wizard ul li .chevron:before {
                    position: absolute;
                    top: -24px;
                    right: 1px;
                    display: block;
                    border: 24px solid transparent;
                    border-right: 0;
                    border-left: 14px solid #ededed;
                    content: "";
                }

            .wizard ul li.complete {
                color: #08466D;
                background: #f3f4f5;
            }

                .wizard ul li.complete:hover {
                    cursor: pointer;
                    background: #e1f2ef;
                }

                    .wizard ul li.complete:hover .chevron:before {
                        border-left: 14px solid #e1f2ef;
                    }

                .wizard ul li.complete .chevron:before {
                    border-left: 14px solid #f3f4f5;
                }

            .wizard ul li.active {
                color: #08466D;
                background: #fff;
            }

                .wizard ul li.active .chevron:before {
                    border-left: 14px solid #fff;
                }

            .wizard ul li .badge {
                margin-right: 8px;
            }

            .wizard ul li:first-child {
                padding-left: 20px;
                border-radius: 4px 0 0 4px;
            }

    .wizard .actions {
        position: initial;
        z-index: 1000;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 46px;
        vertical-align: middle;
        background-color: #e5e5e5;
        border-left: 1px solid #d4d4d4;
    }

        .wizard .actions a {
            margin-right: 8px;
            font-size: 12px;
            line-height: 45px;
        }

        .wizard .actions .btn-prev i {
            margin-right: 5px;
            color: #fff;
        }

        .wizard .actions .btn-next i {
            margin-left: 5px;
            color: #fff;
        }

        .wizard .actions .btn-prev[disabled] i {
            color: rgba(255, 255, 255, 0.75);
        }

.step-content .step-pane {
    display: none;
}

.step-content .active {
    display: block;
}

    .step-content .active .btn-group .active {
        display: inline-block;
    }

.wizard .steps .badge.badge-info {
    background-color: #08466D;
}

.wizard .steps .badge.badge-success {
    background-color: #08466D;
}

.form-group .title {
    text-align: right;
}



/* ==========================================================================
   On-off switch
   ========================================================================== */

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    /*display: none;*/
    opacity: 0;
    position: absolute;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #949494;
    border-radius: 30px;
    background-color: #FFF;
    transition: background-color 0.3s ease-in;
    box-shadow:none!important;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 22px;
    height:22px;
    margin: 0px;
    background: #949494;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 64px;
    border-radius: 30px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #08466D;
}
.onoffswitch-checkbox:checked + .onoffswitch-label{
    border-color: #08466D;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    background-color: #FFF;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 4px;
}
.onoffswitch input.onoffswitch-checkbox:focus + .onoffswitch-label{border:#949494 4px double;}
.onoffswitch input.onoffswitch-checkbox:focus + .onoffswitch-label:before{width:18px;height:18px;top:6px;right:66px;}
.onoffswitch input.onoffswitch-checkbox:checked:focus + .onoffswitch-label{border:#FFF 4px double;}
.onoffswitch input.onoffswitch-checkbox:checked:focus + .onoffswitch-label:before{width:18px;height:18px;top:6px;right:6px;}


/* ==========================================================================
   Mail
   ========================================================================== */

.mail-option ul li {
    list-style: none;
}

#view-mail-wrapper header {
    color: #a2a2a2;
}

    #view-mail-wrapper header h2 {
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px 0;
    }

    #view-mail-wrapper header p {
        position: absolute;
        right: 35px;
        top: 48px;
    }

#view-mail-wrapper .view-mail-header {
    padding-top: 5px;
}

    #view-mail-wrapper .view-mail-header img {
        margin-right: 10px;
    }

#view-mail-wrapper .view-mail-reply {
    margin-top: 12px;
}

#view-mail-wrapper .view-mail-body {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

    #view-mail-wrapper .view-mail-body p {
        line-height: 1.8em;
    }

    #view-mail-wrapper .view-mail-body .panel-footer,
    #view-mail-wrapper .view-compose-body .panel-footer {
        background: #fff;
        border-bottom: 1px solid #ddd;
        border-radius: 0;
        padding: 15px 0;
    }

        #view-mail-wrapper .view-mail-body .panel-footer h5 {
            display: inline-block;
        }

        #view-mail-wrapper .view-mail-body .panel-footer .attchments {
            padding: 0 8px;
            text-transform: lowercase;
        }

        #view-mail-wrapper .view-mail-body .panel-footer button.pull-right {
            margin: 0 0 0px 8px;
        }

.send-options {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 45px;
    top: 22px;
}

    .send-options a {
        color: #979797;
    }

#form-group-cc,
#form-group-bcc {
    display: none;
}

.compose-nav > li + li {
    margin-left: 0;
    margin-top: 0px;
}

.compose-nav li a,
.compose-nav li a:visited {
    border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid #f2f3f6;
    padding: 15px;
    border-right: 3px solid rgba(0, 0, 0, 0);
    color: #5D5F63;
}

.compose-nav > li.active > a,
.compose-nav > li.active > a:hover,
.compose-nav > li.active > a:focus {
    background: #f9f9f9;
    color: #08466D;
    border-left: 3px solid #08466D;
    margin-left: -3px;
}

.compose-nav > li > a:hover,
.compose-nav > li > a:focus {
    background: #f9f9f9;
    color: #08466D;
    border-left: 3px solid #08466D;
    margin-left: -3px;
}

.mail-checkbox {
    margin: 0 15px 0 8px;
}

.mail-option .btn-group .fa-refresh,
.pag-left,
.pag-right {
    color: #fff;
}

.inbox-pag li {
    float: left;
    margin-left: 5px;
}

    .inbox-pag li span {
        display: inline-block;
        margin-top: 7px;
        margin-right: 5px;
    }

.compose-nav {
    margin: 15px -15px 0 -15px;
}

.table-inbox span.title {
    display: block;
    font-weight: bold;
}

.table-inbox tr {
    background: #f9f9f9
}

    .table-inbox tr.unread {
        background: #fff;
    }

.table-inbox a,
.table-inbox a:visited {
    color: #5D5F63;
}

.table-inbox .unread a,
.table-inbox .unread a:visited {
    color: #08466D;
}

.table-inbox .fa-star {
    color: #f1c40f;
}


/* ==========================================================================
   Google Maps
   ========================================================================== */

.overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    opacity: 0.8;
    background: #08466D;
    border: solid 3px #08466D;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #333;
    text-shadow: 1px 1px 1px #666;
    padding: 0 4px;
}

.overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

    .overlay_arrow.above {
        bottom: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 16px solid #08466D;
    }

    .overlay_arrow.below {
        top: -15px;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-bottom: 16px solid #08466D;
    }

/* ==========================================================================
   Login
   ========================================================================== */

#login-container {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#login-wrapper {
    margin: 100px auto;
    float: none;
}

    #login-wrapper .logo {
        color: #fff;
        font-size: 1.7em;
        text-transform: uppercase;
        display: inline-block;
    }

        #login-wrapper .logo:before {
            background-image: url('../img/logo.png');
            background-position: left center;
            background-repeat: no-repeat;
            padding: 0 20px;
            content: "\00a0";
        }

    #login-wrapper .form-group i {
        position: absolute;
        left: 27px;
        top: 11px;
    }

    #login-wrapper #email,
    #login-wrapper #password {
        padding-left: 32px;
    }



/* ==========================================================================
   Error Pages 404 and 500
   ========================================================================== */

#error-container {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background: #405d8c;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #405d8c), color-stop(100%, #293949));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, #405d8c 0%, #293949 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405d8c', endColorstr='#293949', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

    #error-container .block-error {
        width: 400px;
        margin: 50px auto 0px;
    }

    #error-container header h1.error {
        color: #fff;
        font-size: 250px;
    }

    #error-container header p {
        color: #fff;
        text-transform: uppercase;
        font-size: 30px;
    }

    #error-container p {
        margin: 10px 0 40px 0;
    }


/* ==========================================================================
   Timeline
   ========================================================================== */

.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

    .timeline .time-layer {
        margin-right: -40px;
        margin-top: 30px;
        position: relative;
        margin-bottom: 30px;
    }

    .timeline:before {
        background-color: #d8d9df;
        bottom: 0px;
        content: "";
        left: 50%;
        position: absolute;
        top: 30px;
        width: 1px;
        z-index: 0;
    }

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.timeline-layer .panel .panel-heading h1 i {
    color: #BDC3C7;
}

.timeline-item:before,
.timeline-item.left:after {
    content: "";
    display: block;
    width: 50%;
}

.timeline-item {
    display: table-row;
}

.timeline-layer {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .timeline-layer h1 {
        font-size: 16px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .timeline-layer .panel {
        display: block;
        margin-left: 45px;
        position: relative;
        text-align: left;
        background: #fff;
    }

.timeline-item .timeline-layer .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.timeline-item .timeline-layer .arrow {
    border-right: 8px solid #fff;
}

.timeline-item.left .timeline-layer .arrow-left {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.left .timeline-layer .arrow-left {
    border-left: 8px solid #fff;
}

.timeline .timeline-icon {
    left: -60px;
    position: absolute;
    top: 5px;
}

.timeline .timeline-icon {
    background: #bdc3c7;
}

.timeline .timeline-icon {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
}

    .timeline .timeline-icon i {
        margin-top: 9px;
    }

.timeline-item.left .timeline-icon {
    left: auto;
    right: -60px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}

.timeline .timeline-date {
    left: -245px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
    display: none;
}

.timeline-item.left .timeline-date {
    left: auto;
    right: -245px;
    text-align: left;
    display: none;
}

.timeline-item.left:before {
    display: none;
}

.timeline-layer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #999;
}

.timeline-layer .panel {
    margin-bottom: 5px;
}

.timeline-layer .album {
    margin-top: 20px;
}

.timeline-item.left .timeline-layer .album {
    margin-top: 20px;
    float: right;
}

.timeline-layer .notification {
    background: #FFFFFF;
    margin-top: 20px;
    padding: 4px;
}

.timeline-item.left .panel {
    margin-left: 0;
    margin-right: 45px;
}

.timeline-item.left h1,
.timeline-item.left p {
    text-align: right;
}




/* ==========================================================================
   Calendar
   ========================================================================== */

#cal {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#events {
    background: #08466D;
    color: #fff;
    height: 755px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    #events h2 {
        font-size: 3em;
        font-weight: 300;
    }

    #events h3 {
        font-size: 2em;
        font-weight: 300;
        padding: 0;
        margin: 0 0 50px 0;
    }

.external-event.ui-draggable {
    margin: 10px 0;
    padding: 5px;
    background: #149e82;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .external-event.ui-draggable:hover {
        cursor: move;
    }


/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #08466D;
    border-color: #08466D;
}

.pagination > li > a,
.pagination > li > span {
    color: #08466D;
}



/* ==========================================================================
   Colors - Changed default color codes as per WCAG
   ========================================================================== */

.default-bg {
    background-color: #50595E;
}

.primary-bg {
    background-color: #08466D;
}

.success-bg {
    background-color: #166437;
}

.warning-bg {
    background-color: #B88A00;
}

.info-bg {
    background-color: #4179AA;
}

.danger-bg {
    background-color: #DB0000;
}

.default-txt {
    color: #50595E;
}

.primary-txt {
    color: #08466D;
}

.success-txt {
    color: #166437;
}

.warning-txt {
    color: #B88A00;
}

.info-txt {
    color: #4179AA;
}

.danger-txt {
    color: #DB0000;
}

.label-default {
    background-color:#E5E6E7;
    border:#50595E 1px dashed;
    color:#50595E;
}

.label-primary {
    background-color:#DAE3E9;
    border:#08466D 1px dashed;
    color:#08466D;
}

.label-success {
    background-color:#DCE8E1!important;
    border:#166437 1px dashed;
    color:#166437;
}

.label-warning {
    background-color:#F4EEd9;
    border:#B88A00 1px dashed;
    color:#B88A00;
}

.label-info {
    background-color:#e3ebf2;
    border:#4179AA 1px dashed;
    color:#4179AA;
}

.label-danger {
    background-color:#fbe5e5;
    border:#DB0000 1px dashed;
    color:#DB0000;
}

/* ==========================================================================
   Custom Changes
   ========================================================================== */

label.custom-check,
label.custom-radio {
    /*font-weight: normal;*/
    display: block;
    position: relative;
    padding: 2px 0 2px 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    label.custom-check input,
    label.custom-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    label.custom-check .checkmark,
    label.custom-radio .checkmark {
        position: absolute;
        top: 2px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 1px solid #949494
    }

    label.custom-radio .checkmark {
        border-radius: 50%;
    }

    /* On mouse-over, add a grey background color */
    label.custom-check:hover input ~ .checkmark,
    label.custom-radio:hover input ~ .checkmark {
        background-color: #676767;
    }
    label.custom-check input:focus + .checkmark,
    label.custom-radio input:focus + .checkmark {
        border:#08466d 2px solid;
    }
    /* When the radio button is checked, add a blue background */
    label.custom-check input:checked ~ .checkmark,
    label.custom-radio input:checked ~ .checkmark {
        background-color: #949494;
        border: none
    }
    label.custom-check input:checked:focus + .checkmark,
    label.custom-radio input:checked:focus + .checkmark {
        background-color: #949494;
        border: #08466d 2px solid;
    }
    label.custom-check input:checked:focus + .checkmark:after,
    label.custom-radio input:checked:focus + .checkmark:after {
        left:5px;top:1px;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    label.custom-check .checkmark:after,
    label.custom-radio .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    label.custom-check input:checked ~ .checkmark:after,
    label.custom-radio input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the Checkbox checkmark/indicator */
    label.custom-check .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* Style the indicator (dot/circle) */
    label.custom-radio .checkmark:after {
        top: 4px;
        left: 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white;
    }

/*Help button UI changes*/
#header #helpbtn{border:none;padding:0;border-radius:50%;width:26px;height:26px;display:block;position:relative;margin:1px 0px 0px 1px;background:#08466D;overflow:hidden;}
#header #helpbtn i.icon-position{color:#FFF;font-size:27px;}
#header #helpbtn.btn-primary:hover{background:#FFF;box-shadow:#08466D 0px 0px 0px 2px inset;}
#header #helpbtn.btn-primary:hover i{color:#08466D;}
#header #helpbtn.btn-primary:focus{border:#08466d 2px solid;box-shadow:#FFF 0px 0px 0px 2px inset!important;background:#FFF;width:30px;height:30px;}
#header #helpbtn.btn-primary:focus i{color:#08466D;}

/* ==========================================================================
   Charts JS
   ========================================================================== */

.canvas-container {
    min-height: 300px;
    max-height: 600px;
    position: relative;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 767px) and (min-width: 480px) {

    /* Main Content */
    .main-content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #main-content .h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 660px) {

    #header .brand {
        width: 120px;
        min-height:auto;
    }
    #header .supplierOneBrandLogo {
        width: 120px;
        min-height: auto;
    }
    #header .logo{
        min-height:40px;
    }
    #header .toggle-navigation.toggle-left {
        float: left;
        width: 40px;
        margin: 0px;
        text-align: right;
    }
    #header .btn-default{margin:5px 5px 0px 5px;width:28px;height:28px;font-size:12px;}
    .skipmaincontent {
        font-size: 12px;
        width: calc(100% - 160px);
        text-align: right;
        display: inline-block;
        padding-right: 20px;
        line-height: 44px;
    }
    .mobile-multilanguage{width:calc(50% - 10px);padding:0px 10px;float:left;}
    .multilanguage_options{font-size:10px!important;}
    .parent-multilanguage{width:100%!important;}
    #header .user-nav{width:100%;}
    #header .user-nav ul {
        padding-left: 0;
    }

    /*#leftside-navigation {
        margin-top: 153px;
    }*/

    /*.main-content-wrapper #main-content {
        margin-top: 153px;
    }*/

    .user-nav ul li {
        font-size: 12px;
    }
    .nano > .nano-content{height:calc(100vh - 80px);overflow-y:scroll;}
    .main-content-wrapper #main-content{padding:5px 5px 0px 5px;width:100%;}
    #leftside-navigation ul li{padding:2px 10px;}
    .tier2db-table .btn-lg{font-size:13px;padding:5px 10px;}
    .tier2db-table .heading-h1{font-size:30px;}
    .tier2db-table .heading-h3{font-size:20px;}
}

@media only screen and (max-width: 479px) {

    /* Main Content */
    .main-content-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #main-content .h1 {
        font-size: 22px;
    }

    #header .dropdown.messages {
        display: none;
    }
}

.multiselectdropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

    .multiselectdropdown-menu .checkbox {
        margin-bottom: 0px;
        margin-top: 0px
    }

.select2 a {
    color: inherit !important;
}

.alpaca-required-indicator {
    color: #595959 !important;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #595959;
}

.text-primary {
    color: #265a87;
}

.alpaca-field-radio.disabled .alpaca-control.radio {
    /*WCAG */
    color: #595959 !important;
}

.alpaca-control.disabled label {
    /*WCAG*/
    color: #595959 !important;
}

body {
    top: 0px !important;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    content: url('/images/globe.png') !important
}

.goog-te-gadget-simple {
    margin: 5px;
}

.parent-multilanguage{position:relative;width:170px;float:right;}
.multilanguage-main{margin:5px 0px 5px 0px;}
.multilanguage-main .input-group-addon{padding:2px 4px;}
.multilanguage-main .input-group-addon i{color:#000;font-size:18px;}
/*.multilanguage-main .multilang-globe{background-image:url(../img/globe-icon.png);display:block;width:16px;height:16px;background-repeat:no-repeat;}*/
.multilanguage-main .form-control{padding:0px 5px!important;line-height:24px!important;height:24px!important;min-height:24px!important;}
.pad-top-20{padding-top:20px!important;}
.pad-right-20{padding-right:20px;}
.input-group-addon {padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#000;text-align:center;background-color:#eee;border:1px solid #595959;border-radius:4px 0px 0px 4px;}


.banner-flex {
    display: flex;
}

.banner-inline-block {
    display: inline-block;
}

.home-banner-text {
    display: grid;
    place-items: center start;
    height: 100%;
    padding-left: 40px;
}

.engage-text {
    font-size: 30px;
    font-weight: 600 !important;
    margin-top: 0px;
}

@media (max-width: 767px) {
    .banner-flex {
        display: inherit;
    }

    .banner-inline-block {
        display: inherit;
    }

    .home-banner-text {
        margin: 50px 0px;
    }
}

.multiselect-container > li > a > label > input[type=checkbox] {
    margin-top: 3px;
}
select, input, textarea{background-color:#FFF;border:#595959 1px solid;border-radius:0px;}/*for color contrast*/
option{font-family:Arial!important;}
select:focus, input:focus, textarea:focus{border:#08466D 2px solid!important;}/*As per WCAG, made input border dark 1px and focus 2px*/
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{opacity:0.7!important;} /*added this class to set the datatable sorting color contrast*/
a:focus{box-shadow:none;border:#08466d 2px solid;}
.input-group-text{border-color:#595959;} /*for color contrast*/
.text-danger{color:#D60000!important;} /*Changed text-danger color code to set the color contrast*/
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{opacity:1!important;} /*customized this style to set the color contrast*/
.dc-text-filter-input{padding-left:10px;} /*Dc Table CSS customized to set the color contrast*/
.dosee-text{font-weight:500;display:block;margin-top:10px;} /*added this class for Search page register now text*/
.diversity-title-text{font-size:30px;font-weight:300;font-family:'Source Sans Pro', Arial, sans-serif !important;} /*Added this file for Customer Dashboard - Diversity Category names*/
.list-style-none{list-style:none;}
.pad-zero{padding:0px;}
.report-input-inline{width:100px;display:inline-block;}
.tier2-table-img{max-width:150px;word-wrap:break-word;}

/*for old pages/bootstrap 3 related pages adding bootstrap 4 realted classes here*/
.font-weight-bold{font-weight:600;}
.text-transform-none{text-transform:none;}
.mt-3{margin-top:1rem;}
.input-group-text{border-color:#595959;} /*for color contrast*/
.fs-14{font-size:14px!important;} /*Common font size 14px styling added*/
.paginate_button.active a:focus, .paginate_button.active:focus a, .tox-button:focus{border:#08466D 2px solid;box-shadow:#FFF 0px 0px 0px 2px inset!important;} /*Added this CSS for dataTable pagination intraction element focus*/
.paginate_button a:focus, .paginate_button:focus a{border:#08466D 2px solid;} /*Added this CSS for dataTable pagination intraction element focus*/
.tox-button--secondary:focus{border:#08466D 2px solid!important;}/*To display focus added border*/
.tox-tinymce{border-color:#1d354d!important;}
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary{background-image:none!important;border-bottom:#08466d 1px solid!important;}



/*Landing Page Count UI Added this classes*/
.custom-h2{font-weight: 300;font-size: 30px;line-height: 1.1;margin-top: 20px;margin-bottom: 10px;font-family: 'Source Sans Pro', Arial, sans-serif !important;}
.custom-h4{font-weight: 300;font-size: 18px;margin-top: 10px;margin-bottom: 10px;font-family: 'Source Sans Pro', Arial, sans-serif !important;}

/*Added these styling to set UI in mobile and 200% zoom view*/
@media (max-width: 640px){
    body{overflow-x:hidden;}
    .dataTables_wrapper .col-xs-6, .dataTables_wrapper .col-md-6{width:100%;}
    .pad-top-20{padding-top:0px!important;}
    button{white-space:inherit!important;}
    .powertour-step{max-width:100%;}
}

/*Added this stylings for landing page GIF animation controls*/
.gif-main-div{display:inline-block;position:relative;min-width:300px;width:100%;}
/*summary.gif-controls{color:#fff;background:#000;width:2rem;height:2rem;position:absolute;top:0.5rem;right:0.5rem;z-index:2;border-radius:50%;background-image:url(../img/gif-play-controls.svg);background-size:90% auto;background-repeat:no-repeat;background-position:center;background-color:white;}*/
/*[open] summary.gif-controls{background-image:url(../img/gif-pause-controls.svg);box-shadow:0 0 0 2px #fff;background-color:white;}*/
summary.gif-controls{width:30px;height:30px;text-align:center;line-height:30px;background-color:#FFF;border-radius:50%;position:absolute;top:0.5rem;right:0.5rem;z-index:2;border:#08466d 1px solid;}
summary.gif-controls i{width:28px;height:28px;text-align:center;line-height:28px;margin-left:2px;color:#08466d;}
*[open] summary.gif-controls i{margin-left:1px;}
details summary.gif-controls::-webkit-details-marker{display:none;}
details > summary.gif-controls:first-of-type{list-style:none;}
summary.gif-controls + *{position:absolute;top:0;left:0;right:0;bottom:0;background:#000;color:#fff;overflow-y:auto;}
summary.gif-controls + * a{color:#fff;}
summary.gif-controls:focus{box-shadow:0 0 0 0.25rem #08466D;outline:transparent;}
.gif-img-div img{display:inline-block;position:absolute;top:0px;left:0px;overflow:visible;}

/*D3 chart Global UI changes*/
.dc-chart g.row rect{fill-opacity:1!important;}
.dc-chart g.row rect:hover, .dc-chart rect.bar:hover{fill-opacity:.9!important;}
text.barLabel{font-size:10px;}

/*Place holder color contrast changes*/
::placeholder{color:#000!important;opacity:1!important;}
:-ms-input-placeholder{color:#000!important;}
::-ms-input-placeholder{color:#000!important;}
.myaccount-input-checkbox{min-width:20px;min-height:20px;}

/*Made Changes in Select to multi select UI as per WCAg Guidelines*/
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{border-color:#595959!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{border-color:#08466d!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#08466d!important;border-color:#08466d!important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#08466d!important;color:#FFF!important;}
.select2-container :focus{border:#08466d 2px solid!important;}
.select2-container :focus .select2-selection__rendered{line-height:26px!important;}
#todo-list li{border:#595959 1px solid!important;background-color:#FFF!important;}
#todo-list li .view label{margin-bottom:0px!important;}
#todo-list .destroy{top:11px!important;margin:2px!important;}
#todo-list .destroy:focus{margin:0px!important;width:24px!important;height:24px!important;}

/*Cookies Setting focus styling changes*/
.ch2-dialog-close a:focus{border:#000 2px solid;height: 28px;width: 27px;}
.ch2-dialog-close a:focus:after{left:6px;top:12px;}
.ch2-dialog-close a:focus:before{left:5px;top:14px;}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#757575!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{color:#000000!important;}

/*Skip stop main content*/
.parent-skip-content {
    margin: 10px;
    padding: 0.8rem 1rem;
    position: fixed;
    z-index: -1;
    left: -999999px;
    background: var(--ds-surface-overlay, white);
    border: none;
    border-radius: 3px;
    box-shadow: var(--ds-shadow-overlay, 0 0 0 1px rgba(9, 30, 66, 0.08), 0 2px 10px rgba(9, 30, 66, 0.08), 0 0 20px -4px rgba(9, 30, 66, 0.31));
    opacity: 0;
    transform: translateY(-50%);
    transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}
.parent-skip-content:focus-within {
    z-index: 2147483640;
    left: 0px;
    opacity: 1;
    transform: translateY(0%);
}
.list-skip-content{padding:0px;margin:0px;}
.list-skip-content li{
    list-style-type: none;
    list-style-position: outside;
}
.list-skip-content li a{
    font-size: 13px;
    display: block;
    height: 30px;
    line-height: 28px;
    border-bottom:#949494 1px solid;
    color:#000;
    padding:2px;
}
.list-skip-content li a:hover{color:#4778B3;text-decoration:none;}
.list-skip-content li a:focus{padding:0px;color:#4778B3;text-decoration:none;border:#000 2px solid!important;}
.list-skip-content li:last-child a{border-bottom:none;}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus{border:#595959 2px solid;}

.tier2-customer-reports-table{
    text-align:left;
}
.customer-reports-buttons-section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#search input{
    min-height:36px;
    border-radius:3px;
    border:#595959 1px solid;
}
/* Category Decription */
.cat-info-icon{font-size:20px;}
.category-definition{margin-left:6px;position:relative;}

.or-text {display: block;width: 100%;position: relative;height: 1px;margin: 24px 0px;border-bottom: #DDD 1px solid;}
.or-text span {position: absolute;width: 25px;height: 25px;background: #DDD;border-radius: 50%;font-size: 11px;color: #666;left: 0px;right: 0px;margin: 0px auto;line-height: 25px;text-align: center;margin-top: -12px;font-weight:bold;}
.revenue-check {display: flex;align-items: center;}
#revenueOptOut {margin: 0;margin-right: 10px;}
#optOutText {display: block;}
header img{margin:5px;}
.floating-banner {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: rgb(0, 95, 62) !important;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    text-align: center;
}
    .floating-banner .fb-content a {
        margin: 0;
        color: #fff !important;
        font-size: 16px !important;
        font-family: "Jost", 'sans-serif' !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
    }
.floating-banner .fb-content a:focus {
    border: #fff 2px solid !important;
}
.plan-label {
    background-color: #fec107;
    color: #000;
    border: none;
    margin: 0;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 200;
    width: 220px;
    text-align: center;
}