﻿/* general body settings */
body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    position: relative;
}

/***
Page container
***/

.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .page-container:before,
    .page-container:after {
        display: table;
        content: " ";
    }

    .page-container:after {
        clear: both;
    }

.page-header-fixed .page-container {
    margin-top: 42px;
}

.page-container {
    margin: 0px;
    padding: 0px;
    position: relative;
}

.page-content {
    min-height: 455px !important;
}

@media (min-width: 992px) {
    .page-content {
        margin-top: 0px;
        min-height: 600px;
        padding: 10px 20px 20px 20px;
    }
}

/*******************************************
 --- navbar
*******************************************/

.navbar-custom {
    background-color: #2CAFF6 !important;
    background-image: none;
    border: none !important;
}

.navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
    padding: 15px;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background-color: #18597C;
    color: #fff;
}

.navbar .navbar-brand {
    padding: 5px 15px 5px 15px;
}

.navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: #279EDE;
    color: #fff;
}

.navbar-nav .open .dropdown-menu > li > a {
    color: #18597C;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #18597C;
}

.navbar .navbar-brand img {
    height: 40px;
}

.navbar-nav .nhs-image {
    height: 45px;
    padding: 5px 10px;
}

.navbar-text {
    color: #18597c;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}


/***
Custom nav
***/


#navbar .navAppCategory {
    margin-bottom: 1px;
    padding: 5px 15px;
    font-weight: bolder;
    font-size: 19px;
    color: #2DAFF6;
}

#navbar .navActive {
    background-color: #18597C;
}

#navbar .navbar-nav > .open > a, #navbar .navbar-nav > .open > a:focus, #navbar .navbar-nav > .open > a:hover {
    color: #FFFFFF !important;
    background-color: #279EDE !important;
}

#navbar .navbar-nav > li > a:focus, #navbar .navbar-nav > li > a:hover {
    background-color: #279ede !important;
    color: #fff !important;
}

#navbar .dropdown-menu {
    min-width: 200px;
    background-color: #18597C !important;
}

    #navbar .dropdown-menu > li > a {
        color: white;
    }

        #navbar .dropdown-menu > li > a:focus, #navbar .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #FFFFFF !important;
            background-color: #428BCA !important;
        }

    #navbar .dropdown-menu.columns-2 {
        min-width: 455px;
        padding: 15px 10px;
    }

    #navbar .dropdown-menu.columns-3 {
        min-width: 575px;
        padding: 15px 10px;
    }

    #navbar .dropdown-menu.columns-4 {
        min-width: 780px;
        padding: 15px 10px;
    }

    #navbar .dropdown-menu.columns-5 {
        min-width: 915px;
        padding: 15px 10px;
    }

    #navbar .dropdown-menu .menu-section {
        margin: 0 5px;
        float: left;
    }

    #navbar .dropdown-menu li a {
        padding: 5px 15px;
        font-weight: bold;
    }

@media (max-width: 767px) {
    #navbar .dropdown-menu {
        min-width: auto !important;
    }
}

@media (min-width: 768px ) and (max-width: 991px) {

    .dropdown-menu.columns-3 {
        margin-left: -150px !important;
    }

    .dropdown-menu.columns-3 {
        margin-left: -205px !important;
    }

    .dropdown-menu.columns-4 {
        margin-left: -220px !important;
    }

    .dropdown-menu.columns-5 {
        margin-left: -380px !important;
    }
}

#navbar .multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #navbar .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #ffffff;
        white-space: normal;
    }

        #navbar .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #FFFFFF;
            background-color: #428BCA;
        }



/***
Custom tables
***/
.table-toolbar {
    margin-bottom: 15px;
}

.table.table-full-width {
    width: 100% !important;
}

.table .m-btn {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
}

/***
Custom tabs
***/
.nav-tabs > li > a > .badge,
.nav-pills > li > a > .badge {
    margin-top: -3px;
}

.nav-tabs > li > a,
.nav-pills > li > a {
    font-size: 14px;
}

.nav-tabs-sm > li > a,
.nav-pills-sm > li > a {
    font-size: 13px;
}

.tabbable-custom {
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
}

    .tabbable-custom > .nav-tabs {
        border: none;
        margin: 0px;
    }

    .tabbable-custom > .tab-content {
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 10px;
    }

    .tabbable-custom.nav-justified .tab-content {
        margin-top: -1px;
    }

.tabs-below.tabbable-custom.nav-justified .tab-content {
    margin-top: 0px;
    margin-bottom: -2px;
}

.tabbable-custom.boxless > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom .nav-tabs > li {
    margin-right: 2px;
    border-top: 2px solid transparent;
}

    .tabbable-custom .nav-tabs > li > a {
        margin-right: 0;
    }

        .tabbable-custom .nav-tabs > li > a:hover {
            background: none;
            border-color: transparent;
        }

    .tabbable-custom .nav-tabs > li.active {
        border-top: 2px solid #2CAFF6;
        margin-top: 0;
        position: relative;
    }

        .tabbable-custom .nav-tabs > li.active > a {
            border-top: none;
            font-weight: 400;
        }

            .tabbable-custom .nav-tabs > li.active > a:hover {
                border-top: none;
                background: #fff;
                border-color: #d4d4d4 #d4d4d4 transparent;
            }

/* below tabs */

.tabs-below.tabbable-custom .nav-tabs > li > a {
    border-top: none;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
}

.tabs-below.tabbable-custom .nav-tabs > li.active {
    border-top: none;
    border-bottom: 3px solid #d12610;
    margin-bottom: 0;
    position: relative;
}

    .tabs-below.tabbable-custom .nav-tabs > li.active > a {
        border-bottom: none;
    }

        .tabs-below.tabbable-custom .nav-tabs > li.active > a:hover {
            background: #fff;
            border-color: #d4d4d4 #d4d4d4 transparent;
        }

/*full width tabs with bigger titles */
.tabbable-custom.tabbable-full-width > .tab-content {
    padding: 15px 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    color: #424242;
    font-size: 15px;
    padding: 9px 15px;
}

/*******************************************
 --- table
*******************************************/


.results-table {
}

    .results-table thead th {
        background-color: #777;
        color: #fff;
        font-size: 13px;
    }

    .results-table tr td {
        background-color: #fff;
        color: #777;
        font-size: 13px;
    }

    .results-table .details-panel table {
        width: 100%;
    }

        .results-table .details-panel table thead th {
            background-color: #E3E3E3;
            color: #000;
            font-size: 11px;
            font-weight: normal;
            padding: 3px;
        }

        .results-table .details-panel table tbody td {
            background-color: #fff;
            color: #717171;
            font-size: 11px;
            font-weight: normal;
            padding: 3px;
        }

    .results-table .details-panel h5 {
        color: #333;
        font-size: 13px;
        font-weight: bold;
    }

    .results-table .photos-panel {
        background-color: #777;
        width: 100%;
        padding: 15px;
    }


        .results-table .photos-panel table {
            margin-left: 15px;
        }

            .results-table .photos-panel table td {
                background-color: #777;
                padding: 3px;
            }

            .results-table .photos-panel table .image-list {
                position: relative;
                display: block;
                float: left;
                margin-right: 20px;
            }

                .results-table .photos-panel table .image-list div {
                    width: 100%;
                    float: left;
                    margin: 0;
                }

                .results-table .photos-panel table .image-list p {
                    width: 100%;
                    padding-top: 5px;
                    margin: 0;
                }

                .results-table .photos-panel table .image-list img {
                    float: left;
                    display: block;
                    margin-left: 1px;
                }

            .results-table .photos-panel table td span {
                color: #fff;
            }

        .results-table .photos-panel img {
            width: 100px;
        }

.image-select-all {
    text-transform: uppercase;
    color: #fff;
    float: right;
}

    .image-select-all:hover, .image-select-all:focus {
        color: #fff !important;
    }

.results-table .notes-panel {
    background-color: #F2F3F3;
    width: 100%;
    padding: 15px;
    color: #333;
}

.results-table .no-images {
    color: #fff;
    margin: 0;
}

.results-table .notes-panel p {
    margin: 0;
}


.results-table1 {
}

    .results-table1 thead th {
        background-color: #ddd;
        color: #000;
        font-size: 13px;
    }


/***************************************************/


/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("Images/remove-icon-small.png") !important;
}

.icon-default {
    color: #ccc;
}

.icon-success {
    color: #468847;
}

.icon-info {
    color: #27a9e3;
}

.icon-warning {
    color: #dbc056;
}

.icon-danger {
    color: #B94A48;
}

/* input with left aligned icons */
.input-icon {
    position: relative;
}


    .input-icon input {
        padding-left: 33px !important;
    }

    .input-icon i {
        color: #ccc;
        display: block;
        position: absolute;
        margin: 11px 2px 4px 10px;
        width: 16px;
        height: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon.right input {
        padding-left: 12px !important;
        padding-right: 33px !important;
    }

    .input-icon.right i {
        right: 8px;
        float: right;
    }

.has-success .input-icon > i {
    color: #468847;
}

.has-warning .input-icon > i {
    color: #c09853;
}

.has-error .input-icon > i {
    color: #b94a48;
}

/***
Tools
***/

.display-none,
.display-hide {
    display: none;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-margin {
    margin: 0;
}

.no-border {
    border: 0 !important;
}

label {
    font-weight: 400 !important;
    font-size: 14px;
}



/*******************************************
 --- footer
*******************************************/
.footer {
    background-color: #2CAFF6;
    height: 50px;
    margin: 20px 0 0 0;
    position: relative;
    bottom: 0px;
}

    .footer p {
        float: left;
        color: #fff;
        margin: 0 0 0 15px;
        font-size: 12px;
        line-height: 50px;
    }

    .footer .footer-image {
        float: right;
        margin: 0 0 0;
        padding: 10px 10px 0 0;
        height: 40px;
    }


    .footer .footer-inner {
        color: #999999;
    }

    .footer .footer-tools .go-top:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .footer .footer-tools .go-top i {
        color: #8a8a8a;
    }

    .footer .footer-tools {
        float: right;
        display: inline-block;
    }

        .footer .footer-tools .go-top {
            background-color: #4f4f4f;
            position: absolute;
            right: 15px;
            top: 15px;
        }

        .footer .footer-tools .go-top {
            display: block;
            text-decoration: none;
            cursor: pointer;
            font-size: 16px;
            padding: 0px 6px 0px 6px;
        }

/**** footer end **********************/



/***
Page title
***/
.page-title {
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .page-title small {
        font-size: 14px;
        letter-spacing: 0px;
        font-weight: 300;
        color: #888;
    }
/************* Page title ********************/
div.standard-item {
    position: relative;
}

    div.standard-item > a.remove-standard {
        position: absolute;
    }

    div.standard-item a.remove-standard {
        top: 0;
        right: 0;
    }

.paragraph a.btn {
    top: 0;
    right: 0;
}

div.paragraph {
    border-bottom: 1px solid #eef1f5;
    position: relative;
}

    div.paragraph > a.btn {
        position: absolute;
    }

.paragraph-title {
    padding: 0px;
    font-size: 16px;
    letter-spacing: -1px;
    display: block;
    color: #666;
    margin: 0px 0px 15px 0px;
    font-weight: 300;
}

.btn-default {
    border-width: 1px;
    padding: 6px 12px;
}

.btn.red-stripe {
    border-left: 3px solid #d84a38;
}

.btn.blue-stripe {
    border-left: 3px solid #4d90fe;
}

.btn.purple-stripe {
    border-left: 3px solid #852b99;
}

.btn.green-stripe {
    border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

.btn.dark-stripe {
    border-left: 3px solid #555555;
}

.btn.default {
    color: #333333;
    text-shadow: none;
    background-color: #e5e5e5;
}

    .btn.default:hover,
    .btn.default:focus,
    .btn.default:active,
    .btn.default.active,
    .btn.default[disabled],
    .btn.default.disabled {
        color: #333333;
        background-color: #d8d8d8 !important;
        outline: none !important;
    }


/*  Red */
.btn.red {
    color: white;
    text-shadow: none;
    background-color: #d84a38;
}

    .btn.red:hover,
    .btn.red:focus,
    .btn.red:active,
    .btn.red.active,
    .btn.red[disabled],
    .btn.red.disabled {
        background-color: #bb2413 !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Blue */

.btn.blue {
    color: white;
    text-shadow: none;
    background-color: #4d90fe;
}

    .btn.blue:hover,
    .btn.blue:focus,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue[disabled],
    .btn.blue.disabled {
        background-color: #0362fd !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.blue.dropdown-toggle {
    background-color: #4d90fe !important;
}

.btn-group .btn.blue:hover,
.btn-group .btn.blue:focus,
.btn-group .btn.blue:active,
.btn-group .btn.blue.active,
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] {
    background-color: #0362fd !important;
    color: #fff !important;
    outline: none !important;
}

/*  Green */
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
}

    .btn.green:hover,
    .btn.green:focus,
    .btn.green:active,
    .btn.green.active,
    .btn.green.disabled,
    .btn.green[disabled] {
        background-color: #1d943b !important;
        color: #fff !important;
        outline: none !important;
    }

/*  Purple */
.btn.purple {
    color: white;
    text-shadow: none;
    background-color: #852b99;
}

    .btn.purple:hover,
    .btn.purple:focus,
    .btn.purple:active,
    .btn.purple.active,
    .btn.purple.disabled,
    .btn.purple[disabled] {
        background-color: #6d1b81 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.purple.dropdown-toggle {
    background-color: #852b99 !important;
}

.btn-group .btn.purple:hover,
.btn-group .btn.purple:focus,
.btn-group .btn.purple:active,
.btn-group .btn.purple.active,
.btn-group .btn.purple.disabled,
.btn-group .btn.purple[disabled] {
    background-color: #6d1b81 !important;
    color: #fff !important;
    outline: none !important;
}

/*  Yellow */
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
}

    .btn.yellow:hover,
    .btn.yellow:focus,
    .btn.yellow:active,
    .btn.yellow.active,
    .btn.yellow.disabled,
    .btn.yellow[disabled] {
        background-color: #eca22e !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.yellow.dropdown-toggle {
    background-color: #ffb848 !important;
}

.btn-group .btn.yellow:hover,
.btn-group .btn.yellow:focus,
.btn-group .btn.yellow:active,
.btn-group .btn.yellow.active,
.btn-group .btn.yellow.disabled,
.btn-group .btn.yellow[disabled] {
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
}

/*  Black */
.btn.dark {
    color: white;
    text-shadow: none;
    background-color: #555555;
}

    .btn.dark:hover,
    .btn.dark:focus,
    .btn.dark:active,
    .btn.dark.active,
    .btn.dark.disabled,
    .btn.dark[disabled] {
        background-color: #222222 !important;
        color: #fff !important;
        outline: none !important;
    }

.btn-group .btn.dark.dropdown-toggle {
    background-color: #555555 !important;
}

.btn-group .btn.dark:hover,
.btn-group .btn.dark:focus,
.btn-group .btn.dark:active,
.btn-group .btn.dark.active,
.btn-group .btn.dark.disabled,
.btn-group .btn.dark[disabled] {
    background-color: #222222 !important;
    color: #fff !important;
    outline: none !important;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    vertical-align: middle;
}

    .btn-lg > i {
        font-size: 18px;
    }

.btn > i {
    font-size: 14px;
}

.btn-sm,
.btn-xs {
    padding: 4px 10px 5px 10px;
    font-size: 13px;
    line-height: 1.5;
}

    .btn-sm > i,
    .btn-xs > i {
        font-size: 13px;
    }

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-group .input-inline {
    margin-right: 5px;
}

.disabledTab {
    pointer-events: none;
}

.up-down-button {
    color: #449D44;
}

.tabbable-custom .nav-tabs > li {
    position: relative;
}

.nav-tabs > li > span {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 8px;
    color: red;
}

/**
    Report tables
*/

.isInternal {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    text-align: center;
    padding: 1px;
    margin: 1px;
    color: #000000;
}

.isExternal {
    border-width: 2px;
    border-style: solid;
    border-color: grey;
    text-align: center;
    padding: 1px;
    margin: 1px;
    color: #000000;
}

.highRisk {
    font-size: 16px;
}

.lowRisk {
    font-size: 12px;
}

.reportHref {
    color: rgb(19, 33, 112);
    text-decoration: none;
    cursor: pointer;
}

td.report-cell {
    padding: 0px !important;
}

.auditNumber {
    font-size: 18px;
    font-weight: bold;
}

.middleLpTotal {
}

.answerLpLabel, .weightLabel {
    font-size: 22px;
}

.panelTotalAndWeight {
    margin-top: 20px;
}

.elementTitle {
    margin-top: 20px;
}

#legend_of_traffic tr {
    padding-bottom: 10px;
    border: 1px solid #000000;
}

table#legend_of_traffic {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.legend_info {
    margin-bottom: 3px;
    border: 1px solid #18597C;
    text-align: center;
    min-height: 30px;
}


.setup-option-bright {
    border-radius: 25px;
    background: #2CAFF6;
    padding: 20px;
    margin-bottom: 8px;
}

    .setup-option-bright h1, .setup-option-dark h1 {
        color: #ffffff;
        font-size: 24px;
        margin-top: 0px;
    }

a.setup-screen:hover {
    text-decoration: none;
}

.setup-option-bright p, a .setup-option-dark p {
    color: #ffffff;
}

.setup-option-dark {
    border-radius: 24px;
    background: #18597C;
    padding: 20px;
    margin-bottom: 8px;
}

.setup-option-container-dark {
    border-radius: 24px;
    background: #18597C;
    padding: 14px;
    margin-bottom: 8px;
}

    .setup-option-container-dark h1 {
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px;
    }

    .setup-option-container-dark p {
        color: #ffffff;
    }

.setup-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.action-plan-table .head-table {
    cursor: pointer;
}

.group-box .btn {
    border: 1px solid #337ab7;
    font-size: 11px;
    padding: 2px 7px 2px 7px;
}

    .group-box .btn:hover {
        text-decoration: none;
    }

#action-plan .showDetails {
    cursor: pointer;
}

.action-plan-table td #SelectDeselectAllInTable {
    cursor: pointer;
}

.action-plan-table td input.select-action-plan {
    cursor: pointer;
}

.ui-autocomplete {
    z-index: 215000000 !important;
}

i.selected {
    color: red;
}

.grayLabel {
    color: lightgrey;
}

.topright {
    position: absolute;
    top: 9px;
    right: 45px;
    text-align: right;
    font-size: 14px;
}


div.rowTraffic {
    width: 40px;
    margin: 0px auto;
    border: 0px solid black;
    background-color: #D6D6D6;
    display: table;
}

    div.rowTraffic div {
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

        div.rowTraffic div.traffic-cell {
            margin: 0px;
            padding: 0px;
        }


.fixed_headers {
    /*width: @table_width;*/
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_headers thead tr {
        display: block;
        position: relative;
    }

    .fixed_headers tbody {
        height: 800px;
        display: block;
        overflow: auto;
        width: 100%;
        /*height: @table_body_height;
    tr:nth-child(even) {
      background-color: @alternate_row_background_color;
    }*/
    }

.old_ie_wrapper {
    height: 800px;
    /*height: @table_body_height;
  width: @table_width;*/
    overflow-x: hidden;
    overflow-y: auto;
    /*tbody { height: auto; }*/
}


.badge-error {
    background-color: #b94a48 !important;
}

    .badge-error:hover {
        background-color: #953b39;
    }

.badge-warning {
    background-color: #f89406 !important;
}

    .badge-warning:hover {
        background-color: #c67605;
    }

.badge-success {
    background-color: #468847 !important;
}

    .badge-success:hover {
        background-color: #356635;
    }

.badge-info {
    background-color: #31B0D5 !important;
}

    .badge-info:hover {
        background-color: #2d6987;
    }

.badge-inverse {
    background-color: #333333 !important;
}

    .badge-inverse:hover {
        background-color: #1a1a1a;
    }

.stalled-popover {
    min-width: 500px;
    background-color: #F9F9F9 !important;
}


.dashboard-option-container {
    border-radius: 24px;
    background: #F9F9F9;
    border: 1px solid #777;
    padding: 14px;
    margin-bottom: 8px;
}

    .dashboard-option-container h1 {
        color: #777;
        font-size: 20px;
        font-weight: normal;
        margin-top: 0px;
    }

    .dashboard-option-container h3 {
        color: #777;
        font-size: 14px;
        font-weight: normal;
        margin-top: 30px;
    }

    .dashboard-option-container p {
        color: #777;
        font-size: 18px;
    }

.dashboard-container a, a.dashboard-container-a, a.dashboard-container-a:link {
    color: #777;
}

    .dashboard-container a:hover, a.dashboard-container-a:hover {
        color: #000000;
    }

.dashboard-block {
    border-radius: 25px;
    background: #FFA301;
    padding: 20px 0;
    margin-bottom: 8px;
}

    .dashboard-block h1 {
        color: #ffffff;
        font-size: 24px;
        margin-top: 0px;
    }

    .dashboard-block h2 {
        color: #ffffff;
        font-size: 16px;
        margin-top: 0px;
        text-align: center;
    }

    .dashboard-block div.number {
        color: #ffffff;
        font-size: 24px;
        margin-top: 0px;
        text-align: center;
    }

.dashboard-block-small {
    border-radius: 15px;
    background: #FFA301;
    padding: 10px;
    margin-bottom: 4px;
    min-height: 80px !important;
    margin-left: 5px;
}

    .dashboard-block-small h1 {
        color: #ffffff;
        font-size: 18px;
        margin-top: 0px;
    }

    .dashboard-block-small h2 {
        color: #ffffff;
        font-size: 12px;
        margin-top: 0px;
        text-align: center;
    }

    .dashboard-block-small div.number {
        color: #ffffff;
        font-size: 18px;
        margin-top: 0px;
        text-align: center;
    }

a.setup-screen:hover {
    text-decoration: none;
}

.dashboard-block p, a .dashboard-block p {
    color: #ffffff;
}

.dashboard-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.semibar {
    margin: 10px;
    width: 100px;
    height: 63px;
    float: left;
}

    .semibar span.legend {
        position: absolute;
        top: 32px;
        left: 30px;
        color: #777;
        font-size: 11px;
        text-align: center;
    }

    .semibar span.cat-legend {
        position: absolute;
        width: 100px;
        top: 52px;
        left: 0px;
        color: #777;
        font-size: 11px;
        text-align: center;
    }

    .semibar .progressbar-text {
        top: 10px !important;
    }

.dashboard-option-container-white {
    position: relative;
    border-radius: 14px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    padding: 14px;
    margin: 10px 30px 10px 30px;
}


.col-sm-offset-05 {
    margin-left: 4.166666%;
}

.col-md-3.col-md-3and5 {
    width: 29.44%;
}

.col-md-6.dashboard-block-small {
    width: 48%;
    padding: 10px;
    min-height: 20px !important;
    margin-right: 1% !important;
    margin-left: 1% !important;
}

h3.trend-title {
    font-size: 12px;
    margin-top: 4px;
}


table.trafficlight {
    table-layout: fixed;
    width: 100%;
    *margin-left: -100px; /*ie7*/
}

.trafficlight td, .trafficlight th {
    vertical-align: top;
    border-top: 1px solid #ccc;
    padding: 10px;
    width: 100px;
}

.fix {
    position: absolute;
    *position: relative; /*ie7*/
    margin-left: -100px;
    width: 100px;
}

.outer {
    position: relative;
}

.inner {
    overflow-x: scroll;
    overflow-y: visible;
    width: 400px;
    margin-left: 100px;
}

.green-audit {
    color: #82D988;
}

.orange-audit {
    color: #FFA301;
}

.red-audit {
    color: #F0563C;
}

.datepicker table tr th.next, .datepicker table tr th.prev {
    height: 40px;
    width: 40px;
    line-height: 30px;
}

.has-error.form-control {
    border-color: #a94442;
}

ul.jsortable {
    list-style-type: none;
}

.align-left, .form-horizontal .align-left .control-label {
    text-align: left;
}

.allowscroll {
    overflow: auto;
}

.btn-doqc {
    background-color: #C51DE3;
    color: #fff;
}

.btn-viewqc {
    background-color: #6C097E;
    color: #fff;
}

.qc-label {
    color: #C51DE3;
    font-weight: bold;
    padding: 5px;
    border: 1px solid #C51DE3;
}

.qc-row {
    border: 1px solid #C51DE3;
    padding: 10px 0;
    margin-bottom: 10px;
}

.qc-diff {
    color: #C51DE3;
}

.scorebg {
    text-align: center;
    font-weight: bold;
    background-color: #f0ad4e
}

.semibar {
    position: relative;
}

.roles-list .label-sm {
    float: left;
    margin: 2px !important;
    line-height: 14px;
}

.bootstrap-select li.selected {
    background-color: #e5f0db !important;
}



/*.bootstrap-select div.dropdown-menu {
    width: 650px !important;
}*/

#action-plan-criteria .bootstrap-select div.dropdown-menu {
    width: auto !important;
}

#CrewScreenForm .dropdown-menu {
    background-color: #fff;
}


.bootstrap-select ul.dropdown-menu {
}

.bootstrap-select .dropdown-menu {
    background-color: #fff;
    color: #333;
    height: 500px;
}

.bootstrap-select.disabled {
    background-color: #eee;
    color: #555;
    border: 1px solid #ccc;
}

#frm_login input {
    max-width: 100% !important;
}

.datepicker-dropdown {
    z-index: 1151 !important;
}

.edit-in-head {
    padding-left: 0;
}

    .edit-in-head .panel-body {
        padding: 0;
    }

    .edit-in-head .panel-title {
        text-align: right;
    }

    .edit-in-head .label_editable {
        background: #fff;
        border: 1px solid #ddd;
        height: 28px;
        margin-top: -5px;
        cursor: pointer;
        width: 130px;
        float: left;
        padding: 5px 5px;
    }

    .edit-in-head .form-control {
        height: 28px;
        margin-top: -5px;
        width: 130px;
        float: left;
        margin-right: 5px;
    }

    .edit-in-head .form-group a {
        float: left;
        margin: 0 3px;
    }


.lock-form .form-group {
    margin-bottom: 0;
}

.lock-form label {
    font-weight: bold !important;
    text-align: right;
    font-size: 12px;
    padding-top: 2px !important;
    padding-right: 0;
}

.lock-form p {
    font-size: 12px;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 2px;
    min-height: 18px !important;
}

.lock-form .panel-heading .btn {
    float: right;
    margin-top: -2px;
}

.lock-form .panel-body {
    padding: 5px;
}

.lock-form .alert {
    margin-bottom: 0;
    padding: 5px 10px;
    font-size: 12px;
}


.funkyradio div {
    clear: both;
    overflow: hidden;
    display: inline;
}

.funkyradio label {
    width: 100px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
    background-color: #eee !important;
    color: #555;
}


.disabled.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #555;
}


.navbar .nav > li > a.nav-welcome i {
    color: #18597C;
}

.head2 {
    background-color: #279EDE;
    padding: 4px 0;
    color: #fff;
}

.navbar .nav.nav-welcome > li > a {
    padding: 14px 15px;
}

.btn.risk_editable[data-risk=Significant], .btn.risk_editable[data-risk=Moderate] {
    background-color: #ffa301;
    border-color: #ffa301;
}

.btn.risk_editable[data-risk=Low] {
    background-color: #82d988;
    border-color: #82d988;
}

#FormBodyDetails div[data-type="select"][data-pickertype="1"] {
    height: auto !important;
    min-height: 36px !important;
}

.pagination-detail .dropdown .dropdown-menu {
    min-width: 70px;
}

.pagination-detail .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    display: block;
    padding: 0px 5px;
    color:#fff;
}

    .pagination-detail .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item.active {
        color: #fff;
        background-color: #428BCA;
        text-decoration:none;
    }