.alert-info {
    background:#e3f4ff;
    border-radius: 8px;
    border-color:#c8e2f3;
}


.twoinps > *:first-child{
    border-radius: 6px 0 0 6px;
    margin-right: -1px;
}
.twoinps > *:not(:last-child):not(:first-child){
	border-radius:0;
}
.twoinps > *:last-child{
    border-radius: 0 6px 6px 0;
}

.tooltip-inner{
	max-width:300px;
    box-shadow:2px 2px 2px rgba(0,0,0,0.3);
}
.tooltip.red .tooltip-inner{
    background: #cf2f24;
}

.bs-tooltip-bottom.red .arrow::before,
.bs-tooltip-auto.red[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #cf2f24;
}

@media (min-width: 768px) {
	.sidebar .nav-item .nav-link span {
		font-size: 0.95rem;
		display: inline;
	}
    .sidebar {
        width: 16rem !important;
    }
}


/* --------- SPINNER --------- */
.btn-loading{
	position:relative;
}
.btn-loading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 20%);
    border-radius: 50%;
    animation: spinnin .7s linear infinite;
}
@keyframes spinnin{
	0%   {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}

.btnSnNew.btn-loading:after{
	width:23px;
	height:23px;
}
.snc.btn-loading:after{
    width: 25px;
    height: 25px;
	border-width:1px;
    border-top-color: #000;
    border-left-color: #000;
}



.flag-icon{
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 21px;
    height: 16px;
    line-height: 1em;
    box-shadow: 0 0 1px #000;
    border-radius: 1px;
}


.table-responsive .flag-icon{
	margin-right:6px;
}
.ipaddr{
	user-select:all;
}


.flag-icon{
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 21px;
    height: 16px;
    line-height: 1em;
    box-shadow: 0 0 1px #000;
    border-radius: 1px;
}
.dropdown-item,
.dropdown-toggle {
    font-size: 1rem;
}
.dropdown-item .flag-icon,
.dropdown-toggle .flag-icon{
    margin-right:4px;
}


/******************* PROGRESS BAR
*/
.progressbar{
background:#29d;
position:fixed;
z-index:1200;
top:0;
left:0;
width:0;
height:5px;
transition:all .2s ease;
display:none;
}
.progressbar:after{
content:'';
display:block;
position:absolute;
right:0px;
width:100px;
height:100%;
box-shadow:0 0 10px #29d, 0 0 5px #29d;
opacity:1.0;
-webkit-transform:rotate(3deg) translate(0px,-4px);
-ms-transform:rotate(3deg) translate(0px,-4px);
transform:rotate(3deg) translate(0px,-4px);
}
.progressbar.red{
	background:#cc0000;
}
.progressbar.red:after{
	box-shadow:0 0 10px #cc0000, 0 0 5px #cc0000;
}

.text-success {
    color: #00883e!important;
}



.small, small, TABLE .small{
	font-size:0.9rem;
}

BODY, .table{
	color:#555;
}
.form-control,
.form-control:focus,
.form-control:active,
.form-control:hover{
	color:#333;
}
.form-control:focus,
.form-control:active,
.form-control:hover{
	border-color:#bbb;
}

.modal-content{
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}

#content{
    padding-bottom: 60px;
}

.btn{
    box-shadow:inset 0 0 2px rgba(0,0,0,0.3);
}
.btn-primary{
    background-color: #4967bd;
}
.btn-primary:hover{
    background: #29408e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #203fab;
}

.btn-success{
    background-color: #2b9660;
	border-color: #2b9660;
}




/* Extra small devices (phones, up to 480px) */
@media screen and (max-width: 1249px) {
	BODY, .form-control, .btn, .input-group-text{
		font-size:14px;
	}
	.input-group-text{
		padding: .375rem .375rem;
	}
	.sidebar .sidebar-brand {
		height: 4.375rem !important;
	}
	.sidebar .d-none.d-md-block{
		/* posunul jsem si zlom */
		display:none !important;
	}
}

@media (min-width: 1250px) {
	.sidebar .nav-item .nav-link{
		padding:.75rem 1rem;
	}
}
	
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
	BODY, .form-control, .btn, .input-group-text{
		font-size:15px;
	}
}
/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
}

BUTTON.input-group-append{
    border-radius:0 .35rem .35rem 0;
}


.table-smaller-pad TD, .table-smaller-pad TH{
    padding: 0.25rem;
}
.smaller-inputs,
.smaller-inputs .form-control,
.smaller-inputs .btn,
.smaller-inputs .input-group-text{
	font-size:14px !important;
    padding: 0.375rem 0.375rem !important;
}

.table td, .table th{
	vertical-align:middle;
}
.table-sm th, .table-sm td {
    padding: 0.2rem 0.45rem;
    line-height: 1.4;
}

.table-no-border TD,
.table-no-border THEAD TH{
	border-top:0;
	border-bottom:0;
}




.bg-gradient-primary {
	background-color: #555;
    background: linear-gradient(to bottom, #222,#666);
    background-size: cover;
} 
#page-top .bg-gradient-primary {
	background:linear-gradient(to bottom, #222 450px,#666);
}

.sidebar .sidebar-brand {
    height: 8.5rem;
    margin: 1.3rem;
    text-align: center;
    background: url(https://www.genevo.com/img/genevologo_white.png) no-repeat 50% 50%;
    background-size: 80%;
}
footer.sticky-footer {
    padding: 1.5rem;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
    float: none;
}

.spinner-done{
	-webkit-animation:none;
	animation:none;
	border-right:.25em solid;
}

TABLE THEAD TH{
    background: #e7f6fd;
}
.myinputs INPUT[type="checkbox"]+SPAN{
    color: #cc0000;
	
    display: inline-block;
    width: 19px;
    text-align: right;
}

.myinputs .multichecker:checked+B{
	color:#4E73DF;
}
.myinputs{
	padding:0 .375rem;
}
.myinputs INPUT[type="checkbox"]:checked+SPAN{
	font-weight:bold;
    color: #111;
}

.myinputs INPUT[type="checkbox"]{
	margin-right:3px;
	cursor:pointer;
}
.myinputs LABEL{
	display:inline-block;
	min-width:50px;
	cursor:pointer;
}
.myinputs LABEL:hover{
}
.myinputs B:before{
	content:'[';
	padding:0 1px;
}
.myinputs B:after{
	content:']';
	padding:0 1px;
}

TABLE.dataTable{
	/* nepouzivam hledani a veci navic a akorat to poskakuje zbytecne */
	margin-top:0 !important;
	margin-bottom:1rem !important;
}
TABLE.table.dataTable thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e6f0;
}

.text-muted A[data-toggle="tooltip"] {
    text-decoration: none;
    border-bottom: 1px dashed #ddd;
    color: #858796;
}

.tooltip{
    pointer-events: none;
}


.sidecontactform{
    background: rgba(255, 255, 255, 0.10);
    
    border-radius: 0 .35rem  0.35rem 0;
    margin: 1.5em 0;
    width: 95%;
    font-size: .85em;
    box-shadow:2px 2px 35px rgba(0, 0, 0, 0.15);
	color: rgba(255,255,255,.8);
    padding: 1.5rem!important;
}
.sidecontactform-title{
    color: #fff;
}
.sidecontactform-name{
    font-weight: bold;
}
.sidecontactform P > A{
	color: rgba(255,255,255,.8);
	text-decoration:none;
}
.sidecontactform P > A:hover{
	color: rgba(255,255,255,1);
}
.sidebar .sidecontactform A.nav-link{
	width:auto;
	padding:0;
}
.sidecontactform P.d-md-block{
	line-height:1.7em !important;
}


.custom-icon{
	display:inline-block;vertical-align:middle;
	background:no-repeat 50%;
	background-size:100%;
	width:20px;height:20px;margin-right:2px;
}

.btn-default{
	border:1px solid #ddd;
}
.btn-default:hover{
	background:#eee;
}



/****** TOASTRS ****/
.toastrs{
	cursor:default;
	position:fixed;
    top:10px;
    right:10px;
	min-width:300px;
    z-index:1060;
}
.toastrs.bottom{
	top:initial;
	bottom:10px;
}
.toastrs P:only{
    display: inline-block;
}
.toastrs P+P{
	margin-top:11px;
}
.toastrs .alert{
    padding: 15px 18px;
    margin-bottom:10px;
    font-size: 15px;
    border: 1px solid #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.9);
    border-radius:5px;
    color: #fff;
    line-height:25px;
    position: relative;
}
.toastrs .alert A{
	color:#fff !important;
	text-decoration:underline;
}
.toastrs .alert:before{
	position: absolute;top: 0;bottom: 0;left: 18px;display: flex;align-items: center;
}
.toastrs .alert-success{
    padding-left: 50px;
	background:20px 50% no-repeat rgba(87,167,87,.95);
}
.toastrs .alert-success:before{
	content:'\2713';font-size:25px;font-weight:bold;
}
.toastrs .alert-warning{
    padding-left: 50px;
	background:rgba(195,31,31,1);
}
.toastrs .alert-warning:before{
	content:'\26A0';font-size:23px;
}
.toastrs .alert-blue{
	background:20px 50% no-repeat rgba(80, 160, 202, 0.95);
}
.toastrs .alert-white{
	background:linear-gradient(to bottom, #fff, #eee);
	color:#000;
}


