body .form-control {
    background-color: #eee;
    border-width: 0;
    box-shadow: unset;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    height: 30px;
}

body textarea.form-control {
	height: unset;
}

.select2-container .select2-selection--single, body.form input.form-control {
    border-width: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    background-color: #eee;
    padding: 0 20px 0 8px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.select2-container--bootstrap .select2-selection__clear  {
	margin-right: 4px;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 30px;
    background-color: #eee;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: 30px;
	padding: 0 8px;
}

.select2-container--bootstrap .select2-selection {
	border: 0 none;
	box-shadow: unset;
}

.select2-container .select2-selection .select2-selection__rendered {
    width: 100%;
    padding-top: 2px;
    color: #555;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
	border-top-color: #555;
}

.select2-container .select2-selection .select2-selection__clear {
    font-weight: 800;
    color: #555;
    font-size: 14px;
    margin-top: -1px;
    font-family: arial;
    right: 2px;
}

.select2-container.select2-container--krajee .select2-selection .select2-selection__clear {
	margin-top: 1px;
	padding-right: 5px;
}

.select2-container--krajee .select2-selection--single {
    height: 30px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0 none;
    width: 15px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
    border-color: #555 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.input-group-addon {
    border: 0 none;
    border-bottom: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    padding: 6px 8px;
}

body .btn {
    padding: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0 none;
    height: 30px;
    font-weight: 600;
    align-items: center;
    border-radius: 2px;
    display: inline-flex;
    line-height: 1.1;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0,0,0,.12);
}

body .btn.dropdown-toggle {
    padding-right: 10px;
}

body .btn .caret {
    margin-left: 8px;
}

.select2-container--bootstrap .select2-selection {
    font-family: Roboto;
}

h2 {
	display: block;
	padding: 4px 15px 4px 0;
	color: #222;
	position: relative;
	font-family: "Open Sans";
	margin: 10px 0;
}

.box.box-alert h2 {
	padding: 0;
}

.box h1 {
	letter-spacing: unset;
}

h2 span {
	font-size: 28px;
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: white;
}

h3.hr {
	display: inline-block;
	padding: 4px 0;
	color: #222;
	position: relative;
	vertical-align: top;
	margin: 15px 0 0 0;
	font-family: "Open Sans";
}

.form-horizontal h3.hr {
	margin-bottom: 15px;
}

h3.hr span {
	font-size: 15px;
	font-weight: 100;
}

.container .item, .container-fluid .item {
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
}

.nav-tabs {
    border: 0 none;
    position: relative;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding: 0 16px;
    background-color: white;
}

.nav-tabs li.main {
    font-weight: bold;
}

.nav-tabs li.active {
	border: 0 none;
	border-top: 3px solid transparent;
    border-bottom: 3px solid #222;
}

.nav-tabs li {
	border: 0 none;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.nav-tabs > li {
    margin: 0;
}

.nav-tabs > li > a {
    margin: 0;
    padding: 13px 28px;
    border: 0 none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: 0 none;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    height: 48px;
    line-height: normal;
    color: #555;
}

.nav > li:not(.active) > a:hover {
    text-decoration: none;
}

.tab-content {
    border: 0 none;
    margin-top: 0;
}

.input-group-addon .kv-dp-icon::before {
	color: #555;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0 none;
}

.btn.btn-default {
	background-color: #eee;
}

.btn.btn-default:hover {
	background-color: #ddd;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    color: #183858;
}

.col-menu .list-group-item {
	border-radius: 2px;
	border: 0 none;
	background-color: transparent;
	margin: 4px 0;
	font-weight: 600;
	text-transform: uppercase;
	color: #555;
}

.col-menu .list-group-item:hover {
	box-shadow: none;
	background-color: #eee;
	color: #000;
}

.col-menu .list-group-item.active {
	box-shadow: none;
	background-color: #234d71;
	color: white;
}

.section.section-main {
	margin-left: -15px;
	margin-right: -15px;
}

.input-group.date .kv-date-remove {
	position: absolute;
	z-index: 4;
	right: 27px;
	height: 28px;
	width: 26px;
	top: 1px;
	border-bottom: 0 none;
}

span.input-group-addon.kv-date-remove::before {
	content: "x";
}

.input-group.date .kv-date-picker {
	position: absolute;
    z-index: 4;
    right: 2px;
    height: 28px;
    width: 26px;
    top: 1px;
	border-bottom: 0 none;
}

.input-group.date .form-control:first-child, .input-group.date .form-control:last-child {
	border-radius: 4px;
}

.input-group.date .glyphicon {
	top: 2px;
}

.input-group.date .glyphicon-remove {
	//display: none;
}

span.input-group-addon.kv-date-remove:before {
    content: "×";
    display: inline;
    font-family: arial;
    font-weight: 800;
    font-size: 14px;
    color: #555;
}

.form-group .select2-container--bootstrap .selection {
	display: block;
	heigth: 30px;
}
