<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*admins*/

/*
 * Skin: Blue
 * ----------
 */

@font-face {
    font-family: 'camptonlight';
    src: url('../fonts/campton-light-webfont.eot');
    src: url('../fonts/campton-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/campton-light-webfont.woff2') format('woff2'),
    url('../fonts/campton-light-webfont.woff') format('woff'),
    url('../fonts/campton-light-webfont.ttf') format('truetype'),
    url('../fonts/campton-light-webfont.svg#camptonlight_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'camptonbold';
    src: url('../fonts/campton-bold-webfont.eot');
    src: url('../fonts/campton-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/campton-bold-webfont.woff2') format('woff2'),
    url('../fonts/campton-bold-webfont.woff') format('woff'),
    url('../fonts/campton-bold-webfont.ttf') format('truetype'),
    url('../fonts/campton-bold-webfont.svg#camptonbold_demo') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'camptonbook';
    src: url('../fonts/campton-book-webfont.eot');
    src: url('../fonts/campton-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/campton-book-webfont.woff2') format('woff2'),
    url('../fonts/campton-book-webfont.woff') format('woff'),
    url('../fonts/campton-book-webfont.ttf') format('truetype'),
    url('../fonts/campton-book-webfont.svg#camptonbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

.errorMessage {
    color: #ff3223;
    font-weight: bold;
}

.main-header .navbar {
    background-color: #FA9C57;
}
.main-header .navbar .nav &gt; li &gt; a {
    color: #ffffff;
}
.main-header .navbar .nav &gt; li &gt; a:hover,
.main-header .navbar .nav &gt; li &gt; a:active,
.main-header .navbar .nav &gt; li &gt; a:focus,
.main-header .navbar .nav .open &gt; a,
.main-header .navbar .nav .open &gt; a:hover,
.main-header .navbar .nav .open &gt; a:focus,
.main-header .navbar .nav &gt; .active &gt; a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}
.main-header .navbar .sidebar-toggle {
    color: #ffffff;
}
.main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}
.main-header .navbar .sidebar-toggle {
    color: #fff;
}
.main-header .navbar .sidebar-toggle:hover {
    background-color: #367fa9;
}
@media (max-width: 767px) {
    .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .main-header .navbar .dropdown-menu li a:hover {
        background: #367fa9;
    }
}
.main-header .logo {
    background-color: #9F490A;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.main-header .logo:hover {
    background-color: #F47A20;
}
.main-header li.user-header {
    background-color: #3c8dbc;
}
.content-header {
    background: transparent;
}
.wrapper,
.main-sidebar,
.left-side {
    background-color: #222d32;
}
.user-panel &gt; .info,
.user-panel &gt; .info &gt; a {
    color: #fff;
}
.sidebar-menu &gt; li.header {
    color: #4b646f;
    background: #1a2226;
}
.sidebar-menu &gt; li &gt; a {
    border-left: 3px solid transparent;
}
.sidebar-menu &gt; li:hover &gt; a,
.sidebar-menu &gt; li.active &gt; a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}
.sidebar-menu &gt; li &gt; .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}
.sidebar a {
    color: #b8c7ce;
}
.sidebar a:hover {
    text-decoration: none;
}
.treeview-menu &gt; li &gt; a {
    color: #8aa4af;
}
.treeview-menu &gt; li.active &gt; a,
.treeview-menu &gt; li &gt; a:hover {
    color: #ffffff;
}
.sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}
.sidebar-form input[type="text"],
.sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}
.sidebar-form input[type="text"]:focus,
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}
.sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}
.sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}
.layout-top-nav .main-header &gt; .logo {
    background-color: #3c8dbc;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}
.layout-top-nav .main-header &gt; .logo:hover {
    background-color: #3b8ab8;
}

.login-menu {
    background-color: #E77500;
}

.white-font {
    color:white;
}

.resume-brief {
    margin-top: 10px;
}

.resume-item {
    padding:15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    margin-left:5px;
    margin-right:5px;
    float:left;
    width:30%;
}

.resume-item:hover {
    color: #525252;
    box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #F0F4FF;
}
.resume-item .list-group-item{
    background: none;
    min-height: 55px;
}

.resume-brief .list-group-item &gt; span {
    width: 100%;
}

.list-view .sorter
{
    float: right;
    font-size: 1.1em;
    margin-right: 10px;
    margin-bottom: 10px;
}

.list-view .sorter ul
{
    display: inline;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

.list-view .sorter li
{
    display: inline;
    margin: 0 0 0 10px;
    padding: 2px;
}

.list-view .sorter a.asc
{
    background:url('../img/up.gif') right center no-repeat;
    padding-right: 10px;
}

.list-view .sorter a.desc
{
    background:url('../img/down.gif') right center no-repeat;
    padding-right: 10px;
}


.lang-box {
    display: block;
    padding-bottom:8px;
    margin-bottom:8px;
    font-size: larger;
    border-bottom: solid 1px whitesmoke;
}

.language-buttons {
    margin-right: 10px;
    font-weight: bold;
}

#language-select a {
    opacity: 0.5;
    color: whitesmoke;
}

#language-select span {
    color: white;
}

#language-select a:hover {
    color:white;
    opacity: 0.8;
}

.login-info {
    color:white;
    text-align:left;
    padding:0px;
}

.box-footer input {
    margin-left:16.66666667%;
}

.search-form {
    margin-bottom:40px;
}

li.menu-separator {
    margin-top: 6px;!important;
    padding: 4px;!important;
    padding-left: 12px;!important;
    text-transform: uppercase;
    font-weight: bold;
    color: whitesmoke;
    background: #222F3C;
    font-stretch: condensed;
    border-bottom: solid 2px #222F3C;
}

.user-welcome:hover {
    text-decoration: underline;
}

.job-panel {
    border: solid 1px #e0e0e0;
    padding: 20px;
    margin: 10px 5px;
    background: #fff;
}


.new-message {
    position: absolute;
    top:-9px;
    right: -7px;
}

.unread-anchor {
    text-align: center;
    display: block;
    padding: 10px 5px;
    background: rgba(88, 150, 255, 0.17);
    margin-bottom: 20px;
}

.front-web-link {
    float: left;
    background-color: whitesmoke;
    color:#F47A20;
    font-weight: 800;
    padding: 7px;
    margin: 8px;
}

.front-web-link:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.main-footer {
    margin-left: 0;
}

.smaller {
    font-size: 14px;
}

.pagination &gt; .selected &gt; a,
.pagination &gt; .selected &gt; span,
.pagination &gt; .selected &gt; a:hover,
.pagination &gt; .selected &gt; span:hover,
.pagination &gt; .selected &gt; a:focus,
.pagination &gt; .selected &gt; span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

@media (min-width: 991px) {
    .table-wrapper {
        display: table;
        width: 100%;
    }

    .main-sidebar{
        display: table-cell;
        width: 17.99%;
    }
    .content-wrapper {
        display: table-cell;
        width: 82%;
    }
}</pre></body></html>