@font-face {
	font-family: 'Montserrat';
  
	src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  }

@font-face {
	font-family: 'Source Sans Pro';

	src: url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}

html {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
  }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}

.dropdown-menu.primary > li > a:hover, .dropdown-menu.primary > li > a:focus {
    color: #fff;
    background-color: #2b9b7a;
}

body.login {
    background: #eec03e;
    padding: 0;
}

.sidebar-left {
	background-color: #00347b;
}

.logo-brand {
	background-color: #ffffff;
}

.logo-brand img {
	max-height: 75%;
}

ul.sidebar-menu li ul.submenu li a:before {
	padding-right: 25px;
}

/* === MODALS === */
.modal {
	
}
.modal-backdrop {
   background-color: #FFF;
}
.modal-lg {
	width: 980px;
}
.modal-header {
	border-bottom: 1px solid #e5e5e5;
	background-color: #343D46;
	color: #FFFFFF;
	min-height: 16.43px;
	padding: 15px;
}
@media (max-width: 768px) {
   .modal-lg {
	width: 95%;
  } 
}
@media (min-width: 992px) {
  .modal-lg {
	width: 900px;
  }
}	
/* === END MODALS === */

.validationError {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff0000;
	font-size: 12px;
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	border-radius: .25rem;
}

.btn-success, .panel-success > .panel-heading {
    background-color: #2b9b7a;	
    border-color: #2b9b7a;	
}

.btn-warning, .panel-warning > .panel-heading {
	background-color: #eec03e;
	border-color: #eec03e;
}

.btn-danger, .panel-danger > .panel-heading {
	background-color: #f23931;
	border-color: #f23931;
}

a {
	color: #2b9b7a;
}

.alert-success.alert-bold-border {
    border-left-color: #2b9b7a;
}

.alert-warning.alert-bold-border {
    border-left-color: #eec03e;
}

.alert-danger.alert-bold-border {
    border-left-color: #f23931;
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #35c198;
    border-color: #35c198;
}

select[size] {
	min-height: 34px;
}

.table-compact>tbody>tr>td, .table-compact>tbody>tr>th, .table-compact>tfoot>tr>td, .table-compact>tfoot>tr>th, .table-compact>thead>tr>td, .table-compact>thead>tr>th {
	padding: 1px;
}


.chosen-container, .chosen-container-multi, .chosen-with-drop, .chosen-container-active {
	width: 100%!important;
}