body, html {
    width: 100%;
    height: 100%
}

body {
    font-size: 13px;
    font-family: "Open Sans", Verdana, sans-serif;
    background: #f3f6f7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

#wrapper {
    padding: 15px;
}

#main-container {
    background: #fff;
    margin: 0px 0 30px 0;
    border: 1px solid #d3d8da;
}

#header {
    padding: 5px 15px;
    background: #1a9bd5;
    font-size: 12px;
    color: #def1f8;

}

#header.fixed {
    position: fixed;
    width: 100%;
    z-index: 1100;
    top: 0;
}

#header.fixed + .navbar-fixed-top {
    margin-top: 30px !important;
}

#header.fixed + .navbar + #wrapper > #main-container {
    margin: 100px 0 30px 0;
}

#content {
    margin: 15px 0;
}

#content h2 {
    font-size: 24px
}

#content h3 {
    font-size: 18px;
}

#header .fa {
    margin-right: 5px;
    opacity: 0.8
}

#header .logout {
    margin-left: 15px;
}

#header .logout a {
    color: #fff
}

#header .userinfo {
}

#header .userinfo .icon:before {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-right: 10px
}

#header .userinfo.userpage {
    color: #fff
}

#footer {
    font-size: 11px;
    background: #4e7995;
    color: #a1bed1;
    padding: 5px 0 5px 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

#footer a {
    color: #81bbfd
}

#footer a:hover {
    color: #fff
}

/* exam */
#wrapper.exam-wrapper {
    background: #f8f8f8;
    padding: 0;
    min-width: 600px;
}

#wrapper.exam-wrapper #main-container {
    border: none;
    background: transparent;
}

.exam-content-wrap {
    margin: 0 !important;
}

.exam-content {
    border-right: 1px solid #eee;
    background: #fff;
}

.exam-sidebar {
    position: relative;
    padding: 0;
}

.exam-control {
    position: fixed;
    width: inherit;
}

.exam-control > .body {
    padding: 10px
}

.exam-sidebar h3 {
    font-size: 14px;
    font-weight: 700
}

.exam-sidebar .counter {
    margin-bottom: 10px
}

.exam-sidebar .counter legend {
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600
}

.exam-content {
    font-size: 13px;
    line-height: 1.5em
}

.exam-content table td {
    vertical-align: top;
    padding: 2px;
}

/* Navbar */
.navbar-default {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #c1e0ec;
    margin: 0;
    min-height: 70px;
}

.navbar-default.scrolled {

    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.navbar-default .title {
    font-weight: 600;
    margin-top: 23px;
}

.navbar-default .navbar-brand {
    color: #93d7f2;
    border-radius: none !important;
}

.navbar-default .navbar-brand img {
    height: 40px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.narbar-default .navbar-brand a {
    color: #3ba3cc
}

.navbar-default .navbar-brand a:hover {
    color: #3ba3cc;
    text-decoration: none;
}

.navbar-default .navbar-text {
    color: #93d7f2;
}

.navbar-default .navbar-nav {
}

.navbar-default .navbar-nav > li > a {
    color: #575f67;
    padding: 25px 5px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.15s linear;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #27bcf7;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #27bcf7;
    background-color: #fff;
    /* border-bottom:1px solid #49c1f0; */
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #3d3d3d;
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #0b87b8;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #0b87b8;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #93d7f2;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #93d7f2;
}

.navbar-default .navbar-link {
    color: #93d7f2;
}

.navbar-default .navbar-link:hover {
    color: #ffffff;
}

.navbar-default .location {
    opacity: 0.9;
    transition: all 1s;
    font-size: 13px;
    color: #7d7d7d;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 6px 12px;
    border-radius: 35px;
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-default .location:hover,
.navbar-default .location:focus {
    max-width: 300px;
    opacity: 1;
    background: #78dc0c;
    color: #fff;
    border-color: #69c10a
}

.navbar-default .location .fa {
    font-size: 20px;
    margin-right: 10px;
    color: #78dc0c;
    float: left;
}

.navbar-default .location:hover .fa,
.navbar-default .location:focus .fa {
    color: #fff;
}

.navbar-nav li a .icon:before {
    font-size: 25px;
    margin-right: 10px;
    font-weight: normal;
    float: left;
}

.navbar-nav li a .text {
    display: block;
}

.navbar-nav .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    float: left;
    margin-top: 20px;
    background: #fff;
    border: 0;
}

@media only screen and (max-width: 768px) {
    .navbar-default {
        min-height: 70px;
    }

    .navbar-default .navbar-nav > li > a > .icon {
        display: none
    }

    .navbar-default .navbar-collapse {
        border: none
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #666;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #93d7f2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #93d7f2;
        background-color: #0b87b8;
    }
}

@media screen and (min-width: 750px) {
    .dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 18px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: 17px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.4);
        content: '';
    }
}

/* RESET BORDER RADIUS */

code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.dropdown-menu,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
    border-radius: 0 !important;
}

.form-control, .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

input.form-control, select.form-control {
    font-size: inherit;
    padding: 3px;
}

/* FROM PREV LAYOUT */

fieldset legend {
    font-size: 16px;
    padding-bottom: 5px;
}

/* info table */
.simpletable td, .simpletable th {
    padding: 5px;
}

.infotable {
    border: 1px solid #eee;
}

.infotable td, .infotable th {
    padding: 5px;
    border: 1px solid #eee;
    vertical-align: top;
}

.infotable th {
    text-align: left;
    font-weight: bold;
    background: #fbfbfb;
}

table.maintable {
    border: 1px solid #cecece;
    width: 100%;
    margin: 10px 0;
}

table.maintable tr {
}

table.maintable td {
    padding: 6px;
    border-bottom: 1px solid #e2e2e2;
    vertical-align: middle
}

table.maintable th {
    text-align: left;
    padding: 6px;
    font-weight: bold;
    font-size: 11px;
    color: #6d6d6d;
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    text-shadow: 0px 1px 0px #fff;
    text-transform: uppercase;
}

table.bordered td {
    border: 1px solid #e2e2e2
}

table.maintable.vtop td {
    vertical-align: top
}

table.maintable td.spacer {
    background-color: #efefef;
    background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#fdfdfd), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -ms-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -o-linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    background-image: -linear-gradient(top, #fdfdfd 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    text-shadow: 0px 1px 0px #fff;
    text-transform: uppercase;
}

table.maintable th.centered, table td.centered {
    text-align: center
}

table.maintable tbody tr {
    background-color: #fff;
}

/*table.maintable tbody tr:nth-child(odd){ background-color:#f7f7f7; }*/

table.table {
    border: 1px solid #cecece;
    width: 100%;
    margin: 10px 0;
}

table.table tr {
    background: #fafafa
}

table.table td {
    padding: 5px;
    border-bottom: 1px solid #e2e2e2;
}

table.table th {
    text-align: left;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    background-color: #efefef;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    text-shadow: 0px 1px 0px #fff;
    text-transform: uppercase;
}

table.table th.centered, table td.centered {
    text-align: center
}

table.table tbody tr:nth-child(odd) {
    background-color: #fff;
}

table.table tr.new {
    background: #fefae7;
}

table.bordered {
    border-collapse: collapse;
}

table.bordered tr {
}

table.bordered th {
    border: 1px solid #e2e2e2;
    font-size: 11px;
}

table.compact th {
    font-size: 10px;
}

table.compact td {
    font-size: 11px;
}

table.borderless {
}

table.borderless tr {
    background: transparent !important;
}

table.borderless td, table.borderless th {
    border: none;
}

tr.hlchk {
    background: #fffcae !important;
}

.btn-submit {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    background: -moz-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5c9bfa), color-stop(100%, #4786ed));
    background: -webkit-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
    background: -o-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
    background: -ms-linear-gradient(top, #5c9bfa 0%, #4786ed 100%);
    background: linear-gradient(to bottom, #5cc0fa 0%, #47b8ed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c9bfa', endColorstr='#4786ed', GradientType=0);
}

.btn-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    background: -moz-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #5c9bfa), color-stop(100%, #357ae8));
    background: -webkit-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
    background: -o-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
    background: -ms-linear-gradient(top, #5c9bfa 0%, #357ae8 100%);
    background: linear-gradient(to bottom, #4dafe8 0%, #3fa6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c9bfa', endColorstr='#3da5d6', GradientType=0);
}

.btn-submit.disabled {
    background-color: #ccc;
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
    background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
}

.btn-cancel {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #c1c1c1;
    background: -moz-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #c1c1c1));
    background: -webkit-linear-gradient(top, #ddd 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
    background: -ms-linear-gradient(top, #ddd 0%, #c1c1c1 100%);
    background: linear-gradient(to bottom, #ddd 0%, #c1c1c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd, endColorstr=' #c1c1c1, GradientType=0);
}

.btn-cancel:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #bbb;
    background: -moz-linear-gradient(top, #ccc 0%, #bbb 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #bbb));
    background: -webkit-linear-gradient(top, #ccc 0%, #bbb 100%);
    background: -o-linear-gradient(top, #ccc 0%, #bbb 100%);
    background: -ms-linear-gradient(top, #ccc 0%, #bbb 100%);
    background: linear-gradient(to bottom, #ccc 0%, #bbb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc, endColorstr=' #bbb, GradientType=0);
}

.btn-cancel.disabled {
    background-color: #ccc;
    background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ccc));
    background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
    background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
    background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc', GradientType=0);
}

/* breadcrumbs */
.breadcrumbs {
    position: relative;
    z-index: 1;
    padding: 10px;
    color: #8d8d8d;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    margin: -15px -15px 25px -15px
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.breadcrumbs a {
    color: #8d8d8d;
}

.breadcrumbs a:hover {
    color: #555
}

.breadcrumbs strong {
    color: #bbb;
}

.breadcrumbs li {
    display: inline;
    margin-right: 3px;
}

.breadcrumbs li + li:before {
    content: "/ ";
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .back {
    position: absolute;
    right: 10px;
    top: 10px;
}

h3 {
    font-size: 16px;
    font-weight: 700
}

.red {
    color: red
}

.green {
    color: green
}

.muted {
    color: #ccc
}

/* countdown */
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
    border: 1px solid #c1e79b;
    background-color: #eeffdd;
    overflow: hidden;
    padding: 5px 0;
    display: block;
}

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #888;
}

.countdown-row {
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}

.countdown-show1 .countdown-section {
    width: 98%;
}

.countdown-show2 .countdown-section {
    width: 48%;
}

.countdown-show3 .countdown-section {
    width: 32.5%;
}

.countdown-show4 .countdown-section {
    width: 24.5%;
}

.countdown-show5 .countdown-section {
    width: 19.5%;
}

.countdown-show6 .countdown-section {
    width: 16.25%;
}

.countdown-show7 .countdown-section {
    width: 14%;
}

.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}

.countdown-amount {
    font-size: 220%;
    font-weight: 700;
    color: #67b020
}

.countdown-period {
    display: block;
}

.countdown-descr {
    display: block;
    width: 100%;
}

/* misc */
.btn-search {
    padding-top: 5px;
    padding-bottom: 8px;
}

div.opt {
    text-align: right;
    margin: 10px 0
}

div.opt.thin {
    margin: 0;
}

div.opt.float {
    float: right
}
