﻿
a {text-decoration:none;}
body.mainpage {
    background-image:url(../img/mainbg.jpg);
}
body.waiting * {
    cursor: wait;
}
.onlycaps {
	text-transform:uppercase;
}
.ui-autocomplete {
    z-index: 9999999999;
    position: absolute;
    top: 38px;
    min-width: 160px;
    margin: 0 0 10px 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius:0px;
    box-shadow : rgba(0, 0, 0, 0.1) 0 5px 10px ;
    background-clip: padding-box;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
.ui-autocomplete.ui-widget-content {
    background: #f7f7f7 url();
}
.ui-autocomplete.ui-menu {
	padding: 0px;
}
.ui-menu .ui-menu-item {
	padding:0;
	line-height:2em;
	font-size:1em;
    list-style-image: url();
}
.ui-menu .ui-menu-item a {
	line-height:2em;
}
.ui-menu .ui-menu-item .ui-state-focus {
	background: #eee;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #eee url() 50% 50% repeat-x;
	font-weight: normal;
	color: #333;
	cursor:pointer;
}

.select2-container {
}
.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dedee4;
    border-radius: 0!important;
	height: 46px;
	line-height: 46px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
	padding-left:13px;
	margin-top:8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {top:9px;}

.bg-body-secondary { background-color:#f2f1f9;}
.img-thumbnail { position:relative; }
.img-thumbnail .delete { position:absolute; bottom:-6px; right:3px; }

#notifie { position:fixed; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,0.2); }
#notifie>div {
  position: relative;
  width:100%;
  height:100%;
}
#notifie>div>div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background:rgba(255,255,255,0.8);
}
.btn-danger2, .btn-danger2:hover {
	background-color:#d11b22;
}
.btn-warning2, .btn-warning2:hover {
	background-color:#ff7200;
	color:#fff;
}
.btn-warning3, .btn-warning3:hover {
	background-color:#ff1717;
	color:#000;
}
.btn-warning4, .btn-warning4:hover {
	background-color:#ffdf61;
	color:#000;
}
.btn-white {
	background-color:#fff;
	color:#000;
	border:2px solid #000;
}
.btn-white:hover {
	background-color:#eee;
	border:2px solid #666;
}
.btn-lg { font-size: 1.1rem!important}

.btn-label {
	position: absolute;
	left:0;
	top:0;
	width:42px;
	display:block;
	background-color:#d11b22;
	border-radius: 3px 0 0 3px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
	padding-left:36px;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
}
.btn-labeled-text {
	line-height: 1.5!important;
	display: block;
	position: relative;
	padding-left: 5px;
	vertical-align:middle;
	text-align:center;
}
@media only screen and (min-width:992px){
	.btn-labeled-text {
	}
}
.bg-warning3 {
	background-color:#ff1717;
}
@media only screen and (max-width:992px){
	footer .col-md-4 {
		text-align:center;
	}
	footer .leftcol h6, footer .leftcol a, footer .leftcol p {
		text-align:center;
	}
	footer .leftcol a {
		display:block;
		margin:0 auto;
		
	}
}
.navbar-fixed-bottom {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
	position: fixed;
	bottom:0;
	overflow:hidden;
	left:0;
	right:0;
	-webkit-box-shadow: 1px -6px 5px 0px rgba(102,102,102,1);
-moz-box-shadow: 1px -6px 5px 0px rgba(102,102,102,1);
box-shadow: 1px -6px 5px 0px rgba(102,102,102,1);
}
.navbar-fixed-bottom .nav-item {
	text-align:center;
}
.navbar-fixed-bottom .nav-link {
	color:#fff;
}
@media (min-width: 1248px) {
	.navbar-fixed-bottom {
		display: none;
	}
}
@media (max-width: 1248px) {
	.navbar-fixed-bottom ul li a {
		font-size: 16px;
	}
	.navbar-fixed-bottom ul li a i {
		font-size: 32px;
	}
}
@media (max-width: 961px) {
	.navbar-fixed-bottom ul li a {
		font-size: 16px;
	}
	.navbar-fixed-bottom ul li a i {
		font-size: 24px;
	}
}
@media (max-width: 768px) {
	.navbar-fixed-bottom ul li a {
		font-size: 14px;
	}
	.navbar-fixed-bottom ul li a i {
		font-size: 20px;
	}
}
@media (max-width: 541px) {
	.navbar-fixed-bottom ul li a {
		font-size: 12px;
	}
	.navbar-fixed-bottom ul li a i {
		font-size: 16px;
	}
}
