
:root {
--disabled-color: rgba(255, 0, 0, 0.06);
--readonly-color: rgba(0, 0, 0, 0.06);
}

option:disabled, option:selected  {
    background-color: red;
}

.form-control:focus{
  border-color: #80bdff;  
  box-shadow: none; 
  -webkit-box-shadow: none;
}
 
.form-group {
    margin-bottom: 7px;
}

label {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 12px;
}

.form-control {
	font-size: 12px;
	line-height: 1;
	padding: 6px;
  height: 32px;
}

.form-control.readonly {
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  height: 38px;
  background-color: #D3D3D3;
}

.form-control.input {
  font-size: 14px;
  line-height: 1;
  padding: 6px;
  height: 38px;
}


select.form-control:not([size]):not([multiple]) {
    height: 32px;
}

.btn {
    font-weight: normal;
    border: 1px solid transparent;
    padding: 6px 9px;
    font-size: 14px;
    line-height: 1;
}

.modal-dialog {
    max-width: 350px;
}

.modal-body {
    padding: 7px 15px;
}

.modal-body p {
	margin: 0;
}

.modal-header {
    padding: 7px 15px;
}

.modal-footer {
    padding: 7px 15px;
}


.btn-default
{
  background-color: #FFFFFF;
  height: 30px;
  color:#495057;
  border-color: #acacac;

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {

  background-color: #FFFFFF;
 
 }

.btn-default-select {
    background-color: #FFFFFF;
    height: 30px;
    border: 1px;
    border-color: #ccc;
    color: #495057;
    opacity: 1;
 }
 
.bootstrap-select .btn.disabled, .btn:disabled {
    opacity: 1;
}

 .btn-default-select-disabled {
    background-color: rgba(0, 0, 0, 0.03);
    height: 30px;
    border: 1px;
    border-color: #ccc;
    color: #495057;
 }
 
 .has-error .form-control > .selectpicker {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 }

 .btn-default-select-error {
    background-color: #FFFFFF;
    height: 30px;
    border-color: red;
 }
 .select:disabled, .option:selected  {
    background-color: red;
 }

.bootstrap-select .dropdown-toggle .filter-option {
	height: 30px;
 }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	color: #red;
	height: 20px;
	vertical-align: middle;
	padding: 2px 2px;
 }

.btn {
    font-size: 12px;
    line-height: 1;
}
.bootstrap-select.form-control {
    border: 1px solid  #ccc;
}
.btn-group-sm>.btn, .btn-sm {
    font-size: 12px;
}
.dropdown-menu {
  font-size: 12px;
}

.default-button-right {
    float: right;
    padding: 6px 14px 6px 14px;
    vertical-align: middle;
    background-color: blue;
    color: #fff;
}

.card-header {
    padding: 0.5rem 1.25rem;
    vertical-align: middle;
}
.table {

    font-size: 12px;
}

.tr {
    vertical-align: middle;
}

.table.th {
    font-size: 14px;
    vertical-align: middle;
}

.inputTxtError {
   border: 1px solid #ff0000;
   color: #0e0e0e;
}

.dataTables_info {
  font-size: 14px;
}

.dataTables_paginate {
  font-size: 14px;
}

.my-read-only-class {
  cursor: not-allowed;
}

.myselect select {
  max-width: 100px;
  white-space:normal;
}

.napomena {
  height: 40px;
  background-color: rgba(0, 0, 0, 0.06);
}

.btn-toolbar .btn{
    margin-right: 5px;
}
.btn-toolbar .btn:last-child{
    margin-right: 0;
}
.form-inline > * {
   margin:5px 3px;
}

.button:active{
    background:olive;
}
.btn-focus:focus{
    background: rgb(137, 165, 219);
}

.select_wrap {
    width: 92px;
    white-space:pre-wrap;
}

.center {
    text-align:center;
}
.horpadd0 {
  padding-left: 0;
  padding-right: 0;
}

.page-link{
  padding:.3rem .75rem;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}
table.dataTable thead th {
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}
table.dataTable tfoot td {
    font-weight: bold;
    text-align: center;
}

.hide_column {
    display : none;
}

/*table.dataTable tbody th, table.dataTable tbody td {
   text-align: center; 
}*/

@media print {
  .header-print {
    display: table-header-group;
  }
}

.dt-button.excelbtn span
{
background: url(../img/excel.png) no-repeat center center;
}
.dt-button.pdfbtn span
{
/*background: url(../assets/images/icons/print1.jpg) no-repeat center center*/
background-image: url("../assets/images/icons/print1.jpg");
background-position-x: center;
background-position-y: center;
background-size: 80px 50px;
}

button.dt-button
{
width:30px;
height:30px;
padding: 0px 0px;
}

.dataTable td.col-center {
    text-align: center;}

div.dataTables_length {
  margin-right: 10em;
}

.footerHidden {
  display: none;
}

.related form { display:inline-block; }
/*table.dataTable  tfoot {
    display: table-row-group;
}*/

.modal-lg {
    max-width: 60% !important;
}

.modal-header{
     background-color:#17a2b8;
}

/* modal backdrop fix */
/*.modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}*/

#ErrorsJqueryModal {
  z-index: 1080 !important;
}
/*.modal-content {
    overflow:hidden;
}*/
