/******************** GLOBAL CSS ***********************/
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-100{
    width: 100%;
}
.m-7r{
    margin: 7rem 0;
}
.p-2r{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.vert-align{
    vertical-align: text-bottom;
}
.vert-align-t{
    vertical-align: top;
}
.vert-align-middle{
    vertical-align: middle;
}
.flex-base{
    flex-basis: auto !important;
}
.p-025{
    padding: 0.25rem;
}
.p-5p{
    padding: 0.3125rem !important;
}
.py-5p{
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
}
.p-15{
    padding: 0.9375rem;
}
.pl-15{
    padding-left: 0.9375rem;
}
.pr-15{
    padding-right: 0.9375rem;
}
.list-stl-n{
    list-style-type: none;
}
.pos-rel{
    position: relative;
}
.text-purple{
    color: #574e92 !important;
}
.text-purple:hover{
    color: #8650F1 !important;
}
.bg-purple{
    background-color: #574e92 !important;
}
.text-small{
    font-size: 0.85rem !important;
}
.text-medium{
    font-size: 1rem !important;
}
.text-large{
    font-size: 1.5rem !important;
}
.txt-transform-n{
    text-transform: none;
}
.wsp-nw{
    white-space: nowrap;
}
.wsp-n{
    white-space: normal;
}
.color-gray{
    background-color: #f2f2f2;
}
.clickable{
    cursor: pointer;
}
.full-page-login{
    height: 100%;
}
.btn-d-block{
    display: block;
}
.nav-active{
    background: rgba(255, 255, 255, 0.13);
    opacity: 1;
}
.form-control::placeholder {
    color: #8650F1 !important;
    opacity: 0.5; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #8650F1 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color: #8650F1 !important;
}
/***********************************************************/

/*********************** DASHBOARD *************************/
#nav-last{
    padding-bottom: 2.5rem;
}
.table-name{
    padding-bottom: 1rem;
    border-bottom: 2px solid gray;
}
.more-optionsSK1{
    position: absolute;
    right: .65rem;
    top: 15.55rem;
}
.more-optionsSK2{
    position: absolute;
    right: .65rem;
    top: 18.35rem; 
}
.more-optionsSK3{
    position: absolute;
    right: .65rem;
    top: 21.35rem;
}
/***** Sidebar *****/
.fa-sidebar-icon{
    margin-top: 0.15rem;
    font-size: 1.2rem !important;
    margin-right: 0 !important;
    margin-left: -10px;
}
.nc-sidebar{
    margin-right: 0 !important;
    margin-left: 0.9375rem;
    font-size: 1.25rem !important;
    font-weight: bolder;
    padding-top: 0.25rem;
}
.sidebar-footer{
    position: fixed;
    width: 260px;
    bottom: 0;
    background-color: rgba(134,80,241,1);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.sidebar-footer a{
    color: aliceblue;
}
.sidebar .sidebar-wrapper>.nav li>a span.sidebar-mini{
    display: none;
}
.sidebar-mini .sidebar .sidebar-wrapper>.nav li>a span{
    display: initial;
}
/*****************/
.table-dash-t{
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dadada;
    overflow-x: auto;
}
.table-dash-t::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    background-clip: content-box;
}
.table-dash-t::-webkit-scrollbar{
    height: 10px;
    background-color: #F5F5F5;
}
.table-dash-t::-webkit-scrollbar-thumb{
    border-radius: 10px;
    border: 1px solid rgb(0,0,0);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #333;
}
.table-dash-b{
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dadada;  
    overflow-x: auto; 
}
.table-dash-b::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    background-clip: content-box;
}
.table-dash-b::-webkit-scrollbar{
    height: 10px;
    background-color: #F5F5F5;
}
.table-dash-b::-webkit-scrollbar-thumb{
    border-radius: 10px;
    border: 1px solid rgb(0,0,0);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #333;
}
.btn-purple{
    text-transform: uppercase;
}
.btn-purple-min, .btn-purple-min:focus{
    background-color: #574e92;
    color: white;
}
.btn-purple-min:hover, .btn-purple-min:active{
    background-color: #8650F1;
    color: white;
}
.btn-purple a{
    color: #574e92;
}
.btn-purple, .btn-purple:focus{
    background-color: #574e92;
    color: #F5F5F5;
}
.btn-purple:hover, .btn-purple:active{
    background-color: #ffffff;
    color: #574e92;
}
.btn-purple.active{
    background-color: #ffffff !important;
    color: #574e92 !important;
}
.login-btn:hover{
    color: #ffffff;
    background-color: #87CB16;
    border-color: #87CB16;
}
.thead-dark{
    background-color: #dadada;
}
.thead-dark > th{
    color: #000;
}
.table-wrap{
    position: relative;
}
/* .table.col-fixed > thead > tr > th:last-child{
    background-color: #dadada;
    color: red;
    position: absolute;
    height: 100%;
}
.table.col-fixed > tbody > tr:nth-child(1n+1) > td:last-child{
    position: absolute;
} */
.btn-wrapper{
    width: 12.58rem;
    height: 3.5rem;
    z-index: 0;
}
.btn-wrapper #main-btn{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px !important;
    z-index: 40;
    width: 12.58rem;
}
.btn-split{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}
.btn-split #btn-l, .btn-split #btn-r{
    position: absolute;
    width: 6.5rem;
    top: 0;
    border: 1px solid #574e92;
}
#btn-l{
    left: 0.25rem;
    border-radius: 30px 0 0 30px;
}
#btn-r{
    left: 6.3rem;
    border-radius: 0 30px 30px 0;
}
/*****************************************************/
/******************* FILTERS ************************/
.more-options{
    /* position: absolute;
    left: 0;
    bottom: 0; */
    color: #574e92;
    /* width: 100%; */
    padding-left: 1rem;
    display: inline;
}
.more-options:focus{
    color: #574e92;
}
.more-options:hover, .more-options:active{
    color: #8650F1;
}
.bootstrap-select>.dropdown-toggle{
    background-color: white;
    color: #565656;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
}
.date-picker-filt{
    height: 2.5rem;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 5px 15px;
    width: 100%;
}
/*************************************************/

/************ DODAJ KLIJENTKINJU  ****************/
.fixed-container-steps{
    position: fixed;
    bottom: 0;
    width: calc(100% - 260px);
    transition: 0.4s;
}
body.sidebar-mini > #app > div > div.main-panel > div > form > div:nth-child(3) > div.fixed-container-steps{
    width: calc(100% - 75px);
    transition: 0.4s;
}
.form-text-area{
    height: 12.5rem;
}
.breadcrumb-pad{
    padding: 15px 15px 15px 0;
}
.form-check-info{
    white-space: nowrap;
}
.panel-accordion{
    border: 1px solid rgba(134,80,241,0.5);
    border-radius: 0.25rem;
    cursor: pointer;
}
.panel-accordion:hover{
    background-color: #e4e4e4;
}
/***********************************************/

div.stats a{
    color: #574e92;
}

/******* ACCORDIONS **************/
[data-toggle="collapse"][aria-expanded="true"] span{
    transform: rotate(180deg);
    transition: 0.3s linear;
}
[data-toggle="collapse"][aria-expanded="false"] span{
    transform: rotate(0deg);
    transition: 0.3s linear;
}
/****************************/

/**************** STATISTIKA ***********************/
/* div#obracanja > div {
    width: 100% !important;
} */
/*************** END STATISTIKA *******************/

/**** Usluge SOS/Dolazak *******/
#app > div > div.main-panel > div > form > div:nth-child(2) > div > div > div > div > div > div:nth-child(2){
    margin-left: 1rem;
    margin-right: 1rem;
}