/* fonts */
@font-face {
    font-family: 'Open Sans Bold';
    src: url(/@core_assets/fonts/open-sans/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Open Sans BoldItalic';
    src: url(/@core_assets/fonts/open-sans/OpenSans-BoldItalic.ttf);
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    src: url(/@core_assets/fonts/open-sans/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: 'Open Sans ExtraBoldItalic';
    src: url(/@core_assets/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: 'Open Sans Italic';
    src: url(/@core_assets/fonts/open-sans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: 'Open Sans Light';
    src: url(/@core_assets/fonts/open-sans/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans LightItalic';
    src: url(/@core_assets/fonts/open-sans/OpenSans-LightItalic.ttf);
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url(/@core_assets/fonts/open-sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans Semibold';
    src: url(/@core_assets/fonts/open-sans/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'Open Sans SemiboldItalic';
    src: url(/@core_assets/fonts/open-sans/OpenSans-SemiboldItalic.ttf);
}

html {
    font-size: 16px;
}

body {
    font-family: "Open Sans Regular";
    color: #333;
}

textarea:required, select:required, input:required {
    border: 1px solid #ff7f7f;
}

hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.clear {
    clear: both;
}

.full-width {
    width: 100%;
}

.btn-success.full-width {
    font-size: 14px;
    display: block;
}

.btn-primary {
    color: #fff !important;
    background-color: #82042b;
    border-color: #82042b;
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.btn-success.full-width a,
.btn-primary a {
    color: #fff !important;
    display: block;
    width: 100%;
}

.btn-success.full-width a,
.btn-primary a:hover {
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #9b3655 !important;
}

.full-width {
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

i.tree-down {
    transform: rotate(90deg);
    padding-left: 10px;
    padding-right: 10px;
}

.bootstrap-tagsinput .tag {
    background-color: #55AB26;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}

.canvasjs-chart-credit {
    display: none;
}

/* loadimg modal */
.lmodal {
    display: none;
}
.lmodal,
.lmodal .text,
.lmodal .loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.lmodal .loader {
    background: rgba(0, 0, 0, .8) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
    z-index: 199;
}

.lmodal .text {
    z-index: 200;
    text-align: center;
    color: #fff;
    top: 55%;
}

/* flash messages */
.flash-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.flash-warning {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* alerts */
.alert.alert-primary {
    font-size: 0.7rem !important;
}
.alert.alert-primary .fa-info-circle {
    display: table;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alert.alert-primary p {
    margin: 0 !important;
    padding: 0 !important;
}

/* password checker */
#password-check-res {
    margin-top: 15px;
}

#password-check-res.short {
    font-weight: bold;
    color: #FF0000;
}

#password-check-res.short:before {
    display: block;
    content: "";
    width: 10%;
    height: 5px;
    background: #FF0000;
    margin-bottom: 5px;
}

#password-check-res.weak {
    font-weight: bold;
    color: orange;
}

#password-check-res.weak:before {
    display: block;
    content: "";
    width: 10%;
    height: 5px;
    background: orange;
    margin-bottom: 5px;
}

#password-check-res.good {
    font-weight: bold;
    color: #2D98F3;
}

#password-check-res.good:before {
    display: block;
    content: "";
    width: 10%;
    height: 5px;
    background: #2D98F3;
    margin-bottom: 5px;
}

#password-check-res.strong {
    font-weight: bold;
    color: limegreen;
}

#password-check-res.strong:before {
    display: block;
    content: "";
    width: 10%;
    height: 5px;
    background: limegreen;
    margin-bottom: 5px;
}

/* basic admin structure */
.loader-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.loader-bg .loader-bar {
    position: fixed;
    height: 5px;
    width: 80%;
    top: 0;
    left: 0;
    background: #82042b;
    -webkit-animation: barfiller 2s;
    animation: barfiller 2s
}

.fa-level-up-alt {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@-webkit-keyframes barfiller {
    0% {
        width: 0
    }
    25% {
        width: 20%
    }
    50% {
        width: 40%
    }
    70% {
        width: 60%
    }
    100% {
        width: 80%
    }
}

@keyframes barfiller {
    0% {
        width: 0
    }
    25% {
        width: 20%
    }
    50% {
        width: 40%
    }
    70% {
        width: 60%
    }
    100% {
        width: 80%
    }
}

.g-front .preview img {
    max-width: 100%;
}

.g-front .wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.g-front .navbar-header {
    display: block;
    width: 100%;
    height: 45px;
    background: #263544;
    position: fixed;
    top: 0;
    z-index: 1028;
    box-shadow: 0 2px 4px 0 rgba(43, 43, 43, .1);
    color: #fff;
}

.g-front .navbar-logo {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    padding: 20px 10px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .1);
    background: #263544;
}

.g-front .navbar-logo .mobile-menu {
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 2.9;
    width: 40px;
    margin: 0 auto;
}

.g-front .navbar-header a {
    color: #fff;
}

.g-front .navbar-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.g-front .nav-left {
    float: left;
    margin-bottom: 0;
}

.g-front .nav-right {
    float: right;
    margin-bottom: 0;
}

.g-front .navbar-container ul {
    list-style: none;
}

.g-front .navbar-container li {
    float: left;
    line-height: 2.8;
    padding: 0 20px;
    cursor: pointer;
    position: relative;
}

.g-front .main-container {
    display: block;
    margin: 45px auto 0;
    position: relative;
    clear: both;
    background: #f1f1f1;
    min-height: calc(100vh - 45px);
}

.g-front .container-navbar {
    display: block;
    float: left;
    width: 250px;
    top: 45px;
    position: fixed;
    z-index: 1027;
    height: 100%;
}

.g-front .nav-list {
    overflow: hidden;
    height: calc(100vh - 45px);
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 2px 15px 0 rgba(43, 43, 43, .2);
    box-shadow: 0 2px 15px 0 rgba(43, 43, 43, .2);
}

.g-front .inner-navbar {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #263544;
    z-index: 99;
}

.g-front .navigation-label {
    color: #f1f7ff;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    padding: 3px 25px 5px 15px;
    position: relative;
    border-top: 1px solid #1e2a36;
    background-color: #1e2a36;
}

.g-front .inner-navbar .sub-menu > ul {
    display: none;
}

.g-front .inner-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.g-front .inner-navbar ul li a {
    display: block;
    padding: 10px 15px;
    color: #b7c0cd;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.g-front .inner-navbar ul li a:hover {
    color: #fff;
}

.g-front .inner-navbar ul li a .fa,
.g-front .inner-navbar ul li a .fab,
.g-front .inner-navbar ul li a .fas {
    padding-right: 10px;
}

.g-front .inner-navbar ul li a .right {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}

.g-front .inner-navbar ul li a.trigger {
    background-color: #1d2531;
    color: #fff;
}

.g-front .inner-navbar ul.active {
    display: block !important;
}

.g-front .inner-navbar ul ul {
    background-color: #222d3b;
}

.g-front .inner-navbar ul li ul li a {
    border-left: 4px solid #82042b;
    padding: 10px 20px;
}

.g-front .inner-navbar ul li ul li a:hover {
    border-left: 4px solid #82042b;
    color: #82042b;
}

.g-front .container-content {
    position: relative;
    display: block;
    margin-left: 250px;
    float: unset;
    right: 0;
    padding-top: 1px;
}

.g-front .page-header.card {
    background-size: cover;
    position: relative;
    margin: 30px 35px 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    border: none;
}

.g-front .page-header.card .page-header-title i {
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 12px -3px rgba(0, 0, 0, .5);
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #82042b;
}

.g-front .page-header.card h5 {
    margin-bottom: 0;
    line-height: 2;
}

.g-front .page-header.card .breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    float: right;
}

.g-front .page-header.card .breadcrumb a, .page-header.card .breadcrumb {
    font-size: 13px;
    color: #37474f;
}

.page-header.card .breadcrumb a:hover {
    text-decoration: none;
    color: #37474f;
}

.page-header.card .navbar {
    margin-top: 2rem;
    border-radius: 5px;
    display: block !important;
}

.page-header.card .navbar a {
    display: table;
    float: right;
    margin-left: 10px;
}
.page-header.card .navbar a:hover {
    text-decoration: none;
}

/* page body */
.g-front .page-body ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.g-front .page-action-panel {
    padding: 1rem 2.3rem 0;
}

.g-front .page-action-panel .actions {
    background-color: #263544;
    padding: 0.5rem 1.25rem;
    border-radius: 5px;
}

.g-front .page-action-panel .actions .inner {
    float: right;
}

.g-front .page-action-panel .actions button {
    position: relative;
    display: inline-block !important;
    width: auto !important;
}

.g-front .page-action-panel .actions button:hover {
    background-color: #82042b;
}

.g-front .page-action-panel .actions button:hover a {
    color: #fff;
}

.g-front .page-action-panel .actions a {
    color: #fff;
    margin-left: 10px;
    padding-left: 20px;
    font-size: 14px;
}

.g-front .page-action-panel .actions a i {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 18px;
}

.g-front .page-action-panel .actions a:hover {
    text-decoration: none;
}

.g-front .page-body {
    padding: 2rem 2.3rem;
}

.g-front .page-body .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 0.75rem;
}

.g-front .page-body .card .form-control {
    font-size: 0.875rem !important;
}

.g-front .page-body .card .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 20px;
    position: relative;
}

.g-front .page-body .card .card-header h5 {
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.g-front .page-body .card-title, h5 {
    margin: 0;
}

.g-front .page-body .card .card-header h5:after {
    content: "";
    background-color: #d2d2d2;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.g-front .page-body .card .card-block {
    padding: 1.25rem;
}

/* form */
.g-front .page-body form input,
.g-front .page-body form select,
.g-front .page-body form {
    font-size: 12px;
}

/* table action buttons */
.g-front .page-body .table td.controll a {
    color: #172029;
    font-size: 20px;
    padding: 4px;
}

.g-front .page-body .table td.controll a:hover {
    color: #82042b;
}
.g-front .page-body .table td.controll.cc-1 {
    width: 45px;
}

.g-front .page-body .table td.controll.cc-2 {
    width: 76px;
}

.g-front .page-body .table td.controll.cc-3 {
    width: 120px;
}

.g-front .page-body .table td.controll.cc-4 {
    width: 135px;
}

.g-front .page-body .table td.controll.cc-5 {
    width: 170px;
}

.g-front .page-body .table .btnn a,
.g-front .page-body .table .btnn i {
    color: #82042b;
    cursor: pointer;
}

/* table */
.g-front .page-body table {
    font-size: 12px;
}

.g-front .page-body .table tr:hover {
    background-color: #f2e5e9 !important;
}

.g-front .page-body .table td, .g-front .page-body .table th {
    vertical-align: middle !important;
    padding: 5px !important;
}

.g-front .page-body table.clear tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.g-front .page-body table.clear td, .g-front .page-body table.clear th {
    padding: 5px;
}

.g-front .page-body table.clear td {
    border-top: none !important;
}

.g-front .page-body .segment label.title {
    display: block;
    padding: 10px;
    font-weight: 700;
    background-color: #263544;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.g-front .page-body .segment {
    margin-bottom: 20px;
}

.g-front .page-body form button.btn,
.g-front .page-body form input.btn {
    align-items: center;
    background-color: #82042b;
    color: #fff;
    border-radius: 0;
    min-width: 10%;
    margin-right: 15px;
}

.g-front .page-body form button.btn:hover,
.g-front .page-body form input.btn:hover {
    background-color: #82042b;
}

.g-front .page-body table tr.line {
    border-bottom: 2px solid #000 !important;
}
.g-front .page-body table .bright {
    border-right: 1px solid #000;
}

/* error templates */
.card.error {
    text-align: center;
}
.card.error h5 {
    padding-bottom: 20px;
}
.card.error div.img img {
    display: table;
    width: 10%;
    margin: 0 auto 20px;
}

/* pagination */
.pagination.dark li a {
    background-color: #263544;
    color: #fff;
}
.pagination.dark li.active a,
.pagination.dark li a:hover {
    background-color: #82042b !important;
}