/* @font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Normal.otf") format("opentype");
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Normal.otf") format("opentype");
	font-weight: 100;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-SemiBold.otf") format("opentype");
	font-weight: 600;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Bold.otf") format("opentype");
	font-weight: 700;
}

@font-face {
	font-family: Parry;
	src: url("/css/fonts/Parry-Black.otf") format("opentype");
	font-weight: 800;
} */

body {
	padding-top: 5.5rem;
	padding-bottom: 2.5rem;
	background-color: #143b6c !important;
/*	
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url("/images/site/backgroundimg.jpg");
	background-size: cover;
*/
	font-family: natom-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.hidden {
	display: none !important;
}

.alert .material-icons {
	line-height: 1.5;
}
.alert-danger {
    background-color: #f8d7da !important;
}

.pointer {
	cursor: pointer;
}

.dropdown-item:active {
	background-color: transparent;
}

.text-blue {
	color: #143b6c;
}

.color-brown,
.iHead, iHeadMain, 
h4 {
	color: #4F2C1D;
}

.bg-brown {
	background-color: #4F2C1D;
}

.btn.btn-brown {
    color: #fff !important;
    background-color: #4F2C1D;
    border-color: #4F2C1D;
}
/*
.btn.btn-brown:hover,
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #33221a;
    border-color: #33221a;
}
*/
.btn.btn-secondary,
a.btn.btn-secondary {
    color: #fff !important;
/*    background-color: #046A38; */
}

.btn.btn-primary,
a.btn.btn-primary {
    color: #fff !important;
    background-color: #d23d39!important;
    border-color: #d23d39!important;
}
/*
.btn.btn-primary:hover {
    color: #fff !important;
    background-color: #193823;
    border-color: #193823;
}
*/
.btn.btn-yellow {
    color: #cf9c4d !important;
    background-color: #f9d548;
    border-color: #f9d548;
}

.text-red {
	color: #b23a25;
}
/*
.btn.btn-yellow:hover {
    color: #fff !important;
    background-color: #865825;
    border-color: #865825;
}
*/
.btn.btn-red {
    color: #fff !important;
    background-color: #b23a25;
    border-color: #b23a25;
}
/*
.btn.btn-red:hover {
    color: #fff !important;
    background-color: #772618;
    border-color: #772618;
}
*/
.btn.btn-turquoise {
    color: #fff !important;
    background-color: #28A19F;
    border-color: #28A19F;
}
/*
.btn.btn-turquoise:hover {
    color: #fff !important;
    background-color: #196665;
    border-color: #196665;
}
*/
.btn.btn-magenta {
    color: #fff !important;
    background-color: #88234B;
    border-color: #88234B;
}
/*
.btn.btn-magenta:hover {
    color: #fff !important;
    background-color: #571630;
    border-color: #571630;
}
*/
.label > a {
	color: #fff; 
}
.label > a:hover {
	color: #fff; 
}

.container-main {
	max-width: 1280px;
}

/*---- NAV ---- */
.navbar {
/*	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000; 
*/
	background-color: #143b6c !important;
}

.navbar-collapse
{
	background-color: #0B284A;
}

.navbar-dark .navbar-nav .nav-link:hover
{
	text-decoration: underline;
	color: #fff;
}

/*---- ---- */
@media screen and (max-width: 576px) {
	nav .nav-link {
		display: inline-block;
		text-align: left;
		z-index: 1;
	}
	nav .btn-group {
		display: block;
		justify-content: space-between;
		position: relative;
	}
	nav .nav-link.dropdown-toggle {
		text-align: right;
		position: absolute;
		right: 0px;
		width: 35%;
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .nav-link.dropdown-toggle:active {
		z-index: 0;
		/*display: inline-flex;*/
	}
	nav .dropdown-submenu .dropdown-toggle::after {
		transform: rotate(0deg);
	}
	nav .dropdown-item {
		white-space: normal;
	}
}

@media screen and (min-width: 576px) {
	.btn-group.show ul.dropdown-menu.show {
		position: absolute;
	}
	nav .nav-link {
		padding-right: 0px !important;
	}
	nav .nav-link.dropdown-toggle {
		padding-left: 0px !important;
	}
	.nav-item {
		padding: 0px 10px;
	}
}

.dropdown-menu .dropdown-item {
	position: relative;
}

.dropdown-menu .material-icons {
	position: relative;
	top: 6px;
}

/*-------------------- search input -------------------- */
#searchInput {
	color: #000;
	background-color: #fff;
	border: 1px solid #fff;
}
#searchInput::placeholder {
	color: #dadada;
}

/*--------------------- submenu nav -------------------- */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a *:hover {
	text-decoration: underline;
}

.dropdown-submenu .dropdown-toggle {
	cursor: pointer;
}

.dropdown-submenu .dropdown-toggle::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}


/*--------------------- breadcrumb -------------------- */
.breadcrumb {
	margin-bottom: 10px !important;
	background-color: #0b284a;
	color: #fff;
}

.breadcrumb .breadcrumb-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}


/*--------------------- main content -------------------- */
.row-main-content {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#content-container-left {
	color: #fff;
}

/* -------------------- right column ------------------ */
#content-container-right .card
{
	margin-bottom: 20px;
}

.card-header strong {
	font-size: 17px;
	font-weight: 800;
}

#search-container {
	margin-bottom: 10px;
}

.div-search {
	display: inline-block;
	margin-left: 5px;
}

/* --------------------- footer styles ----------------- */
.row-footer {
	margin: 20px 0px 10px 0px;
}


/* --------------------- dialog box ----------------- */
.dialog {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.dialog > .wrapper {
	position: absolute;
	left: 50%;
	top: 200px;
	width: 350px;
	margin-left: -175px;
	background-color: white;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid black;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.dialog .message {
	margin-bottom: 10px;
	white-space: pre;
}

.dialog .action {
	font-weight: bold;
	margin-bottom: 15px;
}

.dialog .title {
	font-weight: bold;
	margin-bottom: 5px;
}

.dialog a + a {
	margin-left: 5px;
}

.dialog .btn-danger {
	float: right;
}
