@font-face {
    font-family: 'Montserrat Medium';
    src: url(../fonts/Montserrat-Medium.woff);
}

@font-face {
    font-family: 'Montserrat Light';
    src: url(../fonts/Montserrat-Medium.woff);
}

.dropdown-menu > li > a:hover {
    color: darkgrey!important;
    background: #fff!important;
  }

.dropdown-menu{
    min-width: 5rem!important;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width: auto;
    text-align: center;
}

.wrapper{
    background: #fff!important;
}

.content-wrapper{
    margin-bottom: 25px!important;
}

.checkbox-label{
    margin-bottom: 0!important;
    font-weight: 200;
}

 .skin-black .main-sidebar, .skin-black .left-side {
    background: #000;
}

.skin-black .sidebar a {
    color: #fff !important;
}

.skin-black .main-header .navbar {
    height: 50px;
    padding: 0;
    justify-content: flex-start;
}



/* GENERIC */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Montserrat Medium';
}

body {
    font-family: 'Montserrat Light';
}

.toggle-nav{
    width: 3.5rem;
    text-align: center;
}

.toggle-nav > svg{
    transform:scale(1.2);
}

.navbar > a, .navbar > div > ul > li > a{
    color: #000!important;
}


.dropdown > button, .dropdown > button:hover, .dropdown-toggle > button:focus{
    background-color: #fff!important;
    border-color: #fff!important;
    outline: none !important;
    box-shadow: none!important;
    text-decoration: none!important;
}

.ml-auto{
    /* margin-left:0!important; */
    padding-right:20px;
}

.btn-primary {
    font-family: 'Montserrat Light';
    background-color: #000;
    border-color: #000;
    transition: all .3s ease-in-out;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.svg-inline--fa.fa-w-8 {
    width: 8px !important;
}

.sidebar-menu > li > a,
.sidebar-menu > li.menu-open > a {
    background: #000 !important;
    color: #fff !important;
}

.sidebar-menu > li > .treeview-menu {
    background: #000 !important;
    padding-left: 22px;
}

.sidebar-menu .treeview > a > .fa-angle-left,
.sidebar-menu .treeview > a > .pull-right-container > .fa-angle-left {
    transform: translateY(-50%);
    margin-top: 0;
}

.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    transform: translateY(-50%) rotate(-90deg);
}

.pagination {
    margin: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #000;
    border-color: #000;
}

.rpd-total-rows {
    margin-left: 10px;
    line-height: 2em;
}

.page-item.active .page-link {
    border-color: #000;
    background-color: #000;
}

canvas {
    width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    padding-top: 40px;
}

/* END GENERIC */

/* LOGIN, REGISTER AND HOME */
.login-page,
.register-page {
    margin: 4% auto;
    background: #fff;
}

.login-box, .register-box {
    margin: 0 auto;
}

.login-logo,
.register-logo {
    font-family: 'Montserrat Medium';
    color: #000;
    line-height: 1.2em;
}

.login-logo img,
.register-logo img {
    width: 100%;
    margin-bottom: 20px;
}

.main-header .logo .logo-mini img {
    max-width: 50px;
}

.main-header .logo .logo-lg img {
    max-width: 199px;
}

.register-box {
    margin: 0 auto;
}

/* END LOGIN, REGISTER AND HOME */

/* PARTS & SERVICE INVOICE FORMS */
@keyframes wiggle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    15%,
    60% {
        -ms-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    30%,
    75% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.content-wrapper {
    background: #fff;
}

.content-header {
    padding: 15px 30px;
}

.content {
    padding: 15px 30px 60px 30px;
}

.remove-invoice-item {
    margin-left: 10px;
    background: transparent;
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
}

.invoice-item .remove-invoice-item:hover svg {
    animation-name: wiggle;
    animation-duration: .8s;
}

#locations option[disabled]{
    display: none;
}

.grid-button{
    padding: 8px 10px;
    text-decoration: none;
    font-size: 14px;
    color:black;
    border:1px solid black;
}

.grid-button:hover{
    color:black;
}

#add-invoice-item-btn,
#add-extra-item-btn,
#filter-btn,
#export-btn {
    background: transparent;
    border: 1px solid #000;
    padding: 5px 10px;
}

#add-invoice-item-btn svg,
#add-extra-item-btn svg,
#filter-btn svg,
#export-btn svg {
    margin-right: 5px;
    transition: transform .3s ease-in;
}

#add-invoice-item-btn:hover svg,
#add-extra-item-btn:hover {
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    transform-origin: center;
}

select.form-control,
input.form-control {
    height: 40px !important;
    width: 100%;
}

input[type=range] {
    margin-top: 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}

button[type="submit"] {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 200px;
    font-size: 16px;
}



/* END PARTS & SERVICE INVOICE FORMS */
/* FILTER / EXPORT */
#buttons-container {
    margin-bottom: 50px;
}

#buttons-container #export-btn {
    color: #000;
    margin-left: 10px;
    padding: 8px 10px;
    font-size: 14px;
}

#buttons-container #filter-btn {
    padding: 8px 10px;
    margin-bottom: 30px;
    font-size: 14px;
}

#filter .btn {
    height: 40px;
    line-height: 25px;
}

a.confirm{
    color: white;
    float: right;
    width: fit-content;
    border: 1px solid #D00000 ;
    padding: 8px;
    background-color:#D00000 ;
    transition: 0.3s;
}

a.cancel{
    color: white;
    float: right;
    width: fit-content;
    border: 1px solid #000 ;
    padding: 8px;
    background-color:#000 ;
    transition: 0.3s;
}

div.right{
    text-align:right;
    float:right;
}

a.confirm:hover{
    color: #D00000;
    background-color:white ;
}

a.cancel:hover{
    color: #000;
    background-color:white ;
}
/* END FILTER */

/* REPORTS */
.pagination-lg .page-link {
    font-size: 15px;
}

.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.pagination-nav label {
    font-size: 16px;
}

.pagination-nav label {
    margin: 0 10px 0 0;
}

.pagination-page {
    display: none;
}

.info-box {
    display: flex;
    margin-top: 15px;
}

.info-box-content {
    margin: 0;
    width: 100%;
    position: relative;
}

.info-box-text {
    white-space: normal;
}

.info-box-number {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 16px;
}
/* END REPORTS */