@charset "UTF-8";
html {
    height: 100%;
}

.left_col {
    background: #c0202f;
    max-width: 100%;
}

.nav-sub-title__link {
    display: block;
    color: #fff;
    padding: 9px 15px;
}

.nav-sub-title__link:hover {
    color: #c6c6c6;
}

.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%;
}

.menu_section {
    margin-bottom: 35px;
}

.menu_section h3 {
    padding-left: 23px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000;
}

.menu_section > ul {
    margin-top: 0;
}

.profile {
    padding: 15px;
    border-bottom: 1px solid #af1e2b;
}

.profile_info {
    padding: 0 0 0 10px;
    width: 65%;
    float: left;
}

.profile_info span {
    font-size: 14px;
    color: #BAB8B8;
    margin-bottom: 5px;
}

.profile_info h2 {
    font-size: 16px;
    font-weight: 700;
    color: #ECF0F1;
    margin: 0;
    overflow: hidden;

}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA;
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px;
}

@media (min-width: 480px) {
    .nav_menu {
        position: static;
    }
}

.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed;
}

body .container.body .right_col {
    background: #F7F7F7;
}


.nav-md .container.body .right_col {
    padding: 10px 20px 0;
    margin-left: 230px;
}

.nav_title {
    width: 230px;
    float: left;
    background: #424242;
    border-radius: 0;
    height: 57px;
}

@media (max-width: 991px) {
    .nav-md .container.body .right_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }

    .nav-md .container.body .col-md-3.left_col {
        display: none;
    }

    .nav-md .container.body .right_col {
        width: 100%;
        padding-right: 0;

    }

    .right_col {
        padding: 10px !important;
    }
}

.container {
    width: 100%;
    padding: 0;
}

.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover {
    background: #D9DEE4;
}

body {
    color: #424242;
    position: relative;
    background-color: #fff;
}

.body {
    position: relative;
    min-height: 100vh;
}

.main_container {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
    min-height: 100vh;
}

.main_container .top_nav {
    display: block;
    margin-left: 230px;
}

.top_nav .nav-link {
    border-bottom: none;
}

.page-title {
    width: 100%;
    background-color: #c0202f;
}

@media (max-width: 768px) {
    .search-form__wrap {
        padding: 0px 10px 15px 15px;
    }
}

.page-title__text {
    color: #fff;
    margin-left: 15px;
    font-size: 1.5rem;
}

.page-title .title_left {
    width: 45%;
    float: left;
    display: block;
}

.page-title .title_left h3 {
    margin: 13px 0 13px 15px;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.page-title .title_right {
    width: 55%;
    float: left;
    display: block;
}

.page-title .title_right .pull-right {
    margin: 10px 0;
}

.col-md-55, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 767px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
    .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
    .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
    .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
    .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
    .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
    .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
    .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
    .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

        float: none;
    }
}

.grid_slider .col-md-6 {
    padding: 0 40px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #5A738E;
    text-decoration: none;
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
}

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

.navbar {
    margin-bottom: 0;
}

.top_nav li a i {
    font-size: 15px;
}

.navbar-static-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.sidebar-header {
    border-bottom: 0;
    margin-top: 46px;
}

.sidebar-header:first-of-type {
    margin-top: 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 16px 12px 53px;
}

.nav li.current-page {
    background: rgba(255, 255, 255, 0.05);
}

.nav li li li.current-page {
    background: none;
}

.nav li li.current-page a {
    color: #fff;
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 45px;
    display: block;
    height: 55px;
    margin: 0;
}

.site_title .logo-img {
    height: 25px;
}

.site_title span {
    padding-left: 15px;
}

.site_title:hover,
.site_title:focus {
    text-decoration: none;
}

.nav-sub-title {
    border-bottom: 1px solid #af1e2b;
}

.nav-sub-title .site-name {
    margin: 0 0 10px 0;
}

.nav-sub-title .site-section-name {
    margin: 0;
}

.nav.navbar-nav > li > a {
    color: #515356 !important;
}

.nav.top_menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #34495E !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.top_search__input-group {
    width: 300px;
    margin-right: 15px;
}

@media (max-width: 768px) {
    .top_search__input-group {
        width: auto;
    }
}

.top_search__input-group .form-control {
    font-size: 14px;
    height: 38px;
}

.top_search .form-control {
    border-right: 0;
    box-shadow: none;
    padding-left: 20px;
    border: none;
}

.top_search .input-group-btn button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #fff;
    border-left: 0;
    box-shadow: none;
    color: #c0202f;
    margin-bottom: 0 !important;
    background-color: #fff;
}

.top_search .input-group-btn button:focus,
.top_search .input-group-btn button:hover {
    background-color: #c0202f;
    color: #fff;
    border: 1px solid #fff;
    border-left: 0;
}

.main_menu_side {
    padding: 0;
    padding-bottom: 60px;
}

footer {
    background: #b1212e;
    padding: 15px 20px;
    display: block;
    color: #999;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .footer_fixed footer {
        margin-left: 0;
    }
}

article.media {
    width: 100%;
}

/* *********  custom accordion  **************************** */
*, *:before, *:after {
    box-sizing: border-box;
}

#integration-list {
    width: 100%;
    margin: 0 auto;
    display: table;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#integration-list ul > li:hover {
    background: #efefef;
}

h2 {
    font-size: 18px;
    font-weight: 400;
}

#left, #right {
    display: table;
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
}

.right-arrow {
    width: 10px;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.x_panel {
    width: 100%;
    padding: 10px 17px;
    background: #fff;
    border-top: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.x_content {
    position: relative;
    margin-top: 5px;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500;
}

legend {
    padding-bottom: 7px;
}

td span {
    line-height: 28px;
}

table thead {
    background-color: #f0f0f0;
}

span.right {
    float: right;
    font-size: 14px !important;
}

.nav > li > a.user-profile {
    color: #5E6974 !important;
    padding: 0 20px;
    height: 56px;
    line-height: 50px;
}

.user-profile img {
    width: auto;
    height: 56px;
    margin-right: 10px;
    padding: 10px;
    background-color: #fff;
}

.main_menu .fa {
    width: 26px;
    opacity: .99;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button,
.buttons,
.btn,
.modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px;
}

.input-group {
    margin-bottom: 10px;
}

.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important;
}

legend {
    font-size: 18px;
    color: inherit;
}

tbody button.btn {
    width: 40px;
    padding: 0px;
    height: 38px;
}

.btn-default {
    color: #fff;
    background-color: #c0202f;
    border-color: #c0202f;
}

.btn-icon-right .fa {
    padding-left: 10px;
}

.btn-icon-left .fa {
    padding-right: 10px;
    display: inline;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
    color: #fff;
}

.btn-success {
    background: #26B99A;
    border: 1px solid #169F85;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #169F85;
}

textarea {
    padding: 10px;
    vertical-align: top;
    width: 200px;
}

textarea:focus {
    outline-style: solid;
    outline-width: 2px;
}

a:focus {
    outline: none;
}

.profile_title {
    background: #F5F7FA;
    border: 0;
    padding: 7px 0;
    display: -ms-flexbox;
    display: flex;
}

/** login **/
.login {
    background: #F7F7F7;
}

.login .fa-paw {
    font-size: 26px;
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative;
}

.registration_form, .login_form {
    position: absolute;
    top: 0px;
    width: 100%;
}

.login_form {
    z-index: 22;
}

#signup:target ~ .login_wrapper .registration_form, #signin:target ~ .login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s;
}

#signup:target ~ .login_wrapper .login_form, #signin:target ~ .login_wrapper .registration_form {
    animation-name: fadeOutLeft;
}

.animate {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-duration: 0.5s;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -o-animation-duration: 0.5s;
    -o-animation-timing-function: ease;
    -o-animation-fill-mode: both;
    -ms-animation-duration: 0.5s;
    -ms-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: both;
}

/** signup **/
.login_box {
    padding: 20px;
    margin: auto;
}

.left {
    float: left;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.clearfix:after, form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.login_content {
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}

.login_content a,
.login_content .btn-default:hover {
    text-decoration: none;
}

.login_content a:hover {
    text-decoration: underline;
}

.login_content h1 {
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}

.login_content h1:before, .login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 27%;
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, white 100%);
    right: 0;
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, white 100%);
    left: 0;
}

.login_content h1:before, .login_content h1:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%;
}

.login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left, #7e7e7e 0%, white 100%);
    right: 0;
}

.login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right, #7e7e7e 0%, white 100%);
    left: 0;
}

.login_content form {
    margin: 20px 0;
    position: relative;
}

.login_content form input[type="text"], .login_content form input[type="email"], .login_content form input[type="password"] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    margin: 0 0 20px;
    width: 100%;
}

.login_content form input[type="text"]:focus, .login_content form input[type="email"]:focus, .login_content form input[type="password"]:focus {
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #A97AAD inset;
    background-color: #fff;
    border: 1px solid #A878AF;
    outline: none;
}

#username {
    background-position: 10px 10px !important;
}

#password {
    background-position: 10px -53px !important;
}

.login_content form div a {
    font-size: 12px;
    margin: 10px 15px 0 0;
}

.reset_pass {
    margin-top: 10px !important;
}

.login_content div .reset_pass {
    margin-top: 13px !important;
    margin-right: 39px;
    float: right;
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
}

.login_content form input[type="submit"], #content form .submit {
    float: left;
    margin-left: 38px;
}

header {
    width: 100%;
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/** Switchery **/
.switchery {
    width: 40px !important;
    height: 22px !important;
}

.switchery-label {
    display: flex;
    padding: 0 10px;
}

.switchery-text {
    line-height: 25px;
    margin-right: 10px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .switchery-text {
        width: 80px;
    }
}

.switchery > small {
    width: 20px !important;
    height: 20px !important;
}

/** /Switchery **/
/** Normalize.css **/
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#nprogress .bar {
    background: #c0202f;
}

#loader {
    display: block;
    position: static;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(51, 51, 51, 0.59);
    z-index: 200;
}

#loader #loader-box {
    width: 100%;
    height: 100%;
    position: relative;
}

#loader #loader-box img {
    position: absolute;
    top: 50%;
    left: 50%;
}

#flash-alerts .alert {
    border-radius: 0;
}

#flash-alerts {
    position: fixed;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    margin: 0px auto;
    text-align: center;
}

#flash-alerts .alert {
    border-radius: 0;
}

.sidebar_col {
    flex: 0 0 230px;
    margin-top: -56px;
    background: #c0202f;
    min-height: 100vh;
}

.main_col {
    padding-bottom: 60px;
}

.nav > li > a:hover, .nav > li > a:focus , .nav > li.active > a {
    background-color: #af1e2b;
    color: #fff;
}

.nav-link {
    color: #fff;
    border-bottom: 1px solid #af1e2b;
    padding-left: 1rem;
}

.sub-nav-item .nav-link {
    position: relative;
    margin-left: 1rem;
}

.sub-nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 0;
    background-color: #af1e2b;
    width: 1rem;
    height: 100%;
}

#mapid {
    height: 180px;
}

.main_x_panel {
    height: 100%;
    background-color: #fff;
    position: relative;
}

.translate-table td {
    padding: 0;
}

.translate-table_form-control {
    border: none;
    background-color: rgba(255, 255, 255, .4);

}

.translate-table_form-control:disabled {
    background-color: rgba(233, 236, 239, 0.4);
    opacity: 1;
}

.navbar-mob {
    background: #921924;
}

.navbar-mob .nav-link {
    color: #fff;
}

.navbar-brand__mob {
    color: #fff;
}

.navbar-toggler__mob {
    color: #fff;
}

.navbar-mob .navbar-nav > li > a {
    padding: 10px 20px;
    border-bottom: 1px solid #af1e2b;
}

.navbar-mob .navbar-nav > li > ul.sidebar-menu__submenu .nav-link {
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #af1e2b;
}

.navbar-mob .navbar-nav > li > ul.sidebar-menu__submenu .nav-item:before {
    left: 10px;
    width: 10px;
}

@media (max-width: 992px) {

    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        z-index: 5;
        background: #c0202f;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
}

.row.no-flex-wrap-row {
    flex-wrap: nowrap;
}

tbody tr:hover {
    background-color: #cce6ff;
}

tbody td {
    vertical-align: middle !important;
    padding: 3px 12px !important;
}

tbody button,
tbody a.btn {
    margin: 3px 6px !important;
}

.nav-item i {
    margin-right: 10px;
    font-size: 15pt;
    position: absolute;
    left: 17px;
}

td a {
    text-decoration: underline;
}

tr.highlighted {
    background-color: rgba(38, 185, 154, 0.3);
}

.images-label-previews {
    margin-top: 10px;
}

.images-upload-previews,
.images-upload-persisted
{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.images-upload-previews div,
.images-upload-persisted div
{
    position: relative;
}

.images-upload-previews div button,
.images-upload-persisted div button
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    border-radius: 50%;
    font-size: 12px;
}

.images-upload-previews .alt-tag-wrapper,
.images-upload-persisted .alt-tag-wrapper
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.images-upload-previews .alt-tag-wrapper input
{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    border-radius: 5px;
}

.images-upload-persisted .alt-tag-wrapper input
{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 30px;
    border-radius: 5px;
}

.images-upload-persisted .alt-tag-wrapper i {
    position: absolute;
    right: 12px;
    font-size: 16px;
    background-color: green;
    padding: 3px;
    border-radius: 10px;
    color: white;
    bottom: 11px;
    cursor: pointer;
}

.images-upload-previews img,
.images-upload-persisted img
{
    border: 1px solid grey;
    margin: 2px;
    padding: 2px;
}

.image-upload {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.image-upload div {
    position: relative;
}

.image-upload img
{
    border: 1px solid grey;
    margin: 2px;
    padding: 2px;
}

.image-upload button
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    border-radius: 50%;
    font-size: 12px;
}

.image-upload .alt-tag-wrapper
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.image-upload .alt-tag-wrapper input
{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
    border-radius: 5px;
}
