html {
    overflow-x: hidden;
}

html, body {
    font-family: 'Open Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    color: #344644;
    background: #2c3e50;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans','Titillium Web',Geneva,sans-serif;
    font-weight: 300;
}

h1 {
    clear: both;
    color: #3498db;
    margin: 0 0 20px 0;
    padding-left: 14px;
    font-size: 2em;
}

h2 {
    clear: both;
    font-size: 1.8em;
    margin-bottom: 10px;
    padding: 10px 0 10px 30px;
}

h3 {
    border-bottom: 1px solid #C2C2C2;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 1.4em;
}

    h3 > span {
        border-bottom: 2px solid #C2C2C2;
        display: inline-block;
        padding: 0 5px 5px;
    }

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

a {
    color: #3498db;
    outline: none !important;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #3498db;
    }

    a:focus, a:active,
    button,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="checkbox"]::-moz-focus-inner,
    select::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
        outline: none !important;
    }

@media (max-width: 420px) {
    html, body {
        font-size: 12px;
    }
}

.container {
    padding-left: 8px;
    padding-right: 8px;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 420px) {
    h1 {
        padding-left: 5px;
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    .hidden-xxs {
        display: none !important;
    }

    tr.hidden-xxs {
        display: table-row !important;
    }

    th.hidden-xxs, td.hidden-xxs {
        display: table-cell !important;
    }

    .visible-xxs {
        display: block !important;
    }

    tr.visible-xxs {
        display: none !important;
    }

    th.visible-xxs, td.visible-xxs {
        display: none !important;
    }

    .breadcrumb {
        padding-left: 6px;
    }
}

blockquote, blockquote.pull-right {
    border-color: #3498db;
    padding: 10px 20px 10px 40px;
}

    blockquote.pull-right {
        padding-left: 20px;
        padding-right: 40px;
    }

    blockquote p {
        font-style: italic;
    }

    blockquote:before {
        content: "\f10d";
        color: #C2C2C2;
        display: inline;
        font-family: FontAwesome;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        height: auto;
        line-height: normal;
        margin-left: -28px;
        margin-top: 0;
        position: absolute;
        width: auto;
    }

    blockquote.pull-right:before {
        margin-left: 0;
        right: 50px;
    }

.container {
    margin: 0;
    width: 100%;
}

.navbar-toggle {
    border: medium none;
    font-size: 1.2em;
    height: 50px;
    margin: 0;
    text-shadow: none;
    width: 50px;
    z-index: 100;
    border-radius: 0;
}

    .navbar-toggle .icon-bar {
        background: none repeat scroll 0 0 white;
    }

.nav > li {
    float: left;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.navbar-nav {
    margin: 0 0 0 10px;
}

    .navbar-nav > li > a {
        padding-bottom: 15px;
        padding-top: 15px;
        line-height: 24px;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 3px;
        min-width: 223px;
    }

.dropdown-menu > li > a {
    color: #707070;
    font-size: 0.875em;
    line-height: 1.7;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: #f6f6f6;
        color: #707070;
    }

.dropdown-menu > li > a {
    padding-left: 35px;
    -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}

    .dropdown-menu > li > a > i {
        position: absolute;
        margin-left: -18px;
        margin-top: 4px;
    }

.nav-pills > li {
    float: none;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

.navbar > .container .navbar-brand {
    background: #34495e;
    color: #fff;
    font-family: 'Titillium Web',Geneva,sans-serif;
    font-weight: 700;
    width: 220px;
    margin-left: -8px;
    padding: 0;
    text-align: center;
}

#logo.navbar-brand > img {
    float: none;
    padding-right: 4px;
    height: 30px;
}

#header-navbar {
    background: #fff;
    border: 0 none;
    border-radius: 0 0 0 0;
    margin: 0;
    min-height: 50px;
    color: #262626;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
}

    #header-navbar .navbar-form .form-group {
        position: relative;
    }

    #header-navbar .navbar-form .form-control {
        background: #131313;
        color: #707070;
        height: 30px;
        line-height: 30px;
        margin-top: 2px;
        font-size: 0.75em;
    }

    #header-navbar .navbar-form .nav-search-icon {
        position: absolute;
        color: #707070;
        right: 6px;
        top: 8px;
    }

    #header-navbar .nav > li > a {
        height: 50px;
    }

        #header-navbar .nav > li > a > span.count {
            background: none repeat scroll 0 0 #e74c3c;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            color: #fff;
            display: block;
            font-size: 9px;
            height: 14px;
            line-height: 14px;
            position: absolute;
            right: 10px;
            text-align: center;
            top: 11px;
            width: 14px;
        }

    #header-navbar .profile-dropdown > a {
        padding-top: 8px;
        padding-bottom: 7px;
        line-height: 35px;
    }

        #header-navbar .profile-dropdown > a > img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            float: left;
            height: 35px;
            margin-right: 5px;
            width: 35px;
        }

        #header-navbar .profile-dropdown > a > span {
            float: left;
            display: block;
            margin-right: 3px;
            font-size: em;
        }

#header-nav .form-control {
    border-radius: 0;
    border: 0;
}

#header-navbar .navbar-left .navbar-nav {
    margin-left: 0;
}

#header-navbar .nav > li > a {
    font-size: 0.875em;
    padding-left: 18px;
    padding-right: 18px;
    color: #484848;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    #header-navbar .nav > li > a > i, #sidebar-nav .nav > li > a > i {
        font-size: 1.125em;
    }

#sidebar-nav .nav > li > a:focus {
    background: inherit;
}

#sidebar-nav .nav .open > a, #sidebar-nav .nav .open > a:focus {
    background: #000;
}

    #sidebar-nav .nav > li > a:hover, #sidebar-nav .nav .open > a:hover {
        background: #1a1d22;
        color: #fff;
        outline: none;
    }

#header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus, .navbar-toggle:hover, .navbar-toggle:focus, .mobile-search.active > .btn {
    background: #c0392b;
    color: #fff;
}

    #header-navbar .nav > li > a:hover, #header-navbar .nav > li > a:focus, #header-navbar .nav .open > a, #header-navbar .nav .open > a:hover, #header-navbar .nav .open > a:focus {
        background-color: #3498db;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, #sidebar-nav .nav-pills > li.active > a, #sidebar-nav .nav-pills > li.active > a:hover, #sidebar-nav .nav-pills > li.active > a:focus, .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    background-color: #1a1d22;
    color: #fff;
    border-left-color: #3498db;
}

#header-navbar .nav > li .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

#header-navbar .nav a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.mobile-search {
    overflow: hidden;
}

    .mobile-search > a.btn {
        float: right;
    }

.drowdown-search {
    background: #FFFFFF;
    display: block;
    left: 168px;
    padding: 4px 0;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.25s ease-out 0s;
    transition: left 0.25s ease-out 0s;
    width: 0;
    z-index: 1;
    overflow: hidden;
}

    .drowdown-search form .form-group {
        position: relative;
        margin: 0 15px;
    }

    .drowdown-search form .form-control {
        background: none repeat scroll 0 0 #FFFFFF;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #344644;
        font-size: 1em;
        font-weight: 400;
        height: 42px;
        line-height: 42px;
        padding-left: 5px;
        padding-right: 26px;
    }

    .drowdown-search form .nav-search-icon {
        color: #344644;
        font-size: 1.2em;
        position: absolute;
        right: 5px;
        top: 13px;
        cursor: pointer;
    }

    .drowdown-search form .form-control::-webkit-input-placeholder {
        color: #344644;
    }

    .drowdown-search form .form-control:-moz-placeholder {
        color: #344644;
    }

    .drowdown-search form .form-control::-moz-placeholder {
        color: #344644;
    }

    .drowdown-search form .form-control:-ms-input-placeholder {
        color: #344644;
    }

.mobile-search.active {
    width: 220px;
}

    .mobile-search.active .drowdown-search {
        width: 220px;
        left: 0;
    }

@media (min-width: 992px) {
    #logo.navbar-brand > img.normal-logo.logo-white {
        display: inline-block;
    }

    #logo.navbar-brand > img.normal-logo.logo-black {
        display: none;
    }
}

@media (max-width: 991px) {
    #logo.navbar-brand > img.normal-logo.logo-white {
        display: none;
    }

    #logo.navbar-brand > img.normal-logo.logo-black {
        display: block;
    }

    .navbar > .container .navbar-brand {
        background: transparent;
        color: #262626;
    }

    .mobile-search {
        position: inherit !important;
        overflow: visible;
    }

    .drowdown-search {
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
        box-shadow: 0 1px 1px rgba(0,0,0,0.3);
        display: block;
        left: 0;
        padding: 10px 0;
        top: 50px;
        width: 100%;
        display: none;
        -webkit-transition: none;
        transition: none;
    }

        .drowdown-search form .form-control {
            font-size: 1.6em;
            font-weight: 600;
        }

        .drowdown-search form .nav-search-icon {
            font-size: 1.8em;
            right: 15px;
            top: 8px;
        }

    .mobile-search.active {
        width: auto;
    }

        .mobile-search.active .drowdown-search {
            display: block;
            width: 100%;
            left: 0;
        }
}

@media (max-width: 767px) {
    #logo.navbar-brand > img {
        height: 25px;
    }

    .navbar > .container .navbar-brand {
        padding-top: 12px;
        padding-top: 12.5px;
    }
}

.navbar-nav > li > .dropdown-menu.notifications-list {
    min-width: 320px;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 8px;
    color: #707070;
    margin-left: -265px;
}

.notifications-list .item-header {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.notifications-list .item {
    border-top: 1px solid #f6f6f6;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}

    .notifications-list .item a {
        clear: both;
        white-space: normal;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .notifications-list .item > a > i {
        color: #e74c3c;
    }

    .notifications-list .item a .content {
    }

    .notifications-list .item a .time {
        color: #3498db;
        margin-left: 10px;
        position: absolute;
        right: 13px;
        white-space: normal !important;
    }

        .notifications-list .item a .time i {
            margin-right: 3px;
        }

.notifications-list .item-footer {
    background: #3498db;
    padding-bottom: 0;
    padding-top: 0;
}

    .notifications-list .item-footer a {
        padding: 8px 20px;
        text-align: center;
        -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
        transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
        color: #fff;
    }

        .notifications-list .item-footer a:hover, .notifications-list .item-footer a:focus {
            background-color: #2980b9;
            color: #fff;
        }

.notifications-list .pointer {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    top: -12px;
    width: 12px;
}

    .notifications-list .pointer .pointer-inner {
        position: relative;
    }

    .notifications-list .pointer .arrow {
        border-color: transparent transparent #FFFFFF;
        border-style: solid;
        border-width: 6px;
        cursor: pointer;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1002;
    }

    .notifications-list .pointer .arrow-border {
        border-color: transparent transparent rgba(0,0,0,0.15);
        border-style: solid;
        border-width: 7px;
        cursor: pointer;
        left: -1px;
        position: absolute;
        top: -2px;
        z-index: 1001;
    }

.messages-list .item.first-item {
    border-top: 0 !important;
}

.messages-list .item > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
}

    .messages-list .item > a > img {
        position: absolute;
        margin-top: 10px;
    }

    .messages-list .item > a > .content {
        display: block;
        padding-left: 50px;
        padding-top: 5px;
    }

        .messages-list .item > a > .content .content-headline {
            color: #605F5F;
            display: block;
            font-weight: 600;
        }

        .messages-list .item > a > .content .content-text {
            display: block;
            line-height: 1.4;
        }

#col-left {
    position: relative;
    color: #003940;
    height: 100%;
}

    #col-left a {
        color: #e1e1e1;
    }

        #col-left a:hover, #col-left .nav-active a.nav-link, #col-left a.active {
            color: #fff;
        }

#nav-col {
    padding: 0;
    z-index: 100;
    position: absolute;
    background: #2c3e50;
    width: 220px;
}

#sidebar-nav {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
}

    #sidebar-nav .nav > li {
        margin: 0;
    }

        #sidebar-nav .nav > li > a {
            color: #fff;
            height: 44px;
            line-height: 28px;
            -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
            overflow: hidden;
            padding: 8px 15px 8px 20px;
            border-left: 4px solid transparent;
        }

            #sidebar-nav .nav > li > a:hover, #sidebar-nav .nav > li.open > a {
                border-left-color: #3498db;
            }

        #sidebar-nav .nav > li.open > a {
            border-bottom-color: #252525;
            outline: none;
            text-decoration: none;
        }

        #sidebar-nav .nav > li > a > i {
            position: absolute;
            margin-top: 6px;
        }

        #sidebar-nav .nav > li > a > span {
            padding-left: 35px;
            font-size: 0.875em;
        }

            #sidebar-nav .nav > li > a > span.label {
                font-size: 0.75em;
                margin-top: 5px;
                padding: 4px 0.6em;
            }

                #sidebar-nav .nav > li > a > span.label.label-circle {
                    margin-right: 5px;
                }

    #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
        color: #868b98;
        font-size: 12px;
        margin-top: -6px;
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transition: -webkit-transform 0.2s ease-in-out 0.1s;
        transition: transform 0.2s ease-in-out 0.1s;
    }

    #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon, #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
        color: #fff;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #sidebar-nav .nav li .submenu {
        display: none;
        background: #1a1d22;
        padding: 5px 0;
        margin: 0;
        list-style: none;
    }

    #sidebar-nav .nav li.active > .submenu {
        display: block;
    }

    #sidebar-nav .nav li .submenu > li {
        position: relative;
    }

        #sidebar-nav .nav li .submenu > li > a {
            display: block;
            font-size: 0.875em;
            line-height: 38px;
            padding-left: 66px;
            color: #fff;
            outline: none;
            text-decoration: none;
            -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s,box-shadow 0.1s ease-in-out 0s;
        }

            #sidebar-nav .nav li .submenu > li > a > i {
                padding-right: 5px;
            }

        #sidebar-nav .nav li .submenu > li:first-of-type > a {
            border-top: 0;
        }

        #sidebar-nav .nav li .submenu > li:last-of-type > a {
        }

        #sidebar-nav .nav li .submenu > li > a:hover, #sidebar-nav .nav li .submenu > li > a:focus, #sidebar-nav .nav li .submenu > li > a.active {
            text-decoration: none;
            color: #fff;
            background-color: #121418;
        }

.navbar-nav .open .dropdown-menu {
    background-color: #FFFFFF;
    border: none;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    box-shadow: 0 6px 12px rgba(0,0,0,0.176);
    left: 0;
    position: absolute;
}

#sidebar-nav .nav > .open > .submenu .submenu {
    display: none;
}

#sidebar-nav .nav > .open > .submenu > li > a {
    position: relative;
}

#sidebar-nav .nav > .open > .submenu > .open > a {
    background: inherit;
    border-bottom-color: #171717;
    -webkit-box-shadow: 0 -1px 0 #171717 inset;
    box-shadow: 0 -1px 0 #171717 inset;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu {
    background-color: #171717;
}

    #sidebar-nav .nav > .open > .submenu > li > .submenu > li a:hover {
        color: #3498db;
    }

    #sidebar-nav .nav > .open > .submenu > li > .submenu a {
        border-bottom: 0 none;
        border-top: 0 none;
        padding-left: 85px;
    }

#sidebar-nav .nav > .open > .submenu > li > a.dropdown-toggle > .drop-icon {
    font-size: 10px;
    margin-top: -5px;
}

#sidebar-nav .nav > .open > .submenu > .open > a.dropdown-toggle > .drop-icon {
}

#user-left-box {
    padding: 20px 15px;
}

    #user-left-box img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        float: left;
        width: 80px;
    }

    #user-left-box .user-box {
        color: #fff;
        float: left;
        padding-left: 15px;
        padding-top: 11px;
        width: 110px;
    }

        #user-left-box .user-box > .name {
            display: block;
            font-size: 1.3em;
            font-weight: 600;
            line-height: 1.2;
        }

            #user-left-box .user-box > .name > span {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: inline-block;
                width: 95px;
            }

        #user-left-box .user-box > .status {
            display: block;
            font-size: 0.75em;
            padding-top: 3px;
        }

            #user-left-box .user-box > .status > i {
                color: #2ecc71;
                margin-right: 4px;
            }

@media (min-width: 992px) {
    .nav-small #nav-col {
        width: 64px;
    }

    .nav-small #content-wrapper {
        margin-left: 64px;
    }

    .nav-small #nav-col #user-left-box {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav > li > a > span {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav li > a.dropdown-toggle > .drop-icon {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav .submenu > li > a.dropdown-toggle > .drop-icon {
        display: block;
    }

    .nav-small #nav-col #sidebar-nav .nav li .submenu {
        left: 64px;
        position: absolute;
        top: 0;
        width: 210px;
    }

    .nav-small #sidebar-nav .nav li.active > .submenu {
        display: none;
    }

    .nav-small #nav-col #sidebar-nav .nav li .submenu > li > a {
        padding-left: 28px;
    }

    .nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu {
        left: auto;
        position: relative;
        top: auto;
        width: 100%;
    }

        .nav-small #nav-col #sidebar-nav .nav > .open > .submenu > li > .submenu a {
            padding-left: 48px;
        }
}

@media (max-width: 991px) {
    #nav-col {
        position: relative;
        width: auto;
    }

    .navbar-toggle {
        display: block;
    }

    #sidebar-nav.navbar-collapse {
        max-height: 336px;
    }

    #sidebar-nav .nav > li > a {
    }
}

@media (max-width: 767px) {
    #logo {
        width: 180px;
        padding-left: 0;
        font-size: 1em;
        margin-left: -6px;
        padding-top:0;
    }

        #logo img {
            height: 19px;
        }
}

@media (max-width: 400px) {
    #header-navbar .container {
        padding: 0;
    }

 

        #logo span {
            display: none;
        }

    .profile-dropdown .dropdown-toggle {

    }

    #header-nav .nav {
        margin-left: 0;
    }
}

#content-wrapper {
    background: #e7ebee url("/Images/dashboard-bg.gif");
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    min-height: 1200px;
    padding: 15px 15px 35px 15px;
    margin-left: 220px;
}

    #content-wrapper > .row {
        opacity: 1;
    }

.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    -webikt-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .main-box h2 {
        font-size: 1.3em;
        line-height: 29px;
        margin: 0;
        padding: 0;
    }

    .main-box.no-header {
        padding-top: 20px;
    }

    .main-box .main-box-header {
        min-height: 50px;
        padding: 10px 20px;
    }

        .main-box .main-box-header.with-border {
            border-bottom: 1px solid #ecf0f1;
        }

    .main-box .main-box-body {
        padding: 0 20px 20px 20px;
    }

@media (max-width: 991px) {
    #content-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    #content-wrapper {
        padding: 10px 8px 0 8px;
    }

    .main-box {
        margin-bottom: 10px;
    }
}

@media (max-width: 420px) {
    #content-wrapper {
        padding: 5px 5px 0 5px;
    }

    .main-box {
    }

        .main-box h2 {
            margin-bottom: 5px;
        }
}

#footer-bar {
    background: #fff;
    bottom: 0;
    font-size: 0.8em;
    height: 36px;
    line-height: 36px;
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    width: 100%;
}

#footer-copyright {
    text-align: center;
    margin: 0;
}

    #footer-copyright a {
    }

        #footer-copyright a:hover {
        }

@media (max-width: 767px) {
    #footer-bar {
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media (max-width: 420px) {
    #footer-bar {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.the-icons {
    font-size: 0.875em;
    line-height: 2;
}

    .the-icons .glyphicon {
        width: 30px;
        text-align: center;
    }

.tabs-wrapper .nav-tabs {
    margin-bottom: 15px;
}

.tabs-wrapper .tab-content {
    margin-bottom: 20px;
    padding: 0 10px;
}

.dropdown-example ul.dropdown-menu {
    display: block;
}

svg {
    width: 100% !important;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

    .breadcrumb > li {
        text-transform: uppercase;
        color: #262626;
        margin-left: 8px;
    }

        .breadcrumb > li span {
            padding-left: 8px;
        }

        .breadcrumb > li a {
            color: #262626;
        }

        .breadcrumb > li + li:before {
            color: #262626;
            font-family: FontAwesome;
            content: "\f105";
        }

    .breadcrumb > .active {
        font-weight: 600;
        text-transform: none;
        color: #262626;
    }

    .breadcrumb > li:first-child {
        margin-left: 0;
    }

.fixed-header #header-navbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fixed-header #page-wrapper {
    padding-top: 50px;
}

.fixed-footer #footer-bar {
    bottom: 0;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999;
}

.fixed-footer #content-wrapper {
    padding-bottom: 36px;
}

@media (min-width: 992px) {
    .fixed-leftmenu #nav-col {
        position: fixed;
        height: 100%;
    }

    .fixed-leftmenu.fixed-footer #nav-col {
        padding-bottom: 36px;
    }

    .fixed-leftmenu.fixed-header #nav-col {
        padding-bottom: 50px;
    }

    .fixed-leftmenu.fixed-header.fixed-footer #nav-col {
        padding-bottom: 86px;
    }
}

@media (max-width: 991px) {
    .fixed-header #nav-col {
        position: fixed;
        width: 100%;
    }
}

#header-navbar {
    background-color: #e74c3c !important;
}

.theme-blue-gradient #header-navbar, #config-tool #skin-colors li a.skin-changer.blue-gradient {
    background-color: initial !important;
}

#host {
    height: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    #host > div {
        position: relative;
        height: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

.page-splash-message {
    max-width: 920px;
    text-align: center;
    margin: 15% auto 0 auto;
    font-size: 400%;
    font-weight: bold;
    font-family: sans-serif;
    -webkit-text-shadow: 2px 2px #000000;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    color: #578b88;
    padding: 0;
}

    .page-splash-message img {
        display: block;
        margin: 0 auto;
    }

@media only screen and (max-width: 440px) {
    .page-splash-message {
        margin: 35% auto 0 auto;
        font-size: 35px;
    }
}

.title {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
}

.title-info {
    color: #0097cf;
}

.title-success {
    color: #2ecc71;
}

.emerald-bg {
    background-color: #3498db !important;
}

.red-bg {
    background-color: #e74c3c !important;
}

.yellow-bg {
    background-color: #f1c40f !important;
}

.blue-bg {
    background-color: #3498db !important;
}

.green-bg {
    background-color: #2ecc71 !important;
}

.purple-bg {
    background-color: #9b59b6 !important;
}

.gray-bg {
    background-color: #95a5a6 !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.emerald {
    color: #3498db !important;
}

.red {
    color: #e74c3c !important;
}

.yellow {
    color: #f1c40f !important;
}

.green {
    color: #2ecc71 !important;
}

.purple {
    color: #9b59b6 !important;
}

.gray {
    color: #95a5a6 !important;
}

.status-green {
    color: #005826;
}

.status-red {
    color: #9e0b0f;
}

.txt-white {
    color: #fff !important;
}

.txt-white-hover:hover {
    color: #fff !important;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
    padding-left: 8px;
}

.top-page-ui {
    margin-top: -10px;
}

.btn {
    border: none;
    padding: 6px 12px;
    border-bottom: 4px solid;
    -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    outline: none;
}

.btn-xlg {
    font-size: 26px;
    line-height: 1.66;
    padding: 10px 20px;
}

.btn > i {
    margin: 5px;
}

.btn-default, .wizard-cancel, .wizard-back {
    background-color: #95a5a6;
    border-color: #7f8c8d;
    color: #fff;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .wizard-cancel:hover, .wizard-cancel:focus, .wizard-cancel:active, .wizard-cancel.active, .wizard-back:hover, .wizard-back:focus, .wizard-back:active, .wizard-back.active {
        background-color: #949e9f;
        border-color: #748182;
        color: #fff;
    }

    .btn-default .caret {
        border-top-color: #FFFFFF;
    }

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #7f8c8d;
        border-color: #5c6667;
    }

.btn-info {
    background-color: #01b9fe;
    border-color: #0298d1;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #0298d1;
        border-color: #0178a5;
    }

.btn-link {
    border: none;
}

.btn-primary {
    background-color: #3498db;
    border-color: #2980b9;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #2980b9;
        border-color: #1c5c87;
    }

.btn-success {
    background-color: #2ecc71;
    border-color: #27ae60;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #27ae60;
    }

.btn-danger {
    background-color: #e74c3c;
    border-color: #c0392b;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #c0392b;
    }

.btn-warning {
    background-color: #f1c40f;
    border-color: #f39c12;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #e0b50a;
        border-color: #bd9804;
    }

.btn-facebook {
    background-color: #3b5998;
    border-color: #2f477b;
}

    .btn-facebook:hover {
        background-color: #2f477b;
        border-color: #263963;
    }

.btn-twitter {
    background-color: #00aced;
    border-color: #0098d1;
}

    .btn-twitter:hover {
        background-color: #0098d1;
        border-color: #0283b4;
    }

.icon-box .btn {
    border: 1px solid #e1e1e1;
    margin-left: 3px;
    margin-right: 0;
}

    .icon-box .btn.btn-xs {
        padding: 5px;
    }

    .icon-box .btn:hover {
        background-color: #eee;
        color: #3498db;
    }

.label {
    border-radius: 3px;
    font-size: 0.875em;
    font-weight: 600;
}

.form-horizontal .control-label {
    font-weight: 600;
}

.label-default, .fc-event.label-default {
    background-color: #95a5a6;
}

.label-primary, .fc-event.label-primary {
    background-color: #3498db;
}

.label-success, .fc-event.label-success {
    background-color: #2ecc71;
}

.label-planned, .fc-event.label-success {
    background-color: #ec8d15;
}

.label-completed, .fc-event.label-completed {
    background-color: #2ecc71;
}

.label-inmaintenance, .fc-event.label-inmaintenance {
    background-color: #e74c3c;
}

.label-maintenance, .fc-event.label-inmaintenance {
    background-color: #e74c3c;
}

.label-renewed, .fc-event.label-renewed {
    background-color: #aba7a7;
}

.label-info, .fc-event.label-info {
    background-color: #9b59b6;
}

.label-graduated {
    background-color: #4780ff;
}

.label-warning, .fc-event.label-warning {
    background-color: #f1c40f;
}

.label-danger, .fc-event.label-danger {
    background-color: #e74c3c;
}

.label.label-large {
    font-size: 1em;
    padding: 0.4em 0.8em 0.5em;
}

.label.label-circle {
    border-radius: 50%;
    padding: 4px !important;
}

#calendar .fc-event, .external-event {
    border-left: 4px solid #2980b9;
}

    #calendar .fc-event.label-success, .external-event.label-success {
        border-left: 4px solid #27ae60;
    }

    #calendar .fc-event.label-warning, .external-event.label-warning {
        border-left: 4px solid #f39c12;
    }

    #calendar .fc-event.label-danger, .external-event.label-danger {
        border-left: 4px solid #c0392b;
        color: #fff;
    }

    #calendar .fc-event.label-info, .external-event.label-info {
        border-left: 4px solid #8e44ad;
    }

    #calendar .fc-event.label-default, .external-event.label-default {
        border-left: 4px solid #7f8c8d;
    }

@media only screen and (max-width: 440px) {
    #calendar .fc-header-right, #calendar .fc-button-today, #calendar .fc-header-space {
        display: none;
    }
}

.alert {
    border-radius: 0;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 4px;
}

.alert-success {
    border-color: #27ae60;
    color: #27ae60;
}

.alert-warning {
    border-color: #f39c12;
    color: #f39c12;
}

.alert-danger {
    border-color: #c0392b;
    color: #c0392b;
}

.alert-info {
    border-color: #2980b9;
    color: #2980b9;
}

    .alert-info .alert-link {
        color: #2980b9;
    }

.pagination {
    margin: 5px 0;
}

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 3px;
    }

    .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > a:active, .pagination > li > span:active {
        color: #3498db;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #3498db;
        border-color: #3498db;
    }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #3498db;
    border-color: #3498db;
}

.badge.badge-danger {
    background-color: #e74c3c;
}

.badge.badge-success {
    background-color: #2ecc71;
}

.badge.badge-warning {
    background-color: #f1c40f;
}

.badge.badge-primary {
    background-color: #3498db;
}

.badge.badge-info {
    background-color: #9b59b6;
}

.nav-tabs {
    background: #d0d8de;
    border-color: transparent;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

    .nav-tabs > li > a {
        border-radius: 0;
        font-size: 1.125em;
        font-weight: 300;
        outline: none;
        color: #555;
        margin-right: 3px;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            border-color: transparent;
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
            background: #b8c1c7;
            color: #555;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-color: transparent;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            -moz-border-radius: 3px 3px 0 0;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #e7ebee;
}

.nav .caret {
    border-bottom-color: #3498db;
    border-top-color: #3498db;
}

.main-box .table-title {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 500;
}

.main-box .tabs-header {
    min-height: 50px;
    padding: 10px 20px;
}

.main-box .tab-content-body {
    padding: 0 20px 20px 20px;
    margin-bottom: 0;
}

.tabs-wrapper.tabs-no-header .tab-content {
    padding: 0 20px 20px;
}

.panel-default > .panel-heading {
    background-color: #3498db;
    border-color: #3498db;
    color: #FFFFFF;
    border-radius: 0;
}

    .panel-default > .panel-heading a:focus {
        color: #fff;
    }

.panel-group .panel {
    border-radius: 0;
    border: 0 none;
}

.panel-collapse {
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.panel-title > a:hover, .panel-title > a:focus {
    color: #FFF;
}

.accordion .panel-title > a {
    display: block;
    position: relative;
    outline: none;
    text-decoration: none;
    color: #FFFFFF;
    padding-right: 15px;
}

    .accordion .panel-title > a:hover {
        text-decoration: none;
        color: #FFFFFF;
    }

    .accordion .panel-title > a.accordion-toggle > i {
        margin-top: -5px;
        font-size: 0.75em;
        position: absolute;
        right: 0;
        top: 50%;
        width: 24px;
        text-align: center;
        padding-right: 6px;
    }

#accordion .form-group {
    margin-bottom: 0;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #e7ebee;
}

.table thead > tr > th {
    border-bottom: 2px solid #e7ebee;
}

    .table thead > tr > th .btn-xs {
        padding: 4px 6px;
        border: 1px solid #e1e1e1;
        line-height: 0;
        margin-top: -3px;
    }

.table tbody > tr > td {
    font-size: 0.875em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 12px 8px;
}

    .table tbody > tr > td:first-child {
        /*font-size: 1.125em;
        font-weight: 300;*/
    }

.table tbody > tr.bold > td:first-child {
    font-weight: bold;
}

.table thead > tr > th {
    text-transform: uppercase;
    font-size: 0.875em;
}

    .table thead > tr > th > a span {
        color: #344644;
    }

        .table thead > tr > th > a span:after {
            content: "\f0dc";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            margin-left: 5px;
            font-size: 0.75em;
        }

    .table thead > tr > th > a:hover {
        text-decoration: none;
        cursor: pointer;
    }

    .table thead > tr > th > a.asc span:after {
        content: "\f0dd";
    }

    .table thead > tr > th > a.desc span:after {
        content: "\f0de";
    }

    .table thead > tr > th > a:hover span {
        text-decoration: none;
        color: #3498db;
        border-color: #3498db;
    }

.table.table-hover tbody > tr > td {
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}

.table tbody tr td .call-type {
    display: block;
    font-size: 0.75em;
    text-align: center;
}

.table tbody tr td .first-line {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.125em;
}

    .table tbody tr td .first-line span {
        font-size: 0.875em;
        color: #969696;
        font-weight: 300;
    }

.table tbody tr td .second-line {
    font-size: 0.875em;
    line-height: 1.2;
}

.table a.table-link {
    margin: 0 5px;
    font-size: 1.125em;
}

    .table a.table-link:hover {
        text-decoration: none;
        color: #2aa493;
    }

    .table a.table-link.danger {
        color: #e74c3c;
    }

        .table a.table-link.danger:hover {
            color: #c0392b;
        }

    .table a.table-link.warning {
        color: #f39c12;
    }

        .table a.table-link.warning:hover {
            color: #e0b50a;
        }

    .table a.table-link.default {
        color: #95a5a6;
    }

        .table a.table-link.default:hover {
            color: #7f8c8d;
        }

    .table a.table-link.disabled, .table a.table-link.disabled:hover {
        box-shadow: none;
        cursor: not-allowed;
        opacity: 0.65;
        pointer-events: none;
    }

.table-products tbody > tr > td {
    background: none;
    border: none;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
    position: relative;
}

.table-products tbody > tr:hover > td {
    text-decoration: none;
    background-color: #f6f6f6;
}

.table-products .name {
    display: block;
    font-weight: 600;
    padding-bottom: 7px;
}

.table-products .price {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

    .table-products .price > i {
        color: #2ecc71;
    }

.table-products .warranty {
    display: block;
    text-decoration: none;
    width: 50%;
    float: left;
    font-size: 0.875em;
}

    .table-products .warranty > i {
        color: #f1c40f;
    }

.table tbody > tr.table-line-fb > td {
    background-color: #9daccb;
    color: #262525;
}

.table tbody > tr.table-line-twitter > td {
    background-color: #9fccff;
    color: #262525;
}

.table tbody > tr.table-line-plus > td {
    background-color: #eea59c;
    color: #262525;
}

.table-sm .table {
    font-size: 11px;
}

    .table-sm .table tbody > tr > td {
        padding: 6px 4px;
    }

    .table-sm .table > thead > tr > th, .table-sm .table > tbody > tr > th, .table-sm .table > tfoot > tr > th, .table-sm .table > thead > tr > td, .table-sm .table > tbody > tr > td, .table-sm .table > tfoot > tr > td {
        padding: 6px;
    }

.table-stats .status-social-icon {
    font-size: 1.9em;
    vertical-align: bottom;
}

.table-stats .table-line-fb .status-social-icon {
    color: #556484;
}

.table-stats .table-line-twitter .status-social-icon {
    color: #5885b8;
}

.table-stats .table-line-plus .status-social-icon {
    color: #a75d54;
}

.daterange-filter {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 5px 10px;
}

.main-box-header .daterange-filter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.main-box-header h2 {
    line-height: 56px;
}

.filter-block {
    margin-top: 7px;
}

    .filter-block .form-group {
        margin-right: 10px;
        position: relative;
    }

        .filter-block .form-group .form-control {
            height: 36px;
        }

        .filter-block .form-group .search-icon {
            position: absolute;
            color: #707070;
            right: 8px;
            top: 11px;
        }

    .filter-block .btn {
        margin-left: 5px;
    }

@media only screen and (max-width: 440px) {
    .filter-block {
        float: none !important;
        clear: both;
    }

        .filter-block .form-group {
            float: none !important;
            margin-right: 0;
        }

        .filter-block .btn {
            display: block;
            float: none !important;
            margin-bottom: 15px;
            margin-left: 0;
        }

    #reportrange {
        clear: both;
        float: none !important;
        margin-bottom: 15px;
    }
}

.user-list tbody td .radio {
    margin: 0;
    display: inline-flex;
}

.user-list tbody td > img, .user-list tbody td .profile-img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}

.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 3px;
    margin-left: 60px;
}

.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}

.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: 400;
    font-size: 0.875em;
}

.form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #e7ebee;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
}

    .form-control:focus {
        border-color: rgba(52,151,219,0.6);
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(52,152,219,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(52,152,219,0.6);
    }

.form-inline-box {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #e7ebee;
    padding: 7px;
}

.radio {
    padding-left: 2px;
}

    .radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

input[type="radio"] {
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px;
}

.radio input[type=radio] {
    display: none;
}

.radio label:before {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e7ebee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    width: 20px;
}

.radio label:after {
    background-color: #3498db;
    border: 1px solid #3498db;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-size: 13px;
    height: 16px;
    left: 2px;
    position: absolute;
    text-align: center;
    top: 2px;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    width: 16px;
}

.radio input[type=radio]:checked + label:before, .radio input[type=radio]:hover + label:before {
    border: 1px solid #3498db;
}

.radio input[type=radio]:checked + label:after {
    line-height: 16px;
    -o-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -moz-transform: scale(0.63);
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
    -o-transition: -o-transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -o-transition: transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -ms-transition: transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -moz-transition: transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    -webkit-transition: transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
    transition: transform 0.1s 0s cubic-bezier(0.4,0.02,0.3,1.2);
}

.has-success .form-control {
    border-color: #2ecc71;
}

.has-success .help-block, .has-success .control-label {
    color: #27ae60;
}

.has-success .form-control:focus {
    border-color: #27ae60;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #27ae60;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #27ae60;
}

.has-success .input-group-addon {
    color: #2ecc71;
    background-color: #dff0d8;
    border-color: #2ecc71;
}

.has-warning .form-control {
    border-color: #f1c40f;
}

.has-warning .help-block, .has-warning .control-label {
    color: #f39c12;
}

.has-warning .form-control:focus {
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f39c12;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #f39c12;
}

.has-warning .input-group-addon {
    color: #f1c40f;
    background-color: #fcf8e3;
    border-color: #f1c40f;
}

.has-error .form-control {
    border-color: #e74c3c;
}

.has-error .help-block, .has-error .control-label {
    color: #c0392b;
}

.has-error .form-control:focus {
    border-color: #c0392b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0392b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0392b;
}

.has-error .input-group-addon {
    color: #e74c3c;
    background-color: #f2dede;
    border-color: #e74c3c;
}

.input-group > .form-control, .input-group > .input-group-addon, .input-group > .input-group-btn > .btn {
    line-height: 1;
}

.input-group > .input-group-btn > .btn {
    border: 0;
    height: 34px;
}

.input-group-addon {
    background: transparent;
    border-color: #e7ebee;
}

.dropdown-menu {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.help-block {
    font-size: 0.875em;
}

.checkbox-inline > input {
    margin-top: 0;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #3498db;
}

.bootstrap-timepicker-widget table td input {
    border: 1px solid #ccc;
    width: 30px !important;
    height: 30px;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input, .bootstrap-timepicker-widget table td a:hover {
}

.form-group-select2 label {
    display: block;
}

.select2-results .select2-result-label {
    font-size: 1em;
}

.select2-container .select2-choice {
    font-size: 0.875em;
}

.select2-container.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 0.875em;
    background-color: #FFFFFF;
    color: #555555;
    display: block;
    font-size: 13px;
    height: 34px;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s,box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.select2-container.select2-container-multi .select2-choices {
    border-color: #ccc;
}

.select2-container-multi .select2-choices {
    background-image: none !important;
    border-color: #e7ebee !important;
    border-radius: 3px;
}

.select2-container.select2-container-multi .select2-choices .select2-search-choice {
    background: none repeat scroll 0 0 #7f8c8d;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0 5px 5px;
}

.select2-search-choice > span {
    margin-right: 10px;
}

.select2-container.select2-container-multi .select2-search-choice-close {
    top: 4px;
    width: 41px;
    height: 20px;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: rgba(52,151,219,0.6) !important;
    border-radius: 3px 3px 0 0;
}

.select2-container .select2-choice {
    border-radius: 0 !important;
    background: #fff !important;
    border-color: #e7ebee !important;
    height: 34px !important;
    line-height: 34px !important;
}

    .select2-container .select2-choice .select2-arrow {
        border-radius: 0 !important;
        background: #eee !important;
        border-color: #e7ebee !important;
        width: 24px !important;
    }

        .select2-container .select2-choice .select2-arrow b {
            background-position: 3px 4px !important;
        }

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: rgba(0,0,0,0) rgba(52,151,219,0.6) rgba(52,151,219,0.6) !important;
    border-radius: 0 0 3px 3px;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid rgba(52,151,219,0.6) !important;
}

.select2-drop-active {
    border-color: rgba(52,151,219,0.6) rgba(52,151,219,0.6) !important;
}

.select2-container .select2-choice > .select2-chosen {
    font-size: 13px;
}

.tt-query {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.wysiwyg-editor {
    max-height: 250px;
    height: 250px;
    background-color: #fff;
    border-collapse: separate;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px 0px inset;
    box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px 0px inset;
    overflow: scroll;
    outline: none;
}

.btn-toolbar.editor-toolbar {
    margin-bottom: 7px;
}

.checkbox-nice {
    position: relative;
    padding-left: 15px;
}

    .checkbox-nice input[type=checkbox] {
        visibility: hidden;
        position: absolute;
        left: -100px;
    }

    .checkbox-nice label {
        padding-top: 3px;
        padding-left: 15px;
    }

    .checkbox-nice.checkbox-inline > label {
        margin-left: 16px;
    }

    .checkbox-nice label:before {
        cursor: pointer;
        position: absolute;
        width: 22px;
        height: 22px;
        left: 1px;
        top: 1px;
        background: #ffffff;
        content: "";
        border: 1px solid #e7ebee;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .checkbox-nice label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 12px;
        height: 7px;
        background: transparent;
        top: 7px;
        left: 6px;
        border: 3px solid #3498db;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .checkbox-nice label:hover::after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

    .checkbox-nice input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.table .checkbox-nice label {
    display: block;
}

.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 20px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet,Arial,sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #3498db;
        color: #FFFFFF;
    }

.onoffswitch.onoffswitch-success .onoffswitch-inner:before {
    background-color: #2ecc71;
}

.onoffswitch.onoffswitch-danger .onoffswitch-inner:before {
    background-color: #e74c3c;
}

.onoffswitch.onoffswitch-warning .onoffswitch-inner:before {
    background-color: #f1c40f;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.infographic-box {
    padding: 20px;
}

    .infographic-box i {
        font-size: 2.4em;
        display: block;
        float: left;
        margin-right: 15px;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
    }

    .infographic-box .headline {
        display: block;
        font-size: 1.2em;
        font-weight: 300;
        text-align: right;
    }

    .infographic-box .value {
        font-size: 1.6em;
        font-weight: 600;
        margin-top: -5px;
        display: block;
        text-align: right;
    }

    .infographic-box.merged {
        border-top: 1px solid #e7ebee;
        border-right: 1px solid #e7ebee;
        width: 50%;
    }

        .infographic-box.merged .headline {
            text-align: left;
            font-size: 1em;
            margin-top: -5px;
        }

        .infographic-box.merged .value {
            text-align: left;
            font-size: 1.9em;
            font-weight: 400;
            margin-top: 0;
        }

        .infographic-box.merged.merged-top {
            border-top: none;
        }

        .infographic-box.merged.merged-right {
            border-right: none;
        }

@media (max-width: 767px) {
    .infographic-box.merged {
        width: 100%;
        border-right: none;
    }

        .infographic-box.merged.merged-top.merged-right {
            border-top: 1px solid #e7ebee;
        }
}

#gallery-photos-wrapper {
    position: relative;
}

.gallery-photos {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

    .gallery-photos li {
        float: left;
        display: block;
        margin-top: 7px;
        margin-bottom: 7px;
        overflow: hidden;
        position: relative;
    }

        .gallery-photos li .photo-box {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #eee;
            width: 100%;
            height: 100%;
            overflow: hidden;
            min-width: 100px;
            min-height: 100px;
            padding-top: 98%;
            display: block;
        }

            .gallery-photos li .photo-box.image-link {
                padding-top: 68%;
            }

    .gallery-photos.gallery-photos-hover {
        cursor: move;
    }

    .gallery-photos .remove-photo-link {
        cursor: pointer;
        display: none;
        left: 50%;
        margin-left: -18.5px;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -18.5px;
    }

    .gallery-photos .thumb-meta-time {
        bottom: 10px;
        color: #eee;
        font-size: 0.75em;
        left: 18px;
        position: absolute;
    }

    .gallery-photos li .remove-photo-link .icon-stack {
        font-size: 2em;
    }

    .gallery-photos li:hover .photo-box:after {
        background: rgba(0,0,0,0.4);
        position: absolute;
        content: "";
        top: 0;
        right: 8px;
        bottom: 0;
        left: 8px;
    }

    .gallery-photos.gallery-photos-hover li:hover .remove-photo-link {
        display: block;
    }

.dd {
    position: relative;
    display: block;
    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-list {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #E1E1E1;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 1em;
    color: #000000;
    text-align: center;
    border: 1px solid #E1E1E1;
    padding-top: 4px;
}

.dd-handle {
    background: none repeat scroll 0 0 #F6F6F8;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    color: #000000;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #3498db;
        background: #fff;
    }

    .dd-handle .nested-links {
        float: right;
    }

        .dd-handle .nested-links .nested-link {
            margin: 0 2px;
        }

            .dd-handle .nested-links .nested-link:last-child {
                margin-right: 0;
            }

            .dd-handle .nested-links .nested-link i {
                font-size: 1.25em;
            }

.dd-item-list .dd-handle {
    padding-left: 40px;
}

.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-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);
    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);
    }

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
}

    .nestable-lists .dd-placeholder {
        background: #E9FDFB;
        border-color: #2980b9;
    }

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 48%;
    }

        .dd + .dd {
            margin-left: 2%;
        }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.slider-vertical {
    height: 200px;
    float: left;
    margin-right: 20px;
}

.typeahead, .tt-query, .tt-hint {
    width: 400px;
}

.twitter-typeahead {
    display: block !important;
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -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);
}

.tt-hint {
    color: #999;
    padding-top: 5px;
    padding-left: 11px;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 12px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 1em;
    line-height: 20px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #3498db;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 12px;
}

.example-twitter-oss .tt-suggestion {
    padding: 8px 20px;
}

    .example-twitter-oss .tt-suggestion + .tt-suggestion {
        border-top: 1px solid #ccc;
    }

.example-twitter-oss .repo-language {
    float: right;
    font-style: italic;
    font-size: 12px;
}

.example-twitter-oss .repo-name {
    font-weight: bold;
}

.example-twitter-oss .repo-description {
    font-size: 12px;
}

@media only screen and (max-width: 480px) {
    .typeahead, .tt-query, .tt-hint {
        width: 100%;
    }

    .tt-dropdown-menu {
        width: 100%;
    }
}

#pwindicator {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 150px;
}

.pwdindicator .bar {
    height: 4px;
}

.pwdindicator .pwdstrength-label {
}

.pwdindicator.pw-very-weak .bar {
    background: #fb241f;
    width: 30px;
}

.pwdindicator.pw-very-weak .pwdstrength-label {
    color: #fb241f;
}

.pwdindicator.pw-weak .bar {
    background: #e74c3c;
    width: 60px;
}

.pwdindicator.pw-weak .pwdstrength-label {
    color: #e74c3c;
}

.pwdindicator.pw-mediocre .bar {
    background: #f1c40f;
    width: 90px;
}

.pwdindicator.pw-mediocre .pwdstrength-label {
    color: #f1c40f;
}

.pwdindicator.pw-strong .bar {
    background: #f3b31a;
    width: 120px;
}

.pwdindicator.pw-strong .pwdstrength-label {
    color: #f3b31a;
}

.pwdindicator.pw-very-strong .bar {
    background: #2ecc71;
    width: 150px;
}

.pwdindicator.pw-very-strong .pwdstrength-label {
    color: #2ecc71;
}


#landing-box {
    max-width: 350px;
    min-width: 280px;
    margin: 60px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

    #landing-box #landing-box-header {
        height: 5px;
    }

        #landing-box #landing-box-header > div {
            height: 100%;
            width: 16.6667%;
            float: left;
        }

        #landing-box #landing-box-header .landing-box-header-red {
            background: #e74c3c;
        }

        #landing-box #landing-box-header .landing-box-header-green {
            background: #2ecc71;
        }

        #landing-box #landing-box-header .landing-box-header-yellow {
            background: #f1c40f;
        }

        #landing-box #landing-box-header .landing-box-header-purple {
            background: #9b59b6;
        }

        #landing-box #landing-box-header .landing-box-header-blue {
            background: #3498db;
        }

        #landing-box #landing-box-header .landing-box-header-gray {
            background: #95a5a6;
        }

#landing-box-inner {
    padding: 40px 25px;
    background: #fff;
}

#landing-logo {
    background: none repeat scroll 0 0 #FFF;
    color: #578b88;
    display: block;
    font-size: 2em;
    font-weight: 400;
    padding: 15px 0 10px;
    text-align: center;
    text-transform: uppercase;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}



    #landing-logo > img {
        display: block;
        margin: 0 auto 5px;
    }

    #landing-logo > span {
        display: block;
        font-size: 0.6em;
        font-weight: 300;
        text-transform: none;
    }

#landing-box .input-group {
    margin-bottom: 10px;
}

    #landing-box .input-group input {
        font-weight: 300;
    }

    #landing-box .input-group .input-group-addon {
        padding-left: 0;
        padding-right: 0;
        min-width: 50px;
    }

        #landing-box .input-group .input-group-addon i {
            color: #a8a8a8;
        }

#landing-box #landing-forget-link {
    display: block;
    font-size: 0.875em;
    text-align: right;
    margin-top: 3px;
}

#landing-box #remember-me-wrapper {
    padding: 10px 0;
    min-height: 46px;
}

#landing-box .btn {
    font-size: 1.125em;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#landing-box .form-group {
    margin-bottom: 7px;
}

#landing-box-inner .input-group > .form-control, #landing-box-inner .input-group > .input-group-addon {
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}

#landing-box-inner .input-group > .input-group-addon {
    height: 44px;
}

#landing-box .form-group .checkbox label {
    padding-left: 7px;
}

#landing-box .form-group .checkbox input {
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    #login-box {
        margin-top: 20px;
    }
}

#login-page .login-create, #login-page-full .login-create {
    margin-bottom: 20px;
}

#login-full-wrapper {
    background: url(../../img/login-img.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

    #login-full-wrapper #login-box {
        border: none;
    }

#login-page-full .container {
    max-width: 1440px;
    margin: 0 auto;
}

#login-page-full .login-full-create {
    margin-right: 20px;
    line-height: 50px;
}

#login-full-left {
    margin-top: 50px;
    margin-bottom: 20px;
}

    #login-full-left h1 {
        text-align: center;
        color: #363636;
        font-weight: 600;
        margin-bottom: 40px;
    }

    #login-full-left h2 {
        text-align: center;
        margin-top: 30px;
    }

    #login-full-left p.login-full-devices {
        margin-top: 30px;
    }

    #login-full-left .login-full-features {
        margin: 20px 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        #login-full-left .login-full-features > li {
            display: inline-block;
            margin: 0 8px;
        }

            #login-full-left .login-full-features > li > i {
                display: block;
                text-align: center;
                font-size: 1.6em;
                margin-bottom: 4px;
            }

            #login-full-left .login-full-features > li > span {
                display: block;
                text-align: center;
                font-size: 0.845em;
                line-height: 1.2;
            }

@media (max-height: 575px) {
    #login-full-wrapper {
        position: relative;
    }
}

@media (max-height: 621px) and (max-width: 767px) {
    #login-full-wrapper {
        position: relative;
    }
}

.progress {
    background-color: #eee;
    border-radius: 0;
    height: 8px;
    margin-bottom: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    background-color: #3498db;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #2ecc71;
}

.progress-bar-info {
    background-color: #9b59b6;
}

.progress-bar-warning {
    background-color: #f1c40f;
}

.progress-bar-danger {
    background-color: #e74c3c;
}

.progress.progress-2x {
    height: 12px;
}

.progress.progress-3x {
    height: 16px;
}

.progress.progress-4x {
    height: 20px;
}

.popover {
}

    .popover.right .arrow {
    }

    .popover.left .arrow {
    }

    .popover.bottom .arrow {
    }

    .popover.top .arrow {
    }

.popover-content {
    font-size: 0.875em;
}

.modal-danger .modal-header {
    background: #e74c3c;
    color: #FFF;
}

.modal-danger .modal-content {
    color: #c52a1a;
}

.modal-info .modal-header {
    background: #3498db;
    color: #FFF;
}

.modal-info .modal-footer, .modal-danger .modal-footer {
    padding: 10px 15px;
}

.modal-warning .modal-header {
    background: #f1c40f;
    color: #FFF;
}

.modal-content ol, .modal-content ul {
    margin-bottom: 0;
}

.modal-header h4 {
    font-weight: 900;
}

@media (min-width: 400px) {
    .modal-sm {
        width: 352px;
    }
}

.modal-content {
    border-radius: 0;
}

#error-page {
    background-color: #eeeeee;
}

#error-box {
    min-width: 280px;
    text-align: center;
    margin: 40px auto 20px;
}

    #error-box h1 {
        margin-top: 40px;
        color: #605f5f;
        padding: 0;
    }

    #error-box p {
        margin: 20px 0;
    }

.datepicker, .daterangepicker, .daterangepicker .calendar-date {
}

    .daterangepicker .ranges .input-mini {
    }

    .datepicker td, .datepicker th, .daterangepicker td, .daterangepicker th {
        text-transform: uppercase;
        font-size: 0.875em;
    }

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled]:hover {
        background: #3498db !important;
    }

    .daterangepicker td.active, .daterangepicker td.active:hover {
        background: #3498db !important;
    }

    .daterangepicker td.in-range {
        background: #dceffc !important;
    }

    .daterangepicker .ranges li {
        border-radius: 0 !important;
        color: #3498db !important;
    }

        .daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
            background-color: #3498db !important;
            border-color: #3498db !important;
            color: #fff !important;
        }

    .daterangepicker .range_inputs button.applyBtn {
        min-width: 74px;
        margin-right: 7px;
    }

    .daterangepicker .range_inputs button.cancelBtn {
        min-width: 74px;
    }

.conversation-inner {
    padding: 0 0 5px 0;
    margin-right: 10px;
}

.conversation-item {
    padding: 5px 0;
    position: relative;
}

.conversation-user {
    width: 50px;
    height: 50px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-top: 6px;
}

.conversation-body {
    background: #f5f5f5;
    font-size: 0.875em;
    width: auto;
    margin-left: 60px;
    padding: 8px 10px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .conversation-body:before {
        border-color: transparent #f5f5f5 transparent transparent;
        border-style: solid;
        border-width: 6px;
        content: "";
        cursor: pointer;
        left: -12px;
        position: absolute;
        top: 25px;
    }

.conversation-item.item-right .conversation-body {
    background: #dceffc;
}

    .conversation-item.item-right .conversation-body:before {
        border-color: transparent transparent transparent #dceffc;
        left: auto;
        right: -12px;
    }

.conversation-item.item-right .conversation-user {
    float: right;
}

.conversation-item.item-right .conversation-body {
    margin-left: 0;
    margin-right: 60px;
}

.conversation-body > .name {
    font-weight: 600;
    font-size: 1.125em;
}

.conversation-body > .time {
    position: absolute;
    font-size: 0.875em;
    right: 10px;
    top: 0;
    margin-top: 10px;
    color: #605f5f;
    font-weight: 300;
}

    .conversation-body > .time:before {
        content: "\f017";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        margin-top: 4px;
        font-size: 0.875em;
    }

.conversation-body > .text {
    padding-top: 6px;
}

.conversation-new-message {
    padding-top: 10px;
}

.widget-users {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget-users li {
        border-bottom: 1px solid #ebebeb;
        padding: 15px 0;
        height: 96px;
    }

        .widget-users li > .img {
            float: left;
            width: 65px;
            height: 65px;
            overflow: hidden;
            border-radius: 50%;
        }

        .widget-users li > .details {
            margin-left: 75px;
        }

            .widget-users li > .details > .name {
                font-weight: 600;
            }

                .widget-users li > .details > .name > a {
                    color: #344644;
                }

                    .widget-users li > .details > .name > a:hover {
                        color: #3498db;
                    }

            .widget-users li > .details > .time {
                color: #3498db;
                font-size: 0.75em;
                padding-bottom: 7px;
            }

                .widget-users li > .details > .time.online {
                    color: #2ecc71;
                }

.widget-products {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget-products li {
        border-bottom: 1px solid #ebebeb;
    }

        .widget-products li > a {
            min-height: 50px;
            display: block;
            width: 100%;
            color: #344644;
            padding: 3px 10px;
            position: relative;
            -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
        }

            .widget-products li > a:hover {
                color: #344644;
            }

            .widget-products li > a:after {
                content: "\f138";
                font-family: FontAwesome;
                font-size: 0.875em;
                font-style: normal;
                font-weight: normal;
                margin-top: 40px;
                position: absolute;
                right: 10px;
                text-decoration: inherit;
                top: 0;
                color: #cccccc;
                font-size: 1.3em;
            }

            .widget-products li > a:hover {
                text-decoration: none;
                background-color: #f6f6f6;
            }

        .widget-products li .img {
            display: block;
            float: left;
            text-align: center;
            width: 70px;
            height: 84px;
            overflow: hidden;
            margin-top: 20px;
        }

            .widget-products li .img i {
                font-size: 60px;
            }

        .widget-products li .product {
            display: block;
            margin-left: 65px;
            margin-top: 10px;
        }

            .widget-products li .product > .name {
                display: block;
            }

                .widget-products li .product > .name span {
                    font-weight: 600;
                }

            .widget-products li .product > .price {
                display: block;
                text-decoration: none;
                width: 50%;
                float: left;
                font-size: 0.875em;
                line-height: 20px;
            }

                .widget-products li .product > .price > span {
                    margin-bottom: 2px;
                    display: block;
                }

                    .widget-products li .product > .price > span > i {
                        color: #2ecc71;
                    }

            .widget-products li .product > .warranty {
                display: block;
                text-decoration: none;
                width: 50%;
                float: left;
                font-size: 0.875em;
            }

            .widget-products li .product > .status > i {
                margin-right: 5px;
            }



@media only screen and (max-width: 440px) {
    .widget-products li > a {
        height: auto;
        padding-bottom: 10px;
    }

    .widget-products li .product > .price {
        width: 100%;
    }

    .widget-products li .product > .warranty {
        clear: both;
        width: 100%;
    }

    .widget-products li > a:after {
        display: none;
    }
}

.widget-todo {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .widget-todo > li {
        border-bottom: 1px solid #ebebeb;
        padding: 10px 5px;
    }

        .widget-todo > li:hover {
            background-color: #f6f6f6;
        }

    .widget-todo .name {
        float: left;
    }

        .widget-todo .name span.label {
            margin-left: 5px;
        }

    .widget-todo > li input:checked + label {
        text-decoration: line-through;
    }

    .widget-todo .actions {
        float: right;
        padding-right: 5px;
        padding-top: 2px;
    }

        .widget-todo .actions > a {
            margin: 0 2px;
            color: #707070;
        }

            .widget-todo .actions > a.badge {
                color: #fff;
            }

            .widget-todo .actions > a:hover {
                text-decoration: none;
                color: #3498db;
            }

            .widget-todo .actions > a.badge:hover {
                background-color: #fff;
            }

            .widget-todo .actions > a > i {
                font-size: 1.125em;
            }

.dashboard-stats {
    margin: 20px -20px -20px;
}

.chart-small {
    border-top: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    outline: none;
    padding: 15px 0;
    display: block;
    text-decoration: none;
    color: #344644;
    -webkit-transition: background-color 0.1s ease-in-out 0s;
    transition: background-color 0.1s ease-in-out 0s;
}

    .chart-small:last-child, .chart-small.last {
        border-right: 0;
    }

    .chart-small:hover {
        background-color: #f9f9f9;
        text-decoration: none;
        color: #344644;
    }

    .chart-small .headline {
        font-weight: 600;
        font-size: 0.75em;
        padding: 0 20px;
        margin-bottom: -5px;
    }

    .chart-small .value {
        font-weight: 600;
        font-size: 1.9em;
        padding: 0 20px;
    }

.chart-small-content {
    max-height: 100px;
    height: 50px;
    padding: 0px;
    margin: 20px 20px 0;
    position: relative;
}

@media (max-width: 767px) {
    .chart-small:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 420px) {
    .dashboard-stats {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: -12px;
    }

    .chart-small .value {
        font-size: 1.6em;
    }
}

.pricing-package {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .pricing-package .pricing-package-inner {
        color: #7d7d7d;
        position: relative;
        -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
        transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
    }

    .pricing-package .pricing-star {
        background: url(../../img/pricing-star.png) no-repeat;
        position: absolute;
        width: 39px;
        height: 40px;
        color: #fff;
        font-size: 0.65em;
        text-align: center;
        line-height: 1.1;
        padding-top: 9px;
        right: -10px;
        top: -20px;
    }

    .pricing-package .package-header {
        background: #3498db;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
    }

        .pricing-package .package-header h3 {
            height: 36px;
            text-align: center;
            color: #fff;
            margin: 0;
            padding: 2px 0 0;
            border: 0;
            font-size: 1.5em;
        }

        .pricing-package .package-header .stars {
            color: #fff;
            text-align: center;
            padding-top: 8px;
        }

    .pricing-package .package-content {
        padding: 0 14px;
        margin: 0;
        border: 1px solid #e7ebee;
        border-top: 0;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

        .pricing-package .package-content .package-price {
            font-size: 2.4em;
            font-weight: bold;
            text-align: center;
            height: 75px;
            line-height: 75px;
        }

            .pricing-package .package-content .package-price .package-month {
                font-size: 0.6em;
                font-weight: normal;
            }

    .pricing-package .package-top-features {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pricing-package .package-top-features li {
            border-bottom: 1px solid #e7ebee;
            text-align: center;
            font-size: 1.125em;
            line-height: 1.5;
            padding: 8px 0;
        }

            .pricing-package .package-top-features li:first-child {
                border-top: 1px solid #e7ebee;
            }

    .pricing-package .package-features {
        list-style: none;
        margin: 0;
        padding: 15px 0;
        position: relative;
    }

        .pricing-package .package-features li {
            font-size: 0.875em;
            padding: 4px 0;
            line-height: 1.3;
            color: #cccccc;
            padding-left: 25px;
        }

            .pricing-package .package-features li.has-feature {
                color: #7d7d7d;
                -webkit-transition: color 0.1s ease-in-out 0s;
                transition: color 0.1s ease-in-out 0s;
            }

                .pricing-package .package-features li.has-feature:before {
                    content: "\f00c";
                    font-family: FontAwesome;
                    font-style: normal;
                    font-weight: normal;
                    font-size: 1.3em;
                    text-decoration: inherit;
                    color: #2ecc71;
                    margin-top: -2px;
                    position: absolute;
                    left: 0;
                }

            .pricing-package .package-features li.has-nofeature:before {
                content: "\f00d";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                font-size: 1.3em;
                text-decoration: inherit;
                color: #e74c3c;
                margin-top: -2px;
                position: absolute;
                left: 0;
            }

    .pricing-package .package-footer {
        text-align: center;
        padding-top: 16px;
    }

        .pricing-package .package-footer .btn > span {
            color: #27ae60;
            padding-right: 6px;
            -webkit-transition: color 0.1s ease-in-out 0s;
            transition: color 0.1s ease-in-out 0s;
        }

        .pricing-package .package-footer .btn:hover > span {
            color: #fff;
        }

    .pricing-package.simple .package-header h3 {
        font-size: 1.3em;
        padding: 0;
        line-height: 42px;
        height: 42px;
    }

    .pricing-package.simple .package-content .package-price {
        font-size: 1.8em;
        height: 60px;
        line-height: 60px;
    }

    .pricing-package.simple .package-top-features li {
        font-size: 0.875em;
    }

        .pricing-package.simple .package-top-features li:last-child {
            border-bottom: 0;
        }

    .pricing-package:hover .pricing-package-inner {
        background-color: #fcfcfc;
        color: #344644;
    }

    .pricing-package:hover .package-features li.has-feature {
        color: #344644;
    }

#invoice-companies {
    border: 1px solid #e7ebee;
    border-left: 0;
    border-right: 0;
    margin: 20px -20px;
}

    #invoice-companies .invoice-box {
        border-right: 1px solid #e7ebee;
        padding: 25px 20px;
        height: 100%;
        min-height: 165px;
    }

    #invoice-companies .invoice-icon {
        float: left;
        margin-right: 20px;
        margin-top: 20px;
        color: #e7ebee;
        text-align: center;
    }

        #invoice-companies .invoice-icon > i {
            font-size: 2.4em;
            display: block;
        }

    #invoice-companies .invoice-company {
        float: left;
    }

        #invoice-companies .invoice-company h4 {
            font-size: 1.4em;
        }

    #invoice-companies .invoice-box.invoice-box-dates {
        border-right: 0;
    }

    #invoice-companies .invoice-dates .invoice-date > strong {
        text-transform: uppercase;
        line-height: 28px;
    }

    #invoice-companies .invoice-dates .invoice-date > span {
        font-size: 1.3em;
    }

    #invoice-companies .invoice-dates .invoice-date.invoice-due-date > span {
        font-weight: bold;
    }

    #invoice-companies .invoice-dates .invoice-number > strong {
        text-transform: uppercase;
        line-height: 48px;
    }

    #invoice-companies .invoice-dates .invoice-number > span {
        color: #3498db;
        font-size: 1.9em;
    }

.invoice-box-total {
    line-height: 1.8;
    border: 1px solid #e7ebee;
    border-right: 0;
    border-left: 0;
    padding: 20px 0;
}

    .invoice-box-total .invoice-box-total-label {
        font-size: 1.125em;
    }

    .invoice-box-total .invoice-box-total-value {
        font-size: 1.125em;
    }

    .invoice-box-total .grand-total {
        font-size: 1.25em;
        text-transform: uppercase;
        font-weight: bold;
    }

.invoice-summary {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: -3px;
    margin-right: -3px;
}

    .invoice-summary > div {
        padding-left: 3px;
        padding-right: 3px;
    }

    .invoice-summary .invoice-summary-item {
        background: #dceffc;
        text-align: center;
        padding: 10px 0;
        margin-top: 3px;
        margin-bottom: 3px;
    }

        .invoice-summary .invoice-summary-item > span {
            font-size: 0.75em;
        }

        .invoice-summary .invoice-summary-item > div {
            font-size: 1.125em;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #invoice-companies .invoice-dates {
        padding-top: 15px;
    }

        #invoice-companies .invoice-dates .invoice-number > span {
            font-size: 1.4em;
        }

        #invoice-companies .invoice-dates .invoice-number > strong {
            font-size: 0.875em;
            line-height: 33px;
        }

        #invoice-companies .invoice-dates .invoice-date > span {
            font-size: 1.1em;
        }

        #invoice-companies .invoice-dates .invoice-date > strong {
            font-size: 0.875em;
            line-height: 22px;
        }
}

@media only screen and (max-width: 767px) {
    #invoice-companies .invoice-box {
        border-bottom: 1px solid #e7ebee;
        border-right: 0;
        border-left: 0;
    }

        #invoice-companies .invoice-box.invoice-box-dates {
            border-bottom: 0;
        }

    .invoice-summary .invoice-summary-item {
    }
}

@media (max-width: 420px) {
    #invoice-companies {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.graph-box {
    padding: 15px 15px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    .graph-box h2 {
        color: #fff;
        font-size: 1.6em;
        font-weight: 300;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .graph-box .graph {
    }

        .graph-box .graph .morris-hover.morris-default-style {
            background: #000;
            background: rgba(0,0,0,0.8);
            border: none;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            color: #999;
        }

.graph-nice-legend {
    padding-left: 15px;
    padding-top: 65px;
}

    .graph-nice-legend .graph-legend-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .graph-nice-legend .graph-legend-name {
        display: block;
        font-size: 1.2em;
        font-weight: 300;
    }

    .graph-nice-legend .graph-legend-value {
        display: block;
        font-size: 2.1em;
        font-weight: 600;
    }

@media (max-width: 1199px) {
    .graph-nice-legend {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .graph-nice-legend {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }

        .graph-nice-legend .graph-legend-row-inner {
            padding: 0 20px;
        }
}

.social-box-wrapper {
    box-shadow: 1px 1px 2px 0 #cccccc;
    border-radius: 2px;
    margin-bottom: 16px;
    overflow: hidden;
}

.social-box {
    color: #fff;
    padding: 15px;
    font-weight: 300;
    -webkit-transition: background-color 0.15s ease-in-out 0s;
    -moz-transition: background-color 0.15s ease-in-out 0s;
    transition: background-color 0.15s ease-in-out 0s;
}

    .social-box .social-count {
        float: left;
        display: block;
        font-size: 1.8em;
        font-weight: 400;
    }

    .social-box .social-action {
        float: left;
        display: block;
        font-size: 1.2em;
        margin-left: 5px;
        margin-top: 9px;
    }

    .social-box .social-name {
        display: block;
        font-size: 0.875em;
        padding-top: 4px;
    }

    .social-box > i {
        font-size: 3.4em;
        text-align: right;
        display: block;
    }

    .social-box.facebook {
        background: #3b5998;
    }

        .social-box.facebook:hover {
            background-color: #2f477b;
        }

    .social-box.twitter {
        background: #55acee;
    }

        .social-box.twitter:hover {
            background-color: #4091ce;
        }

    .social-box.google {
        background: #dd4b39;
    }

        .social-box.google:hover {
            background-color: #c43a2a;
        }

.small-graph-box {
    padding: 20px;
    color: #fff;
}

    .small-graph-box .headline {
        display: block;
        font-size: 0.875em;
        font-weight: 400;
        margin-top: -5px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }

    .small-graph-box .value {
        display: block;
        font-size: 1.9em;
        font-weight: 600;
        margin-top: -5px;
    }

    .small-graph-box .progress {
        background: rgba(0,0,0,0.2);
        height: 5px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

        .small-graph-box .progress .progress-bar {
            background-color: #fff;
        }

    .small-graph-box .subinfo {
        display: block;
        font-size: 0.8em;
        padding-top: 5px;
    }

        .small-graph-box .subinfo i {
            font-size: 1.2em;
        }

#user-profile h2 {
    padding-right: 15px;
}

#user-profile .profile-status {
    font-size: 0.75em;
    margin-top: -10px;
    padding-bottom: 10px;
    color: #2ecc71;
}

    #user-profile .profile-status.offline {
        color: #e74c3c;
    }

#user-profile .profile-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}

#user-profile .profile-label {
    text-align: center;
    padding: 5px 0;
}

    #user-profile .profile-label .label {
        padding: 5px 15px;
        font-size: 1em;
    }

#user-profile .profile-stars {
    color: #FABA03;
    padding: 7px 0;
    text-align: center;
}

    #user-profile .profile-stars > i {
        margin-left: -2px;
    }

#user-profile .profile-since {
    text-align: center;
    margin: 10px;
}

#user-profile .profile-details {
    padding: 15px 0;
    border-top: 1px solid #e7ebee;
    border-bottom: 1px solid #e7ebee;
    margin: 15px 0;
}

    #user-profile .profile-details ul {
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 40px;
    }

        #user-profile .profile-details ul > li {
            margin: 3px 0;
            line-height: 1.5;
        }

            #user-profile .profile-details ul > li > i {
                padding-top: 2px;
            }

            #user-profile .profile-details ul > li > span {
                color: #3498db;
            }

#user-profile .profile-header {
    position: relative;
}

    #user-profile .profile-header > h3 {
        margin-top: 10px;
    }

    #user-profile .profile-header .edit-profile {
        margin-top: -6px;
        position: absolute;
        right: 0;
        top: 0;
    }

#user-profile .profile-tabs {
}

#user-profile .profile-user-info {
    padding-bottom: 20px;
    padding-top: 10px;
}

    #user-profile .profile-user-info .profile-user-details {
        position: relative;
        padding: 4px 0;
    }

        #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
            width: 110px;
            float: left;
            bottom: 0;
            font-weight: bold;
            left: 0;
            position: absolute;
            text-align: right;
            top: 0;
            width: 110px;
            padding-top: 4px;
        }

        #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
            margin-left: 120px;
        }

#user-profile .profile-social li {
    padding: 4px 0;
}

    #user-profile .profile-social li > i {
        padding-top: 6px;
    }

#user-profile .account-information td {
    font-size: 1.125em;
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
        float: none;
        position: relative;
        text-align: left;
    }

    #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
        margin-left: 0;
    }

    #user-profile .profile-social {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    #user-profile .profile-header .edit-profile {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    #user-profile .profile-message-btn .btn {
        display: block;
    }
}

#config-tool {
    position: fixed;
    right: 0;
    top: 80px;
    width: 200px;
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

    #config-tool #config-tool-cog {
        background: #fff;
        border-radius: 3px 0 0 3px;
        box-shadow: -3px 3px 3px -2px rgba(0,0,0,0.1);
        cursor: pointer;
        left: -50px;
        padding: 10px;
        position: absolute;
        text-align: center;
        width: 50px;
        -webkit-transition: all 0.1s ease-in-out 0s;
        -moz-transition: all 0.1s ease-in-out 0s;
        transition: all 0.1s ease-in-out 0s;
        top: 0;
    }

    #config-tool.closed #config-tool-cog i {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #config-tool.closed #config-tool-cog:hover {
        background-color: #3498db;
        color: #fff;
    }

    #config-tool #config-tool-cog i {
        font-size: 2.2em;
        -webkit-transition: -webkit-transform 1.1s ease-in-out 0.1s;
        -moz-transition: -moz-transform 1.1s ease-in-out 0.1s;
        transition: transform 1.1s ease-in-out 0.1s;
    }

    #config-tool #config-tool-options {
        background: #fff;
        box-shadow: -3px 3px 3px -2px rgba(0,0,0,0.1);
        padding: 15px;
    }

        #config-tool #config-tool-options h4 {
            margin: 0;
            font-size: 1.3em;
        }

        #config-tool #config-tool-options ul {
            list-style: none;
            padding: 15px 0 0;
            margin: 0;
        }

            #config-tool #config-tool-options ul li {
                padding: 4px 0;
            }

                #config-tool #config-tool-options ul li .checkbox {
                    margin: 0;
                }

    #config-tool.closed {
        right: -200px;
    }

    #config-tool.opened {
        right: 0;
    }

    #config-tool #skin-colors li {
        display: block;
        float: left;
        padding: 3px !important;
    }

        #config-tool #skin-colors li a.skin-changer {
            background: #3498db;
            display: block;
            height: 30px;
            width: 30px;
            cursor: pointer;
        }

            #config-tool #skin-colors li a.skin-changer:hover {
            }

        #config-tool #skin-colors li:nth-child(4) {
            clear: left;
        }

        #config-tool #skin-colors li a.skin-changer.active {
            border: 2px solid #ff0000;
        }

#newsfeed .story {
    padding: 40px 0;
    margin: 0 20px;
    border-bottom: 1px solid #e7ebee;
}

    #newsfeed .story:last-child {
        border-bottom: 0;
    }

#newsfeed .story-user {
    position: absolute;
}

    #newsfeed .story-user a {
        display: block;
    }

        #newsfeed .story-user a img {
            display: block;
            width: 70px;
            height: 70px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        #newsfeed .story-user a:hover {
        }

#newsfeed .story-content {
    padding-left: 100px;
    position: relative;
}

    #newsfeed .story-content .story-header {
    }

        #newsfeed .story-content .story-header .story-author {
            font-weight: 300;
        }

            #newsfeed .story-content .story-header .story-author a {
                font-weight: 400;
            }

                #newsfeed .story-content .story-header .story-author a:hover {
                }

        #newsfeed .story-content .story-header .story-time {
            color: #999;
            font-size: 0.75em;
            position: absolute;
            right: 0px;
            top: 0;
        }

            #newsfeed .story-content .story-header .story-time i {
            }

    #newsfeed .story-content .story-inner-content {
        color: #6c6f75;
        font-size: 0.85em;
        padding: 12px 0;
    }

    #newsfeed .story-content .story-footer {
        font-size: 0.85em;
    }

        #newsfeed .story-content .story-footer .story-comments-link {
            color: #344644;
            margin-right: 10px;
        }

            #newsfeed .story-content .story-footer .story-comments-link:hover {
                color: #161e1d;
                text-decoration: none;
            }

            #newsfeed .story-content .story-footer .story-comments-link i {
            }

        #newsfeed .story-content .story-footer .story-likes-link {
            color: #e74c3c;
        }

            #newsfeed .story-content .story-footer .story-likes-link:hover {
                color: #c0392b;
                text-decoration: none;
            }

            #newsfeed .story-content .story-footer .story-likes-link i {
            }

#newsfeed .map-content {
    width: 100%;
    height: 200px;
}

#newsfeed .story-images {
}

    #newsfeed .story-images .story-image-link {
        display: block;
        width: 50%;
        float: left;
        padding-right: 2px;
    }

    #newsfeed .story-images .story-image-link-small {
        width: 25%;
        padding-bottom: 2px;
    }

    #newsfeed .story-images .story-image-link img {
    }

#user-profile .table tbody tr:first-child td {
    border-top: none;
}

#user-profile .table tbody tr td {
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: top;
}

#user-profile .widget-users {
    padding: 0 20px;
}

#user-profile .conversation-wrapper {
    padding: 10px 20px;
}

@media (max-width: 1170px) {
    #newsfeed .story-content .story-header .story-time {
        position: relative;
        padding-top: 2px;
    }
}

@media (max-width: 767px) {
    #newsfeed .story {
        padding: 20px 0;
        margin: 0;
    }

    #newsfeed .story-user a img {
        width: 30px;
        height: 30px;
    }

    #newsfeed .story-content {
        padding-left: 40px;
    }

    #newsfeed .story-images .story-image-link {
        width: 50%;
    }

    #newsfeed .story-images .story-image-link-small {
        width: 50%;
    }

    #user-profile .widget-users {
        padding: 0 10px;
    }

    #user-profile .conversation-wrapper {
        padding: 10px 5px;
    }
}

.profile-box {
}

    .profile-box .main-box-body {
        padding: 0;
    }

    .profile-box .profile-box-header {
        padding: 30px 20px 20px;
        text-align: center;
    }

    .profile-box .profile-img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 130px;
        height: 130px;
    }

    .profile-box h2 {
        padding: 10px 0 5px;
        margin: 0;
    }

    .profile-box .job-position {
        font-weight: 300;
        color: #666;
        font-size: 0.875em;
    }

    .profile-box .profile-box-footer {
        background: #3498db;
    }

        .profile-box .profile-box-footer a {
            display: block;
            background: #3498db;
            width: 33%;
            width: 33.33%;
            float: left;
            text-align: center;
            padding: 15px 10px;
            color: #fff;
        }

            .profile-box .profile-box-footer a:nth-child(2) {
                background: #2980b9;
            }

            .profile-box .profile-box-footer a:hover {
                text-decoration: none;
            }

        .profile-box .profile-box-footer .value {
            display: block;
            font-size: 1.8em;
            font-weight: 300;
        }

        .profile-box .profile-box-footer .label {
            display: block;
            font-size: 0.875em;
            font-weight: 300;
        }

.profile-box-menu .main-box-body {
    padding: 0;
}

.profile-box-menu .profile-box-header {
    padding: 30px 20px;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.profile-box-menu .profile-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
    border: 5px solid #fff;
}

.profile-box-menu h2 {
    padding: 20px 0 3px;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.1;
}

.profile-box-menu .job-position {
    font-weight: 300;
    font-size: 0.875em;
}

.profile-box-menu .profile-box-content .menu-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .profile-box-menu .profile-box-content .menu-items li a {
        display: block;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e7ebee;
        padding: 0 20px;
        font-size: 0.875em;
        -webkit-transition: background-color 0.15s ease-in-out 0s;
        transition: background-color 0.15s ease-in-out 0s;
        color: #344644;
    }

    .profile-box-menu .profile-box-content .menu-items li:last-child a {
        border-bottom: none;
    }

    .profile-box-menu .profile-box-content .menu-items li a:hover {
        background-color: #e7ebee;
        text-decoration: none;
    }

    .profile-box-menu .profile-box-content .menu-items li a i {
        width: 24px;
    }

    .profile-box-menu .profile-box-content .menu-items li a span.label {
        margin-top: 10px;
    }

.profile-box-stats .main-box-body {
    padding: 0;
}

.profile-box-stats .profile-box-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 30px 20px 70px;
    color: #fff;
    text-align: center;
    position: relative;
}

.profile-box-stats .profile-img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    bottom: -45px;
    float: left;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
}

.profile-box-stats h2 {
    padding: 0 0 8px;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    line-height: 1.1;
    font-size: 1.5em;
}

.profile-box-stats .job-position {
    font-weight: 300;
    font-size: 0.875em;
}

.profile-box-stats .profile-box-footer {
    padding-top: 50px;
    padding-bottom: 15px;
}

    .profile-box-stats .profile-box-footer a {
        display: block;
        width: 33%;
        width: 33.33%;
        float: left;
        text-align: center;
        padding: 15px 10px;
        color: #344644;
    }

        .profile-box-stats .profile-box-footer a:hover {
            text-decoration: none;
        }

    .profile-box-stats .profile-box-footer .value {
        display: block;
        font-size: 1.8em;
        font-weight: 300;
    }

    .profile-box-stats .profile-box-footer .label {
        display: block;
        font-size: 1em;
        font-weight: 300;
        color: #344644;
    }

.theme-blue #header-navbar {
    background-color: #3498db;
}

.theme-blue .navbar > .container .navbar-brand {
    background-color: #3498db;
}

.theme-blue #nav-col, body.theme-blue {
    background-color: #4c5763;
}

.theme-blue .nav-pills > li.active > a, .theme-blue .nav-pills > li.active > a:hover, .theme-blue .nav-pills > li.active > a:focus, .theme-blue #sidebar-nav .nav-pills > li.active > a, .theme-blue #sidebar-nav .nav-pills > li.active > a:hover, .theme-blue #sidebar-nav .nav-pills > li.active > a:focus, .theme-blue .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    background-color: #353d47;
}

.theme-blue #sidebar-nav .nav > li > a:hover {
    background-color: #353d47;
}

.theme-blue #header-navbar .nav > li > a {
    color: #fff;
}

    .theme-blue #header-navbar .nav > li > a:hover, .theme-blue #header-navbar .nav > li > a:focus, .theme-blue #header-navbar .nav .open > a, .theme-blue #header-navbar .nav .open > a:hover, .theme-blue #header-navbar .nav .open > a:focus {
        background-color: #2980b9;
    }

.theme-blue #sidebar-nav .nav li .submenu {
    background-color: #353d47;
}

    .theme-blue #sidebar-nav .nav li .submenu > li > a:hover, .theme-blue #sidebar-nav .nav li .submenu > li > a.active {
        background-color: #2a3139;
    }

.theme-blue .navbar > .container .navbar-brand {
    color: #fff;
}

.theme-blue .navbar-toggle {
    color: #fff;
}

@media (max-width: 991px) {
    .theme-blue #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }

    .theme-blue #logo.navbar-brand > img.normal-logo.logo-black {
        display: none;
    }
}

.theme-amethyst #header-navbar {
}

.theme-amethyst .navbar > .container .navbar-brand {
    background-color: #8e44ad;
}

.theme-amethyst #nav-col, body.theme-amethyst {
    background-color: #4c5763;
}

.theme-amethyst .nav-pills > li.active > a, .theme-amethyst .nav-pills > li.active > a:hover, .theme-amethyst .nav-pills > li.active > a:focus, .theme-amethyst #sidebar-nav .nav-pills > li.active > a, .theme-amethyst #sidebar-nav .nav-pills > li.active > a:hover, .theme-amethyst #sidebar-nav .nav-pills > li.active > a:focus, .theme-amethyst .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    background-color: #353d47;
    border-left-color: #9b59b6;
}

.theme-amethyst #sidebar-nav .nav > li > a:hover {
    background-color: #353d47;
    border-left-color: #9b59b6;
}

.theme-amethyst #header-navbar .nav > li > a {
}

    .theme-amethyst #header-navbar .nav > li > a:hover, .theme-amethyst #header-navbar .nav > li > a:focus, .theme-amethyst #header-navbar .nav .open > a, .theme-amethyst #header-navbar .nav .open > a:hover, .theme-amethyst #header-navbar .nav .open > a:focus {
        background-color: #8e44ad;
    }

.theme-amethyst #sidebar-nav .nav li .submenu {
    background-color: #353d47;
}

    .theme-amethyst #sidebar-nav .nav li .submenu > li > a:hover, .theme-amethyst #sidebar-nav .nav li .submenu > li > a.active {
        background-color: #2a3139;
    }

.theme-amethyst a, .theme-amethyst .fc-state-default, .theme-amethyst .jvectormap-zoomin, .theme-amethyst .jvectormap-zoomout, .theme-amethyst #user-profile .profile-details ul > li > span {
    color: #9b59b6;
}

    .theme-amethyst a:hover, .theme-amethyst a:focus, .theme-amethyst .widget-users li > .details > .name > a:hover, .theme-amethyst .widget-todo .actions > a:hover {
        color: #9b59b6;
    }

.theme-amethyst .table a.table-link:hover {
    color: #8e44ad;
}

.theme-amethyst .pagination > li > a, .theme-amethyst .pagination > li > span, .theme-amethyst .pagination > li > a:hover, .theme-amethyst .pagination > li > span:hover, .theme-amethyst .pagination > li > a:focus, .theme-amethyst .pagination > li > span:focus, .theme-amethyst .pagination > li > a:active, .theme-amethyst .pagination > li > span:active {
    color: #9b59b6;
}

.theme-amethyst .pagination > .active > a, .theme-amethyst .pagination > .active > span, .theme-amethyst .pagination > .active > a:hover, .theme-amethyst .pagination > .active > span:hover, .theme-amethyst .pagination > .active > a:focus, .theme-amethyst .pagination > .active > span:focus {
    background-color: #9b59b6;
    border-color: #9b59b6;
    color: #fff;
}

.theme-amethyst .graph-box {
    background-color: #9b59b6 !important;
}

.theme-amethyst .btn-primary, .theme-amethyst .btn-default, .theme-amethyst .btn-info, .theme-amethyst .btn-success, .theme-amethyst .btn-warning, .theme-amethyst .btn-danger, .theme-amethyst .btn-primary:hover, .theme-amethyst .btn-default:hover, .theme-amethyst .btn-info:hover, .theme-amethyst .btn-success:hover, .theme-amethyst .btn-warning:hover, .theme-amethyst .btn-danger:hover {
    color: #fff;
}

.theme-amethyst .btn-primary {
    background-color: #9b59b6;
    border-color: #8e44ad;
}

    .theme-amethyst .btn-primary:hover {
        background-color: #8e44ad;
        border-color: #6c2e86;
    }

.theme-amethyst h1 {
    color: #9b59b6;
}

.theme-amethyst .widget-users li > .details > .time {
    color: #9b59b6;
}

.theme-amethyst .conversation-item.item-right .conversation-body:before {
    border-color: transparent transparent transparent #f7e9fd;
}

.theme-amethyst .conversation-item.item-right .conversation-body, .theme-amethyst .invoice-summary .invoice-summary-item {
    background-color: #f7e9fd;
}

.theme-amethyst blockquote, .theme-amethyst blockquote.pull-right {
    border-color: #9b59b6;
}

.theme-amethyst a.list-group-item.active, .theme-amethyst a.list-group-item.active:hover, .theme-amethyst a.list-group-item.active:focus {
    background-color: #9b59b6;
    border-color: #9b59b6;
}

.theme-amethyst .nav .caret {
    border-bottom-color: #9b59b6;
    border-top-color: #9b59b6;
}

.theme-amethyst .panel-default > .panel-heading, .theme-amethyst .notifications-list .item-footer {
    background-color: #9b59b6;
}

    .theme-amethyst .notifications-list .item-footer a:hover {
        background-color: #8e44ad;
    }

.theme-amethyst #invoice-companies .invoice-dates .invoice-number > span, .theme-amethyst .notifications-list .item a .time {
    color: #9b59b6;
}

.theme-amethyst #header-navbar .nav > li > a:hover, .theme-amethyst #header-navbar .nav > li > a:focus, .theme-amethyst #header-navbar .nav .open > a, .theme-amethyst #header-navbar .nav .open > a:hover, .theme-amethyst #header-navbar .nav .open > a:focus, .theme-amethyst .navbar-toggle:hover, .theme-amethyst .navbar-toggle:focus, .theme-amethyst .mobile-search.active > .btn {
    background-color: #9b59b6;
}

.theme-amethyst .table thead > tr > th > a:hover span {
    color: #9b59b6;
    border-color: #9b59b6;
}

@media (max-width: 991px) {
    .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-white {
        display: none;
    }

    .theme-amethyst #logo.navbar-brand > img.normal-logo.logo-black {
        display: block;
    }

    .theme-amethyst .navbar > .container .navbar-brand {
        background-color: #fff;
    }
}

.theme-red #header-navbar {
    background-color: #e74c3c;
}

.theme-red .navbar > .container .navbar-brand {
    background-color: #c0392b;
}

.theme-red #nav-col, body.theme-red {
    background-color: #272d33;
}

.theme-red .nav-pills > li.active > a, .theme-red .nav-pills > li.active > a:hover, .theme-red .nav-pills > li.active > a:focus, .theme-red #sidebar-nav .nav-pills > li.active > a, .theme-red #sidebar-nav .nav-pills > li.active > a:hover, .theme-red #sidebar-nav .nav-pills > li.active > a:focus, .theme-red .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    background-color: #0f1114;
    border-left-color: #e74c3c;
}

.theme-red #sidebar-nav .nav > li > a:hover {
    background-color: #0f1114;
    border-left-color: #e74c3c;
}

.theme-red #header-navbar .nav > li > a {
    color: #fff;
}

    .theme-red #header-navbar .nav > li > a:hover, .theme-red #header-navbar .nav > li > a:focus, .theme-red #header-navbar .nav .open > a, .theme-red #header-navbar .nav .open > a:hover, .theme-red #header-navbar .nav .open > a:focus {
        background-color: #c0392b;
    }

.theme-red #sidebar-nav .nav li .submenu {
    background-color: #21272c;
}

    .theme-red #sidebar-nav .nav li .submenu > li > a:hover, .theme-red #sidebar-nav .nav li .submenu > li > a.active {
        background-color: #1d2226;
    }

.theme-red .navbar > .container .navbar-brand {
    color: #fff;
}

.theme-red .navbar-toggle {
    color: #fff;
}

.theme-red .graph-box {
    background-color: #e74c3c !important;
}

.theme-red a, .theme-red .fc-state-default, .theme-red .jvectormap-zoomin, .theme-red .jvectormap-zoomout, .theme-red #user-profile .profile-details ul > li > span {
    color: #e74c3c;
}

    .theme-red a:hover, .theme-red a:focus, .theme-red .widget-users li > .details > .name > a:hover, .theme-red .widget-todo .actions > a:hover {
        color: #e74c3c;
    }

.theme-red .table a.table-link:hover {
    color: #c0392b;
}

.theme-red .pagination > li > a, .theme-red .pagination > li > span, .theme-red .pagination > li > a:hover, .theme-red .pagination > li > span:hover, .theme-red .pagination > li > a:focus, .theme-red .pagination > li > span:focus, .theme-red .pagination > li > a:active, .theme-red .pagination > li > span:active {
    color: #e74c3c;
}

.theme-red .pagination > .active > a, .theme-red .pagination > .active > span, .theme-red .pagination > .active > a:hover, .theme-red .pagination > .active > span:hover, .theme-red .pagination > .active > a:focus, .theme-red .pagination > .active > span:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}

.theme-red .notifications-list .item-footer {
    background-color: #272d33;
}

    .theme-red .notifications-list .item-footer a:hover {
        background-color: #0f1114;
    }

.theme-red #header-navbar .nav > li > a > span.count {
    background-color: #c0392b;
}

.theme-red .btn-primary, .theme-red .btn-default, .theme-red .btn-info, .theme-red .btn-success, .theme-red .btn-warning, .theme-red .btn-danger, .theme-red .btn-primary:hover, .theme-red .btn-default:hover, .theme-red .btn-info:hover, .theme-red .btn-success:hover, .theme-red .btn-warning:hover, .theme-red .btn-danger:hover {
    color: #fff;
}

.theme-red .btn-primary {
    background-color: #e74c3c;
    border-color: #c0392b;
}

    .theme-red .btn-primary:hover, .theme-red .btn-primary:focus, .theme-red .btn-primary:active, .theme-red .btn-primary.active, .theme-red .open .dropdown-toggle.btn-primary {
        background-color: #c0392b;
        border-color: #9e2b20;
    }

.theme-red .btn-danger {
    background-color: #3498db;
    border-color: #2980b9;
}

    .theme-red .btn-danger:hover, .theme-red .btn-danger:focus, .theme-red .btn-danger:active, .theme-red .btn-danger.active, .theme-red .open .dropdown-toggle.btn-danger {
        background-color: #2980b9;
        border-color: #1c5c87;
    }

.theme-red h1 {
    color: #e74c3c;
}

.theme-red .widget-users li > .details > .time {
    color: #e74c3c;
}

.theme-red .conversation-item.item-right .conversation-body:before {
    border-color: transparent transparent transparent #fceeec;
}

.theme-red .conversation-item.item-right .conversation-body, .theme-red .invoice-summary .invoice-summary-item {
    background-color: #fceeec;
}

.theme-red blockquote, .theme-red blockquote.pull-right {
    border-color: #e74c3c;
}

.theme-red a.list-group-item.active, .theme-red a.list-group-item.active:hover, .theme-red a.list-group-item.active:focus {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.theme-red .nav .caret {
    border-bottom-color: #e74c3c;
    border-top-color: #e74c3c;
}

.theme-red .panel-default > .panel-heading, .theme-red .notifications-list .item-footer {
    background-color: #e74c3c;
}

    .theme-red .notifications-list .item-footer a:hover {
        background-color: #c0392b;
    }

.theme-red #invoice-companies .invoice-dates .invoice-number > span, .theme-red .notifications-list .item a .time {
    color: #e74c3c;
}

.theme-red #header-navbar .nav > li > a:hover, .theme-red #header-navbar .nav > li > a:focus, .theme-red #header-navbar .nav .open > a, .theme-red #header-navbar .nav .open > a:hover, .theme-red #header-navbar .nav .open > a:focus, .theme-red .navbar-toggle:hover, .theme-red .navbar-toggle:focus, .theme-red .mobile-search.active > .btn {
    background-color: #c0392b;
}

.theme-red .table thead > tr > th > a:hover span {
    color: #c0392b;
    border-color: #c0392b;
}

@media (max-width: 991px) {
    .theme-red #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }

    .theme-red #logo.navbar-brand > img.normal-logo.logo-black {
        display: none;
    }

    .theme-red .navbar > .container .navbar-brand {
        background-color: #e74c3c !important;
    }
}

.theme-blue-gradient #header-navbar, #config-tool #skin-colors li a.skin-changer.blue-gradient {
    /*background: #3498db;
    background: -moz-linear-gradient(top,#3498db 0%,#2980b9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3498db),color-stop(100%,#2980b9));
    background: -webkit-linear-gradient(top,#3498db 0%,#2980b9 100%);
    background: -o-linear-gradient(top,#3498db 0%,#2980b9 100%);
    background: -ms-linear-gradient(top,#3498db 0%,#2980b9 100%);
    background: linear-gradient(to bottom,#3498db 0%,#2980b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db',endColorstr='#2980b9',GradientType=0);*/
    background-color: #578b88 !important;
}



.theme-blue-gradient .navbar > .container .navbar-brand {
    background: white;
}

.theme-blue-gradient #header-navbar .nav > li > a {
    color: #fff;
}

    .theme-blue-gradient #header-navbar .nav > li > a:hover, .theme-blue-gradient #header-navbar .nav > li > a:focus, .theme-blue-gradient #header-navbar .nav .open > a, .theme-blue-gradient #header-navbar .nav .open > a:hover, .theme-blue-gradient #header-navbar .nav .open > a:focus {
        background-color: #44706e;
    }

.theme-blue-gradient .navbar > .container .navbar-brand {
    color: #fff;
}

.theme-blue-gradient .navbar-toggle {
    color: #fff;
}

@media (max-width:1200px) {
    .theme-blue-gradient #header-navbar, #config-tool #skin-colors li a.skin-changer.blue-gradient {
        background: #0E293C;
        filter: initial;
    }

        .theme-blue-gradient #header-navbar .nav > li > a:hover, .theme-blue-gradient #header-navbar .nav > li > a:focus, .theme-blue-gradient #header-navbar .nav .open > a, .theme-blue-gradient #header-navbar .nav .open > a:hover, .theme-blue-gradient #header-navbar .nav .open > a:focus {
            background: #0E293C;
        }
}

.theme-blue-gradient .red-bg {
    background: #e74c3c !important;
    background: -moz-linear-gradient(top,#e74c3c 0%,#c0392b 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e74c3c),color-stop(100%,#c0392b)) !important;
    background: -webkit-linear-gradient(top,#e74c3c 0%,#c0392b 100%) !important;
    background: -o-linear-gradient(top,#e74c3c 0%,#c0392b 100%) !important;
    background: -ms-linear-gradient(top,#e74c3c 0%,#c0392b 100%) !important;
    background: linear-gradient(to bottom,#e74c3c 0%,#c0392b 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c',endColorstr='#c0392b',GradientType=0) !important;
}

.theme-blue-gradient .emerald-bg {
    background: #3498db !important;
    background: -moz-linear-gradient(top,#3498db 0%,#2980b9 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3498db),color-stop(100%,#2980b9)) !important;
    background: -webkit-linear-gradient(top,#3498db 0%,#2980b9 100%) !important;
    background: -o-linear-gradient(top,#3498db 0%,#2980b9 100%) !important;
    background: -ms-linear-gradient(top,#3498db 0%,#2980b9 100%) !important;
    background: linear-gradient(to bottom,#3498db 0%,#2980b9 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3498db',endColorstr='#2980b9',GradientType=0) !important;
}

.theme-blue-gradient .yellow-bg {
    background: #f1c40f !important;
    background: -moz-linear-gradient(top,#f1c40f 0%,#f39c12 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1c40f),color-stop(100%,#f39c12)) !important;
    background: -webkit-linear-gradient(top,#f1c40f 0%,#f39c12 100%) !important;
    background: -o-linear-gradient(top,#f1c40f 0%,#f39c12 100%) !important;
    background: -ms-linear-gradient(top,#f1c40f 0%,#f39c12 100%) !important;
    background: linear-gradient(to bottom,#f1c40f 0%,#f39c12 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1c40f',endColorstr='#f39c12',GradientType=0) !important;
}

.theme-blue-gradient .green-bg {
    background: #2ecc71 !important;
    background: -moz-linear-gradient(top,#2ecc71 0%,#27ae60 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2ecc71),color-stop(100%,#27ae60)) !important;
    background: -webkit-linear-gradient(top,#2ecc71 0%,#27ae60 100%) !important;
    background: -o-linear-gradient(top,#2ecc71 0%,#27ae60 100%) !important;
    background: -ms-linear-gradient(top,#2ecc71 0%,#27ae60 100%) !important;
    background: linear-gradient(to bottom,#2ecc71 0%,#27ae60 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ecc71',endColorstr='#27ae60',GradientType=0) !important;
}

.theme-blue-gradient .purple-bg {
    background: #9b59b6 !important;
    background: -moz-linear-gradient(top,#9b59b6 0%,#8e44ad 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9b59b6),color-stop(100%,#8e44ad)) !important;
    background: -webkit-linear-gradient(top,#9b59b6 0%,#8e44ad 100%) !important;
    background: -o-linear-gradient(top,#9b59b6 0%,#8e44ad 100%) !important;
    background: -ms-linear-gradient(top,#9b59b6 0%,#8e44ad 100%) !important;
    background: linear-gradient(to bottom,#9b59b6 0%,#8e44ad 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b59b6',endColorstr='#8e44ad',GradientType=0) !important;
}

.theme-blue-gradient .gray-bg {
    background: #95a5a6 !important;
    background: -moz-linear-gradient(top,#95a5a6 0%,#7f8c8d 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#95a5a6),color-stop(100%,#7f8c8d)) !important;
    background: -webkit-linear-gradient(top,#95a5a6 0%,#7f8c8d 100%) !important;
    background: -o-linear-gradient(top,#95a5a6 0%,#7f8c8d 100%) !important;
    background: -ms-linear-gradient(top,#95a5a6 0%,#7f8c8d 100%) !important;
    background: linear-gradient(to bottom,#95a5a6 0%,#7f8c8d 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95a5a6',endColorstr='#7f8c8d',GradientType=0) !important;
}

@media (max-width: 991px) {
    .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }

    .theme-blue-gradient #logo.navbar-brand > img.normal-logo.logo-black {
        display: none;
    }
}

.theme-white #header-navbar {
    background-color: #2ecc71;
}

.theme-white .navbar > .container .navbar-brand {
    background-color: #27ae60;
    width: 222px;
}

.theme-white #nav-col, body.theme-white {
    background-color: #e8ebf2;
}

.theme-white #sidebar-nav .nav > li > a {
    color: #16191c;
    border-bottom: 1px solid #dce1e4;
}

.theme-white .nav-pills > li.active > a, .theme-white .nav-pills > li.active > a:hover, .theme-white .nav-pills > li.active > a:focus, .theme-white #sidebar-nav .nav-pills > li.active > a, .theme-white #sidebar-nav .nav-pills > li.active > a:hover, .theme-white #sidebar-nav .nav-pills > li.active > a:focus, .theme-white .nav-small #nav-col #sidebar-nav .nav-pills > li.open > a {
    background-color: #e8ebf2;
    border-color: #2ecc71;
    border-bottom-color: #dce1e4;
    color: #16191c;
}

    .theme-white #sidebar-nav .nav-pills > li.active > a > i {
        color: #27ae60;
    }

.theme-white #sidebar-nav .nav > li > a:hover {
    background-color: #e8ebf2;
    border-color: #2ecc71;
    border-bottom-color: #dce1e4;
    color: #16191c;
}

.theme-white #header-navbar .nav > li > a {
    color: #fff;
}

    .theme-white #header-navbar .nav > li > a:hover, .theme-white #header-navbar .nav > li > a:focus, .theme-white #header-navbar .nav .open > a, .theme-white #header-navbar .nav .open > a:hover, .theme-white #header-navbar .nav .open > a:focus {
        background-color: #27ae60;
    }

.theme-white #sidebar-nav .nav li .submenu {
    background-color: #e8ebf2;
}

    .theme-white #sidebar-nav .nav li .submenu > li > a {
        color: #16191c;
    }

.theme-white #sidebar-nav .nav li.open > a.dropdown-toggle > .drop-icon, .theme-white #sidebar-nav .nav li.active > a.dropdown-toggle > .drop-icon {
    color: #16191c;
}

.theme-white #sidebar-nav .nav li .submenu > li > a:hover, .theme-white #sidebar-nav .nav li .submenu > li > a.active {
    background-color: #dbdee5;
}

.theme-white .navbar > .container .navbar-brand {
    color: #fff;
}

.theme-white .navbar-toggle {
    color: #fff;
}

.theme-white .graph-box {
    background-color: #2ecc71 !important;
}

.theme-white #content-wrapper {
    background-color: #f1f3f7;
    border-left: 2px solid #dce1e4;
}

.theme-white #user-left-box {
    background-color: #fff;
    border-bottom: 1px solid #dce1e4;
}

    .theme-white #user-left-box .user-box {
        color: #16191c;
    }

.theme-white h1 {
    color: #2ecc71;
}

.theme-white #header-navbar .nav > li > a:hover, .theme-white #header-navbar .nav > li > a:focus, .theme-white #header-navbar .nav .open > a, .theme-white #header-navbar .nav .open > a:hover, .theme-white #header-navbar .nav .open > a:focus, .theme-white .navbar-toggle:hover, .theme-white .navbar-toggle:focus, .theme-white .mobile-search.active > .btn {
    background-color: #27ae60;
}

.theme-white {
}

.theme-white {
}

.theme-white {
}

.theme-white {
}

    .theme-white a, .theme-white .fc-state-default, .theme-white .jvectormap-zoomin, .theme-white .jvectormap-zoomout, .theme-white #user-profile .profile-details ul > li > span {
        color: #2ecc71;
    }

        .theme-white a:hover, .theme-white a:focus, .theme-white .widget-users li > .details > .name > a:hover, .theme-white .widget-todo .actions > a:hover {
            color: #2ecc71;
        }

    .theme-white .table a.table-link:hover {
        color: #27ae60;
    }

    .theme-white .pagination > li > a, .theme-white .pagination > li > span, .theme-white .pagination > li > a:hover, .theme-white .pagination > li > span:hover, .theme-white .pagination > li > a:focus, .theme-white .pagination > li > span:focus, .theme-white .pagination > li > a:active, .theme-white .pagination > li > span:active {
        color: #2ecc71;
    }

    .theme-white .pagination > .active > a, .theme-white .pagination > .active > span, .theme-white .pagination > .active > a:hover, .theme-white .pagination > .active > span:hover, .theme-white .pagination > .active > a:focus, .theme-white .pagination > .active > span:focus {
        background-color: #2ecc71;
        border-color: #2ecc71;
        color: #fff;
    }

    .theme-white .notifications-list .item-footer {
        background-color: #272d33;
    }

        .theme-white .notifications-list .item-footer a:hover {
            background-color: #0f1114;
        }

    .theme-white .btn-primary, .theme-white .btn-default, .theme-white .btn-info, .theme-white .btn-success, .theme-white .btn-warning, .theme-white .btn-danger, .theme-white .btn-primary:hover, .theme-white .btn-default:hover, .theme-white .btn-info:hover, .theme-white .btn-success:hover, .theme-white .btn-warning:hover, .theme-white .btn-danger:hover {
        color: #fff;
    }

    .theme-white .btn-primary {
        background-color: #2ecc71;
        border-color: #27ae60;
    }

        .theme-white .btn-primary:hover, .theme-white .btn-primary:focus, .theme-white .btn-primary:active, .theme-white .btn-primary.active, .theme-white .open .dropdown-toggle.btn-primary {
            background-color: #27ae60;
            border-color: #1a8849;
        }

    .theme-white .btn-success {
        background-color: #3498db;
        border-color: #2980b9;
    }

        .theme-white .btn-success:hover, .theme-white .btn-success:focus, .theme-white .btn-success:active, .theme-white .btn-success.active, .theme-white .open .dropdown-toggle.btn-success {
            background-color: #2980b9;
            border-color: #1c5c87;
        }

    .theme-white h1 {
        color: #2ecc71;
    }

    .theme-white .widget-users li > .details > .time {
        color: #2ecc71;
    }

    .theme-white .conversation-item.item-right .conversation-body:before {
        border-color: transparent transparent transparent #e2fdee;
    }

    .theme-white .conversation-item.item-right .conversation-body, .theme-white .invoice-summary .invoice-summary-item {
        background-color: #e2fdee;
    }

    .theme-white blockquote, .theme-white blockquote.pull-right {
        border-color: #2ecc71;
    }

    .theme-white a.list-group-item.active, .theme-white a.list-group-item.active:hover, .theme-white a.list-group-item.active:focus {
        background-color: #2ecc71;
        border-color: #2ecc71;
    }

    .theme-white .nav .caret {
        border-bottom-color: #2ecc71;
        border-top-color: #2ecc71;
    }

    .theme-white .panel-default > .panel-heading, .theme-white .notifications-list .item-footer {
        background-color: #2ecc71;
    }

        .theme-white .notifications-list .item-footer a:hover {
            background-color: #27ae60;
        }

    .theme-white #invoice-companies .invoice-dates .invoice-number > span, .theme-white .notifications-list .item a .time {
        color: #2ecc71;
    }

    .theme-white .table thead > tr > th > a:hover span {
        color: #2ecc71;
        border-color: #2ecc71;
    }

@media (max-width: 991px) {
    .theme-white #logo.navbar-brand > img.normal-logo.logo-white {
        display: block;
    }
}

.bold {
    font-weight: bold;
}

.text-large {
    font-size: 1.20em !important;
}

.dropdown-menu {
    z-index: 998;
}

.map {
    height: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.checkin-btn {
    width: 100px;
    line-height: 100px;
    height: 100px;
    border-radius: 50%;
}

    .checkin-btn > i {
        vertical-align: sub;
        font-size: 4em;
    }

/*#flightschedule-table {
}

    #flightschedule-table .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    #flightschedule-table .table {
        width: 2000px;
    }

        #flightschedule-table .table th {
            background-color: rgba(52, 152, 219, 0.15);
            border: 1px solid rgba(52, 152, 219, 0.2);
            margin-bottom: 5px;
            padding-bottom: 10px;
            padding-top: 10px;
            vertical-align: middle;
        }

    #flightschedule-table th, #flightschedule-table td {
        text-align: center;
    }

    #flightschedule-table td {
        padding: 0;
        height: 32px;
    }

#flightschedulemodal {
    margin: 30px auto;
    width: 100px;
    position: absolute;
    z-index: 998;
}

    #flightschedulemodal .modal-title {
        font-size: 14px;
    }

    #flightschedulemodal .modal-body {
        padding: 5px 0;
    }

    #flightschedulemodal #selectedStudentsContainer {
        min-height: 100px;
    }

        #flightschedulemodal #selectedStudentsContainer .student {
            height: 30px;
            line-height: 30px;
            border-bottom: 1px solid #e7ebee;
        }

            #flightschedulemodal #selectedStudentsContainer .student .index {
                width: 40px;
            }

            #flightschedulemodal #selectedStudentsContainer .student .drag {
                width: 66px;
            }

                #flightschedulemodal #selectedStudentsContainer .student .drag:hover {
                    background-color: #e9e9e9;
                    color: #222;
                }

@media screen and (max-width: 2000px) {
    .flightscheduletable-wrapper {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .flightscheduletable-wrapper > .table {
            margin-bottom: 0;
        }

            .flightscheduletable-wrapper > .table > thead > tr > th, .flightscheduletable-wrapper > .table > tbody > tr > th, .flightscheduletable-wrapper > .table > tfoot > tr > th, .flightscheduletable-wrapper > .table > thead > tr > td, .flightscheduletable-wrapper > .table > tbody > tr > td, .flightscheduletable-wrapper > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .flightscheduletable-wrapper > .table-bordered {
            border: 0;
        }

            .flightscheduletable-wrapper > .table-bordered > thead > tr > th:first-child, .flightscheduletable-wrapper > .table-bordered > tbody > tr > th:first-child, .flightscheduletable-wrapper > .table-bordered > tfoot > tr > th:first-child, .flightscheduletable-wrapper > .table-bordered > thead > tr > td:first-child, .flightscheduletable-wrapper > .table-bordered > tbody > tr > td:first-child, .flightscheduletable-wrapper > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .flightscheduletable-wrapper > .table-bordered > thead > tr > th:last-child, .flightscheduletable-wrapper > .table-bordered > tbody > tr > th:last-child, .flightscheduletable-wrapper > .table-bordered > tfoot > tr > th:last-child, .flightscheduletable-wrapper > .table-bordered > thead > tr > td:last-child, .flightscheduletable-wrapper > .table-bordered > tbody > tr > td:last-child, .flightscheduletable-wrapper > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .flightscheduletable-wrapper > .table-bordered > tbody > tr:last-child > th, .flightscheduletable-wrapper > .table-bordered > tfoot > tr:last-child > th, .flightscheduletable-wrapper > .table-bordered > tbody > tr:last-child > td, .flightscheduletable-wrapper > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.flightscheduletable-wrapper .flightscheduletable {
    min-width: 2500px;
    max-width: initial;
    table-layout: fixed;
}

    .flightscheduletable-wrapper .flightscheduletable th {
        background-color: rgba(52, 152, 219, 0.15);
        border: 1px solid rgba(52, 152, 219, 0.2);
        margin-bottom: 5px;
        padding-bottom: 10px;
        padding-top: 10px;
        vertical-align: middle;
    }

    .flightscheduletable-wrapper .flightscheduletable th, .flightscheduletable-wrapper .flightscheduletable td {
        text-align: center;
    }

        .flightscheduletable-wrapper .flightscheduletable th.ip-sp-duty {
            margin: 0;
            padding: 0;
            border: 0;
        }

.ip-sp-duty > .table {
    table-layout: fixed;
    margin-bottom: 0;
}*/
#flightSchedule-affix {
    z-index: 9999;
    top: 50px;
}

#flightschedulemodal {
    width: 380px;
    margin: 30px auto;
    position: absolute;
    z-index: 998;
}

    #flightschedulemodal .modal-header {
        padding: 8px 12px;
        cursor: move;
    }

    #flightschedulemodal .modal-body {
        padding: 0;
    }

        #flightschedulemodal .modal-body .accordion, #flightschedulemodal .modal-body .panel-group {
            margin-bottom: 0;
        }

        #flightschedulemodal .modal-body .panel-body {
            padding: 5px;
        }

    #flightschedulemodal .table {
        margin-bottom: 0;
        font-size: 10px;
    }

        #flightschedulemodal .table tbody > tr > td {
            padding: 0;
        }

    #flightschedulemodal .ui-draggable {
        border: 1px solid transparent;
        padding: 5px;
    }

        #flightschedulemodal .ui-draggable:hover {
            border: 1px dashed #ddd;
        }

        #flightschedulemodal .ui-draggable.ui-draggable-dragging {
            border: 1px dashed #0097cf;
        }

#selectedStudentsContainer {
    min-height: 100px;
}

    #selectedStudentsContainer.active {
        border: 3px dashed #ccc;
        border-radius: 4px;
        padding: 5px;
        background-color: #efefef;
    }

#boardMessage {
    background: #404040 url("/Images/pixel.png") repeat scroll 0 0 / 6px 6px;
    border: 6px solid #161616;
    border-radius: 4px;
    color: #ffff00;
    font-size: 22px;
    padding: 0;
}

#scheduletable-wrapper {
    overflow-x: auto;
    margin-bottom: 25px;
}

#scheduletable, #scheduletable table {
    margin-bottom: 0;
}

    #scheduletable, #scheduletable table.sortie {
        background-color: inherit;
    }

        #scheduletable thead > tr > th, #scheduletable thead > tr > td, #scheduletable tbody > tr > th, #scheduletable tbody > tr > td {
            width: 70px;
            min-width: 70px;
            padding-left: 0;
            padding-right: 0;
            margin: 0;
            text-align: center;
            font-size: 0.875em;
        }

        #scheduletable > thead tr > th.opr, #scheduletable > thead tr > td.opr, #scheduletable > tbody tr > th.opr, #scheduletable > tbody tr > td.opr {
            min-width: 30px;
            width: 30px;
        }

        #scheduletable thead > tr > th {
            background-color: rgba(52, 152, 219, 0.15);
            border: 1px solid rgba(52, 152, 219, 0.2);
            vertical-align: middle;
        }

        #scheduletable .empty-cell {
            padding: 0;
            border: 0;
        }

            #scheduletable .empty-cell .table {
                margin-bottom: 0;
            }

            #scheduletable .empty-cell th {
                background-color: rgba(52, 152, 219, 0.15);
                border: 1px solid rgba(52, 152, 219, 0.2);
                vertical-align: middle;
            }

        #scheduletable .aircraft {
            background-color: #e9e9e9;
            vertical-align: middle;
            padding: 0;
        }

        #scheduletable .simulator {
            background-color: #d5d5d5;
            vertical-align: middle;
            font-size: 10px;
        }

        #scheduletable .aircraft-sortie {
            border: 0px solid #64b8ea;
        }

            #scheduletable .aircraft-sortie .table.dark {
                background-color: #e9f9f9;
            }

        #scheduletable .act {
            font-size: 10px;
        }

        #scheduletable .sortie td {
            padding: 0;
            line-height: 20px;
            font-weight: bold;
            height: 20px;
        }

            #scheduletable .sortie td > span {
                display: block;
                width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            #scheduletable .sortie td input, #scheduletable .sortie td select {
                border: 0;
                padding: 0;
                margin: 0;
                width: 70px;
                text-align: center;
                background-color: transparent;
                line-height: 16px;
            }

            #scheduletable .sortie td select {
                font-size: 0.8em;
                height: 14px;
            }

                #scheduletable .sortie td select > option {
                    text-align: left;
                }

            #scheduletable .sortie td .otherInstructor, .table-sorties td .otherInstructor {
                background-color: #f79976;
            }

            #scheduletable .sortie td .high, .table-sorties td .high {
                background-color: yellow !important;
            }

            #scheduletable .sortie td .safety {
                background-color: #49c0fc;
            }

        #scheduletable .sortie span.sp {
            padding: 0 2px;
        }

        #scheduletable .droparea {
            border: 1px solid #64b8ea;
        }

            #scheduletable .droparea.active {
                border: 1px solid #2ecc71;
            }

        #scheduletable .sortie-success .table {
            background-color: #e9f9f9;
        }

        #scheduletable .sortie-blue .table {
            background-color: #428bca !important;
            background-color: rgba(66, 139, 202,0.5) !important;
        }

        .info-box-sortie-active, #scheduletable .sortie-green .table {
            background-color: #2ecc71 !important;
            background-color: rgba(46, 204, 113,0.5) !important;
        }

        .info-box-sortie-has-dailyRecord, #scheduletable .sortie-red .table {
            background-color: #ff0000 !important;
            background-color: rgb(255, 133,133) !important;
        }

        #scheduletable .sortie-maintenance .table, .simulatorPlanWrapper .sortie-maintenance .table {
            background-color: pink !important;
        }

        #scheduletable .sortie-planned .table {
            background-color: orange !important;
        }

        #scheduletable .footer {
            color: #FF0000;
        }

            #scheduletable .footer.abbr {
                color: #333;
            }

                #scheduletable .footer.abbr .b {
                    font-weight: bold;
                    font-size: 11px;
                }

                #scheduletable .footer.abbr .t {
                    text-align: left;
                    padding-left: 4px;
                }

            #scheduletable .footer th {
                font-size: 12px;
                padding-bottom: 4px;
                padding-top: 4px;
            }

            #scheduletable .footer th, #scheduletable .footer td {
                line-height: 16px;
            }

            #scheduletable .footer td {
                min-width: 72px;
            }

            #scheduletable .footer .fcc-input {
                width: 100%;
            }

            #scheduletable .footer .fcc-time {
                width: 73px;
            }

            #scheduletable .footer .fcc-time2 {
                width: 73px;
            }

            #scheduletable .footer td input {
                width: 100%;
            }

.studentDrg {
    cursor: move;
}

.removeSortie {
    display: block;
    cursor: pointer;
}

.signature {
    width: 200px;
}

#flightpreparation .link {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    min-height: 200px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
    -moz-box-shadow: 1px 1px 2px 0 #cccccc;
    -webkit-box-shadow: 1px 1px 2px 0 #cccccc;
    box-shadow: 1px 1px 2px 0 #cccccc;
}

    #flightpreparation .link > i {
        display: block;
        font-size: 100px;
        color: #FFF;
    }

    #flightpreparation .link > .text {
        font-size: 30px;
        font-weight: bold;
    }

#btn-mute {
    width: 64px;
}

.annualleavetable-wrapper {
    overflow-x: auto;
    margin-bottom: 25px;
}

    .annualleavetable-wrapper.fixed {
        background-color: #fff;
        left: 0;
        position: absolute;
        top: 0;
    }

    .annualleavetable-wrapper .title {
        height: 90px;
        width: 58px;
    }

    .annualleavetable-wrapper .reasons-header {
        min-width: 30px;
        max-width: 30px;
    }

    .annualleavetable-wrapper .dates-header {
        -moz-transform: translate(0px, 25px) rotate(-90deg);
        -ms-transform: translate(0px, 25px) rotate(-90deg);
        -o-transform: translate(0px, 25px) rotate(-90deg);
        -webkit-transform: translate(0px, 25px) rotate(-90deg);
        transform: translate(0px, 25px) rotate(-90deg);
        max-width: 30px;
        height: 90px;
        vertical-align: middle;
    }

    .annualleavetable-wrapper .user {
        font-size: 10px;
        font-weight: bold;
        text-align: left;
        vertical-align: middle;
    }

.shifttracking-wrapper {
    overflow-x: auto;
}

    .shifttracking-wrapper.fixed {
        left: 0;
        position: absolute;
        top: 0;
    }

    .shifttracking-wrapper .table {
        margin-bottom: 0;
    }

        .shifttracking-wrapper .table tr:nth-child(2n+1) td {
            background-color: #f9f9f9;
        }

    .shifttracking-wrapper tbody tr td {
        color: #000;
        min-width: 40px;
        font-size: 10px;
        line-height: 10px;
        background-color: #FFF;
    }

    .shifttracking-wrapper .title {
        height: 118px;
        width: 58px;
        max-width: 58px;
        font-size: 14px;
    }

    .shifttracking-wrapper .title-color {
        background-color: #E1F0FA;
        border: 1px solid #bed2e0;
    }

    .shifttracking-wrapper .title > span {
        -moz-transform: translate(48px, 0) rotate(-90deg);
        -ms-transform: translate(48px, 0) rotate(-90deg);
        -o-transform: translate(48px, 0) rotate(-90deg);
        -webkit-transform: translate(48px, 0) rotate(-90deg);
        transform: translate(48px, 0) rotate(-90deg);
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        display: block;
        width: 108px;
        height: 48px;
        line-height: 48px;
        text-align: left;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .shifttracking-wrapper .dates-header {
        max-width: 40px;
        min-width: 40px;
        height: 90px;
    }

        .shifttracking-wrapper .dates-header > span {
            width: 80px;
            height: 30px;
            display: block;
            -moz-transform: translate(30px, 0px) rotate(-90deg);
            -ms-transform: translate(30px, 0px) rotate(-90deg);
            -o-transform: translate(30px, 0px) rotate(-90deg);
            -webkit-transform: translate(30px, 0px) rotate(-90deg);
            transform: translate(30px, 0px) rotate(-90deg);
            -moz-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            -o-transform-origin: left bottom;
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            line-height: 30px;
        }

        .shifttracking-wrapper .dates-header.has-note > span {
            color: red;
        }

    /*.shifttracking-wrapper tbody tr td.date {
        position: relative;
    }*/

    .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-6), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-5), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-4), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-3), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-2), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n-1), .shifttracking-wrapper.shift thead tr th.dates-header:nth-child(14n) {
        background-color: #f5f5f5;
    }

    .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n-2), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n-1), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n+1), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n+2), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n+3), .shifttracking-wrapper.shift tbody tr:nth-child(2n+1) td.date:nth-child(14n+4) {
        background-color: #ededed;
    }

    .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n-2), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n-1), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n+1), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n+2), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n+3), .shifttracking-wrapper.shift tbody tr:nth-child(2n) td.date:nth-child(14n+4) {
        background-color: #f5f5f5;
    }

    .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-6), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-5), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-4), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-3), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-2), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n-1), .shifttracking-wrapper.annual thead tr th.dates-header:nth-child(14n) {
        background-color: #f5f5f5;
    }

    .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-6), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-5), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-4), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-3), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-2), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n-1), .shifttracking-wrapper.annual tbody tr td.date:nth-child(14n) {
        background-color: #ededed;
    }

    .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-6), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-5), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-4), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-3), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-2), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n-1), .shifttracking-wrapper.annual tbody tr:nth-child(2n) td.date:nth-child(14n) {
        background-color: #f5f5f5;
    }

    .shifttracking-wrapper.annual thead tr th.dates-header.has-gra {
        background-color: green;
        color: #FFF;
    }

    .shifttracking-wrapper .table tr th.user {
        font-size: 12px;
        font-weight: bold;
        vertical-align: middle;
        background-color: #e9e9e9;
        text-align: right;
        line-height: 12px;
        height: 36px;
    }

    .shifttracking-wrapper .table .date {
        font-size: 10px;
        line-height: 10px;
        font-weight: bold;
        padding: 0;
    }

.shiftTitle {
    background-color: #E1F0FA !important;
    border: 1px solid #bed2e0 !important;
}

.shifttracking-wrapper .table tr td.date.active {
    background-color: #2ecc71;
}

.shifttracking-wrapper .table .date > div {
    padding: 0;
    display: block;
    text-align: center;
}


#flightDayPrefer .fc-event-container .beforenoon, .shifttracking-wrapper .table tr td.beforenoon, #scheduletable-wrapper .beforenoon {
    background-color: #9b9b9b !important;
}


#flightDayPrefer .fc-event-container .afternoon, .shifttracking-wrapper .table tr td.afternoon, #scheduletable-wrapper .afternoon {
    background-color: #f79e56 !important;
}


#flightDayPrefer .fc-event-container .allday, .shifttracking-wrapper .table tr td.allday, #scheduletable-wrapper .allday {
    background-color: #04aa04 !important;
}

#flightDayPrefer .fc-time {
    display: none;
}

#flightDayPrefer .fc-content {
    font-size: 14px !important;
    padding: 2px;
}

.shifttracking-wrapper .table tr td.date-off {
    background-color: #bd9804 !important;
}

.shifttracking-wrapper .table tr td.date-ins {
    background-color: #28708c !important;
}

.shifttracking-wrapper .table tr td.date-sim {
    background-color: #3b5998 !important;
}

.shifttracking-wrapper .table tr td.date-note {
    background-color: yellow !important;
}

.shifttracking-wrapper .table tr td.date-ex {
    background-color: #c43a2a !important;
    color: #FFF;
}

.shifttracking-wrapper .table tr td.date-ex-half {
    background-color: #E6758D !important;
    color: #FFF;
}

.shifttracking-wrapper .table tr td.date-fdp {
    background-color: rgb(174, 111, 0) !important;
    color: #FFF;
}

.shifttracking-wrapper .table tr td.date-other {
    background-color: #55acee !important;
    color: #FFF;
}

.shifttracking-wrapper .table tr td.date-na {
    background-color: #ccc !important;
}

.shifttracking-wrapper .table tr td.date-L {
    background-color: rgb(241, 196, 15) !important;
}

.shifttracking-wrapper .table tr td.date-A {
    background-color: rgb(231, 76, 60) !important;
}

.shifttracking-wrapper .table tr td.date-FDP {
    background-color: rgb(174, 111, 0) !important;
}

.shifttracking-wrapper .table tr td.date-F {
    background-color: rgb(255, 182, 193) !important;
}

.shifttracking-wrapper .table tr td.date-W {
    background-color: rgb(149, 165, 166) !important;
}

.shifttracking-wrapper .table tr td.date-I {
    background-color: rgb(155, 89, 182) !important;
}

.shifttracking-wrapper .table tr td.date-H {
    background-color: rgb(52, 152, 219) !important;
}


.shifttracking-wrapper .table tr td.date-M {
    background-color: rgb(243, 140, 158) !important;
}

.shifttracking-wrapper .table .dates-header-outer {
    color: #777;
    cursor: not-allowed;
    font-weight: normal;
}

.shifttracking-wrapper .table tr td.dates-header-outer.date-off {
    background-color: #bd9804 !important;
    background-color: rgba(189, 152, 4,0.5);
}

.shifttracking-wrapper .table tr td.dates-header-outer.date-ins {
    background-color: #28708c !important;
    background-color: rgba(40,112,140,0.5);
}

.shifttracking-wrapper .table tr td.dates-header-outer.date-sim {
    background-color: #3b5998 !important;
    background-color: rgba(59, 89, 152,0.5);
}

.shifttracking-wrapper .table tr td.dates-header-outer.date-ex {
    background-color: #c43a2a !important;
    background-color: rgba(196, 58, 42,0.5);
    color: #FFF;
}

.shifttracking-wrapper .table tr td.dates-header-outer.date-other {
    background-color: #3498db !important;
    background-color: rgba(52, 152, 219, 0.5);
}

.shifttracking-wrapper .active-date-header, .shifttracking-wrapper .active-date {
    cursor: pointer;
}


.shifttracking-wrapper .disabled-date-header, .shifttracking-wrapper .disabled-date {
    cursor: not-allowed;
}

.shifttracking-wrapper .dateDrag {
}

.shifttracking-wrapper .editable-click, a.editable-click {
    border: none;
    color: inherit;
}

.shifttracking-wrapper .date-text {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
}

.simulatorplans, .simulatorplans .table {
    margin-bottom: 0;
}

    .simulatorplans > thead tr th {
        background-color: #E1F0FA;
        border: 1px solid #BEDEF4;
        vertical-align: middle;
    }

    .simulatorplans > thead tr .title {
        font-weight: bold;
        font-size: 16px;
    }

    .simulatorplans tbody tr td {
        padding: 0;
        height: 16px;
    }

.simulatorPlanWrapper {
    overflow-x: auto;
    margin-bottom: 20px;
}

.simulatorplanTable {
    margin-bottom: 0;
}

    .simulatorplanTable > thead tr th {
        background-color: #e9e9e9;
        border: 1px solid #dddddd;
        min-width: 70px;
        font-size: 10px;
        text-transform: uppercase;
    }

    .simulatorplanTable > thead tr td {
        min-width: 70px;
        font-size: 10px;
    }

        .simulatorplanTable > thead tr th.opr, .simulatorplanTable > thead tr td.opr {
            min-width: 30px;
        }

    .simulatorplanTable > thead tr th.date {
        min-width: 300px;
    }

    .simulatorplanTable > thead tr .title {
        font-weight: bold;
        font-size: 14px;
    }

    .simulatorplanTable tbody tr > th, .simulatorplanTable tbody tr > td, .simulatorplanTable tbody tr > td:first-child {
        font-weight: bold;
        font-size: 10px;
    }

    .simulatorplanTable .table-sorties {
        margin-bottom: 0;
    }

    .simulatorplanTable input, .simulatorplanTable select {
        background-color: transparent;
        border: 0 none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 70px;
    }

.flightRecords.table tbody > tr > td:first-child {
    font-size: 0.777em;
    font-weight: inherit;
}

.flightRecords.table-hover > tbody > tr.active > td, .flightRecords.table-hover > tbody > tr.active > th {
    background-color: #c0c4c7;
}

.flightRecords.table tbody > tr > td {
    padding: 2px 8px;
    font-size: 0.777em;
}

    .flightRecords.table tbody > tr > td.border-left:first-child {
        border-left: 1px solid #e7ebee;
    }

.flightRecords.table .border-left {
    border-left: 5px solid #e7ebee;
}

.flightRecords.table .border-right {
    border-right: 1px solid #e7ebee;
}

.flightRecords.table tbody > tr.control-record > td, .controlRecordBox {
    background: #FFE89F !important;
}

.flightRecords.table tbody > tr.incomplete > td, .incompleteBox {
    background: pink !important;
}


.flightRecordsFilter .flightRecordsFilter .btn-default:focus, .flightRecordsFilter .btn-default:active, .flightRecordsFilter .btn-default.active, .flightRecordsFilter .open .dropdown-toggle.btn-default {
    background-color: #2980b9;
    border-color: #1c5c87;
}

.newflightRecord > td {
    background-color: #FFF !important;
}

.newflightRecord select {
    width: 65px;
    padding: 2px;
    font-size: 10px;
}

.newflightRecord input {
    width: 60px;
    padding: 2px;
    font-size: 10px;
}

.newcontrolRecord input {
    width: 60px;
    padding: 2px;
    font-size: 10px;
}


.staticsTable {
    font-size: 10px;
    border-color: #000;
    width: auto;
}

    .staticsTable.table thead > tr > th {
        background: #FFF;
    }

    .staticsTable.table > thead > tr > th, .staticsTable.table > tbody > tr > th, .staticsTable.table > tfoot > tr > th, .staticsTable.table > thead > tr > td, .staticsTable.table > tbody > tr > td, .staticsTable.table > tfoot > tr > td {
        padding: 2px;
        border-color: #000;
        color: #000;
        vertical-align: middle;
        width: 70px;
        font-size:9px;
    }

    .staticsTable.table > tbody > tr > th {
        height: 29px;
    }

    .staticsTable .studentGroup {
        font-size: 16px;
        line-height: 63px;
        background-color: #f5f5f5 !important;
    }

    .staticsTable .time-span {
        width: 75px !important;
        min-width: 75px !important;
        text-align: center;
        font-size: 10px;
    }

    .staticsTable .overflow-wrapper {
        display: block;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        display: -moz-box;
    }

    .staticsTable .fullname {
        background: #27ae60;
        color: #000;
        width: 180px;
        min-width: 180px;
    }

    .staticsTable .username, .staticsTable .last-mission {
        background-color: #f5f5f5;
        color: #000;
        width: 70px;
        min-width: 70px;
        text-align: center;
    }

    .staticsTable .student-order{
        background-color: #f5f5f5;
        color: #000;
        width: 30px !important;
        min-width: 30px !important;
        text-align: center;
    }

    .staticsTable .bg-gray, .remainingFlightsTable .bg-gray {
        background-color: gray !important;
    }

    .staticsTable .bg-light-gray, .remainingFlightsTable .bg-light-gray {
        background-color: lightgray !important;
    }

    .staticsTable .bg-dark-gray, .remainingFlightsTable .bg-dark-gray {
        background-color: #83838a !important;
    }

    .staticsTable .bg-light-purple, .remainingFlightsTable .bg-light-purple {
        background-color: #c9f !important;
    }

    .staticsTable .bg-green, .remainingFlightsTable .bg-green {
        background-color: #9c0 !important;
    }

    .staticsTable .bg-blue, .remainingFlightsTable .bg-blue {
        background-color: #9cf !important;
    }

    .staticsTable .bg-light-blue, .remainingFlightsTable .bg-light-blue {
        background-color: #3e9cfa !important;
    }

    .staticsTable .bg-yellow, .remainingFlightsTable .bg-yellow {
        background-color: yellow !important;
    }


    .staticsTable .bg-dual, .remainingFlightsTable .bg-dual {
        background-color: #ff0 !important;
    }

    .staticsTable .bg-solo, .remainingFlightsTable .bg-solo {
        background-color: #FFD700 !important;
    }

    .staticsTable .bg-control, .remainingFlightsTable .bg-control {
        background-color: #D2691E !important;
    }


    .staticsTable .bg-dark-green, .remainingFlightsTable .bg-dark-green {
        background-color: #5e9f53 !important;
    }

    .staticsTable .bg-red, .remainingFlightsTable .bg-red {
        background-color: #f00 !important;
    }

    .staticsTable .bg-pink, .remainingFlightsTable .bg-pink {
        background-color: pink !important;
    }

    .staticsTable .border th {
        border-top: 5px solid #000;
    }

    .staticsTable .result {
        background-color: #d9d9d9;
        text-transform: uppercase;
        text-align: right;
    }

    .staticsTable .active th {
        background-color: #FFF !important;
    }

    .staticsTable th.danger {
        background-color: #F00 !important;
    }

    .staticsTable.staticsMissionTable {
        font-size: 8px !important;
        padding: 0 !important;
    }

        .staticsTable.staticsMissionTable th, .staticsTable.staticsMissionTable td {
            height: 29px !important;
        }

        .staticsTable.staticsMissionTable tr th.header {
            border-bottom-width: 3px;
            height: 68px !important;
        }

.flightRecordsFilter {
    font-size: 10px;
}

    .flightRecordsFilter .form-control {
        font-size: 10px;
        height: 24px;
        padding: 3px;
    }

    .flightRecordsFilter .col-xs-1, .flightRecordsFilter .col-xs-2 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .flightRecordsFilter .col-xs-1 {
        width: 6%;
    }

    .flightRecordsFilter .col-xs-2 {
        width: 14.28%;
    }

    .flightRecordsFilter .btn {
        font-size: 10px;
        height: 24px;
        padding: 3px 6px;
    }

.form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: inherit;
}

.remainingFlightsTable {
    color: #000;
    border-color: #000;
}

    .remainingFlightsTable .studentGroup {
        max-width: 110px;
        min-width: 110px;
    }

    .remainingFlightsTable.table-bordered > thead > tr > th, .remainingFlightsTable.table-bordered > tbody > tr > th, .remainingFlightsTable.table-bordered > tfoot > tr > th, .remainingFlightsTable.table-bordered > thead > tr > td, .remainingFlightsTable.table-bordered > tbody > tr > td, .remainingFlightsTable.table-bordered > tfoot > tr > td {
        border-color: #000;
        padding: 4px 6px;
    }

.pointer {
    cursor: pointer;
}

.highlight {
    background-color: #3498db;
    color: #fff;
}

.expanded {
    height: 400px;
}

.position-fixed {
    position: fixed;
}

.context-menu .dropdown-menu > li > a {
    padding-left: 15px;
    color: #344644;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.context-menu .dropdown-header {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
}

.context-menu .dropdown-menu > li > a:hover, .context-menu .dropdown-menu > li > a:focus {
    background-color: #d4d4d4;
    color: #000;
}

.context-menu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-color: #000000;
    border-color: rgba(0, 0, 0, 0.4);
}

.flightplanstable.table tbody > tr.pointer > td {
    font-weight: 600;
}

.flightplanstable.table tbody > tr.active > td:first-child {
    border-left: 2px solid #e7ebee;
}

.flightplanstable.table tbody > tr.active > td:last-child {
    border-right: 2px solid #e7ebee;
}

.flightplanstable.table tbody > tr.details > td {
    font-size: 12px;
    background-color: #fbfbfb;
    font-weight: 400;
}

    .flightplanstable.table tbody > tr.details > td:first-child {
        padding-left: 20px;
        border-left: 2px solid #e7ebee;
    }

    .flightplanstable.table tbody > tr.details > td:last-child {
        border-right: 2px solid #e7ebee;
    }

.flightplanstable.table tbody > tr.sub-details > td {
    font-size: 9px;
    background-color: #f0f0f0;
    font-weight: 400;
}

    .flightplanstable.table tbody > tr.sub-details > td:first-child {
        padding-left: 40px;
        border-left: 2px solid #e7ebee;
    }

    .flightplanstable.table tbody > tr.sub-details > td:last-child {
        border-right: 2px solid #e7ebee;
    }

.table tbody > tr.flight-plan-requests > td {
    font-size: 10px;
    background-color: #fbfbfb;
}

    .table tbody > tr.flight-plan-requests > td:first-child {
        padding-left: 20px;
    }

select.header-filter {
    width: 65px;
}

#editor {
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

#email-editor .to_holder {
    min-width: 70px;
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}

#email-editor #model_tos .label {
    font-size: 9px;
}

.dashboardh3 {
    border-bottom: 0px;
}

.dashboardMetarTaf {
    width: 120px;
    display: inline;
}

.dashboardHowto {
    padding: 0;
}

.header-dropdown-new {
    font-size: 0.65em;
    margin: 30px 0 0 0;
    padding: 0px 0.5em;
}

.today-flight-info {
    margin-bottom: 20px;
}

.massnblancecont {
    padding: 20px;
    background: #FFF;
}

    .massnblancecont .date {
        min-width: 150px;
    }

    .massnblancecont .table th {
        vertical-align: middle;
    }

    .massnblancecont input[type="text"].form-control, .massnblancecont select.form-control {
        background-color: #FFFF99;
    }

    .massnblancecont #tbl1 tbody tr > th:first-child, .massnblancecont #tbl2 tbody tr > th:first-child {
        max-width: 400px;
        width: 400px;
    }

    .massnblancecont .massmomenttable tr.selected > th, .massnblancecont .massmomenttable tr.selected > td {
        background-color: yellow;
    }

    .massnblancecont td.invalid {
        background-color: #FF0000;
        color: #FFF;
    }

#content-wrapper.email-inbox-wrapper {
    background-color: #fff;
    min-height: inherit;
    padding: 0 15px;
}

@media (max-width: 767px) {
    #content-wrapper.email-inbox-wrapper {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 419px) {
    #content-wrapper.email-inbox-wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#email-box {
    background: #fff;
    margin: 0 -15px;
    padding: 15px 15px 0;
}

@media (max-width: 767px) {
    #email-box {
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 419px) {
    #email-box {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

#email-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#email-header {
    padding-bottom: 10px;
}

#email-header-title {
    font-size: 1.8em;
    font-weight: 300;
    position: absolute;
    width: 200px;
}

#email-header-tools {
    margin-left: 215px;
    position: relative;
    float: left;
}

@media (max-width: 991px) {
    #email-header-tools {
        margin-left: 0;
    }
}

#email-header-pagination .pagination {
    padding: 0;
    margin: 0;
}

#email-header-pagination .num-items {
    margin-right: 10px;
    margin-top: 9px;
    font-size: 0.875em;
}

#email-navigation {
    width: 200px;
    position: absolute;
}

@media (max-width: 991px) {
    #email-navigation {
        width: initial;
        position: initial;
    }

        #email-navigation .email-compose-btn {
            display: block;
            margin-bottom: 30px;
            margin-top: 10px;
            font-size: 0.875em;
            font-weight: 600;
        }
}

#email-navigation .email-compose-btn > i {
    margin-right: 3px;
}

#email-nav-items {
    margin: 15px 0 5px;
}

    #email-nav-items li {
        border-left: 3px solid #fff;
    }

        #email-nav-items li a {
            color: #344644;
            font-size: 0.875em;
            display: block;
            padding: 8px 5px 8px 0;
        }

            #email-nav-items li a i {
                margin-right: 5px;
                text-align: center;
                width: 25px;
                color: #344644;
            }

            #email-nav-items li a:hover {
                color: #3498db;
                text-decoration: none;
            }

        #email-nav-items li.active {
            background: none repeat scroll 0 0 #e7ebee;
            border-left-color: #3498db;
            font-weight: 700;
        }

            #email-nav-items li.active a {
                color: #3498db;
            }

#email-nav-labels-wrapper {
    padding: 20px 0 10px;
}

    #email-nav-labels-wrapper .email-nav-headline {
        color: #777;
        font-size: 0.75em;
        font-weight: 700;
        text-transform: uppercase;
    }

#email-nav-labels {
    padding: 5px 0 0;
}

    #email-nav-labels li a {
        color: #344644;
        font-size: 0.875em;
        display: block;
        padding: 8px 5px 8px 0;
    }

        #email-nav-labels li a:hover {
            color: #3498db;
            text-decoration: none;
        }

        #email-nav-labels li a i {
            margin-right: 5px;
            text-align: center;
            width: 25px;
        }

#email-content {
    position: relative;
    margin-left: 215px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #email-content {
        margin-left: 0;
        margin-bottom: 35px;
        height: auto !important;
    }
}

#email-list {
    padding: 10px 0 1px;
}

    #email-list li {
        background-color: #f3f7fa;
        height: 46px;
        line-height: 46px;
        overflow: hidden;
        padding-left: 400px;
        padding-right: 10px;
        position: relative;
        width: 100%;
        border-bottom: 1px solid #e7ebee;
    }

@media (max-width: 767px) {
    #email-list li {
        height: auto;
        padding-left: 45px;
        line-height: 1.5;
        min-height: 46px;
    }
}

#email-list li:first-child {
    border-top: 1px solid #d3d9dd;
}

#email-list li.unread {
    background-color: #fff;
}

    #email-list li.unread .name, #email-list li.unread .message .subject {
        font-weight: 700;
    }

    #email-list li.unread .meta-info {
        background-color: #fff;
    }

#email-list li .chbox {
    height: 24px;
    left: 10px;
    position: absolute;
    top: 11px;
    width: 24px;
}

@media (max-width: 767px) {
    #email-list li .chbox {
        top: 50%;
        margin-top: -12px;
    }
}

#email-list li .star {
    left: 38px;
    position: absolute;
    top: 11px;
}

@media (max-width: 767px) {
    #email-list li .star {
        display: none;
    }
}

#email-list li .star a:before {
    color: #f1c40f;
    content: "\f006";
    display: block;
    font-family: FontAwesome;
    font-size: 1.25em;
    font-style: normal;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 24px;
}

#email-list li .star a:hover {
    text-decoration: none;
}

    #email-list li .star a:hover:before {
        color: #f39c12;
    }

#email-list li .star a.starred:before {
    content: "\f005";
}

#email-list li .name {
    font-size: 0.875em;
    left: 70px;
    position: absolute;
    width: 195px;
}

@media (max-width: 767px) {
    #email-list li .name {
        left: 45px;
        line-height: 1.5;
        padding-top: 17px;
    }
}

#email-list li .message {
    font-size: 0.875em;
}

@media (max-width: 767px) {
    #email-list li .message {
        margin-top: 9px;
        padding-bottom: 8px;
    }
}

#email-list li .message > .label {
    margin-right: 2px;
}

@media (max-width: 767px) {
    #email-list li .message > .label {
        display: none;
    }
}

#email-list li .message > .body {
    color: #777;
    font-weight: 400;
}

#email-list li .meta-info {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f3f7fa;
}

@media (max-width: 767px) {
    #email-list li .meta-info {
        padding-left: 5px;
        padding-right: 5px;
    }
}

#email-list li .meta-info .attachment {
    color: #344644;
    display: inline-block;
    font-size: 1.125em;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #email-list li .meta-info .attachment {
        display: none;
    }
}

#email-list li .meta-info .date {
    display: inline-block;
    font-size: 0.875em;
    text-align: right;
    width: 60px;
}

@media (max-width: 767px) {
    #email-list li .meta-info .date {
        width: 50px;
        margin-top: 8px;
    }
}

#email-list li:hover, #email-list li:hover .meta-info {
    cursor: pointer;
    background-color: #eff3f6;
}

#email-header-mobile {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

    #email-header-mobile #email-header-title-mobile {
        font-size: 1.4em;
        font-weight: 300;
    }

#email-detail {
    position: relative;
    margin-left: 215px;
}

@media (max-width: 991px) {
    #email-detail {
        margin-left: 0;
        margin-bottom: 35px;
    }
}

#email-detail-subject, #email-new-title {
    border-bottom: 1px solid #e7ebee;
    border-top: 1px solid #e7ebee;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 5px;
    padding: 15px 0;
}

#email-new-title {
    margin-bottom: 20px;
}

    #email-detail-subject .subject, #email-new-title .subject {
        display: block;
        float: left;
        font-size: 1.5em;
        margin-right: 10px;
    }

#email-detail-subject .label {
    display: inline-block;
    float: left;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#email-detail-sender {
    border-bottom: 1px solid #e7ebee;
    min-height: 70px;
    padding: 10px 0 10px 60px;
    position: relative;
}

@media (max-width: 767px) {
    #email-detail-sender {
        padding-left: 0;
    }
}

#email-detail-sender .picture {
    left: 0;
    position: absolute;
    top: 10px;
}

    #email-detail-sender .picture img {
        border-radius: 50%;
        background-clip: padding-box;
        width: 50px;
    }

#email-detail-sender .users {
    padding-top: 6px;
}

    #email-detail-sender .users .from .name {
        float: left;
        font-weight: 700;
        margin-right: 5px;
    }

    #email-detail-sender .users .from .email {
        float: left;
    }

    #email-detail-sender .users .to {
        color: #777;
    }

#email-detail-sender .tools {
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: 50%;
}

    #email-detail-sender .tools .date {
        color: #777;
        float: left;
        font-size: 0.875em;
        line-height: 36px;
        margin-right: 10px;
    }

    #email-detail-sender .tools .btns {
        float: right;
    }

        #email-detail-sender .tools .btns .dropdown-menu {
            left: auto;
            right: 0;
        }

#email-body {
    padding: 18px 30px 18px 0;
}

    #email-body p {
        margin: 0 0 10px;
    }

        #email-body p:last-child {
            margin-bottom: 0;
        }

    #email-body ul, #email-body ol {
        list-style: inherit;
        padding-left: 20px;
        margin-bottom: 10px;
    }

        #email-body ul li, #email-body ol li {
            padding: 2px 0;
            line-height: 1.4;
        }

    #email-body h1 {
        padding-left: 0;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    #email-body h2 {
        margin-top: 20px;
        padding: 0;
    }

    #email-body h3 {
        border: none;
        padding-left: 0;
        margin-top: 15px;
    }

#email-detail-attachments {
    border-top: 1px solid #e7ebee;
    padding: 18px 0;
}

    #email-detail-attachments #email-attachments-header .headline {
        float: left;
        font-size: 0.875em;
    }

        #email-detail-attachments #email-attachments-header .headline > span {
            font-weight: 600;
        }

        #email-detail-attachments #email-attachments-header .headline > b {
            font-weight: 600;
        }

    #email-detail-attachments #email-attachments-header .tools {
        float: left;
        font-size: 0.875em;
        margin-left: 3px;
    }

    #email-detail-attachments #email-attachments-content ul li {
        background: none repeat scroll 0 0 #e7ebee;
        border: 1px solid #e7ebee;
        border-radius: 3px;
        background-clip: padding-box;
        float: left;
        font-size: 0.875em;
        margin: 10px 10px 10px 0;
        overflow: hidden;
        padding: 0;
    }

        #email-detail-attachments #email-attachments-content ul li .img {
            border-radius: 3px 3px 0 0;
            background-clip: padding-box;
            height: 87px;
            overflow: hidden;
            width: 130px;
            text-align: center;
        }

            #email-detail-attachments #email-attachments-content ul li .img img {
                width: 100%;
            }

            #email-detail-attachments #email-attachments-content ul li .img > i {
                font-size: 5.7em;
                padding: 10px 0;
            }

        #email-detail-attachments #email-attachments-content ul li .name {
            display: block;
            padding: 4px 6px;
        }

        #email-detail-attachments #email-attachments-content ul li > a {
            display: block;
            padding: 0 6px 5px;
        }

#email-new {
    position: relative;
    margin-left: 215px;
}

@media (max-width: 991px) {
    #email-new {
        margin-left: 0;
        margin-bottom: 55px;
    }
}

#email-new-header .form-group label, #email-new-body label {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 9px;
    text-align: right;
}

@media (max-width: 767px) {
    #email-new-header .form-group label, #email-new-body label {
        padding-bottom: 4px;
    }
}

#email-new-body label {
    text-align: left;
    padding-left: 5px;
}

#email-new-footer {
    margin-top: 20px;
    margin-bottom: 20px;
}

#email-new .form-control-s2 {
    width: 100%;
}

#email-new .wysiwyg-editor {
    max-height: 220px;
    height: 220px;
}

#email-new .select2-container.select2-container-multi .select2-choices .select2-search-field input {
    height: 32px;
}

#email-navigation .email-compose-btn {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 0.875em;
    font-weight: 600;
}

.announcement-image {
    border-radius: 50%;
    float: left;
    height: 35px;
    margin-right: 5px;
    width: 35px;
}

#announcementEditor {
    margin-top: 100px;
}

.announcement-thumbnail {
    margin-top: 10px;
    float: left;
    height: 100px;
    margin-right: 5px;
    width: 100px;
}

.dashboard-info-box {
    height: 137px !important;
}

.dashboard-info-small {
    min-height: 130px !important;
}

.dashboard-wind {
    height: 420px;
}

.itemCount {
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.google-maps {
    width: 100%;
    height: 400px;
}

.annualleavetable-wrapper .table tbody > tr > td {
    min-width: 68px !important;
}

.table-link-dark {
    color: #9b59b6;
}

.table-link-warning {
    color: #f1c40f;
}

.checkinTable tr > td {
    padding: 1px !important;
}

.info-btn {
    font-size: 1.2em;
    display: block;
    float: left;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.annual-leave-table {
    font-size: 10px !important;
}

    .annual-leave-table .table-header {
        max-width: 60px !important;
    }

.modal-checkbox {
    margin-left: 3px;
    margin-top: 10px;
}

.admin-note-edit {
    line-height: 56px;
}

.flightRecordFilter {
    margin-top: 6px;
}

    .flightRecordFilter label {
        font-size: 12px;
    }

.student-group-details {
    margin-left: 10px !important;
}

.table-documents tbody > tr > td {
    padding: 8px;
}

    .table-documents tbody > tr > td:first-child a.table-link > i.fa {
        font-size: 24px;
        min-width: 30px;
    }

    .table-documents tbody > tr > td:first-child a.table-link > i.fa-folder {
        color: #FFE89F;
    }

    .table-documents tbody > tr > td:first-child a.table-link > i.fa-file-pdf-o {
        color: #F00;
    }

    .table-documents tbody > tr > td:first-child a.table-link > i.fa-file-excel-o {
        color: #008000;
    }

    .table-documents tbody > tr > td:first-child a.table-link > span {
        color: #262626;
        font-size: 14px;
    }

.fc-other-month .fc-day-content {
    display: none !important;
}

.flightDayPrefericons {
    min-width: 170px !important;
}

.flightDayPreferAllowed:hover {
    background-color: #f1eba4;
}

.holidayInfo {
    font-size: 10px;
}

.course-planing-table .checkbox-nice {
    padding-bottom: 10px !important;
    width: 5px !important;
    padding-left: 0px !important;
    margin: 0px auto;
}

.table-checkbox {
    width: 50px !important;
}

.flightPlanTimePicker input[type="text"] {
    font-size: 10px !important;
    margin-left: 15px !important;
    width: 55px;
}

.flightDayPreferInfo {
    width: 21%;
}

.licenceProduct li > a {
    width: 93% !important;
}

.licenceProduct li .removeBtn {
    margin-top: 32px !important;
}

    .licenceProduct li .removeBtn a {
        color: red !important;
    }

.licenceRemoveBtn {
    width: 5% !important;
    margin-top: 32px !important;
    margin-right: 11px;
}

.announcement-widget-products {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .announcement-widget-products li {
        border-bottom: 1px solid #ebebeb;
    }

        .announcement-widget-products li > a {
            min-height: 50px;
            display: block;
            width: 100%;
            color: #344644;
            padding: 3px 10px;
            position: relative;
            -webkit-transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
            transition: border-color 0.1s ease-in-out 0s,background-color 0.1s ease-in-out 0s;
        }

            .announcement-widget-products li > a:hover {
                color: #344644;
            }

            .announcement-widget-products li > a:after {
                content: "\f138";
                font-family: FontAwesome;
                font-size: 0.875em;
                font-style: normal;
                font-weight: normal;
                margin-top: 15px;
                position: absolute;
                right: 10px;
                text-decoration: inherit;
                top: 0;
                color: #cccccc;
                font-size: 1.3em;
            }

            .announcement-widget-products li > a:hover {
                text-decoration: none;
                background-color: #f6f6f6;
            }

        .announcement-widget-products li .img {
            display: block;
            float: left;
            text-align: center;
            width: 70px;
            height: 84px;
            overflow: hidden;
            margin-top: 20px;
        }

            .announcement-widget-products li .img i {
                font-size: 60px;
            }

        .announcement-widget-products li .product {
            display: block;
            margin-left: 65px;
            margin-top: 10px;
        }

            .announcement-widget-products li .product > .name {
                display: block;
            }

                .announcement-widget-products li .product > .name span {
                    font-weight: 600;
                }

            .announcement-widget-products li .product > .price {
                display: block;
                text-decoration: none;
                width: 50%;
                float: left;
                font-size: 0.875em;
                line-height: 20px;
            }

                .announcement-widget-products li .product > .price > span {
                    margin-bottom: 2px;
                    display: block;
                }

                    .announcement-widget-products li .product > .price > span > i {
                        color: #2ecc71;
                    }

            .announcement-widget-products li .product > .warranty {
                display: block;
                text-decoration: none;
                width: 50%;
                float: left;
                font-size: 0.875em;
            }

            .announcement-widget-products li .product > .status > i {
                margin-right: 5px;
            }

    .announcement-widget-products .info-btn {
        font-size: 1.2em;
        display: block;
        float: left;
        margin-right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        margin-top: 4px;
    }



@media only screen and (max-width: 440px) {
    .announcement-widget-products li > a {
        height: auto;
        padding-bottom: 10px;
    }

    .announcement-widget-products li .product > .price {
        width: 100%;
    }

    .announcement-widget-products li .product > .warranty {
        clear: both;
        width: 100%;
    }

    .announcement-widget-products li > a:after {
        display: none;
    }
}

.licenceFile {
    color: black !important;
}

.approveStatus {
    position: absolute;
    margin-top: 13px;
    right: 50px;
}

.licenceRemaining {
    position: absolute;
    margin-top: 13px;
}


.table-ellipsis {
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

.table-form {
    margin-bottom: 0px !important;
}



.form-checkbox {
    width: 15px !important;
}

.form-mission {
    min-width: 20px !important;
    max-width: 30px !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .form-mission {
        min-width: 65px !important;
        max-width: initial !important;
    }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .form-mission {
        min-width: 65px !important;
        max-width: initial !important;
    }
}

.form-trainingType {
    background-color: #f1f1f1;
}

.input-group-border-none {
    border: none !important;
}

.form-save-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}


#form {
    background-color: #fff;
}

    #form td select {
        font-size: 0.9em !important;
    }

    #form td input, #form td select, #form th select {
        border: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        min-width: 70px !important;
        text-align: center !important;
        background-color: transparent !important;
    }

    #form th {
        padding-left: 20px;
    }

.popoverBtn {
    height: 37px;
    margin-right: 3px;
}

.ns-popover-list-theme {
    width: 300px;
}

.form-mission-time {
    height: 20px;
}

#form .form-title {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
    padding-top: 30px !important;
    font-weight: bold;
}

.form-container {
    padding: 15px;
    border: 4px double black !important;
}

.popover-panel {
    margin-bottom: 0px !important;
}

.instructor-form-mission {
    padding: 10px !important;
    padding-top: 2px !important;
}

.instructor-form-header {
    background-color: #ccffff;
}

.instuctor-next-btn {
    padding: 10px !important;
}

.form-evaluationTypesDetail {
    font-size: 12px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

    .form-evaluationTypesDetail td {
        border: 1px double black;
    }

.form-notdone {
    background-color: #bcbcbc;
}

.form-practice {
    background-color: #ffff00;
}

.form-toBeEvaluated {
    background-color: #ff99cc;
}

.form-toBeEvaluatedIfApplied {
    background-color: #ffffff;
}

#instructorForm select {
    width: 100%;
}

.evaluationForm .table tbody > tr > td {
    font-size: 0.875em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 5px 8px;
}

.evaluationForm .checkbox-nice label {
    padding-left: 15px;
    padding-top: 18px;
}

.evaluationFormInstructor .table tbody > tr > td {
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 5px 8px;
}


.left-margin {
    margin-left: 15px;
}

.right-margin {
    margin-right: 20px;
}

.top-margin {
    margin-top: 15px;
}

.digital .time {
    color: white;
}

    .digital .time .hours {
        font-size: 54% !important;
    }

.widget-clock .time {
    font-size: 2.1em !important;
}

.emailTable {
    table-layout: fixed;
    word-wrap: break-word;
}

.emailToList {
    padding-right: 20px !important;
}

.form-show-btn {
    margin-left: 10px !important;
}

.announcement-pdf {
    color: #f00;
}

.announcement-pdf-list {
    line-height: 0.6;
}

    .announcement-pdf-list a:hover {
        text-decoration: none;
    }

.announcement-subtitles {
    text-decoration: underline;
}

.form-footer-text {
    margin-left: 12px;
    margin-top: 10px;
}

.smile {
    color: #3498db !important;
}

.scheduleList {
    list-style: none !important;
}

.dash-time .widget-clock .digital {
    text-align: right;
}

    .dash-time .widget-clock .digital .time {
        color: inherit;
    }

.birthday-images {
    width: 65px;
}

.studentFormConfirmCheck {
    margin-left: 30px !important;
}

.form-signature {
    max-height: 200px;
    text-align: center;
    margin: 0 auto;
}

.download-flight-record-btn {
    padding: 8px 12px;
}

.switch.checked {
    background-color: #3498db;
    border-color: #3498db;
}

.switch .switch-text {
    font-size: 11px !important;
}

.checkListStep {
    text-align: left !important;
}

#checkListForm td input {
    text-align: left !important;
    border: 1px solid !important;
    border-color: #e7ebee !important;
}

.newflightRecord .date {
    width: 64px !important;
}

.lessonPhase .panel-heading, .lessonPhaseHeading {
    background-color: rgba(126, 140, 141, 1);
}


.danger-text {
    color: #c0392b;
}

.success-text {
    color: #2ecc71;
}

.warning-text {
    color: #f1c40f !important;
}

.form-not-competable {
    background-color: #bcbcbc !important;
}

.documentCenterMenuItem {
    padding-left: 46px !important;
}

#logo.navbar-brand > img {
    float: none;
    padding-right: 0;
    /*width: 220px;*/
    height: auto !important;
    margin-top: 10px;
}

.processBtn {
    margin-bottom: 20px !important;
}

.calendarInfoBox {
    width: 15px;
    height: 15px;
    margin: 3px;
}

.inMaintenanceBox {
    background-color: red;
}

.completedBox {
    background-color: limegreen;
}

.plannedBox {
    background-color: orange;
}

.nextMaintenance {
    background-color: deepskyblue;
}

.calendarInfoContainer {
    margin-top: 10px;
}

.form-header {
    border: 1px solid #a5a1a1 !important;
    height: 95px !important;
    text-align: center;
    line-height: 95px;
}

.form-header-title {
    margin: initial !important;
    padding: initial !important;
    font-size: 1em !important;
}

.form-header-info-box {
    height: 40px;
    text-align: center;
    border: 1px solid #a5a1a1 !important;
}


.form-cell-bg {
    background-color: #D9D9D9 !important;
    font-weight: bold !important;
}

.form-container .table tbody > tr > td:first-child {
    font-size: 11px !important;
}

.rating-info-box {
    border: 1px solid #a5a1a1 !important;
}

.rating-info-box-img {
    margin: 0px auto !important;
}

.form-header-box {
    width: 99% !important;
    margin: 0px auto !important;
}

.toBeEveluated {
    background-color: #d9edf7 !important;
}

.maintenanceSchedulerHeader {
    background-color: whitesmoke;
    font-size: 20px;
}

.maintenanceSchedulerTitle {
    background-color: ghostwhite;
    font-size: 15px;
    height: 60px !important;
}

    .maintenanceSchedulerTitle > th {
        min-width: 60px !important;
        font-size: 10px !important;
        text-align: center;
    }

.maintenanceSchedulerMaintnenanceType {
    min-width: 250px !important;
}



.maintenanceSchedulerNote {
    min-width: 320px !important;
}


.maintenanceScheduleStatus {
    min-width: 130px !important;
}




.aircraft-warning {
    background-color: yellow;
    border-color: #f1c40f;
}

.aircraft-maintenance {
    background-color: pink !important;
}

.maintenanceScheduleTable > tbody > tr {
    font-size: 13px !important;
    font-weight: bold !important;
}

.maintenanceScheduleTable .form-control {
    font-size: 9px !important;
    font-weight: bold !important;
}


#scheduletable .aircraft-maintenance-warning .table {
    background-color: yellow !important;
    border-color: #f1c40f !important;
}

.aircraft-maintenance-warning {
    background-color: yellow !important;
    border-color: #f1c40f !important;
}

.maintenanceScheduleTable.table > thead > tr > th, .maintenanceScheduleTable.table > tbody > tr > th, .maintenanceScheduleTable.table > tfoot > tr > th {
    padding: 13px !important;
    font-size: 9px !important;
    border: 1px solid #658fa5;
}

.maintenanceScheduleTable.table > thead > tr > td, .maintenanceScheduleTable.table > tbody > tr > td, .maintenanceScheduleTable.table > thead > tr > td > input[type="text"] {
    padding: 4px !important;
    font-size: 9px !important;
    font-weight: bold;
    text-align: center;
    border: 1px solid #658fa5;
}

.maintenanceScheduleTable.table > tfoot > tr > td {
    padding: 4px !important;
    font-size: 9px !important;
    font-weight: bold;
    border: 1px solid #658fa5;
}

.maintenanceScheduleTableHeight > tbody > tr > td {
    height: 44.4px !important;
}

    .maintenanceScheduleTableHeight > tbody > tr > td:nth-child(1), .maintenanceScheduleTableHeight > tbody > tr > td:nth-child(2) {
        padding-top: 16px !important;
    }

.maintenanceScheduleTable textarea {
    height: 35px !important;
}

.massNBalanceButtons {
    margin: 20px !important;
}

.massAndBalanceForm .btn {
    margin: 20px !important;
}


.flightLicenceOperationButtons {
    height: 107px;
}

.flightLicenceOperationButton {
    margin-top: 30px;
    width: 2.5em !important;
    height: 2.5em !important;
}

    .flightLicenceOperationButton > i {
        margin: 0px !important;
    }

.authorizationLicenceType li {
    border-bottom: none !important;
}

.flightLicenceRow {
    height: 148px !important;
}

.atplExamForm.table > tbody > tr > td {
    padding: 8px 4px;
    text-align: center;
}

    .atplExamForm.table > tbody > tr > td .form-control {
        text-align: center;
    }

.atplExamInfoTable {
    font-size: 12px !important;
}

.atplExamInfo {
    background-color: #FFFF00 !important;
}

.atplExamFormDate {
    min-width: 120px !important;
}

.text-gray {
    color: #bfbfbf !important;
}

.sortie-gray {
    background-color: #bfbfbf !important;
}


#scheduletable .sortie-orange .table {
    background-color: #fabf8f !important;
    background-color: rgb(250,191,143) !important;
}

#scheduletable .sortie-gray .table {
    background-color: #bfbfbf !important;
    background-color: rgb(191,191,191) !important;
}

.text-orange {
    color: #fabf8f !important;
}

.info-box-maintenance, #scheduletable .sortie-maintenance .table {
    background-color: pink !important;
    background-color: rgb(255,192,203) !important;
}

.info-box-failure, #scheduletable .sortie-failure .table {
    background-color: #fb1212 !important;
    background-color: rgb(251, 18, 18) !important;
}




.datetimepicker th.switch {
    display: table-cell;
}

.datetimepicker.dropdown-menu {
    width: auto;
}

.input-group.date.form_datetime {
    width: 100% !important;
    min-width: 190px !important;
}

    .input-group.date.form_datetime .input-group-addon {
        padding: 5px !important;
        background-color: white !important;
    }

.maintenanceScheduleTable .context-menu {
    z-index: 1000 !important;
}

.paddingleft25 {
    padding-left: 25px;
}

.paddingleft13 {
    padding-left: 13px;
}

.userSelectionEnable {
    user-select: text !important;
}

.ratingSelect {
    min-width: 95px !important;
}

.groupHeader {
    font-size: 11px !important;
}

.maintenanceScheduleRemainingTime {
    max-width: 90px !important;
}

.maintenanceScheduleCertificate {
    max-width: 100px !important;
}

.formDataFilter {
    width: 17.28% !important;
}

.maintenanceSchedule-wrapper {
    overflow-x: auto;
}

    .maintenanceSchedule-wrapper.fixed {
        left: 0;
        position: absolute;
        top: 0;
    }

    .maintenanceSchedule-wrapper .table {
        margin-bottom: 0;
    }

.maintenanceScheduleHeader {
    height: 30px !important;
}

.maintenanceScheduleRow {
    height: 60px !important;
}

.confirmButton {
    font-size: 0.9em !important;
    text-align: center;
}

.flightPlanSignature {
    color: black !important;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 16px;
}

#bar-chart svg {
    height: 450px !important;
}

.aircraft-disabled {
    background-color: #e7ebee;
    opacity: 0.6;
}

.instructorFlightStatics {
    font-size: 10px !important;
}

.scheduleDropdownButton {
    min-width: 150px !important;
}

.edit-flight-plan-modal {
    max-width: 100% !important;
    overflow-x: auto !important;
}

.formDownloadButtons {
    min-width: 100px !important;
}

.instructorFormDownloadButtons {
    min-width: 140px !important;
}

.instructor-statistic-cell-bg {
    background-color: #f0f0f0 !important;
    font-weight: bold !important;
}

.staticsIpFlightHourInfo {
    text-transform: none !important;
    font-size: 16px !important;
}

.personelExcuseCalendar .fc-time {
    display: none;
}

.personelExcuseCalendar .fc-content {
    padding: 2px;
}

.personelExcuseCalendar .fc-event-container .Approved, .info-box-approved {
    background-color: #3dd200 !important;
}

.personelExcuseCalendar .fc-event-container .Sent, .info-box-queue {
    background-color: #f3d120 !important;
}

.info-box-active {
    background-color: #3498db !important;
}


.reorderedList li {
    padding: 1px;
    border-bottom: 1px solid #ddd;
    line-height: 1.2;
}

    .reorderedList li:first-child {
        border-top: 1px solid #ddd;
    }

.reorderedList .dragging {
    opacity: 0.3;
}

.reorderedList .dropping {
    background-color: rgba(231, 237, 242, 0.63);
}

.reorderedList .dropping-above {
    padding-top: 16px;
}

.reorderedList .dropping-below {
    padding-bottom: 16px;
}

.reorderedList ol, .reorderedList ul {
    list-style: none;
}

.reorderedList .img-circle {
    width: 40px !important;
}

.emergencyText {
    padding: 10px;
}

.massAndBalanceForm .dxm-item {
    border: 1px solid #b1aeae !important;
    padding: 5px !important;
}

.aerodromeInfoTable .table tbody > tr > td:first-child {
    font-size: 0.875em !important;
    font-weight: inherit !important;
}

.modal-xlg {
    width: 86% !important;
    margin: 0px auto;
}


@media only screen and (min-device-width : 768px) {

    .flightRecordsFilterPanel {
        font-size: 0.8em;
    }

        .flightRecordsFilterPanel .form-control, .flightRecordsFilterPanel .btn {
            font-size: 0.8em !important;
            height: 24px;
            padding: 3px;
        }
}

.checboxNiceContainer {
    width: 1% !important;
}

.scheduleStatisticInfoBox {
    font-size: 0.9em !important;
}

.ui-select-multiple.ui-select-bootstrap > div > input.ui-select-search[disabled] {
    display: initial !important;
    cursor: not-allowed;
}

.navbar > .container .navbar-brand {
    padding: 0;
}

.info-box-this-month {
    background-color: #fababa !important;
}

.info-box-next-month {
    background-color: #fcf8e3 !important;
}

.annualFlightRecords thead > tr > th, {
    background-color: rgba(52, 152, 219, 0.15);
    border: 1px solid rgba(52, 152, 219, 0.2);
    font-weight: bold !important;
}

.instructorShiftStatistic thead > tr > th {
    background-color: rgba(52, 152, 219, 0.15);
    border: 1px solid #cbcaca !important;
    font-weight: bold !important;
}

.annualFlightRecords .month {
    width: 80px !important;
}

.formDownloadButtons {
    min-width: 130px !important;
}



.instructorShiftStatistic .empty-cell {
    padding: 0;
    border: 0;
}

.instructorShiftStatistic > tr, .instructorShiftStatistic .detailTable {
    height: 36px !important;
}

.instructorShiftStatistic .table tbody > tr > td {
    padding: 0px !important;
}

.instructorShiftStatistic {
    font-weight: bold !important;
}

    .instructorShiftStatistic .monthCell {
        width: 20px !important;
    }

    .instructorShiftStatistic .months-header > span {
        width: 8px;
        height: 47px;
        display: block;
        -moz-transform: translate(30px, 0px) rotate(-90deg);
        -ms-transform: translate(30px, 0px) rotate(-90deg);
        -o-transform: translate(30px, 0px) rotate(-90deg);
        -webkit-transform: translate(30px, 0px) rotate(-90deg);
        transform: translate(30px, 0px) rotate(-90deg);
        -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        line-height: 40px;
    }

    .instructorShiftStatistic .user {
        font-size: 9px;
        font-weight: bold;
        vertical-align: middle;
        background-color: rgba(52, 152, 219, 0.15) !important;
        text-align: center;
        font-weight: bold !important;
        height: 36px;
        min-width: 60px !important;
        border: 1px solid #cbcaca !important;
        vertical-align: middle;
    }

    .instructorShiftStatistic .flight {
        color: #155724 !important;
        background-color: #d4edda !important;
        /*border-color: #c3e6cb;*/
    }

    .instructorShiftStatistic .off {
        color: #856404 !important;
        background-color: #fff3cd !important;
    }

    .instructorShiftStatistic .shift {
        color: #004085 !important;
        background-color: #cce5ff !important;
        /*border-color: #b8daff;*/
    }

    .instructorShiftStatistic .leave {
        color: #721c24 !important;
        background-color: #fcbebe !important;
    }

    .instructorShiftStatistic .annualLeave {
        color: #721c24 !important;
        background-color: #f8d7da !important;
    }

    .instructorShiftStatistic .weather {
        color: #0c5460;
        background-color: #d1ecf1 !important;
    }

    .instructorShiftStatistic .weatherSortie {
        color: #383d41 !important;
        background-color: #e2e3e5 !important;
    }

    .instructorShiftStatistic .mission {
        color: #383d41 !important;
        background-color: #55acee !important;
    }

    .instructorShiftStatistic .simualator {
        color: #383d41 !important;
        background-color: #6d8fd8 !important;
    }

    .instructorShiftStatistic .month {
        border: 1px solid #cbcaca !important;
    }


    .instructorShiftStatistic .table tbody > tr > td:first-child {
        font-weight: inherit !important;
        font-size: inherit !important;
    }

    /*.instructorShiftStatistic .detailTable tbody > tr > td, .instructorShiftStatistic .detailTable tbody > tr > th {
    border: 1px solid #8d8c8c;
}*/

    .instructorShiftStatistic .btn-link:focus,
    .instructorShiftStatistic .btn-link:active:focus {
        outline: none;
    }

    .instructorShiftStatistic .btn-link:focus {
        text-decoration: none;
    }

    .instructorShiftStatistic .btn-link:hover {
        text-decoration: underline;
    }

    .instructorShiftStatistic .note {
        padding: 5px !important;
    }

    .instructorShiftStatistic .noteRow {
        padding: 10px !important;
    }

.noteTable .table tbody > tr > td {
    padding: 10px !important;
    background-color: white !important;
}

.instructorShiftStatistic .noteTable, .instructorShiftStatistic .noteDetail {
    background-color: white !important;
}


.noteTable .table tr:nth-child(2n+1) td {
    background-color: white !important;
}

.noteTable .table > thead > tr > th, .noteTable .table > tbody > tr > th, .table > tfoot > tr > th, .noteTable .table > thead > tr > td, .noteTable .table > tbody > tr > td, .noteTable .table > tfoot > tr > td {
    border-top: none !important;
}

.instructorShiftStatistic .simulator-instructor, .annualFlightRecords .simulator-instructor > td, .info-box-simulator-instructor {
    background-color: #e8e8fb !important;
}

.instructorShiftStatistic .passive-user, .annualFlightRecords .passive-user > td, .info-box-passive-user {
    background-color: #e7e6e6 !important;
}

.instructorShiftStatistic .tableHeader {
    font-size: 7px !important;
}

.scheduleStatisticHeader {
    padding-left: 10px;
}

#sidebar-nav .nav li .submenu > li > a {
    padding-left: 45px;
}

#sidebar-nav .nav > .open > .submenu > li > .submenu a {
    padding-left: 55px;
}

.atplExamForm .table-header {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.evaluationFormExtraInfoHeader {
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: top left;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -o-transform-origin: top left;
    border: 1px solid #e7ebee;
    font-size: 9px !important;
    font-weight: bold;
}


.evaluationFormExtraInfoTable {
    padding: 0px !important;
}

    .evaluationFormExtraInfoTable .table {
        height: 100%;
        padding: 0px;
        margin: 0px;
        font-size: 9px !important;
    }

        .evaluationFormExtraInfoTable .table tbody > tr > td:first-child {
            font-size: 9px !important;
            font-weight: bold !important;
        }

        .evaluationFormExtraInfoTable .table td {
            font-weight: bold;
            border: 1px solid #e7ebee;
            border-bottom: none;
        }

.bullelements {
    font-size: 3rem;
}

.full-width {
    width: 100% !important;
}

.evaluationFormExtraInfoTimeText {
    font-size: 10px !important;
}

.evaluationFormExtraInfoTableCell {
    min-width: 50px !important;
}

.evaluationFormExtraInfoTraineeColoumn {
    min-width: 250px !important;
}


#evaluationFormExtraInfo-table.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.mccFlightInformationFormSubMenu > li > a {
    padding-left: 22px !important;
}

.timeline-headline {
    display: none !important;
}

.timeline-timetable thead {
    background-color: #eafcfe !important;
}

.timeline-timetable > thead > tr > th.scale-medium {
    font-size: 11px !important;
}

.timeline-timetable > thead > tr > th.scale-major {
    font-size: 15px !important;
}

.timeline-node {
    height: 20px !important;
}

    .timeline-node.timeline-text-truncate:after {
        display: none !important;
    }

.timeline-events .popover {
    min-width: 500px !important;
}

.timeline-events thead {
    background-color: whitesmoke;
}

.timeline-events table td {
    font-size: 10px !important;
    font-weight: normal !important;
}

.timeline-needle-pointer {
    display: none !important;
}


.massnblancecont td {
    min-width: 80px !important;
}

.border-right {
    border-right: 2px solid #e7ebee;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    float: left;
}

.evaluationFormHeader {
    margin-bottom: 20px;
}


.evaluationFormTable thead th {
    vertical-align: inherit !important;
}

.evaluationTextTable {
    padding: 0px !important;
    font-size: 10px !important;
}

.evaluationText {
    min-height: 300px;
}

.evaluation-signature {
    width: 120px;
    /*height: 90px;*/
    text-align: center;
    margin: 0 auto;
}

.formMissionCell {
    min-width: 100px;
}

.evaluationMinimumSuccessLevelRating {
    width: 58% !important;
    padding: 2px !important;
}

.evaluationMinumumSuccessText {
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}

.evaluationTextInfo {
    min-width: 300px !important;
}

@media screen and (min-width: 768px) {
    .table-responsive-records {
        overflow-x: auto;
    }
}

/*.table-responsive {
    overflow-x: auto;
}*/

.cancelSortieLabel {
    padding-top: 30px !important;
}

.newFlightRecordBtn {
    padding: 3px !important;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    height: 350px;
    border: 2px dashed #7E8C8D;
}

.scheduleResponsibleColoumn {
    vertical-align: middle !important;
}

.usersDownloadMadal-tableScroll {
    overflow-y: scroll !important;
    display: block;
    max-height: 500px !important;
    min-height: 500px !important;
}

.shifttracking-wrapper .table tr td.date-flt {
    background-color: #c1f2c4 !important;
}

.freezeOffDisable {
    background-color: slategray;
    border-color: darkslategray;
    border-radius: 3px;
    line-height: 1.42857143;
    min-height: 40px !important;
    text-align: center !important;
    vertical-align: central !important;
}

.freezeOffEnable {
    border-radius: 3px;
    line-height: 1.42857143;
    min-height: 40px !important;
}

.freezeOffDisable:hover {
    background-color: #27ae60 !important;
    border-color: #398439 !important;
}

.freezeOffEnable:hover {
    background-color: slategray !important;
    border-color: darkslategray !important;
}

.soloSortie {
    background-color: rgba(255, 171, 102, 0.5);
}

.info-box-shift-incomplete {
    background-color: #f8ebed;
}

.info-box-planned {
    background-color: #e36ef7;
}

.admin-stickSortie {
    position: absolute;
    z-index: 1;
    height: 66px;
    padding-top: 4px !important;
    margin-left: 0px !important;
}

.stickSortie {
    position: absolute;
    z-index: 1;
    height: 66px;
    padding-top: 15px !important;
    margin-left: 0px !important;
}

.stickyAircraftHeader {
    position: absolute;
    z-index: 1;
    height: 80px;
    background-color: #e1f0fa !important;
    padding-top: 15px !important;
}



.stickSortieHeader {
    position: absolute;
    z-index: 1;
    height: 40px;
    background-color: #e1f0fa !important;
    padding-top: 20px !important;
}


.zui-table {
    border-collapse: separate;
    border-spacing: 0;
}

    .zui-table thead th {
        background-color: ghostwhite;
        padding: 10px;
        text-align: center;
    }

    .zui-table tbody td {
        border-bottom: solid 1px #DDEFEF;
        white-space: nowrap;
    }

.zui-wrapper {
    position: relative;
}

.zui-scroller {
    margin-left: 133px;
    overflow-y: visible;
    padding-bottom: 5px;
}

.zui-table .zui-sticky-col {
    position: absolute;
    left: 15px;
    top: auto;
    width: 60px;
}

.zui-table .zui-sticky-col2 {
    position: absolute;
    left: 74px;
    top: auto;
    width: 60px;
}

.stickyModel {
    height: 66px !important;
}

.stickyFormLogoColumn {
    position: absolute;
    top: auto;
    width: 250px;
    min-width: 250px;
    height: 67.6px;
    left: 10px;
}

.stickyFormColumnHeader {
    position: absolute !important;
    top: auto;
    width: 250px;
    min-width: 250px;
    height: 60px;
    left: 10px;
    padding-top: 20px !important;
}

.stickyFormStudentColumnHeader {
    position: absolute !important;
    top: auto;
    width: 250px;
    min-width: 250px;
    left: 10px;
    text-align: left !important;
    min-height: 60px !important;
}

.stickyFormColumnbody {
    position: absolute !important;
    top: auto;
    width: 250px;
    min-width: 250px;
    left: 10px;
    vertical-align: middle !important;
    font-size: small !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
}

.stickyFormAbsoluteTitle {
    height: 44px !important;
}

.stickyFormStudentColumnth {
    height: 60px !important;
}


.stickyFormColumnth {
    height: 60px;
}

.stickyFormColumnth2 {
    height: 44.4px;
    padding-left: 0px !important;
}

.stickyForm {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

    .stickyForm thead th {
        padding: 10px;
        text-align: center;
        font-size: 0.875em;
        border-bottom: 2px solid #e7ebee !important;
    }

    .stickyForm tbody td {
        padding-left: 10px;
        border-spacing: 0;
        height: 60px;
    }

.stickyForm-wrapper {
    position: relative;
}

.stickyForm-scroller {
    margin-left: 241px;
    overflow-y: visible;
    padding-bottom: 5px;
}

.descriptionBody > tr {
    height: 22px;
}

.descriptionBodyHead {
    position: absolute !important;
    top: auto;
    width: 250px;
    min-width: 250px;
    left: 10px;
    padding-top: 18px !important;
    padding-bottom: 10px !important;
}



.lessonScheduleDates {
    margin-top: 6px;
}

.lessonScheduleMsgDanger {
    background-color: #e74c3c;
    width: 100%;
}

.lessonScheduleMsgSuccess {
    background-color: #2ecc71;
    width: 100%;
}

.lessonScheduleStudentGroupTable {
    max-height: 400px;
    overflow: auto;
}

.lessonScheduleHeader {
    background-color: rgba(52, 152, 219, 0.15);
    border: 1px solid rgba(52, 152, 219, 0.2);
    color: #434343;
    font-weight: 700;
    font-size: 0.875em;
    font-family: Open Sans;
}

.lessonScheduleResource {
    background-color: #e9e9e9;
    vertical-align: middle;
    padding: 0;
    color: #434343;
    font-weight: 700;
    font-size: 0.875em;
    font-family: Open Sans;
}

.lessonScheduleLessonPhase .panel-heading {
    background-color: indianred !important;
}

#lessonScheduleCalendar .fc-toolbar {
    display: none;
}

#lessonScheduleCalendar .fc-time {
    display: none !important;
}

#lessonScheduleCalendar .fc-content {
    font-size: 9px;
    padding: 4px;
}

.lessonSchdulePublishModalBody {
    max-height: 500px;
    overflow: auto;
}

.checkboxInfoLabel {
    margin-top: -10px;
    font-size: 12px;
}

.revisionList {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: circle;
}

.evaluationFormTableFix {
    position: absolute;
    background-color: white;
    left: 0 !important;
    top: 0 !important;
    width: 162px;
}

.evaluationFormFixTableAttr {
    margin-left: 19px;
    margin-top: 21px;
    z-index: 100;
}

.evaluationFormLogo {
    max-width: 140px;
}

.evaluationFormDetailTableFix {
    position: absolute;
    background-color: white;
    left: 0 !important;
    top: 0 !important;
    width: 163px;
}

.fixedTable {
    min-width: 100px;
    max-width: 160px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .evaluationFormDivOverflow {
        overflow-x: auto;
    }
}

.evaluationFormDivPosition {
    position: relative;
}

.evalutionFormRow {
    height: 60px;
}

.massnblanceHeaderInfo input {
    min-width: 90px;
}

@media screen and (max-width: 767px) {
    #massnblancecont .massNBalanceTitle {
        font-size: 1em;
    }
}

.massValue {
    padding-top: 7px;
    height: 30.22px;
}

#btn-saveMassNBalance {
    margin-top: 10px;
    margin-bottom: 20px;
}

.excuseh5 {
    margin-left: 5px;
}

@media screen and (max-width:425px) {

    .excuseWidth {
        min-width: 450px;
    }

    .excuseWidthStudent {
        min-width: 540px;
    }

    .excuseh5 {
        margin-left: 5px;
    }
}

.fiAssignmentInput {
    min-width: 200px;
    max-width: 500px;
    white-space: normal !important;
}

@media screen and (max-width:767px) {

    .fiAssignmentInput div > div > span > input {
        min-width: 200px;
        max-width: 100%;
    }
}

@media screen and (max-width:1024px) {

    .flightRecordsInput > div > .col-xs-12, .flightRecordsInput > div > .col-xs-12 > .col-xs-12, .flightRecordsInput > .col-xs-12 {
        margin-top: 5px;
        min-width: 90px;
    }
}

.maintenanceScheduleRefreshBtn {
    height: 27px;
    font-size: 1.2em;
}

#lessonScheduleCalendar .fc-toolbar {
    display: none;
}

#lessonScheduleCalendar .fc-time {
    display: none !important;
}

#lessonScheduleCalendar .fc-content {
    font-size: 9px;
    padding: 4px;
}

.lessonSchdulePublishModalBody {
    max-height: 500px;
    overflow: auto;
}

.checkboxInfoLabel {
    margin-top: -10px;
    font-size: 12px;
}

.dutyEvent .scheduler_blue_event_inner {
    border: 1px solid #000000 !important;
    box-shadow: initial !important;
}

.dutyEvent {
    text-shadow: initial !important;
    color: black !important;
}

.dutySelectionModal .tab-content {
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden !important;
    padding: 10px;
}

@media only screen and (max-device-width : 1024px) {
    .groundLessonRecordsFilter > div {
        margin-top: 10px !important;
    }
}

.attendance-courses {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    max-width: 55px;
    height: 55px !important;
    vertical-align: middle;
    margin-left: 4px;
}

.attandanceFormTable {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.attandanceFormTableBody tbody > tr > td {
    font-size: 1em;
    font-weight: 400 !important;
}

.attandanceFormTableBody div.checkbox-nice {
    margin-bottom: 15px;
}

.attendanceFormLabel {
    font-weight: 600;
    font-size: 1em;
}

.colorAttendanceForm > td {
    background: #8affca !important;
}

.widgetDownloadForm {
    margin-left: 250px;
    margin-top: 30px;
}

.lessonSchedulePublishModal {
    min-width: 130px;
    padding: 4px 8px;
}

    .lessonSchedulePublishModal a.table-link {
        margin: 0;
    }

.combinedPeriod {
    background-color: #f6efff;
}



.combinedPeriodTooltip {
    font-size: 20px;
    color: blueviolet;
}

.staticsTableHeader {
    height: 32px !important;
    margin-bottom: -2px !important;
    width: 60px !important;
}

.staticsTablePhaseHeader {
    height: 48px !important;
    margin-bottom: -14px !important;
    border-bottom: hidden !important;
    border-left: hidden !important;
    border-right: hidden !important;
    margin-left: 1px !important;
}

.phaseHeader {
    padding: 0px !important;
    text-align: center !important;
}

.phaseHeaderRow {
    height: 69px !important;
}

.fixedphaseHeaderRow {
    height: 32px !important;
}

.fixedphaseHeaderTotalRow {
    height: 32px !important;
}

.border th {
    border-top: 2px solid #000 !important;
}

.lessonScheduleHeaderLabel {
    font-size: 1em;
    font-weight: 700;
    float: left;
    margin-bottom: 0px;
    margin-left: 5px;
}

.lessonScheduleHeaderDropdown {
    margin-top: 2px !important;
}

@media screen and (max-width:1024px) {

    .flightRecordsInput > div > .col-xs-12, .flightRecordsInput > div > .col-xs-12 > .col-xs-12, .flightRecordsInput > .col-xs-12 {
        margin-top: 5px;
        min-width: 90px;
    }

    .logBookBtn {
        margin-top: 5px;
    }
}


.combinedLesson .scheduler_blue_event_inner {
    text-decoration: underline;
}

.flight-plan-modal {
    max-width: 100% !important;
    overflow-x: auto !important;
}

.revisionSubjectInput {
    border: 1px groove !important;
}

.mapHeader {
    font-weight: 600;
}

.mapHeaderIcon {
    color: #3498db;
}

.dashboard-widget {
    height: 420px;
    overflow: auto;
}

.attendanceFormDownloadBtn {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.formEvaluationSignature {
    min-width: 290px !important;
}

.userStatisticWidget .infographic-box {
    padding: 31px !important;
}


.mobileAppQRCode {
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
}

.android-color {
    background-color: #98cd01;
}

.apple-color {
    background-color: #424242;
}

.mobileAppWidgetBody {
    height: 360px;
}

.mobileAppWidget .main-box {
    margin: 0px !important;
}

    .mobileAppWidget .main-box .main-box-body {
        padding: 0px !important;
    }

.fc-day-grid-event .fc-content {
    white-space: normal !important;
}


.bg-planned {
    background-color: #e36ef7 !important;
}

.hesInformationContainer {
    min-height: 70px;
}

.hesInformationIcon {
    font-size: 30px;
    text-align: center;
}

@media screen and (min-width:1024px) {
    .hesIconContainer {
        max-width: 50px;
    }
}

.formTrainingTypeHeader {
    height: 50px;
    font-size:15px !important;
}

.evaluationFormTable tbody > tr > td {
    padding: 12px 4px;
}

.flightScheduleRoute {
    width: 100% !important;
}

.bg-orange {
    background-color: #ffc107 !important;
}

.info-box-lessThan90Days {
    background-color: #cce5ff;
}

.info-box-lessThan60Days {
    background-color: #fff3cd;
}

.info-box-lessThan30Days {
    background-color: #f8d7da;
}

.info-box-CompletedLessThan50Percentage {
    background-color: red;
}

.info-box-CompletedGreatedThan50Percentage {
    background-color: #FFFF00;
}

.info-box-Completed {
    background-color: #51ed8d;
}

.list-dropdown-btn {
    padding: 0px !important;
}

    .list-dropdown-btn .fa-stack {
        height: 1.6em !important;
        line-height: 1.6em !important;
    }

.ui-splitbar {
    background-color: #00407f !important;
}

.split-bar-container {
    min-height: 100vh;
    margin-top: 150px;
}
.rosterTable.table > thead > tr > th, .maintenanceScheduleTable.table > tbody > tr > th, .maintenanceScheduleTable.table > tfoot > tr > th {
    padding: 4px !important;
    font-size: 9px !important;
    border: 1px solid #658fa5;
    min-width: 0px !important;
}

.rosterTable.table > tbody > tr {
    height: 44px !important;
}

.rosterTable {
    max-width: 99%;
}
.rosterViewBtn {
    border-radius: 30px;
}

.rosterTitle {
    margin-right: 10px;
}

.rosterFilterContainer {
    margin-top: 10px;
}

.rosterTypeHeaderTitle {
    font-size: 10px;
    margin-top: 3px;
}

.rosterHeader {
    padding-top: 0px !important;
}
.zui-table .zui-sticky-roster {
    position: absolute;
    left: 9px;
    top: auto;
    width: 126px;
    height: 44px !important;
    min-width: 135px !important;
}

.zui-table .zui-sticky-roster-user-header {
    position: absolute;
    left: 9px;
    top: auto;
    width: 126px;
    height: 23px !important;
    min-width: 135px !important;
}

.dayPilotDayHasDuty {
    border-bottom: 5px solid #4caf50 !important;
    background-color: #ddefdd;
}

.fixedWarnings {
    width: 50%;
    z-index: 1000;
}

.min-width-200 {
    min-width: 200px !important;
}

.no-top-border {
    border-top: none !important;
}

.periodSelectAll {
    font-weight: bold;
    font-size: 12px;
}

.movementDisplayNavigatorBtn {
    background-color: #e8e8e8 !important;
    color: #565656 !important;
    padding: 6px;
    padding-bottom: 5px;
    border-bottom: 0px !important;
}

.movementDisplayNavigatorBtnContainer {
    width: 33px;
    float: left;
}

.movementDisplayDatepickerContainer {
    width: 200px;
    float: left;
}

.movementDisplayFilter {
    margin-top: 10px;
    margin-bottom: 10px;
}
.form_datetime .form-control {
    cursor: pointer;
    background-color: white !important;
}


.zoom-controls {
    margin: 10px 0px;
    display: flex;
    align-items: center;
}

    .zoom-controls input[type=range] {
        width: 80px;
        margin: 0px 5px;
    }

    .zoom-controls button {
        width: 25px;
        height: 25px;
        background-color: #7f8c8d;
        color: white;
        border: 0;
        cursor: pointer;
    }

        .zoom-controls button:focus {
            outline: none;
        }

    .zoom-controls #label {
        display: inline-block;
        margin-left: 10px;
    }

.info-box-movement-display-solo {
    background-color: #09b2ef;
}

.info-box-movement-display-dual {
    background-color: #cc00ff;
}

.info-box-movement-display-actual {
    background-color: #26b573;
}

.studentGroupDownloadBtn {
    margin-left: 5px;
    padding: 0px;
}

    .studentGroupDownloadBtn .btn {
        height: 37px;
    }

.list-dropdown-btn {
    padding: 0px !important;
    margin-bottom: 2px;
}

    .list-dropdown-btn .fa-stack {
        height: 1em !important;
        line-height: 1em !important;
    }

    
.calendarInfoContainer {
    margin-top: 10px;
}

.hourIsGreaterThan90 {
    background-color: #F96666;
}

.hourIsGreaterThan80 {
    background-color: #FFC0CB;
}


.valueLessThan90 {
    background-color: #F9E266;

}

.valueLessThan80 {
    background-color: #F96666;

}


.freezeOffDisable {
    background-color: slategray;
    border-color: darkslategray;
    border-radius: 3px;
    line-height: 1.42857143;
    min-height: 40px !important;
    text-align: center !important;
    vertical-align: central !important;
}

.freezeOffEnable {
    border-radius: 3px;
    line-height: 1.42857143;
    min-height: 40px !important;
}

.freezeOffDisable:hover {
    background-color: #27ae60 !important;
    border-color: #398439 !important;
}

.freezeOffEnable:hover {
    background-color: slategray !important;
    border-color: darkslategray !important;
}
.addDutyRecordForAllCrewMembersCheckbox
{
    width:20px !important;
}

  
.scheduleAirportCell {
    width: 50% !important;
    float: left !important;
}

.routeInformation {
    text-align: center;
    display: initial !important;
}
.routeColumn {
    min-width: 110px !important;
}
.statistics-remaining-hour{
    color:#9a4612;
}

.evalutionFormRow td div
{
    font-size:10px !important;
}
.dropdown-menu-left {
  right:50%;
  left: auto;
}
