html {
    min-height: 100%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 200;
}

header .header-content {
    background: rgba(58, 109, 151, 0.82);
    padding: 8px 0;
}

header .header-content .header-inner .logo {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -70px;
}

header .header-content .header-inner .logo a {
    display: block;
    width: 100%;
}

header .header-content .header-inner .logo a img {
    max-width: 130px;
}

header .header-content .header-inner .navbar {
    margin: 0;
    display: inline-block;
    min-height: auto;
}

header .header-content .header-inner .navbar .effect {
    display: none;
}

header .header-content .header-inner .navbar .navbar-header {
    float: none;
}

header .header-content .header-inner .navbar .navbar-header .navbar-toggle {
    border-color: #fff;
    float: left;
    margin: 9px 0 5px;
}

header .header-content .header-inner .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
}

header .header-content .header-inner .navbar .navbar-collapse {
    padding: 0;
    text-align: left;
    border-top: none;
    box-shadow: none;
}

header .header-content .header-inner .navbar .navbar-collapse .navbar-nav {
    float: none;
    margin: 0 0 5px 0;
}

header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li {
    float: none;
    display: block;
    margin-top: 10px;
}

header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 19px;
}

header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a:hover, header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a:focus {
    background-color: transparent;
    text-decoration: none;
}

header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a .notification {
    margin-left: 5px;
}

header .header-content .header-inner .header-right {
    display: inline-block;
    float: right;
    margin: 20px 4px 0 0;
    text-align: right;
    vertical-align: top;
    position: relative;
}

header .header-content .header-inner .header-right .timer {
    display: inline-block;
    position: absolute;
    top: 100%;
    right: -25px;
}

header .header-content .header-inner .header-right .dropdown {
    display: inline-block;
    vertical-align: top;
}

header .header-content .header-inner .header-right .dropdown > a {
    cursor: pointer;
}

header .header-content .header-inner .header-right .dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 80px;
}

header .header-content .header-inner .header-right .dropdown .dropdown-menu a {
    color: #000;
    margin: 0;
}

header .header-content .header-inner .header-right p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: none;
    vertical-align: top;
    margin-top: 21px;
    margin-left: 10px;
}

header .header-content .header-inner .header-right a {
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

header .header-content .header-inner .header-right a i {
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}

header .header-content .header-inner .header-right a i:before {
    font-size: 28px;
}

@media (min-width: 768px) {
    header .header-content {
        padding: 0;
    }

    header .header-content .header-inner {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    header .header-content .header-inner .header-right {
        text-align: right;
        flex: 1;
        margin: 6px 0 0 0;
    }

    header .header-content .header-inner .header-right a {
        margin-left: 20px;
        margin-top: 28px;
    }

    header .header-content .header-inner .header-right .timer {
        position: static;
    }

    header .header-content .header-inner .logo {
        position: static;
        top: auto;
        left: auto;
        margin-left: 0;
        margin-right: 20px;
    }

    header .header-content .header-inner .logo a img {
        max-width: 130px;
    }

    header .header-content .header-inner .navbar .navbar-header .navbar-toggle {
        float: right;
    }

    header .header-content .header-inner .navbar .navbar-collapse .navbar-nav {
        margin: 0;
    }

    header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li {
        display: inline-block;
        margin-top: 0;
    }

    header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a {
        font-size: 20px;
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    header .header-content .header-inner {
        height: 70px;
    }

    header .header-content .header-inner .logo {
        margin-right: 50px;
    }

    header .header-content .header-inner .logo a img {
        max-width: 170px;
    }

    header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li a {
        font-size: 22px;
        padding: 0 35px;
        font-size: 22px;
    }

    header .header-content .header-inner .header-right a i:before {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    header .header-content .header-inner .navbar .effect {
        display: block;
    }

    header .header-content .header-inner .navbar .navbar-collapse .navbar-nav li.active a:after {
        content: '';
        position: absolute;
        background: #fff;
        bottom: -27px;
        display: block;
        height: 4px;
        width: 100%;
        left: 0;
    }

    header .header-content .header-inner .header-right p {
        display: inline-block;
    }
}

footer {
    padding: 0 0 10px;
}

footer .footer-navigation {
    background: rgba(58, 109, 151, 0.82);
    text-align: center;
}

footer .footer-navigation ul li {
    display: inline-block;
    width: 100%;
}

footer .footer-navigation ul li a {
    font-size: 18px;
    color: #fff;
    padding: 5px 20px 6px;
    display: block;
}

footer .footer-navigation ul li a:hover {
    opacity: 0.8;
}

footer .rights {
    margin-top: 10px;
    text-align: center;
}

footer .rights p {
    font-size: 16px;
    color: #fff;
}

@media (min-width: 768px) {
    footer .footer-navigation {
        text-align: left;
    }

    footer .footer-navigation ul li {
        width: auto;
    }

    footer .rights {
        text-align: left;
    }

    footer .rights p {
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    footer .footer-navigation ul {
        margin-left: 70px;
    }

    footer .rights p {
        margin-left: 90px;
    }
}

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
}

.flaticon-arrows-6:before {
    content: "\f100";
}

.flaticon-arrows-5:before {
    content: "\f101";
}

.flaticon-swap-horizontal-orientation-arrows:before {
    content: "\f102";
}

.flaticon-arrows-4:before {
    content: "\f103";
}

.flaticon-arrows-2:before {
    content: "\f104";
}

.flaticon-arrows-1:before {
    content: "\f105";
}

.flaticon-login:before {
    content: "\f106";
}

.flaticon-arrows-3:before {
    content: "\f107";
}

.flaticon-time-1:before {
    content: "\f108";
}

.flaticon-time:before {
    content: "\f109";
}

.flaticon-arrows:before {
    content: "\f10a";
}

.flaticon-round-help-button:before {
    content: "\f10b";
}

.flaticon-notification:before {
    content: "\f10c";
}

.flaticon-settings:before {
    content: "\f10d";
}

.flaticon-avatar:before {
    content: "\f10e";
}

body {
    font-family: "Source Sans Pro", sans-serif;
}

* {
    margin: 0;
}

*:focus {
    outline: none !important;
}

main {
    padding-top: 70px;
}

body {
    background: transparent url("../img/background.jpg") no-repeat scroll center center/cover;
}

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

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

a, button {
    transition: all 0.2s ease;
}

a:hover, a:focus, button:hover, button:focus {
    text-decoration: none;
}

fieldset, label {
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    main {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    main {
        padding-top: 70px;
    }
}

@media (min-width: 1200px) {
    html {
        min-height: 100%;
        position: relative;
    }

    body {
        margin-bottom: 100px;
    }

    footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}

.tab-content > .tab-pane {
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.incorrect {
    color: #b72a2a;
}

.correct {
    color: #43a923;
}

.pending {
    color: #808080;
}

.notification {
    background: #fff;
    font-size: 14px;
    color: #002d61;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    text-align: center;
    display: inline-block;
    line-height: 18px;
    padding-left: 1px;
    vertical-align: top;
}

.main-title {
    font-size: 22px;
    color: #fff;
    width: 100%;
}

@keyframes mymove {
    0% {
        margin-top: 0px;
    }
    100% {
        margin-top: 80px;
    }
}

a .card {
    position: relative;
    transition: 0.3s ease-in-out;
}

a .card:hover .card-hover {
    display: block;
}

a .card:hover .card-hover .btn {
    margin-top: 80px;
    animation: mymove 0.3s;
}

a .card .card-hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
}

a .card .card-hover .btn {
    display: inline-block;
    float: none;
    display: inline-block;
    margin-top: 0px;
}

.card-title-container {
    border-bottom: 1px solid #eeeeee;
}

.card-title-container .card-title {
    color: #002d61;
    font-size: 22px;
    font-weight: 600;
    padding: 0 6px 4px;
    border-bottom: 1px solid #eeeeee;
}

.card-title-container .card-title span {
    font-size: 12px;
    float: right;
    vertical-align: top;
}

.card-title-container .card-title + .event-block {
    border-top: none;
}

.card-title-container .card-title .label {
    display: inline-block;
    padding: 3px 9px;
    font-size: 17px;
    vertical-align: top;
    margin: 4px 0 0 10px;
}

.card-title-container > .card-title {
    display: inline-block;
    border-bottom: none;
}

.card-title-container .title-right-section {
    float: right;
}

.card-title-container .progress {
    display: inline-block;
    width: 80px;
    height: 8px;
    margin: 11px 5px 0 0;
    vertical-align: top;
    border-radius: 0;
}

.card-title-container .timer {
    display: inline-block;
}

.card-title-container .timer div > div > span {
    margin-top: 3px;
    font-weight: 500;
}

.card-title-container .timer canvas {
    display: none;
}

.card {
    background: #fff;
    margin-bottom: 21px;
}

.card .card-container {
    margin: 0 9px 5px;
}

.card .card-container .title-right-section {
    margin-top: 3px;
}

.card .card-container .card-title {
    color: #002d61;
    font-size: 22px;
    padding: 4px 6px;
    font-weight: 600;
    /*border-bottom: 1px solid #eeeeee;*/
}

.card .card-container .card-title span {
    font-size: 12px;
    float: right;
    vertical-align: top;
}

.card .card-container .card-title + .event-block {
    border-top: none;
}

.card .card-container .card-title .label {
    display: inline-block;
    padding: 3px 9px;
    font-size: 17px;
    vertical-align: top;
    margin: 4px 0 0 10px;
}

.card .card-container .table-title {
    color: #002d61;
    font-size: 22px;
    padding: 4px 6px 4px 0;
    font-weight: 600;
}

.card .card-container .table-title + .table {
    margin: 0;
    border-top: none;
}

.card .card-container .description-container p {
    color: #002d61;
    font-size: 18px;
    margin-bottom: 11px;
    padding: 0 5px;
}

.card .card-container .description-container p:first-child {
    margin-top: 4px;
}

.card .card-container .event-block {
    border-top: 1px solid #eee;
    padding: 0 5px;
}

.card .card-container .event-block h1 {
    color: #002d61;
    font-size: 18px;
    margin: 5px 0 7px;
    font-weight: 600;
}

.card .card-container .event-block h1 span {
    float: right;
    color: #ccc;
    font-size: 12px;
}

.card .card-container .event-block p {
    color: #808080;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
}

.card .card-container .table {
    margin-bottom: 14px;
}

.card .card-container table {
    margin: 15px 0;
}

.card .card-container table:first-of-type {
    margin-top: 0;
}

.card .card-container table tr th, .card .card-container table tr td {
    font-size: 18px;
    color: #002d61;
    padding: 0 8px;
    border: none;
}

.card .card-container table tr th {
    font-weight: 600;
    padding-top: 7px;
}

.card .card-container table tr td {
    width: 80%;
}

.card .card-container table tr td.increased {
    color: #43a923;
}

.card .card-container table tr td.decreased {
    color: #b72a2a;
}

.card .card-container table tr td:first-child {
    color: #808080;
    width: 20%;
}

.card .card-container table.table-striped > tbody > tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.card .btn {
    float: right;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
}

table tr.highlighted {
    background: #002d61;
}

table tr.highlighted th, table tr.highlighted td {
    color: #fff !important;
}

table.table-cells-equal tr td {
    width: auto !important;
}

table.table-cells-equal tr td:first-child {
    width: auto !important;
}

table.table-cells-right tr th, table.table-cells-right tr td {
    text-align: right;
}

table.table-cells-right tr th:first-child, table.table-cells-right tr td:first-child {
    text-align: left;
}

.error-message {
    color: #b72a2a;
}

.btn {
    font-size: 14px;
    border-radius: 0;
}

.btn.btn-transparent {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.btn.btn-transparent:hover {
    opacity: 0.8;
}

.btn.btn-green {
    background: #43a923;
    color: #fff;
}

.btn.btn-green:hover {
    background: #327f1a;
}

.btn.btn-orange {
    background: #e17c2e;
    color: #fff;
}

.btn.btn-orange:hover {
    background: #c0631c;
}

.btn.btn-gray {
    background: #fafafa;
    color: #002d61;
}

.btn.btn-gray:hover {
    background: #e1e1e1;
}

.btn.btn-red {
    background: #b72a2a;
    color: #fff;
}

.btn.btn-red:hover {
    background: #8e2020;
}

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    margin-bottom: 20px;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left > li, .tabs-right > li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.sideways {
    margin-top: 50px;
    border: none;
    position: relative;
}

.sideways > li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}

.sideways > li > a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0;
}

.sideways > li.active > a {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways > li.active > a:hover, .sideways > li.active > a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}

.sideways.tabs-left {
    left: -50px;
}

.sideways.tabs-right {
    right: -50px;
}

.sideways.tabs-right > li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sideways.tabs-left > li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.effect {
    background: #fff none repeat scroll 0 0;
    bottom: -24px;
    display: block;
    height: 4px;
    left: -2px;
    position: absolute;
    transition: all 0.7s ease-in-out 0s;
}

.time_circles {
    position: relative;
    width: 75px;
    height: 100%;
    display: inline-block;
}

.time_circles canvas {
    visibility: hidden;
}

.time_circles > div {
    position: absolute;
    text-align: center;
}

.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../img/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: -120px 0;
}

.icheckbox.hover {
    background-position: -144px 0;
}

.icheckbox.checked {
    background-position: -168px 0;
}

.icheckbox.disabled {
    background-position: -192px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -216px 0;
}

.iradio {
    background-position: -120px 0;
}

.iradio.hover {
    background-position: -144px 0;
}

.iradio.checked {
    background-position: -168px 0;
}

.iradio.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(../img/blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

@media (min-width: 768px) {
    .main-title {
        font-size: 18px;
        color: #fff;
        width: auto;
    }

    .btn {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .main-title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .tabs-left {
        border-right: 1px solid #ddd;
        margin-bottom: 0;
    }

    .card .card-container .card-title {
        font-size: 20px;
    }

    .card .card-container .progress {
        width: 60px;
    }

    .time_circles canvas {
        visibility: visible;
    }

    .vert-scroll {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .vert-scroll.height-600 {
        max-height: 582px;
    }

    .vert-scroll.height-550 {
        max-height: 550px;
    }

    .vert-scroll.height-450 {
        max-height: 450px;
    }

    .vert-scroll.height-350 {
        max-height: 350px;
    }
}

@media (min-width: 1920px) {
    .card .card-container .card-title {
        font-size: 22px;
    }

    .card .card-container .progress {
        width: 80px;
    }
}

.main-page {
    background-size: cover;
    padding: 15px 0;
}

.main-page .main-top-bar {
    display: table;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}

.main-page .main-top-bar .timer {
    width: 100%;
    display: inline-block;
}

.main-page .main-top-bar .status p {
    font-size: 14px;
    color: #fff;
}

.main-page .main-top-bar .status span {
    font-size: 48px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
}

.main-page .main-top-bar .main-title {
    text-align: center;
    margin: 10px 0;
}

.main-page .main-top-bar .paging {
    text-align: right;
}

.main-page .main-top-bar .paging p {
    font-size: 14px;
    color: #fff;
}

.main-page .owl-carousel .slider-item {
    background: #fff;
    border: 4px solid transparent;
    padding-bottom: 80px;
}

.main-page .owl-carousel .slider-item.error {
    border-color: #b72a2a;
}

.main-page .owl-carousel .slider-item.error .slider-item-bottom {
    border-color: #b72a2a;
}

.main-page .owl-carousel .slider-item.success {
    border-color: #43a923;
}

.main-page .owl-carousel .slider-item.success .slider-item-bottom {
    border-color: #43a923;
}

.main-page .owl-carousel .slider-item .slider-item-top {
    padding: 5px;
    min-height: 620px;
}

.main-page .owl-carousel .slider-item .slider-item-top h2 {
    font-size: 18px;
    font-weight: 600;
    color: #002d61;
    padding: 0 8px 7px 8px;
    border-bottom: 1px solid #eee;
}

.main-page .owl-carousel .slider-item .slider-item-top h2 .label {
    display: inline-block;
    padding: 3px 9px;
    font-size: 17px;
    vertical-align: top;
    margin: 1px 0 0 5px;
}

.main-page .owl-carousel .slider-item .slider-item-top h3 {
    font-size: 16px;
    color: #002d61;
    font-weight: 600;
    padding: 10px;
}

.main-page .owl-carousel .slider-item .slider-item-top .state {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0;
}

.main-page .owl-carousel .slider-item .slider-item-top .state.error {
    background: #b72a2a;
}

.main-page .owl-carousel .slider-item .slider-item-top .state.success {
    background: #43a923;
}

.main-page .owl-carousel .slider-item .slider-item-top table {
    border-top: 1px solid #eee;
    margin: 11px 0;
}

.main-page .owl-carousel .slider-item .slider-item-top table:first-of-type {
    margin-top: 0;
    border-top: none;
}

.main-page .owl-carousel .slider-item .slider-item-top table tr th, .main-page .owl-carousel .slider-item .slider-item-top table tr td {
    font-size: 14px;
    color: #002d61;
    padding: 2px 8px 3px;
    border: none;
    line-height: 1.1;
}

.main-page .owl-carousel .slider-item .slider-item-top table tr th {
    font-weight: 600;
    padding-top: 4px;
}

.main-page .owl-carousel .slider-item .slider-item-top table tr td {
    width: 40%;
}

.main-page .owl-carousel .slider-item .slider-item-top table tr td:first-child {
    color: #808080;
    width: 50%;
}

.main-page .owl-carousel .slider-item .slider-item-top table.table-striped > tbody > tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.main-page .owl-carousel .slider-item-top {
    max-height: 620px;
}

.main-page .owl-carousel .slider-item .slider-item-bottom {
    padding: 15px 14px 11px;
    background: #f5f5f5;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border: 4px solid transparent;
    border-top: none;
}

.main-page .owl-carousel .slider-item .slider-item-bottom .options p {
    display: inline-block;
    font-size: 18px;
    color: #002d61;
    font-weight: 600;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 10px;
}

.main-page .owl-carousel .slider-item .slider-item-bottom .options label {
    font-size: 18px;
    color: #002d61;
    font-weight: 400;
    margin-left: 8px;
    cursor: pointer;
}

.main-page .owl-carousel .slider-item .slider-item-bottom .options label:first-of-type {
    margin-left: 0;
}

.main-page .owl-carousel .slider-item .slider-item-bottom .options label .icheckbox,
.main-page .owl-carousel .slider-item .slider-item-bottom .options label .iradio {
    vertical-align: top;
    margin: 2px 10px 0 0;
}

.main-page .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -47px;
    text-align: center;
    height: 0;
}

.main-page .owl-carousel .owl-nav .owl-prev,
.main-page .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.6);
    width: 48px;
    height: 54px;
}

.main-page .owl-carousel .owl-nav .owl-prev i,
.main-page .owl-carousel .owl-nav .owl-next i {
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 1px;
}

.main-page .owl-carousel .owl-nav .owl-prev i:before,
.main-page .owl-carousel .owl-nav .owl-next i:before {
    width: 100%;
    height: 100%;
    font-size: 40px;
}

.main-page .owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -15px;
    transform: rotate(180deg);
}

.main-page .owl-carousel .owl-nav .owl-prev i {
    right: -2px;
}

.main-page .owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -15px;
}

.main-page .owl-carousel .owl-nav .owl-next i {
    left: 2px;
}

.main-page .owl-carousel .owl-dots {
    text-align: center;
    margin: 20px 0 15px;
}

.main-page .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.main-page .owl-carousel .owl-dots .owl-dot span {
    background: #959595;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 50%;
}

.main-page .owl-carousel .owl-dots .owl-dot:hover span, .main-page .owl-carousel .owl-dots .owl-dot.active span, .main-page .owl-carousel .owl-dots .owl-dot:focus span {
    background: #fff;
}

.main-page .submit-bar {
    text-align: center;
    border-top: 1px solid #5f5e5f;
}

.main-page .submit-bar .main-title {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 10px 0;
}

.main-page .submit-bar .btn {
    font-size: 16px;
    font-weight: 600;
}

.main-page .submit-bar i {
    color: #fff;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    animation: spinner 1s linear infinite;
}

.main-page .submit-bar i:before {
    font-size: 38px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .main-page {
        text-align: left;
        padding: 25px 0;
    }

    .main-page .main-top-bar {
        text-align: left;
    }

    .main-page .main-top-bar .paging {
        display: table-cell;
        vertical-align: middle;
    }

    .main-page .main-top-bar .status {
        display: table-cell;
    }

    .main-page .main-top-bar .main-title {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
    }

    .main-page .main-top-bar.timer-container {
        padding: 20px 80px 22px;
    }

    .main-page .main-top-bar .timer {
        position: absolute;
        left: 0;
        top: 0;
    }

    .main-page .owl-carousel .slider-item {
        padding-bottom: 50px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top h2 {
        font-size: 22px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top h3 {
        font-size: 18px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top table tr th, .main-page .owl-carousel .slider-item .slider-item-top table tr td {
        font-size: 18px;
    }

    .main-page .owl-carousel .slider-item .slider-item-bottom .options p {
        width: auto;
        margin-bottom: 0;
    }

    .main-page .owl-carousel .slider-item .slider-item-bottom .options label {
        margin-left: 20px;
    }

    .main-page .submit-bar {
        padding-top: 25px;
    }

    .main-page .submit-bar .main-title {
        margin: 12px 15px 0 0;
        font-size: 22px;
    }

    .main-page .submit-bar .btn {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .main-page {
        padding: 15px 0;
    }

    .main-page .main-top-bar .paging p {
        font-size: 18px;
    }

    .main-page .owl-carousel .slider-item {
        padding-bottom: 80px;
    }

    .main-page .owl-carousel .slider-item .slider-item-bottom .options p {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (min-width: 1200px) {
    .main-page .owl-carousel .slider-item {
        padding-bottom: 80px;
    }

    .main-page .submit-bar .main-title {
        font-size: 28px;
    }

    .main-page .submit-bar .btn {
        font-size: 28px;
    }
}

@media (min-width: 1680px) {
    .main-page {
        padding: 10px 0;
    }

    .main-page .owl-carousel .slider-item {
        padding-bottom: 50px;
    }

    .main-page .owl-carousel .slider-item .slider-item-bottom .options p {
        width: auto;
        margin-bottom: 0;
    }

    .main-page .owl-carousel .owl-dots {
        margin: 10px 0 5px;
    }

    .main-page .main-top-bar {
        margin-bottom: 10px;
    }

    .main-page .submit-bar {
        padding-top: 20px;
    }
}

@media (min-width: 1920px) {
    .main-page {
        padding: 15px 0;
    }

    .main-page .owl-carousel .owl-dots {
        margin: 20px 0 15px;
    }

    .main-page .main-top-bar {
        margin-bottom: 15px;
    }

    .main-page .submit-bar {
        padding-top: 25px;
    }
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal {
    border-bottom-width: 4px;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li {
    margin-bottom: -4px;
    margin-left: 20px;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li:first-child {
    margin-left: 0;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li > a {
    color: #002d61;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-bottom: 4px solid transparent;
    margin: 0;
    padding: 0 8px 5px;
    line-height: 24px;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li > a:hover {
    background-color: transparent;
    border-bottom-color: #002d61;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li.active > a, .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li.active:focus, .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li.active:hover {
    border-bottom-color: #002d61;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal + .tab-content table:first-of-type {
    border-top: none;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical {
    border-color: #eee;
    margin-bottom: 35px;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li {
    margin-bottom: 0;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li > a {
    border: none;
    border-top: 1px solid #eee;
    border-radius: 0;
    font-size: 16px;
    color: #002d61;
    padding: 5px 12px;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li > a:hover {
    background: #002d61;
    color: #fff;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li:first-child > a {
    border-top: none;
}

.main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li.active > a, .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li.active:focus, .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li.active:hover {
    border-left: none;
    background: #002d61;
    color: #fff;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content {
    margin-bottom: 25px;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner {
    display: table;
    width: 100%;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl {
    display: table-row;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dt {
    display: table-cell;
    margin: 0;
    padding-right: 10px;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
    padding-top: 6px;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd {
    display: table-cell;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd .form-group {
    position: relative;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd .form-group .form-control {
    color: #002d61;
    font-size: 14px;
    border-radius: 0;
    height: 36px;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd .form-group.select .form-control {
    padding: 6px 15px 6px 6px;
}

.main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd .form-group.select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    border-top: 6px solid #002d61;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.main-page.clients .owl-carousel .slider-item {
    padding: 0;
}

@media (min-width: 1200px) {
    .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.horizontal > li > a {
        font-size: 22px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top .nav-tabs.vertical > li > a {
        font-size: 18px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dt {
        font-size: 18px;
        padding-top: 5px;
    }

    .main-page .owl-carousel .slider-item .slider-item-top .tab-content .tab-pane .tab-inner dl dd .form-group .form-control {
        font-size: 16px;
    }
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
    background: #002d61;
    padding: 10px 23px 8px;
    position: relative;
}

.modal .modal-dialog .modal-content .modal-header h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.modal .modal-dialog .modal-content .modal-header .close {
    opacity: 1;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 23px;
    margin-top: -7px;
    line-height: 14px;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container {
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container .table-title + table {
    border-top: none;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table {
    border-top: 1px solid #eee;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table:first-of-type {
    border-top: none;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table tr td {
    width: auto;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table tr td:first-child {
    width: 50%;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table tr td .glyphicon {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table tr td .glyphicon:first-child {
    margin-left: 0;
}

.modal .modal-dialog .modal-content .modal-body .card .card-container table tr td.actions {
    text-align: right;
}

.modal .modal-dialog .modal-content .modal-footer {
    text-align: center;
    margin: 0 15px;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
    padding: 5px 10px;
    box-shadow: 1px 2px 2px #ddd;
    margin: 0 5px;
}

@media (min-width: 768px) {
    .modal .modal-dialog .modal-content .modal-footer .btn {
        padding: 5px 30px;
        box-shadow: 1px 2px 2px #ddd;
        margin: 0 10px;
    }
}

.login-page {
    background-size: cover;
    text-align: center;
    padding: 5px 0;
}

.login-page .login-form-container {
    border-radius: 5px;
    text-align: left;
    margin: 0 20px;
}

.login-page .login-form-container .login-messages h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
}

.login-page .login-form-container .login-messages p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

.login-page .login-form-container .login-form-inner {
    padding: 30px 0;
    width: 100%;
    vertical-align: top;
}

.login-page .login-form-container .login-form-inner input {
    display: block;
    height: auto;
    font-size: 20px;
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
    margin-top: 18px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 10px;
    box-sizing: border-box;
}

.login-page .login-form-container .login-form-inner input::-webkit-input-placeholder {
    color: #fff;
}

.login-page .login-form-container .login-form-inner input::-moz-placeholder {
    color: #fff;
}

.login-page .login-form-container .login-form-inner input:-ms-input-placeholder {
    color: #fff;
}

.login-page .login-form-container .login-form-inner input:-moz-placeholder {
    color: #fff;
}

.login-page .login-form-container .login-form-inner input:first-child {
    margin-top: 0;
}

.login-page .login-form-container .login-form-inner .remember-group {
    margin-top: 24px;
}

.login-page .login-form-container .login-form-inner .remember-group .icheckbox {
    margin-right: 10px;
    margin-top: 7px;
    float: left;
}

.login-page .login-form-container .login-form-inner .remember-group label {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 18px;
    float: left;
    padding-bottom: 1px;
    cursor: pointer;
}

.login-page .login-form-container .login-form-inner .remember-group label span {
    font-weight: 700;
}

.login-page .login-form-container .login-form-inner .remember-group .btn-login {
    float: right;
    width: 100%;
    padding: 3px 0 4px;
    border: none;
    background: #43a923;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
}

.login-page .login-form-container .login-form-inner .remember-group .btn-login:hover {
    background: #327f1a;
    transition: 0.3s ease all;
}

@media (min-width: 768px) {
    .login-page {
        padding: 110px 0;
    }

    .login-page .login-form-container .login-messages {
        margin-bottom: 50px;
    }

    .login-page .login-form-container .login-messages h1 {
        font-size: 48px;
    }

    .login-page .login-form-container .login-messages p {
        font-size: 30px;
    }

    .login-page .login-form-container .login-form-inner {
        width: 600px;
        margin: auto;
    }

    .login-page .login-form-container .login-form-inner input {
        margin-top: 32px;
        font-size: 30px;
    }

    .login-page .login-form-container .login-form-inner .remember-group {
        margin-top: 46px;
    }

    .login-page .login-form-container .login-form-inner .remember-group label {
        font-size: 24px;
        float: none;
        flex: 1;
    }
}

.login-page .login-form-container .login-form-inner .remember-group .icheckbox {
    margin-top: 0;
}

@media (min-width: 992px) {
    .login-page .login-form-container .login-form-inner .remember-group {
        display: flex;
        display: -webkit-flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .login-page .login-form-container .login-form-inner .remember-group .icheckbox {
        float: none;
    }

    .login-page .login-form-container .login-form-inner .remember-group .btn-login {
        width: auto;
        padding: 0 35px;
        font-size: 24px;
        line-height: 54px;
        margin-top: 0;
    }
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

pre {
  white-space: pre-wrap;
  font-family: "Source Sans Pro", sans-serif;
  word-break: keep-all;
  font-size: 16px;
}