/*
 * CSE Encryption Engine Theme
 * Based on Twitter Bootstrap 3 and Simple Sidebar HTML Template.
 */

/*
 * CSE Blue is : 1c4288
 */

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

/* Main Styles */

body {
    background-color: #f8f8f8;
    background: #f5f5f7;
    color: #333;
}

.wrapper {
    width: 100%;
}

.page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    .page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

/* Navigation bar */
.navbar-nav > li > a, .navbar-brand {
    height: 70px;
}

.navbar-brand img {
    margin-right: 10px;
}
.navbar-brand {
    font-family: AbelRegular;
    margin: 0;
    padding: 0 0 0 15px;
    min-width: 250px;
    line-height: 70px;
}

/* Search */

.navbar-search {
    line-height: 70px;
}
.navbar-search input {
    margin-top: 12px;
}

.input-lg {
    border: 2px solid #2c5298;
}
input.input-lg {
    /* color: white; */
    color: #2c5298;
}


/* Sidebar Styles */

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


/* Panel */

.huge {
    font-size: 40px;
}

/* User card */

.card {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 0 10px 0;

    color: #333;
}
.card .header-bg {
    // This stretches the canvas across the entire hero unit
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #efefef url('../img/back-card.jpg');
    border-bottom: 2px #fff solid;
    // This positions the canvas under the text
    z-index: 1;
}
.card .avatar {
    position: relative;
    margin: -35px auto 15px auto;
    z-index: 100;
}
.card .avatar  {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #f0f0f0;
}
.card .avatar span {
    margin-top: 2px;
}

/* Headers */
h1, h2, h3 {
    font-family: AbelRegular;
}
h1.page-header {
    margin: 15px 0 ;
}
h1.page-header span {
    font-family: sans-serif;
}

/* tables */
.no-wrap {
    white-space: nowrap;
}

/* Button */
.btn.btn-primary {
    background-color: #1c4288;
    background-color: #2c5298;
}
.btn.btn-primary:hover {
    background-color: #3c62a8;
}

/* Upload */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* Loading widget */

.loading-spinner {
    background: #fff;
    border: 2px solid #1c4288;
    z-index: 10001; visibility: visible;
    position: absolute; left: 50%; top: 50%;
    margin-left: -60px; margin-top: -50px;
    width: 120px; height: 100px;
    font-family: arial,sans-serif;
    text-align: center;
    padding-top: 10px;
}

.loading-overlay {
    background: #334;
    background: #1c4288;
    height: 100%; width: 100%;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 10000;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    opacity: 0.5; filter: alpha(opacity=50); -moz-opacity:0.50;
    position: fixed;
}

.loading-text {
}

/* Login */

.login-panel {
    border-radius: 0;
}

/* File icon state */
.icon-state {
    color: #333;
    margin: 0 5px;
}
.icon-state.icon-state-finish {
    color: #1c4288;
}
.icon-state.icon-state-progress {
    color: #3c72a8;
}
.icon-file {
    color: #1c4288;
}

tr {
   line-height: 45px;
   min-height: 45px;
   height: 45px;
   vertical-align: middle;
}
