<style>
    table.google-visualization-orgchart-table {
        border-collapse: separate;
        border-spacing: 0;
    }
    .google-visualization-orgchart-space-medium {
        width: 20px !important;
    }
    /* ---------------- Datatables ------------------------- */
    table.datatable {
        font-size: 13px;
    }
    input.datatable {
        font-size: 13px;
    }
    table.datatable td {
        vertical-align: top !important;
    }
    table.datatable td a.btn {
        margin: 3px;
    }
    td.dt_action_one, th.dt_action_one {
        max-width: 50px !important;
        min-width: 50px !important;
        /* width: 50px !important; */
        width: 5% !important;
        white-space: nowrap;
    }
    td.dt_action_two, th.dt_action_two {
        max-width: 100px !important;
        min-width: 100px !important;
        width: 100px !important;
        white-space: nowrap;
    }
    td.dt_action_three, th.dt_action_three {
        max-width: 150px !important;
        min-width: 150px !important;
        width: 150px !important;
        white-space: nowrap;
    }
    td.dt_action_four, th.dt_action_four {
        max-width: 200px !important;
        min-width: 200px !important;
        width: 200px !important;
        white-space: nowrap;
    }
    td.dt_permissioncountries, th.dt_permissioncountries {
        max-width: 300px !important;
        min-width: 300px !important;
        width: 300px !important;
        white-space: nowrap;
    }
    td.dt_center {
        text-align: center;
    }
    /*------------------ Complexify ------------------------ */
    #complexify-progressbar {
        width: 388px;
        height: 50px;
        display: block;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        overflow: hidden;
    }
    #complexify-progress {
        display: block;
        height: 100px;
        width: 0%;
    }
    .complexify-progressbarValid {
        background-color: green;
        background-image: -o-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #389100 100%);
        background-image: linear-gradient(-90deg, #8AD702 0%, #389100 100%);
    }
    .complexify-progressbarInvalid {
        background-color: red;
        background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%);
        background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%);
    }
    #complexify-status {
        height: 120px;
        width: 388px;
        border: 1px solid #ccc;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    #complexify-complexityLabel {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 20px;
        line-height: 30px;
    }
    #complexify-complexity {
        width: 100%;
        text-align: center;
        font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-weight: bold;
        font-size: 50px;
        line-height: 60px;
        margin-top: 10px;
    }
    /*------------------------------------------------------------------
    [2. Navbar / .navbar]
    */
    .navbar .nav > li > a.attention {
        text-shadow: 3px 3px 3px #666;
    }
    .navbar .nav > li > a {
        color: #f9f9f9;
        text-shadow: none;
    }
    .navbar .nav > li > a:hover {
        color: #f9f9f9;
    }
    .navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
        border-top-color: #f9f9f9;
        border-bottom-color: #f9f9f9;
    }
    .navbar .brand {
        color: #FFF;
        text-shadow: none;
    }
    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: #f9f9f9;
        background-color: #2c3e50;
    }
    .navbar .container {
        position: relative;
    }
    .navbar-inner {
        padding: 7px 0;
        background: #2c3e50;
        background-image: -moz-linear-gradient(top, #2c3e50, #2c3e50);
        background-image: -ms-linear-gradient(top, #2c3e50, #2c3e50);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c3e50), to(#2c3e50));
        background-image: -webkit-linear-gradient(top, #2c3e50, #2c3e50);
        background-image: -o-linear-gradient(top, #2c3e50, #2c3e50);
        background-image: linear-gradient(top, #2c3e50, #2c3e50);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c3e50', endColorstr='#2c3e50', GradientType=0);
        border-bottom: 1px solid #172a39;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .admin_logo_panel{
        background: #2c3e50;
        text-align: center;
        padding: 10px 0px;
        border-radius: 3px
    }
    .navbar-fixed-top {
        position: static;
    }
    .navbar .nav a {
        font-size: 12px;
    }
    .navbar .brand {
        font-weight: 500;
        position: relative;
        top: 0px;
        padding: 0px 20px 0px;
    }
    .navbar .brand .sitename {
        font-size: 13px;
    }
    /*------------------------------------------------------------------
    [3. Subnavbar / .subnavbar]
    */
    .subnavbar {
        border-top: 1px solid #284756;
        margin-bottom: 20px;
    }
    .subnavbar-inner {
        background: #264251;
        border-bottom: 1px solid #172a39;
    }
    .subnavbar .container > ul {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        border-left: 1px solid #172a39;
        border-right: 1px solid #284756;
    }
    .subnavbar .container > ul > li {
        width: 9%;
        float: left;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
        border-left: 1px solid #284756;
        border-right: 1px solid #172a39;
    }
    .subnavbar.user-submenu .container > ul >li {
        width: 11%;
    }
    .subnavbar .container > ul > li > a {
        display: block;
        height: 100%;
        font-size: 12px;
        font-weight: bold;
        padding: 8px 0;
        color: #FFFFFF;
    }
    .subnavbar .container > ul > li > a:hover {
        color: #FFF;
        text-decoration: none;
    }
    .subnavbar .container > ul > li > a > i {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-top: 0;
        margin-bottom: .25em;
        font-size: 24px;
    }
    .subnavbar .container > ul > li > a > span {
        display: block;
    }
    .subnavbar .container > ul > li.active > a {
        background: #1a2e3d;
        color: #FFF;
    }
    .subnavbar .dropdown .dropdown-menu a {
        font-size: 12px;
    }
    .subnavbar .dropdown .dropdown-menu {
        text-align: left;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .subnavbar .dropdown-menu::before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #CCC;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 9px;
    }
    .subnavbar .dropdown-menu::after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid white;
        position: absolute;
        top: -6px;
        left: 10px;
    }
    .subnavbar .caret {
        margin-top: 4px;
        border-top-color: white;
        border-bottom-color: white;
    }
    .subnavbar .dropdown.open .caret {
        display: none;
    }
    /*------------------------------------------------------------------
    [5. Extra / .extra]
    */
    .extra {
        border-top: 1px solid #172a39;
        border-bottom: 1px solid #284756;
    }
    .extra-inner {
        padding: 20px 0;
        font-size: 11px;
        color: #FAFAFA;
        background: #172a39;
    }
    .extra a {
        color: #FAFAFA;
    }
    .extra h4 {
        margin: 0 0 10px 0;
        font-weight: 400;
    }
    .extra ul {
        padding: 0;
        margin: 0;
    }
    .extra li {
        list-style: none;
    }
    /*------------------------------------------------------------------
    [6. Footer/ .footer]
    */
    .footer {
        margin-top: 0;
        border-top: 1px solid #172a39;
        ;
    }
    .footer-inner {
        padding: 15px 0;
        font-size: 12px;
        background: #0c151e;
        ;
        color: #FAFAFA;
        ;
    }
    .footer a {
        color: #FAFAFA;
        ;
    }
    .footer a:hover {
        color: #FAFAFA;
        ;
        text-decoration: none;
    }
    /* ************************************************************************
    ******************* subnav, http://bootswatch.com/spacelab/ ********** */
    .subnav {
        /* Added by JJ */
        padding: 0px;
        color: #FFFFFF;
        /* Altered by JJ */
        margin-top: 10px;
        /* width: 100%; */
        min-height: 20px;
        max-height: 300px;
        background-color: #2d84be;
        /* Old browsers */
        background-repeat: repeat-x;
        /* Repeat the gradient */
        background-image: -moz-linear-gradient(top, #3498db 0%, #2d84be 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2d84be));
        /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #3498db 0%,#2d84be 100%);
        /* Chrome 10+,Safari 5.1+ */
        background-image: -ms-linear-gradient(top, #3498db 0%,#2d84be 100%);
        /* IE10+ */
        background-image: -o-linear-gradient(top, #3498db 0%,#2d84be 100%);
        /* Opera 11.10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db', endColorstr='#2d84be', GradientType=0);
        /* IE6-9 */
        background-image: linear-gradient(top, #3498db 0%,#2d84be 100%);
        /* W3C */
        border: 1px solid #2d84be;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .subnav-inner {
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    @media (max-width: 767px) {
    .subnav {
        position: static;
        top: auto;
        z-index: auto;
        width: auto;
        height: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
    @media (min-width: 980px) {
    .subnav-fixed {
        position: fixed;
        /* top: 40px; */
        top: 0px;
        left: 0;
        right: 0;
        z-index: 1020;
        /* 10 less than .navbar-fixed to prevent any overlap */
        border-color: #2d84be;
        border-width: 0 0 1px;
        /* drop the border on the fixed edges */
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        /* -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        -moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
        */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        /* IE6-9 */
    }
}
    @media (min-width: 1210px) {
}
    .modal {
        background: #FAFAFA !important;
        color: #09111b !important;
    }
    /* -------------------------------------------------------------------------------------------------
    -------------------------------------------------------------------------------------------------
    */
    html, body, #container {
        height: 100%;
    }
    body > #container {
        height: auto;
        min-height: 100%;
    }
    #stickyfooter {
        clear: both;
        z-index: 10;
    }
    body {
        background: #FFF url(../library/subtlepatterns/whitey/whitey.png) repeat 0 0; color: #09111b;
    }
    .well {
        /* background-color: 
        #e8e8e8  !important; */
        background-color: #125683 !important;
        color: #FFF !important;
        text-shadow: none !important;
        border: 1px solid #d1d8e0 !important;
    }
    .widget-header {
        background: #145D8E !important;
        background: -moz-linear-gradient(top, #145D8E 0%, #125683 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#145D8E), color-stop(100%,#125683)) !important;
        background: -webkit-linear-gradient(top, #145D8E 0%,#125683 100%) !important;
        background: -o-linear-gradient(top, #145D8E 0%,#125683 100%) !important;
        background: -ms-linear-gradient(top, #145D8E 0%,#125683 100%) !important;
        background: linear-gradient(top, #145D8E 0%,#125683 100%) !important;
        border: 1px solid #d1d8e0 !important;
    }
    .widget-header h3, .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
        color: #FFF !important;
        text-shadow: none !important;
    }
    .widget-header button [class^="icon-"], .widget-header a [class^="icon-"] {
        color: white !important;
        text-shadow: none !important;
    }
    .widget-content {
        background: #FAFAFA !important;
        border: 1px solid #d1d8e0 !important;
        border-top: none !important;
        color: #09111b !important;
    }
    .datatable {
        border-top: none;
        border-bottom-color: #e3e3e3 !important;
        border-right-color: #e3e3e3 !important;
    }
    .datatable th {
        background: #f3f3f3 !important;
        border-left: 1px solid #e3e3e3 !important;
        border-top: 1px solid #e3e3e3 !important;
        color: #09111b !important;
    }
    .datatable tbody > tr:nth-child(odd) > td {
        background: #FFF !important;
        border-left: 1px solid #e3e3e3 !important;
        border-top: 1px solid #e3e3e3 !important;
        color: #2c3e50 !important;
    }
    .datatable tbody > tr:nth-child(even) > td {
        background: #f9f9f9 !important;
        border-left: 1px solid #e3e3e3 !important;
        border-top: 1px solid #e3e3e3 !important;
        color: #2c3e50 !important;
    }
    .pagination ul > li > a, .pagination ul > li > span {
        background-color: #FFF !important;
        border-left: 1px solid #e3e3e3 !important;
        border-top: 1px solid #e3e3e3 !important;
        color: #2c3e50 !important;
    }
    .mybody {
        margin-top: 10px;
    }
    .widget-content {
        padding-top: 10px;
    }
    .disabledtextarea {
        border: 1px solid #e3e3e3;
        padding: 3px 15px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        min-height: 50px;
        height: auto !important;
        height: 50px;
    }
    .infobar_button {
        margin-left: 5px;
        margin-right: 5px;
    }
    .coloredsheet_infobar {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .widget_header_button [class^="icon-"], .widget_header_button [class^="icon-"] {
        margin: 0px;
    }
    .widget_header_div {
        display: block;
        margin-left: 5px;
    }
    .widget_header_form {
        display: inline;
    }
    .widget_header_select2 {
        margin-top: -6px;
        .well_button {
            margin-left: 15px;
            margin-right: 15px;
        }
        .widget_header_input {
            margin-top: 4px;
            margin-left: 15px;
            margin-right: 15px;
        }
        .datatable td, .datatable th {
            padding-top: 2px;
            padding-bottom: 2px;
        }
        #dtprocessing {
            display: inline;
        }
        .highlightedsearchresult {
            display: inline-block;
            background: #F7FFA3;
        }
        .individualcolumnhighlightedsearchresult {
            display: inline-block;
            background: #FFDAB9;
        }
        .control-label {
            font-weight: bold;
        }
        .infobarperptable {
            padding: 3px;
        }
        .clearablespan {
            position: relative;
        }
        input.clearableinput {
            padding-right: 30px !important;
            /* add space for the 'x' icon*/
        }
        span.icon_clear {
            position: absolute;
            right: 30px;
            top: 10px;
            display: none;
            /* now go with the styling */
            cursor: pointer;
            font: bold 1em sans-serif;
            color: #38468F;
        }
        span.icon_clear:hover {
                color: #f52;
            }
            span.label {
                border: 1px solid #555555;
            }
            .filltextarea {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                width: 100%;
                margin: 5px 0;
                padding: 3px;
            }
            .dtcolorth input {
                width: 50px;
            }
            textarea {
                font-size: 16px;
                color: black;
            }
            /* ---------------------- Back to Top Button ------------------------- */
            #back-top {
                position: fixed;
                bottom: 10px;
                /* margin-left: -150px; */
                right: 10px;
            }
            #back-top a {
                width: 50px;
                display: block;
                text-align: center;
                font: 11px/100% Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                text-decoration: none;
                color: #bbb;
                /* background color transition */
                -webkit-transition: 1s;
                -moz-transition: 1s;
                transition: 1s;
            }
            #back-top a:hover {
                color: #000;
            }
            /* arrow icon (span tag) */
            #back-top span {
                width: 50px;
                height: 50px;
                display: block;
                margin-bottom: 7px;
                background: #ddd url(../img/up-arrow.png) no-repeat center center;
                /* rounded corners */
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                /* background color transition */
                -webkit-transition: 1s;
                -moz-transition: 1s;
                transition: 1s;
            }
            #back-top a:hover span {
                background-color: #777;
            }
</style>
