@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');

@font-face {
    font-family: "OddsRegular";
    src: url("../fonts/odds/odds_regular.eot");
    src: url("../fonts/odds/odds_regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/odds/odds_regular.woff") format("woff"),
    url("../fonts/odds/odds_regular.woff2") format("woff2"),
    url("../fonts/odds/odds_regular.otf") format("otf"),
    url("../fonts/odds/odds_regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}




/*OLD */
.app-header, .sidebar{
    background-color: #323232 !important;
}

.app-header.bg-dark .navbar-brand {
    min-width: 350px;
    color: #ffffff !important;
}

.sidebar .nav {
    width: 330px;
}

.sidebar .sidebar-nav, .sidebar .sidebar-scroll{
    width: 330px;
}

.sidebar-lg-show .sidebar-pills {
    width: 350px;
}

.sidebar.sidebar-pills .nav-link, .sidebar.sidebar-pills .nav-title{
    color: #ffffff !important;
    font-family: "OddsRegular";
}

.sidebar.sidebar-pills .nav-link.active, .sidebar.sidebar-pills .nav-link:hover{
    color: #FF5A1E !important;
}

a{
    color: #FF5A1E;
}
a:hover{
    color: #FF5A1E;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon, .sidebar.sidebar-pills .nav-link:hover .nav-icon{
    color: #FF5A1E;
}

.sidebar-pills .nav-link:hover .nav-icon{
    color: #FF5A1E !important;
}

.btn-link{
    color: #FF5A1E;
}

.sidebar .nav-link .nav-icon{
    color: #ffffff;
}

table.dataTable thead>tr>th{
    border-right: 1px #dce0e7 dashed;
}

table.dataTable thead>tr>th:last-child{
    border-right: none;
}

table.dataTable tbody>tr>td{
    border-right: 1px #dce0e7 dashed;
}

table.dataTable tbody>tr>td:last-child{
    border-right: none;
}

.documents_number_line .has_children {
    display: inline-block;
    float: right;
    font-style: italic;
    color: #777777;
}

.documents_number_line {
    display: inline-block;
    width: 100%;
}

.documents_number_line .number {
    display: inline-block;
    float: left;
}

.text-capitalize {
    text-transform: none !important;
}

.field-error-text{
    color: #FF0000;
    font-size: 12px;
    font-style: italic;
}

html, body{
    font-family: "Rubik" !important;
}

.btn-primary, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #FF5A1E;
    border-color: #FF5A1E;
}

.btn-outline-primary {
    color: #FF5A1E;
    border-color: #FF5A1E;
}

.btn-primary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff;
    background-color: #FF5A1E;
    border-color: #FF5A1E;
}

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


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #FF5A1E;
    border-color: #FF5A1E;
}

.page-link:hover {
    z-index: 2;
    color: rgba(255, 90, 30, 0.65);
    text-decoration: none;
    background-color: #f1f4f8;
    border-color: #d9e2ef;
}

.navbar-dark .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}

.app-header .navbar-toggler-icon {
    height: 23px;
    background-image: url("../img/burger.svg");
}

.app-header.bg-dark .navbar-brand {
    font-family: "OddsRegular";
    font-size: 3rem;
    color: #FF5A1E !important;
}




/*NEW*/

.text-capitalize-first-letter::first-letter {
    text-transform: uppercase;
}

li.nav-dropdown > ul.nav-dropdown-items{
    margin-left: 25px;
}

.sidebar.sidebar-pills .nav-dropdown .nav-link:not(.nav-dropdown-toggle){
    padding-left: 12px;
}

li.nav-item.nav-dropdown.open > a > i.la-folder{
    display: none !important;
}

li.nav-item.nav-dropdown.open > a > i.la-folder-open{
    display: inline-block !important;
}

li.nav-item.nav-dropdown > a > i.la-folder{
    display: inline-block !important;
}

li.nav-item.nav-dropdown > a > i.la-folder-open{
    display: none !important;
}

.app-footer{
    background-color: #2f353a !important;
    border-top: 1px #6B767BFF dashed;
}

.sidebar .nav-dropdown.open>.nav-dropdown-items {
    max-height: 10000px;
}

.lw-loading-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF50;
}

.lw-loading-box .lw-loading-image{
    margin: auto;
    display: inherit;
    margin-top: 35vh;
    height: 30vh;
    width: 30vh;
    z-index: 1000;
}

.field-error-text, .error-block{
    font-size: 12px;
    color: red;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

#drags-component .card-footer {
    text-align: right;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
}

#settings-styles .form-group #color,
#settings-styles .form-group #borderColor,
#settings-styles .form-group #fillColor {
    width: 100% !important;
}

.control-label{
    font-weight: bold;
}
