
@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Book.ttf');
}
@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-BookItalic.ttf');
    font-style: italic;
}
@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: CircularStd;
    src: url('../fonts/CircularStd-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}


html{
    height: auto;

}
body{
    font-family: "CircularStd"!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "CircularStd";
}

.login-box-body, .register-box-body {
    border-radius: 5px;
}

.trenara-login-bg {
    background: #0e0e0e;
    background-attachment: fixed;
    color: white;
}

.trenara-bg, .bg-smet{
    background: #000000!important;
    color: white;
}

.modal-success .modal-body{
    background-color: #000000 !important;
}

.bg-green, .alert-success, .label-success {
    background-color: #1dab29 !important;
}

.callout.callout-success{
    background-color: #4640fa !important
}

.callout.callout-success {
    border-color: #2a2690;
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
    background-color: #831816 !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #4640fa !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #ec0189 !important;
}

.trenara-opp-bg{
    background: #FF6347!important;
    color: white;
}


.sidebar-toggle{
    color: white!important;
    padding-bottom: 13px!important;
}

.sidebar-toggle:hover,
.sidebar-toggle:active{
    color: #000000!important;
}

.trenara-box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}


.nav-link,  .skin-black .main-header .navbar .nav > li > a {
    color: white!important;
    transition: background 0.3s ease;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus
{
    color: #fc2748 !important;
    background: white !important;
}

.skin-black .main-header > .logo {
    background: #000000!important;
    border-right: 0;
}

.white-bg{
    background: #feffff!important;
    color: black;
}

.trenara-color {
    color: #000000;
}

.trenara-opp-color{
    color: #fc2748;
}

h1{
    color: #1D1D2B;
}

h2{
    font-weight: 300;
}

.content-wrapper{
    background-color: #1e1e1e
}

.btn-primary{
    background-color: #fc2748;;
    border: 0;
    border-radius: 50px !important;
    color: white;
    transition: box-shadow 0.3s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus
{
    background-color: #fc2748;;

    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(64,78,255, 0.8);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0,0,0, 0.4);

}

.btn-success{
    background: #1dab29;
    border-color: #1dab29;
    color: white;
    transition: background 0.4s ease;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:active:focus
{
    background-color: #36923e;
    border-color:#36923e;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #000000;
}

.btn-danger{
    background-color: #831816;
    border-color: #831816;
    color: white;
    font-weight: 200;
    transition: background 0.4s ease;
}

.small-box{
    min-height: 108px;
}

.main-footer{
    padding:0;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus
{
    background-color: #6a2827!important;
    border-color: #6a2827!important;
    color: white!important;
    font-weight: 200;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus{
    background-color: white!important;
    color: #000000!important;
}

.box.box-primary{
    border-top-color: #000000 ;
}

.box.box-danger{
    border-top-color: #FF6347 ;
}

.form-control:focus {
    border-color: #fc2748;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(232,64,78, 0.4);
    -webkit-transition: box-shadow 400ms;
    -moz-transition: box-shadow 400ms;
    -ms-transition: box-shadow 400ms;
    -o-transition: box-shadow 400ms;
    transition: box-shadow 400ms;
}


.skin-black .sidebar-menu > li.header {
    margin-top:40px;
    color: inherit;
    background: inherit;
}

.skin-black .sidebar-menu > li > a {
    border-right: 3px solid white;
    border-left: 3px solid white;
    color: rgba(40,48,72,0.5);
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 2px;
    transition: border-right-color 0.4s ease, border-left-color 0.4s ease, color 0.4s ease;
}
.skin-black .sidebar-menu > li:hover > a,
.skin-black .sidebar-menu > li.active > a {
    color: rgba(40,48,72,1);
    background: white;
    border-right-color: #000000;
    border-left-color: #000000;
}

.skin-black .main-header {
     -webkit-box-shadow: none;
     box-shadow: none;
}
.skin-black .main-header li.user-header {
    background: #000000;
}
.skin-black .sidebar a {
    color: #b8c7ce;
}
.skin-black .sidebar a:hover {
    text-decoration: none;
}

.skin-black .sidebar-menu > li > .treeview-menu {
    margin: 0;
    padding-left: 0px;
}
.skin-black .treeview-menu > li > a {
    background: white;
    color: rgba(40,48,72,0.5);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    padding-left: 2px;
    border-left: 6px solid white;
    transition: border-left-color 0.4s ease, color 0.4s ease;
}

.skin-black .treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
    color: #000000!important;
    border-left-color: #000000;
}


.panel-primary{
    border-color: white;
}
.panel-primary > .panel-heading {
    color: black;
    background:  white;
    background-attachment: fixed;
    border-color: white;
}

.small-box .icon{
    font-size: 80px;
}

.small-box:hover .icon{
    font-size: 85px;
}

.no-found{
    margin-top: 100px;
    margin-bottom: 60px;
    text-align: center;
}

.deleted_since{
    margin-top: 10px;
    margin-right: 10px;
}


.widget-user .widget-user-image {
    position: absolute;
    top: 15px;
    left: 80%;
    margin-left: -45px;
}

.widget-user .widget-post-image {
    position: absolute;
    top: 65px;
    left: 80%;
    margin-left: -45px;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 80px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-watch .widget-watch-header {
    padding: 20px;
    height: 40px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
     background-color: #000000;
     border-color: #000000;
    cursor: default;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #000000 !important;
    border-color: transparent;

}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #831816 !important;
    border-color: transparent;
}

.modal-success .modal-header, .modal-success .modal-footer {
    border-color: transparent;
}



a {
    color: #4640fa;
    transition: color 0.3s ease;
}

a:hover , a:active, a:focus{
    color: #fc2748;
    text-decoration: underline;
}
.box.box-solid.box-primary > .box-header {
    color: #fff;
    background: #000000;
}
.box.box-solid.box-primary {
    border: 1px solid #000000;
}

.bg-success {
    background-color: #1dab29;
}

.bg-danger{
    background-color: #fc2748;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #fc2748 !important;
    border-radius: 5px;
}
.img-circle-widget{
    height: 90px!important;
    width: 90px!important;
    border: 3px solid!important;
    border-color: rgba(255, 255, 255, 0.2)!important;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;

}
.img-circle-widget-simple{
    height: 90px!important;
    width: 90px!important;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;

}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
}

.widget-user .box-footer {
    padding-top: 7px;
}

.box-title{
    padding-top: 4px;
}

.direct-chat-messages{
    height: auto;
    max-height: 500px;
}

.user-menu a{
    transition: all 0.4s ease;
}

.btn-outline, .btn-default{
    transition: all 0.4s ease;
}

.bg-info{
    background-color: dodgerblue;
}
.bg-secondary{
    background-color: dimgrey;
}

.panel-group{
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.panel-default{
    border-color : transparent;
    border-top: solid 3px #000000;
}

.panel-body{
    border-top-color : rgba(171, 32, 29, 0.3)!important;
}