
/* fix za bioju pozadine expandovanog podmenija */
.sidebar-nav ul.first-level .sidebar-item{
    background-color: #2255a4;
}

/* podebljkavanje slova u aktivnom podmeniju */
li.active span{
    font-weight: bold;
}

/* fix za zaobljavanje ivica belih panela */
/*.card{
    border-radius: 15px;
    overflow: hidden;
}*/

.left-sidebar{
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-wrapper{
    height: calc(100vh - 64px);
    overflow: scroll;
}

header{
    position: fixed;
    width: 100%;
}

/*.modal-content{
    border-radius: 15px;
}*/

.auth-wrapper{
    height: 100vh;
}

table {
	vertical-align: middle;
	white-space: nowrap;
}

.table, table.dataTable {
    border-collapse: collapse !important;
}

.table th{
    font-weight: bold !important;
    border: 1px solid #e9ecef !important;
    padding: 0.5rem;
}

.table td{
    border: 1px solid #e9ecef !important;
    cursor: pointer;
    padding: 0.5rem;
}

.dataTables_wrapper .dt-buttons{
    margin: 10px 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    padding-left: 0;
    padding-right: 0;
}

.red_border{ /* koristi se za signalizaciju gresaka na input formama */
    border: 1px solid red;
}

#error_message{
    justify-content: center;
    color: red;
}

.modal-overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    /*border-radius: 13px;*/
}

@media (min-width:768px){
    .sidebar_logout_link{
        display:none;
    }
}


/* ---------------------------------------- POZICIONIRANJE TEKSTA ---------------------------------------- */


.text-left-position {
	text-align: left;
}

.text-right-position {
	text-align: right;
}

.text-center-position {
	text-align: center;
}

.text-justify-alignment {
	text-align: justify;
}

/* ---------------------------------------- FONT TEKSTA ---------------------------------------- */

.bold-text {
	font-weight: bold;
}

/* ---------------------------------------- POZICIONIRANJE ELEMENATA ---------------------------------------- */

.display_inline_block{
	display: inline-block;
}

/* ---------------------------------------- BOJA POZADINE ---------------------------------------- */

.background-green-color {
  background-color: #28b779!important;
  color: white!important;
}


.background-color-success {
	background-color: #d4f1e4!important;
}

.background-color-danger {
	background-color: #f8ddd5!important;
}

.background-color-primary {
	background-color: #e3dffc!important;
}

.background-color-secondary {
	background-color: #e2e3e5!important;
}

.background-color-warning {
	background-color: #ffffb3!important;
}

.background-color-info {
	background-color: #d3dded!important;
}

.background-color-white {
	background-color: white;
}

/*----------------------------------- BOJA TEXTA -----------------------------------*/
.text_danger_red {
	color: red;
}

.text_warning {
	color: #ffb848;
}

.text_danger {
	color: #da542e;
}

.text_dark {
	color: #343a40;
}

.text_info {
	color: #2255a4;
}

.text_success_green {
	color: green;
}

.text_success {
	color: #28b779;
}

.icon_primary {
	color: #7460ee;
}

.icon_secondary {
	color: #6c757d;
}

/* ---------------------------------------- SAKRIVA ELEMENT ---------------------------------------- */

.hide_element {
	display: none;
}

/* ---------------------------------------- KLASE UPOZORENJA ---------------------------------------- */

.red_info_warning {
	font-weight: bold;
	color: red;
	text-align: justify;
}

.red_info_warning_2 {
	color: red;
	text-align: justify;
}

.red_info_warning_with_bachground{
	color: red;
	background-color: #f8ddd5 !important;
	text-align: center;
	padding: 5px;
}

/* ---------------------------------------- DIMENZIJA ELEMENTA ---------------------------------------- */

.full_width{
	width: 100%;
}

/* ---------------------------------------- SELEKTOVANI RED U TABELI ---------------------------------------- */

.selected_row {
	background-color: #ccf2ff!important;
}

.hovered_row {
	background-color: #bfbfbf!important;
}

/* ----------------------------------------- SELECT2 BUGFIX ---------------------------------------- */

.select2-container--default .select2-selection--multiple{
	height: auto;
}


/* ---------------------------------------- WRAP TEXT-a ---------------------------------------- */

.wrap_text{
	text-wrap: wrap;
}

.nowrap_text{
	text-wrap: nowrap;
}

/* ---------------------------------------- WRAP TEXT-a ---------------------------------------- */

.nav-item {
	cursor: pointer;
}

/* ---------------------------------------- XTRA SMALL SELECT ---------------------------------------- */

.form-select-xs {
	font-size: 0.7rem;
	padding: 0.15rem 0.4rem;
	height: 30px; /* manja visina */
}