/*================================================================================
        Item Name: Stack - Responsive Admin Theme
        Version: 1.0
        Author: PIXINVENT
        Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.bg-gradient-x-primary,
.header-navbar.navbar-shadow.bg-gradient-x-primary , .badge-primary
{
    background-color: rgb(72,68,69) !important;
}

.color-primary-dark, .color-72-112-62{
    color: rgb(72,68,69) !important;
}

.main-menu.menu-light .navigation > li .active > a, .content-header-title, .color-primary, .table thead th{
    /*color:rgb(155,112,62) !important;*/
    color:rgb(255,87,34) !important;

}

.color-155-112-62{
    /*color: rgb(155,112,62) !important;*/
    color:rgb(255,87,34) !important;
}

.color-230-230-230, .btn-outline-cyan{
    color: rgb(230, 230, 230) !important;
}

.border-primary{
    /*border-color:rgb(209,168,130) !important;*/
    border-color:rgb(255,87,34) !important;
}

.btn-outline-cyan{
    border-color:rgb(72,68,69) !important;
}

.breadcrumbs-top .breadcrumb-item a, .color-primary-light{
    /*color:rgb(209,168,130) !important;*/
    color:rgb(255,87,34) !important;
}

.main-menu.menu-light .navigation > li.open{
    /*border-left: 4px solid rgb(155,112,62) !important;*/
    border-left: 4px solid rgb(255,87,34) !important;
}

.card-body .btn-group .btn-primary,
.card-body .table .btn-primary.dropdown-toggle,
.card-body .page-item.active .page-link{
    /*background-color:rgb(155,112,62) !important;*/
    background-color: rgb(255,87,34) !important;
    border: 1px solid rgb(72,68,69) !important;
}

.card-body .page-item:not(:disabled):not(.disabled):not(.active) .page-link{
    /*color:rgb(155,112,62) !important;*/
    color:rgb(255,87,34) !important;
}

.card-content .bg-primary{
    /*background-color:rgb(155,112,62) !important;*/
    background-color: rgb(255,87,34) !important;
}

html body .pace .pace-progress, 
.card-content .bg-gradient-x-primary, 
figure.effect-layla,
.badge-primary,
.btn-outline-cyan {
    /*background-image:-webkit-gradient(linear,left top,right top,from(rgb(155,112,62)),to(rgb(209,168,130)));
    background-image:-webkit-linear-gradient(left,rgb(155,112,62) 0,rgb(209,168,130) 100%);
    background-image:-moz-linear-gradient(left,rgb(155,112,62) 0,rgb(209,168,130) 100%);
    background-image:-o-linear-gradient(left,rgb(155,112,62) 0,rgb(209,168,130) 100%);
    background-image:linear-gradient(to right,rgb(155,112,62) 0,rgb(209,168,130) 100%);
    background-repeat:repeat-x;*/

    background-image:-webkit-gradient(linear,left top,right top,from(rgb(255,87,34)), color-stop(0.5, rgb(139,69,19)), to(rgb(44,26,0))) !important;
    background-image:-webkit-linear-gradient(left,rgb(255,87,34) 0%, rgb(139,69,19) 50%, rgb(44,26,0) 100%) !important;
    background-image:-moz-linear-gradient(left,rgb(255,87,34) 0%, rgb(139,69,19) 50%, rgb(44,26,0) 100%) !important;
    background-image:-o-linear-gradient(left,rgb(255,87,34) 0%, rgb(139,69,19) 50%, rgb(44,26,0) 100%) !important;
    background-image: linear-gradient(to right, rgb(255,87,34) 0%, rgb(139,69,19) 50%, rgb(44,26,0) 100%) !important;
    background-repeat:repeat-x;

}

.card-content .bg-danger{
    background-color:rgb(72,68,69) !important;
}

.card-content .bg-gradient-x-danger{
    background-image:-webkit-gradient(linear,left top,right top,from(rgb(72,68,69)),to(rgb(178, 179, 181)));
    background-image:-webkit-linear-gradient(left,rgb(72,68,69) 0,rgb(178, 179, 181) 100%);
    background-image:-moz-linear-gradient(left,rgb(72,68,69) 0,rgb(178, 179, 181) 100%);
    background-image:-o-linear-gradient(left,rgb(72,68,69) 0,rgb(178, 179, 181) 100%);
    background-image:linear-gradient(to right,rgb(72,68,69) 0,rgb(178, 179, 181) 100%);
    background-repeat:repeat-x
}

.card-content .bg-warning{
    /*background-color:rgb(209,168,130) !important;*/
    background-color:rgb(255,87,34) !important;
}

.card-content .bg-gradient-x-warning , .badge-warning{
    /*background-image:-webkit-gradient(linear,left top,right top,from(rgb(209,168,130)),to(rgb(72,68,69)));
    background-image:-webkit-linear-gradient(left,rgb(209,168,130) 0,rgb(72,68,69) 100%);
    background-image:-moz-linear-gradient(left,rgb(209,168,130) 0,rgb(72,68,69) 100%);
    background-image:-o-linear-gradient(left,rgb(209,168,130) 0,rgb(72,68,69) 100%);
    background-image:linear-gradient(to right,rgb(209,168,130) 0,rgb(72,68,69) 100%);
    background-repeat:repeat-x */

    background-image:-webkit-gradient(linear,left top,right top,from(rgb(255,87,34)),to(rgb(72,68,69)));
    background-image:-webkit-linear-gradient(left,rgb(255,87,34) 0,rgb(72,68,69) 100%);
    background-image:-moz-linear-gradient(left,rgb(255,87,34) 0,rgb(72,68,69) 100%);
    background-image:-o-linear-gradient(left,rgb(255,87,34) 0,rgb(72,68,69) 100%);
    background-image:linear-gradient(to right,rgb(255,87,34) 0,rgb(72,68,69) 100%);
    background-repeat:repeat-x
}

.card-content .bg-success{
    background-color:rgb(178,179,181) !important;
}

.card-content .bg-gradient-x-success , .badge-success{
    background-image:-webkit-gradient(linear,left top,right top,from(rgb(178,179,181)),to(rgb(230, 230, 230)));
    background-image:-webkit-linear-gradient(left,rgb(178,179,181) 0,rgb(230, 230, 230) 100%);
    background-image:-moz-linear-gradient(left,rgb(178,179,181) 0,rgb(230, 230, 230) 100%);
    background-image:-o-linear-gradient(left,rgb(178,179,181) 0,rgb(230, 230, 230) 100%);
    background-image:linear-gradient(to right,rgb(178,179,181) 0,rgb(230, 230, 230) 100%);
    background-repeat:repeat-x
}

.card-content .bg-amber{
    /*background-color:rgb(155,112,62) !important;*/
    background-color: rgb(255,87,34) !important;

}

.card-content .bg-gradient-x-amber , .badge-default{
    /*background-image:-webkit-gradient(linear,left top,right top,from(rgb(155,112,62)),to(rgb(230, 230, 230)));
    background-image:-webkit-linear-gradient(left,rgb(155,112,62) 0,rgb(230, 230, 230) 100%);
    background-image:-moz-linear-gradient(left,rgb(155,112,62) 0,rgb(230, 230, 230) 100%);
    background-image:-o-linear-gradient(left,rgb(155,112,62) 0,rgb(230, 230, 230) 100%);
    background-image:linear-gradient(to right,rgb(155,112,62) 0,rgb(230, 230, 230) 100%);
    background-repeat:repeat-x */

    background-image:-webkit-gradient(linear,left top,right top,from(rgb(255,87,34)),to(rgb(230, 230, 230)));
    background-image:-webkit-linear-gradient(left,rgb(255,87,34) 0,rgb(230, 230, 230) 100%);
    background-image:-moz-linear-gradient(left,rgb(255,87,34) 0,rgb(230, 230, 230) 100%);
    background-image:-o-linear-gradient(left,rgb(255,87,34) 0,rgb(230, 230, 230) 100%);
    background-image:linear-gradient(to right,rgb(255,87,34) 0,rgb(230, 230, 230) 100%);
    background-repeat:repeat-x


}

.form-style-10 .section{
    font: normal 20px 'Bitter', serif;
    color: #2A88AD;
    margin-bottom: 5px;
}
.form-style-10 .section span {
    background: #2A88AD;
    padding: 5px 10px 5px 10px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -45px;
    color: #fff;
    margin-top: -3px;
}

.table tbody tr:nth-of-type(2n+1) {
    background-color: rgba(178, 179, 181, 0.2);
}

.btn{
    position: relative;
    z-index: 1;
}

.btn:hover{

}

.btn:after{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 100%;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.btn.btn-round:after, .btn.round:after{
    border-radius: 1.5em;
}

.btn-primary{
    background-color: rgba(230,230,230, 1) !important;
    /*color:rgb(209,168,130) !important;*/
    color: rgb(255,87,34) !important;
    /*border-color:rgb(209,168,130) !important;*/
    border-color:rgb(255,87,34) !important;
}

.btn-outline-warning{
    background-color: transparent !important;
    /*color:rgb(209,168,130) !important;*/
    color:rgb(255,87,34) !important;
    /*border-color:rgb(155,112,62) !important;*/
    border-color:rgb(255,87,34) !important;
}

.btn-primary:hover{
    background-color: rgba(230,230,230, 1) !important;
    color:rgb(230,230,230) !important;
    border-color:rgb(72,68,69) !important;
}

.btn-primary:focus{
    background-color: rgba(230,230,230, 1) !important;
    /*color:rgb(209,168,130) !important;*/
    color:rgb(255,87,34) !important;
    border-color:rgb(72,68,69) !important;
}

.btn-primary:after{
    background-color: rgba(230,230,230, 1) !important;
}

.btn-primary:hover:after, .btn-outline-cyan:hover:after{
    /*background-color: rgba(155,112,62, 1) !important;*/
    background-color: rgb(255,87,34) !important;
}

.btn-danger:after{
    /*background-color: rgba(155,112,62, 1) !important;*/
    background-color: rgb(255,87,34) !important;
}

.btn-warning:after, .btn-outline-warning:after{
    /*background-color: rgba(155,112,62, 1) !important;*/
    background-color: rgb(255,87,34) !important;
}

.btn:hover:after{
    opacity: 1;
    visibility: visible;
    transition: all .5s;
    /*transition: width,background .1s linear .2s;*/
    width: 100%;
}