body{background-color: #ebf2fa;}
.container {
    max-width: 100%;
}
a:hover {
    color: #333;
    text-decoration: none;
}
.menu-wrap{
	background-image: linear-gradient(#fff, #c2d2eb);
    padding: 8px 0;
}

.menu-ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.menu-ul > li{
	display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.menu-ul > li > a{
	color:#000;
}
ul.error{
	margin:0;
}

.content-wrapper{
	border: 1px solid #33333342;
    padding-bottom: 1em;
	background-image: linear-gradient(#e2e9f1, #9ac0cd80);
}
.content-wrapper-blue{
	border: 1px solid #33333342;
    padding-bottom: 1em;
	background-image: linear-gradient(#72a2d8, #72a2d8);
}
.form-header{
	font-size: 18px;
    font-weight: bold;
    padding: 8px 15px;
    background-image: linear-gradient(#fff, #c2d2eb);
	margin-left: -15px;
    margin-right: -15px;
}
.col-form-label{
	text-align: right;
	font-weight: 700;
}
.content-wrapper-blue .col-form-label{
	color: #fff;
}
fieldset {
    min-width: 2px;
    padding: 15px;
    margin: 0;
	border: 1px solid #33333342;
    margin-top: 1em;
}
legend{
	width: auto;
	font-weight: 600;
    color: #d87a7a !important;
    font-size: 17px;
}
.content-wrapper-blue legend{
	 color: #f7f0f0 !important;
}
.form-control{
	padding: 4px 12px;
	border-radius: 0;
	font-weight: 700;
}
.wind-btn{
	min-width: 100px;
    background-image: linear-gradient(#fff, #c2d2eb);
    border: 0;
    padding: 5px 12px;
    color: #333;
    font-weight: 600;
	cursor: pointer;
}
.wind-btn-a{
	min-width: 100px;
    background-image: linear-gradient(#fff, #c2d2eb);
    border: 0;
    padding: 5px 12px;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}
.ui-menu .ui-menu-item div{
	padding: 5px 12px;
    font-size: 14px;
	color:#333;
}
.ui-menu .ui-menu-item div:hover{
	background-image: linear-gradient(#fff, #c2d2eb);
}
.ui-autocomplete {
	max-height: 185px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
	height: 185px;
}
.ui-state-active {
   background-image: linear-gradient(#fff, #c2d2eb);
}


.table td, .table th {
    padding: 5px .75rem;
}
.item-table-wrap{
	max-height: 200px;
    min-height: 200px;
    overflow-y: scroll;
    background-color: #ffffc1c2;
}
th {
    background-image: linear-gradient(#fff, #c2d2eb);
}
div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
    display: inline-block;
}
.bg-white{
	background: white;
}

.list-res{
	padding: 15px;
    list-style: none;
    height: 30vh;
    overflow-y: scroll;
	margin-bottom: 0;
}
.list-res > li{
	margin-bottom: 0.5em;
	float: left;
    min-width: 240px;
}
.form-check-label {
    cursor: pointer;
}
.search-col{
	border: 1px solid #ccc;
}
.col-header{
	background-image: linear-gradient(#fff, #c2d2eb);
    padding: 5px 15px;
    font-weight: 700;
    font-size: 18px;
}

.icon-btn{
	padding: 0;
    line-height: 0;
    border: 0;
    font-size: 30px;
    background: transparent;
    margin: 0;
    cursor: pointer;
}

.page-item.active .page-link{
	z-index: 1;
    color: #333;
    background-color: transparent;
    border-color: transparent;
    background-image: linear-gradient(#fff, #c2d2eb);
}
.table-bordered {
    border: 1px solid #3333337a;
}
.table{
    background: #fff;
}

ul.list-res.jansi li {
    min-width: 120px;
}

ul.list-res.gaam li {
    min-width: 170px;
}

button:focus
{
    color: red;
}

.form-control:focus{
	color: #495057;
    background-color: #fff;
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.table td, .table th{
	vertical-align: middle;
}

.bg-light{
	background-image: linear-gradient(#fff, #c2d2eb);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    font-size: 16px;
    font-weight: 700;
    border-right: 1px solid #0000004f;
    padding-right: 15px;
}