:root {
    --primary: #5A738E;
    --info: #7bcce4;
    --danger: #d9514d;
    --success: #5ab75a;
    --text:  #73879C;
    --hover-brightness: 0.9;

    --bg-color: #2A3F54;
}

body {
    color: #73879C;
    background: var(--bg-color);
    font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

a {
    color: #5A738E;
}

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

form{
    margin-top: 10px;
}

footer {
    background: #fff;
    padding: 15px 20px;
    display: block;
}

.max-width{
    max-width: 100%;
}

.form-horizontal .control-label{
    float: left;
}
.form-inline .form-control{
    width: -webkit-fill-available;
}

.form-horizontal .form-group{
    margin-right: 0;
    margin-left: 0;
}

.btn-group-settings{
    width: 100%;
}

.btn-group-settings .btn{
    width: 200px;
    position: relative;
    text-align: left;
}

.btn-group-settings .btn .caret{
    vertical-align: bottom;
}

.btn-group-settings .btn-caret{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 10%;
    height: 100%;
    display: block;
}

.btn-group-settings .dropdown-menu {
    position: absolute;
    top: inherit;
    left: inherit;
    width: 200px;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin-top: -4px;
}

.btn-group-settings .btn-default .btn-caret{
    background-color: #f3f3f3;
    border-left: 1px solid #ccc;
}

.btn-group-settings .btn-default:hover:focus:active:visited{
    background-color: inherit;
}

.btn-group-settings .btn-colored[value="0"]{
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
 }

 .btn-group-settings .btn-colored[value="1"]{
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
 }

.btn-label {position: relative;left: -12px;display: inline-block;padding: 6px 12px;background: rgba(0,0,0,0.15);border-radius: 3px 0 0 3px;}
.btn-sm .btn-label {padding: 5px 12px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}
.btn { margin-bottom:10px; }

.success{
    color: #5cb85c;
}

.danger{
    color: #d9534f;
}

.activ-cell{
    border-width: 1px !important;
    border-color: red !important;
}

ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED
}
ul.bar_tabs>li {
    border: 1px solid #E6E9ED;
    color: #333 !important;
    margin-top: -17px;
    margin-left: 8px;
    background: #fff;
    border-bottom: none;
    border-radius: 4px 4px 0 0
}
ul.bar_tabs>li.active {
    border-right: 6px solid #D3D6DA;
    border-top: 0;
    margin-top: -15px
}
ul.bar_tabs>li a {
    padding: 10px 17px;
    background: #F5F7FA;
    margin: 0;
    border-top-right-radius: 0
}
ul.bar_tabs>li a:hover {
    border: 1px solid transparent
}
ul.bar_tabs>li.active a {
    border-bottom: none
}
ul.bar_tabs.right {
    padding-right: 14px
}
ul.bar_tabs.right li {
    float: right
}

.deletButtonForm{
    margin: 50px 0;
}

.detail a, .expand, .jqstooltip, .paging_full_numbers a:hover, .site_title:focus, .site_title:hover, a, a:focus, a:hover {
    text-decoration: none;
}

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

.btn {
    border-radius: 3px;
}

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

.btn-dark {
    color: #E9EDEF;
    background-color: #4B5F71;
    border-color: #364B5F;
}

.btn-dark.active,.btn-dark:active,.btn-dark:focus,.btn-dark:hover,.open .dropdown-toggle.btn-dark{
    color:#FFF;
    background-color:#394D5F;
    border-color:#394D5F
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background-image: none;
    border: 1px solid #ccc;
  
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: rgba(0,0,0,0.15);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider:before {
  background-color: var(--success);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 50%;
}

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

.overflow_hidden, .sidebar-widget, .site_title, .tile, .weather-days .col-sm-2, .x_title h2, table.tile_info td p {
    overflow: hidden;
}

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

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

.row {
    margin-right: -10px;
    margin-left: -10px;
}

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

.left_col {
    background: #2A3F54;
}


.navbar {
    margin-bottom: 0
}
.navbar-header {
    background: #34495E
}
.navbar-right {
    margin-right: 0
}

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

.top_nav .navbar-right {
    margin: 0;
    width: 70%;
    float: right
}
.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static
}
@media (min-width: 480px) {
    .top_nav .navbar-right li {
        position: relative
    }
}

@media (min-width: 768px){
    .navbar-nav.navbar-right:last-child {
        margin-right: 0px;
    }
}
.top_nav .dropdown-menu li {
    width: 100%
}
.top_nav .dropdown-menu li a {
    width: 100%;
    padding: 12px 20px
}
.top_nav li a i {
    font-size: 15px
}


.navbar-nav > .open > .dropdown-menu {
    position: absolute;
    background: #fff;
    margin-top: 0;
    border: 1px solid #D9DEE4;
    -webkit-box-shadow: none;
    right: 0;
    left: auto;
    width: 220px;
}
.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.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer
}
.nav.side-menu>li>a {
    margin-bottom: 6px
}
.nav.side-menu>li>a:hover {
    color: #F2F5F7 !important
}
.nav.side-menu>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent
}
.nav.child_menu {
    display: none
}
.nav.child_menu li:hover,
.nav.child_menu li.active {
    background-color: rgba(255, 255, 255, 0.06)
}
.nav.child_menu li {
    padding-left: 36px
}
.nav-md ul.nav.child_menu li:before {
    background: #425668;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%
}
.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #425668;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0
}
.nav-md ul.nav.child_menu li:last-child::after {
  bottom: 50%;
}
.nav.side-menu>li>a,
.nav.child_menu>li>a {
    color: #E7E7E7;
    font-weight: 500
}
.nav.child_menu li li:hover,
.nav.child_menu li li.active {
    background: none
}
.nav.child_menu li li a:hover,
.nav.child_menu li li a.active {
    color: #fff
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 13px 15px 12px
}
.nav.side-menu>li.current-page,
.nav.side-menu>li.active {
    border-right: 5px solid #1ABB9C
}
.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
}
.nav.side-menu>li.active>a {
    text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #fff;
    border: 1px solid #D9DEE4;
    border-bottom: 0px;
    }


.navbar-brand,
.navbar-nav>li>a {
    font-weight: 500;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 32px;
    width: 220px;

}

.nav.navbar-nav>li>a {
    color: #515356 !important;
    border: 1px solid transparent;
    border-bottom: 0px;
}
.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
}

.nav-sm .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 70px;
    padding: 0;
    z-index: 9999;
    position: absolute
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
    position: fixed;
    height: 100%
}
.nav-sm .container.body .col-md-3.left_col .mCSB_container,
.nav-sm .container.body .col-md-3.left_col .mCustomScrollBox {
    overflow: visible
}
.nav-sm .hidden-small {
    visibility: hidden
}
.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-left: 70px;
    z-index: 2
}
.nav-sm .navbar.nav_title {
    width: 70px
}
.nav-sm .navbar.nav_title a span {
    display: none
}
.nav-sm .navbar.nav_title a i {
    font-size: 26px;
    margin: 13px 0 0 3px
}
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 6px 6px;
    border-radius: 50%
}
.site_title img {
    max-height: 66px;
    max-width: 180px;
}
.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 70px;
    z-index: 2
}
.nav-sm .nav.side-menu li a {
    text-align: center !important;
    font-weight: 400;
    font-size: 10px;
    padding: 10px 5px
}
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
    border-right: 5px solid #1ABB9C
}
.nav-sm ul.nav.child_menu ul,
.nav-sm .nav.side-menu li.active-sm ul ul {
    position: static;
    width: 200px;
    background: none
}
.nav-sm>.nav.side-menu>li.active-sm>a {
    color: #1ABB9C !important
}
.nav-sm .nav.side-menu li a i.toggle-up {
    display: none !important
}
.nav-sm .nav.side-menu li a i {
    font-size: 25px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 5px
}
.nav-sm ul.nav.child_menu {
    left: 100%;
    position: absolute;
    top: 0;
    width: 210px;
    z-index: 4000;
    background: #3E5367;
    display: none
}
.nav-sm ul.nav.child_menu li {
    padding: 0 10px
}
.nav-sm ul.nav.child_menu li a {
    text-align: left !important
}
.nav-sm .profile {
    display: none
}
.menu_section {
    margin-bottom: 35px
}
.menu_section h3 {
    padding-left: 15px;
    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: 10px
}

.profile_img, .modal-img{
    display: block;
    position: relative;
}

.avatar-view{
    display: block;
    width: 100%;
    height: auto;
}

.avatar-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #282d36;
}

.no-padding-mobile i{
        font-size: 18px;
        margin-top: 3px;
}

.profile_img:hover .avatar-overlay, .modal-img:hover .avatar-overlay{
    opacity: 0.5;
}

@media (max-width:  991px){
    .modal-img {

        margin-bottom: 20px;
    }

    .no-padding-mobile{
        padding: 0;
    }

    .no-padding-mobile i{
        font-size: 22px;
        margin-top: 5px;
    }


}

@media (min-width:  768px){

    .modal-img {
        margin-left: 25px;
    }
}

@media (min-width:  992px){

    .modal-img{
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .modal-img .avatar-overlay{
        height: 88%;
        width: 87%;
        margin-left: 20px;
    }
}




.avatar-overlay > i:before {
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 42px;
    margin: -10px 0px 0px -21px;
    transform: translate3d(0,-10px,0);
    transition: 0.35s ease-in;
}

.profile_pic {
    width: 35%;
    float: left
}
.img-circle.profile_img {
    width: 70%;
    background: #fff;
    margin-left: 15%;
    z-index: 1000;
    position: inherit;
    margin-top: 20px;
    border: 1px solid rgba(52, 73, 94, 0.44);
    padding: 4px
}
.profile_info {
    padding: 25px 10px 10px;
    width: 65%;
    float: left
}
.profile_info span {
    font-size: 13px;
    line-height: 30px;
    color: #BAB8B8
}
.profile_info h2 {
    font-size: 14px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300
}
.profile.img_2 {
    text-align: center
}
.profile.img_2 .profile_pic {
    width: 100%
}
.profile.img_2 .profile_pic .img-circle.profile_img {
    width: 50%;
    margin: 10px 0 0
}
.profile.img_2 .profile_info {
    padding: 15px 10px 0;
    width: 100%;
    margin-bottom: 10px;
    float: left
}

a.user-profile {
    color: #5E6974 !important
}
.user-profile img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-right: 10px;
    display: initial;
}

.user-profile .proile-info{
    display: inline-block;
    vertical-align: middle;
    margin: -3px 25px 0 10px;
    width: 85px;
}

.user-profile .name, .user-profile .role{
        display: block;
}

.user-profile .name{
    line-height: 18px;
}

.user-profile .role {
    line-height: 12px;  
    font-size: 10px; 
}

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

.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
}
.nav-sm .menu_section {
    margin: 0
}
.nav-sm .side-menu span.fa,
.nav-sm .menu_section h3 {
    display: none
}
.nav-sm li li span.fa {
    display: inline-block
}
.nav_menu {
    float: left;
    background: #EDEDED;
    border-bottom: 1px solid #D9DEE4;
    margin-bottom: 10px;
    width: 100%;
    position: relative
}
@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
}

@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
    }
}



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


.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    margin-left: 0 !important;
    line-height: 59px;
    display: block;
    height: 55px;
    margin: 0;
    padding-left: 10px
}
.site_title:hover,
.site_title:focus {
    text-decoration: none
}

/*------------------------------------*\
    SiteContent
\*------------------------------------*/

.page-title{
    width: 100%;
    height: 65px;
    padding: 10px 0;
}

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

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

.page-title .title_left h3 {
    margin: 9px 0;
}


@media (max-width: 425px) {
    .page-title .title_left{
        width: 100%;
    }

}

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

.x_panel, .x_title {
    margin-bottom: 10px;
}

.x_title {
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px
}
.x_title .filter {
    width: 40%;
    float: right
}
.x_title h2 {
    margin: 5px 0 6px;
    float: left;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
.x_title h2 small {
    margin-left: 10px
}
.x_title span {
    color: #BDBDBD
}
.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}
.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

.editor-post-featured-image{
        /* display: block; */
        /* vertical-align: middle; */
        /* line-height: normal; */
        /* min-height: 200px; */
        /* line-height: 200px; */
        /* text-align: center; */
        background-color: #f0f0f0;
    
    }

@media (min-width: 768px) and (max-width:  922px){
    .editor-post-featured-image{
        min-height: 100px;
        line-height: 23px;
    }
}

.input-group .editor-post-featured-image{
    min-height: 130px;
    line-height: 23px;
}

.components-button {
display: inline-flex;
text-decoration: none;
font-weight: 400;
font-size: 13px;
margin: 0;
border: 0;
cursor: pointer;
-webkit-appearance: none;
background: none;
transition: box-shadow .1s linear;
height: 36px;
align-items: center;
box-sizing: border-box;
padding: 6px 12px;
border-radius: 2px;
color: #1e1e1e;
}

.components-button.is-link {
margin: 0;
padding: 0;
box-shadow: none;
border: 0;
border-radius: 0;
background: none;
outline: none;
text-align: left;
color: var(--wp-admin-theme-color);
text-decoration: underline;
transition-property: border,background,color;
transition-duration: .05s;
transition-timing-function: ease-in-out;
height: auto;
}

.components-button.is-link.is-destructive {
color: #cc1818;
}

.editor-post-featured-image .components-responsive-wrapper__content {
        max-width: 100%;
        width: auto;
    
    }

.fancybox-slide--iframe .fancybox-content {
    width  : 800px !important;
    height : 500px !important;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}


@media (max-width:  768px){
    .fancybox-slide{
        padding: 0px !important;
    }
}

@media (max-width: 1200px) {
    .x_title h2 {
        width: 62%;
        font-size: 17px
    }
    .tile,
    .graph {
        zoom: 85%;
        height: inherit
    }
}
@media (max-width: 425px) and (min-width: 192px) {
    .x_title h2 small {
        display: none
    }
}

.panel_toolbox {
    float: right;
    min-width: 44px;
}

.panel_toolbox>li {
    float: right;
    cursor: pointer
}
.panel_toolbox>li>a {
    padding: 5px;
    color: #C5C7CB;
    font-size: 14px
}
.panel_toolbox>li>a:hover {
    color: #73879C
}


/*------------------------------------*\
    DataTables
\*------------------------------------*/

.dataTables_wrapper>.row {
    overflow: auto!important;
}

.dataTables_wrapper .table .fa{
   margin: 0 5px 0; 
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
     background-color: inherit;
}

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
    color: inherit;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: inherit;
}





/*------------------------------------*\
    Toggle
\*------------------------------------*/

.toggle {
    float: left;
    margin: 0;
    padding-top: 16px;
    width: 70px
}
.toggle a {
    padding: 15px 15px 0;
    margin: 0;
    cursor: pointer
}
.toggle a i {
    font-size: 26px
}



/*------------------------------------*\
    Alert
\*------------------------------------*/

.alert{
	position: relative;
	margin: 0 auto;
}
.alert-danger, .alert-error {
    color: #E9EDEF;
    background-color: rgba(231,76,60,.88);
    border-color: rgba(231,76,60,.88);
}

.alert.fade{
	-webkit-transition: opacity .35s linear;
    transition: opacity .35s linear;
    margin-bottom: 20px;
}

.alert a{
    color: #fff;
}


/*------------------------------------*\
    Lightbox
\*------------------------------------*/
.lightbox-content { display: none }

.featherlight .lightbox-content { display: block; }

.featherlight .featherlight-content {
    min-width: 50%;
}



/*------------------------------------*\
    Chosen
\*------------------------------------*/

.chosen-container{
    height: 2.5em;
    
    width: 276px;
    padding: 0;
    -webkit-appearance: none;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.chosen-fix{
    width: 276px !important;
}

#newassignment .chosen-container{
    width: 276px !important;   
}

.chosen-drop {
        border-right: 1px solid #4a5d66;
        border-bottom: 1px solid #4a5d66;
        border-left: 1px solid #4a5d66;
        border-radius: 0;
        padding: 0;
    }

.chosen-container-single .chosen-single{
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
   /* display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: initial;
    height: inherit;
    background-color: #fff;
    border-color: #ccc;*/
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    background: none;
}

.chosen-container-single .chosen-single div {
    top: 3px;
}

.chosen-single div > b {
        border: none;
    }

.chosen-container-single .chosen-single span {
    padding-right: inherit;
}

.chosen-container-single .chosen-drop {
    margin-top: 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-clip: padding-box;
}

.chosen-single > span {
    padding: .3em .5em;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

.chosen-select.chosen-fix{
    height: 2.5em;
    width: 276px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    padding: .3em .5em;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;

}

@media (max-width:  691px){
     .chosen-container.chosen-container-single, .chosen-select.chosen-fix{
        margin-bottom: 10px;
        width: 49%!important;
    }
}

@media (max-width:  621px){
    .chosen-container.chosen-container-single, .chosen-select.chosen-fix{
        width: 100%!important;
    }

}



/*------------------------------------*\
    Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #5A738E;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader.small span {
    width: 10px;
    height: 10px;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}


@-webkit-keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
    0% {
       -webkit-transform:scale(0);
               transform:scale(0);
    }
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }

}

/*------------------------------------*\
    Countries List
\*------------------------------------*/

table.countries_list {
    width: 100%;
}

table.countries_list td {
    padding: 0 10px;
    line-height: 30px;
    border-top: 1px solid #eee;
}

/*------------------------------------*\
    Assignment Module
\*------------------------------------*/

.newassignment-container{
    background-color: #efefef;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 4px;
    transition: visibility 0s, opacity 0.5s linear;
}

/*------------------------------------*\
   Dashboard
\*------------------------------------*/

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background: #FFF;
    transition: all .3s ease-in-out;
}

.tile-stats h3 {
    color: #BAB8B8;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}

.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1;
}

.tile-stats .icon i {
    margin: 0;
    margin-left: -10px;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.tile-stats .count {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.65857;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0 0 0 10px;
    z-index: 5;
    padding: 0;
}

table.tile_info {
    padding: 10px 15px;
}

.x_content, table.tile td ul li a, table.tile_info {
    width: 100%;
}

table.tile_info td:first-child {
    width: 83%;
}

table.tile_info td {
    text-align: left;
    padding: 1px;
    font-size: 15px;
}

table.tile_info td p {
    margin: 0;
    line-height: 28px;
}

.overflow_hidden, .sidebar-widget, .site_title, .tile, .weather-days .col-sm-2, .x_title h2, table.tile_info td p {
    overflow: hidden;
}

.site_title, .x_title h2, table.tile_info td p {
    text-overflow: ellipsis;
}

table.tile_info td i {
    margin-right: 8px;
    font-size: 17px;
    float: left;
    width: 18px;
    line-height: 28px;
}

/*******************************************
Morris Chart
*******************************************/

.morris-hover {
    position: absolute;
    z-index: 1000
}
.morris-hover.morris-default-style {
    padding: 6px;
    color: var(--text);
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);

    font-family: sans-serif;
    font-size: 12px;
    text-align: center
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0
}

.red {
    color: #E74C3C;
}

.aero {
    color: #BAB8B8;
}

.green {
    color: #1ABB9C;
}

#nprogress .spinner {
    right: 50%;
}

.clickable{

    cursor: pointer;
}

.tooltip-inner{
    background-color: #ebebeb;
    color: #000;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ebebeb;
}

.content-image{
    height: auto;
    max-width: 100%;
}

.x_content.conetnt_text{
    font-size: 1.2em;
    text-align: inherit;
}

.x_content.conetnt_text a{
    color: #1ABB9C;
}

.x_content.conetnt_text a:hover {
    filter: brightness(var(--hover-brightness));
}

.x_content .caption{
    font-style: italic;
    font-weight: bold;
    font-size: smaller;
    background-color: rgba(237, 237, 237, 1);
    padding-left: 3px;
    max-width: 100%;
}

.modal{
    z-index: 999999;
    touch-action: none;
}

.btn.big{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 19px;
    font-size: 3em;
    line-height: 0;

}

.btn.extrabig{
    width: 100%;
    height: 270px;
    border-radius: 43px;
    font-size: 9em;
}

/*------------------------------------*\
    Tags
\*------------------------------------*/

.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y:auto
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    background: #428bca;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family:helvetica
}

span.tag a {
    color:#F1F6F7 !important
}

.tagsinput span.tag a {
    font-weight: 700;
    color: #82ad2b;
    font-size:11px
}

.tagsinput input {
    width: 80px;
    margin: 0;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: 0 0;
    color: #000;
    outline:0
}

.tagsinput div {
    display: block;
    float:left;
    width: 100%;
}

.tags_clear {
    clear: both;
    width: 100%;
    height:0
}

.ui-autocomplete-input{
    width: 100%!important;
}

.ui-autocomplete-input, .ui-menu, .ui-menu-item {  z-index: 9999999999999999; }


