h4, .h4 {
    font-size: 22px;
}

p {
	font-size: 15px;
}

.text-muted {
    color: #4A4A4A;
    font-size: 15px;
}


.text-xs {
    font-size: 14px;
    color: #989898;
}



.badge, .label {
	font-size: 14px;
}



.m-b-xs {
    margin-bottom: 10px;
}


.media-body, .media {
	font-size: 15px !important;
}

.m-l-lg {
    margin-left: 26px;
}


.sticky-nav {
    background-color: #ECEBF0 !important;
    padding: 12px 22px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
}

.breadcrumb {
	background-color: transparent !important;
	margin-top: 5px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000;
}


.list-group-sm .list-group-item {
    margin: 10px;
}

.btn-rounded.btn-lg {
	width: 100px !important;
	margin: 0px auto;
	padding: 7px 18px;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #ECEBF0;
}

.form-control {
	color: #202020;
	font-size: 14px;
}

.form-control:focus{
 	border: 1px solid #7266ba;
}
.i-checks input:checked + i:before {
    background-color: #7266ba;
}
.i-checks input:checked + i {
	border-color: #7266ba;
}


.b-katalogove-cislo {
    border-color: #57b330;
}
.t-katalogove-cislo {
    color: #57b330;
    text-shadow:none;
    line-height:1.5; 
    white-space:nowrap;
}

.b-dilo-verejne {
    border-color: #158ca6;
}
.t-dilo-verejne {
    color: #158ca6;
    text-shadow:none;
    line-height:1.5;
    white-space:nowrap;
}


.b-limitni-cislo {
    border-color: rgba(0, 128, 255, 0.7);
}
.t-limitni-cislo {
    color: rgba(0, 128, 255, 0.7);
    text-shadow:none;
    line-height:1.5;
    white-space:nowrap;
}

.singleLimit {
    background-color: #0a94e3;
    color: #000;
}
.hasCross {
    border: 2px red solid;
}
.hasNotCross {
    border: 2px green solid;
}

.crossLimit {
    background-color: #ff9700 !important;
    color:#fff !important;
}

.rowLightBlue {
    background: rgba(175, 215, 255, 0.7);
}

.rowLightGreen {
    background: rgba(213, 255, 170, 0.7);
}
.table-auction tr {
    font-size: 16px;
}


.table-auction tr {
    padding: 15px !important;
    height: 30px;


}
.table-auction tr td {
    vertical-align: center;


}
.hover-underline:hover {
    text-decoration: underline;
}


/* CSS LOADER */


.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #2461e5;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #2461e5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* END CSS LOADER */


input[required="required"]:not(:placeholder-shown), select[required="required"]:valid {
    border: 1px solid #a7d55b !important;
}

input[required="required"]:placeholder-shown,  select[required="required"]:invalid {
    border: 1px solid #f05050 !important;
}



#unassignedList, #assignedList {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    padding: 10px;
    /*float: left;*/
    /*margin-right: 10px;*/
    text-align: center;
}
#unassignedList li, #assignedList li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 100%;
}

.avatar2 {
    vertical-align: middle;
    border-radius: 50%;
}


.label-client {
    color: #3cd9a4;
    text-shadow: none;
    /*line-height: 1.5;*/
    white-space: nowrap;
    border-color: #3cd9a4;
}
