
/*@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;*/
/*}*/

:root {
    --primary-color: #6EA78F;
    --secondary-color: #074932;
    --tertiary-color: #d33724;
    --primary-linear: linear-gradient(to left, var(--primary-color) 0%, var(--secondary-color) 100%);
}

html{
    height: auto;

}
body{
    font-family: "Raleway", sans-serif!important;


}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}

.denys-login-bg {


    color: var(--primary-color);
}

.denys-bg, .bg-denys, .progress-bar-aqua{
    background: var(--primary-color)!important;
    color: white;
}

.bg-denys-bad{
    background-image: linear-gradient(to right, darkorange 0%, orange 100%) !important;
    color:white;

}
.bg-denys-good{
    background-image: linear-gradient(to right, darkgreen 0%, green 100%) !important;

    color:white;
}
.bg-denys-attention{
    background-image: linear-gradient(to right, gold 0%, yellow 100%) !important;
}
.bg-denys-urgent{
    background-image: linear-gradient(to right, #C20000 0%, red 100%) !important;
    color: white;
    font-weight: bold;
}

.badge-primary {
    color: #fff;
    background-color: var(--primary-color);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

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

.modal-form .modal-body{
    background-color: white !important;
    color: var(--primary-color) !important;
}

.bg-green {
    background-color: #1dab29 !important;
}

.callout.callout-success, .alert-success, .label-success {
    background-color: var(--primary-color) !important;
}

.alert-success{
    border-color: white;
}


.callout.callout-success {
    border-color: #333333;
}

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

.denys-opp-bg{
    background: #F28C2A!important;
    color: white;
}

.dropdown-toggle > span{
    color: white;
}

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

.sidebar-toggle:hover,
.sidebar-toggle:active{
    color: var(--primary-color)!important;
}

.denys-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);
}

.dropdown-toggle:hover > span,
.dropdown-toggle:active > span,
.dropdown-toggle:focus > span{
    color: white;
}

.skin-black .main-header > .logo {
    border-right: 0;
}

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

.denys-color {
    color: var(--primary-color);
}

.denys-opp-color{
    color: #faca6f;
}

.progress{
    /*background-color: #faca6f*/

}

h1{
    color: #1D1D2B;
}

h2{
    font-weight: 300;
}

.content-wrapper{
    background-color: #eeeeee;
}

.btn-primary{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    transition: background 0.4s ease;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus
{
    background-color: var(--secondary-color);
    border-color:var(--secondary-color);
}

.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: #333333;
    border-color: #333333;
    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-grey{
    background-color: white!important;
    color: lightgrey!important;
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus{
    background-color: white!important;
    color: #000000!important;
    box-shadow: none;
    /*border: solid 1px #000000 ;*/
    transition: color 400ms;
}



.btn-outline{
background-color: transparent!important;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus{
    background-color: white!important;
    color: var(--primary-color)!important;
    border: solid 1px var(--primary-color) ;
    /*transition: border 400ms;*/
}


.btn-outline-alt{
    background-color: transparent!important;
    color: var(--primary-color)!important;
    border: solid 1px var(--primary-color) ;
}

.btn-outline-alt:hover,
.btn-outline-alt:active,
.btn-outline-alt:focus{
    color: var(--secondary-color)!important;
    border: solid 1px var(--secondary-color) ;
    /*transition: border 400ms;*/
}

.modal-danger .btn-outline:hover,
.modal-danger .btn-outline:active,
.modal-danger .btn-outline:focus{
    background-color: white!important;
    color: var(--tertiary-color)!important;
    border: solid 1px var(--tertiary-color) ;
}

.box.box-primary{
    border-top-color: var(--primary-color) ;
}

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

.form-control:focus {
    border-color: rgba(110,167,143, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(110,167,143, 0.075), 0 0 8px rgba(110,167,143, 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.7);
    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: var(--primary-color);
    background: white;
    border-right-color: var(--primary-color);
    border-left-color: var(--primary-color);
}

.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: var(--primary-color);
    border-color: var(--primary-color);
    cursor: default;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: var(--primary-color) !important;
    border-color: transparent;

}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: var(--secondary-color) !important;
    border-color: transparent;
}

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



a {
    color: #000000;
    transition: color 0.4s ease;
}

a:hover , a:active, a:focus{
    color: #333333;
    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: #F28C2A;
}

.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%;


}
.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(247, 168, 35, 0.3)!important;
}



.main-header{
    height: 70px;
}


.navbar-nav > li > a{
    color: white!important;
    background: transparent!important;
    transition: background 0.4s ease!important;
    padding-left: 40px;
    padding-right: 40px;
    border-left: white solid 1px!important;
    border-right: white solid 1px!important;

}

.navbar-nav > li:hover > a,
.navbar-nav > li.hover > a > span,
.navbar-nav > li.active > a > span,
.navbar-nav > li.active > a{
    background: var(--secondary-color)!important;
    color: white!important;

}

.content-header > h1{
    color: #000000!important;
}

.box-solid{
    box-shadow:  none;

    border-radius: 5px;
    border: solid 2px #e5e9f4!important;
    transition: all 0.7s ease;

}
.box-solid:hover{
    border-color: #000000!important;
}

.modal-content{
    border-radius: 20px!important;
}

.box-solid{
    padding: 5px 0 5px 20px
}

.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover{
    background: none;
}


.form-control[readonly]{
    background-color: white;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: lightgrey;
    opacity: 0.5;
}

.img-circle{
    border-color: white!important;
    background-color: black!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: var(--primary-color);
    color:white;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--primary-color);
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color:white;
}


.products-list .product-description {
    overflow: visible;
    white-space: normal;
}


hr{
    margin-top: 5PX;
    border-top: 1px solid var(--secondary-color);
}

.bump-right, .push-right{
    margin-left: 20px;
}
.bump-left, .push-left{
    margin-right:20px;
}

.sidebar-menu > hr{
    margin:5px 30px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after{
    color: var(--primary-color);
}

table.dataTable thead .sorting_desc:after {
    opacity: 1!important;
}

table.dataTable thead .sorting_asc:after {
    opacity: 1!important;
}

/*.glow-gold{*/
    /*box-shadow: 0px 0px 50px 5px rgba(250,199,111,.9);*/
    /*background-color: rgba(250,199,111,.4);*/
/*}*/
