/* Hide client submenu */
.submenu {
    display: none;
}
/* Hide client accept and reject */
.mright10 {
    display: none;
}


/* Hide servis topbar */
.mbot25 {
    display: none;
}

/* Hide squick links dropdown toggle admin */
#side-menu li.quick-links {
    display: none !important;
}

/* Logo fix responsitive */
@media (max-width: 768px) {
.small-logo img {
    margin-top: -3px !important;
    max-width: 70% !important;
}
}

/* Home screen servis full size */
@media (min-width: 1200px) {
.col-lg-4 {
    width: 100% !important;
}
}

@media (min-width: 992px) {
.col-md-6 {
    width: 100% !important;
}


.col-md-offset-3 {
    margin-left: 0% !important;
}
.col-md-offset-fix {
    margin-left: 50%;
}	
.col-md-fix {
    width: 50%;	
}
}


@media (min-width: 768px) {
.col-sm-6 {
    width: 100% !important;
}
}

/* Servisni nalog - polja */
.bootstrap-select .btn-default {
    border: 1px solid #4a4a4a!important;
}
textarea.form-control, select.form-control, .dataTables_length select, input[type="text"], input[type="file"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="color"] {
    border: 1px solid #4a4a4a;
}
.table.items input:not(.input-transparent), .table.items textarea, .table.items .bootstrap-select .btn-default {
    border: 1px solid #4a4a4a!important;
}