/* Write your custom CSS here */

.imgContainer {
    /*background: linear-gradient(to right, #191818, #000000 );*/
    background-image: url('../images/belt-furnace-background.png'), linear-gradient(to right, #191818, #000000);
}

    .imgContainer img {
        /*max-width: 100%;*/
        height: 108px;
        max-height: 110px;
    }

/*.imgLeftSideBar {
    background-position: top;
    background-position: top;
    background-repeat: repeat;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-color: rgb(45,50,62);
}*/

/* width */
::-webkit-scrollbar {
    width: 8px;
    background-color: rgb(45,50,62);
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fcfafa;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}

/*Black-Maroon Theme **************************************************************************************************************************************************/
/*--------------------------------------------------------------------------------------------------------------------------------*/
/** Application Theme Color changes - Start - \Content\assets\plugins\materialize\css\materialize.min.css **/

/*line:2453*/
.pagination li.active {
    background-color: #800000;
    color: #fff;
}
/*line:2960*/
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #800000;
    transition: width .3s linear;
}

/*line:3992*/
nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
    margin-left: 5px;
    margin-right: 5px;
}
/*Line:: 4737*/
.btn, .btn-large {
    background-color: rgba(0,0,0,.8);
}



    /*line:: 4747*/
    .btn:hover, .btn-large:hover {
        background-color: rgba(0,0,0,.5);
    }

/*line:5645*/
[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #800000;
}
/*line:5663*/
[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid #800000;
}

/*line:6368*/
.side-nav li > a > i, .side-nav li > a > [class^="mdi-"], .side-nav li > a > [class*="mdi-"], .side-nav li > a > i.material-icons {
    color: rgba(255,255,255,0.9);
}

/** Application Theme Color changes - END - **/

/*--------------------------------------------------------------------------------------------------------------------------------*/
/** Application Theme Color changes - Start - \Content\assets\css\alpha.min.css **/

/*line:19*/
.mn-bannerimageheader, nav {
    height: 120px;
    max-height: 120px;
    padding: 0 0;
}

.mn-header nav {
    background: rgb(128,0,0);
}

/*Line: 184*/
.header-title {
    color: rgba(255,255,255, .9);
    font-size: 12px;
    font-weight: 500;
}

/*line:208*/
@media(max-width: 400px) {
    .mn-bannerimageheader, nav {
        height: 85px;
        max-height: 85px;
    }

    .imgContainer img {
        height: 69px;
        max-height: 70px;
    }

    .mn-header.navbar-fixed nav .nav-wrapper {
        padding-left: 24px;
    }

    /*line:1254*/
    .customSide-nav {
        margin-top: 145px;
        height: calc(100% - 145px) !important;
    }
}

/*Line: 315*/
.material-design-hamburger__layer {
    background: rgba(255,255,255,.9);
}

/*line:1299*/
.side-nav ul li a, .side-nav.fixed ul li a {
    color: rgba(255,255,255, .9);
    font-weight: 400;
}

/*line:1358*/
.side-nav li a:hover {
    background-color: rgba(128,0,0, 0.8) !important;
}

#slide-out .side-nav-wrapper {
    background-color: rgb(45,50,62);
}

/*line:1451*/
#slide-out .sidebar-profile {
    padding: 8px 6px;
}

    /*line:1478*/
    #slide-out .sidebar-profile .sidebar-profile-info i {
        font-size: xx-large;
    }

/*line:1786*/
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    color: #800000;
}
    /*line:1790*/
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
        color: #bd0404;
    }

/*line:2720*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active, .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #800000;
}

/*Line:2465*/
.tabs .tab a {
    color: #800000;
}

/*Line:2478*/
.tabs .indicator {
    background-color: #800000;
}

/*Line:2528*/
[type=radio].with-gap:checked + label:after {
    border: 2px solid #800000;
    background-color: #800000;
}

/** Application Theme Color changes - END - \Content\assets\css\alpha.min.css **/
/*--------------------------------------------------------------------------------------------------------------------------------*/

/**14 May 2019 cookie-consent - Start*/
a.a-privacy {
    color: #cccccc; 
    text-decoration: none;
}
a.a-privacy:hover{
    color: #fff;
    text-decoration:underline;
}
.page-footer{
    background: rgba(0,0,0,.8) !important;
    color:#fff;
    font-size: 14px !important;
    font-weight: normal !important;  
    height: auto !important;  
}
.page-footer-content{
    padding: 1.2em 0;
}
.btn.btn-accept {
    background:rgb(241, 214, 0) !important;
    color: #000 !important;
}
.btn.btn-accept:hover {
    background:rgb(255, 252, 38) !important;
}
/**14 May 2019 cookie-consent - End */