@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap');

body{
	font-family: "Roboto", sans-serif;
	font-size:1rem;
	background: #f5f2f2;
}

a{
	color: #D70000;
	transition: all .2s;
}

a:hover{
  color: #bc4e12;
}

h1{
	font-family: 'Oswald', Serif;
	font-size: 1.9em;
	line-height: 1.1em;
	font-weight: 600;
	margin:20px 0;
}

h2{
	font-family: 'Oswald', Serif;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.breadcrumb{
	background: #D70000;
	border-radius: 0;
	color: #fff;
	font-family: 'Oswald', Serif;
	font-size: 1.2em;
	padding: 1rem 1.3rem 1.2rem;
}

.breadcrumb-item a{
	color: #f2cab5;
}

.breadcrumb-item a:hover{
	color: #fff;
}

.breadcrumb-item.active{
	color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before{
	color: #e7a27c;
}

.btn-sm, .btn-group-sm > .btn{
	font-size: .85rem;
	margin: 2px 0;
	padding: 0.3rem 0.5rem;
}

.btn-group-xs > .btn, .btn-xs {
	border-radius: 0.2rem;
	font-size: 0.6rem;
	line-height: 1.4;
	margin: 2px 3px;
	padding: 0.2rem 0.4rem;
}

.btn-group-xxs > .btn, .btn-xxs {
	border-radius: 0.15rem;
	font-size: 0.6rem;
	line-height: 1em;
	margin: 2px 3px;
	padding: 0.2rem 0.2rem 0.1rem;;
}

/*
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 100%;
}
*/

.dropdown-menu{
	background: #1C1C1C;
	border: none;
	border-radius: 0;
	font-size:1em;
	padding: 0;
}

.dropdown-menu .dropdown-item{
	background: #1C1C1C;
	border-bottom: 1px solid #383838;
	color: #ccc;
	padding: 10px 12px;
}

.dropdown-menu .dropdown-item:hover{
	background: #272727;
	color: #CD6126;
}

.dropdown-menu .dropdown-item:last-child{
	border-bottom: 0;
}

.dropdown-menu .dropdown-divider{
	background: #545454;
	border: 0;
	height: 3px;
	margin: 0;
}
.main-nav .dropdown-toggle::after{
	border: 0;
	content: "\f107";
	font-family: 'FontAwesome';
	font-size: .7em;
	vertical-align: baseline;
}

footer .contact{
	background: #252525;
	color: #ccc;
	line-height: 1.2em;
	padding: 40px 0 30px;
}

footer .contact h4{
	color: #777;
	font-family: Oswald;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
}

footer .contact a{
	color: #ccc;
}

footer .contact a:hover{
	color:#D70000;
	text-decoration: none;
}

footer .copyright{
	background: #1c1c1c;
	color: #777;
	font-size: 12px;
	line-height: 22px;
	padding: 20px 0px;
}

.home-button{
	display: table-cell;
	font-family: "Oswald";
	font-size:1.2em;
	padding:30px 10px;
	vertical-align: middle;
	width:100%;
}

.home-button i{
	display: inline-block;
	font-size: 1.5em;
	margin-bottom: 8px;
}

.btn-orange{
	background:#D70000;
	border:0;
}

.col-form-label{
	color: #555;
	font-family: Oswald;
	font-size: 1.3em;
	font-weight: 500;
}

.datepicker-dropdown{
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
}

.form-group {
	margin-bottom: .6rem;
}

.form-control{
	border: 1px solid #ccc;
	border-radius: 0;
	font-size:.95em;
	height: auto;
	padding: 12px;
}

.form-control-sm{
	font-size:0.85rem;
}

.form-control-plaintext{
	background: #eee;
	font-size:.95em;
	min-height: 50px;
	padding: 12px;
}

input[type=radio],
input[type=checkbox]{
	height: 1em;
	width: 1.2em;
}

.login,
.password-reset{
	border: 0;
	border-radius: 0;
	background: transparent;
}

.login h3,
.password-reset h3{
	font-family: 'Oswald', Serif;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: 400;
	text-align: center;
}

nav{
	font-size:.96em;
}

nav li.nav-item > a{
	color: #999;
	font-size: 1.2em;
	font-weight: 700;
	transition: color 0.1s linear;
}

nav li.nav-item > a:hover{
	color: #D70000;
}

.navbar{
	background:#fff;
	padding: 1.1rem;
}

.navbar-brand{
	margin-right: 20px;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
	text-indent: -99999px;
	width: 350px;
}

.navbar-toggler{
	background: #D70000;
}

.navbar-toggler-icon{
	color: #fff;
	content: "\f107";
	font-family: 'FontAwesome';
}

.page-controls{
	background: transparent;
	padding: 0;
}

.page-controls .form-control{
	padding: 8px;
}

.page-content{
	background: transparent;
	border: 0;
}

.page-content .card-body{
	padding: 0;
}

.page-content h3{
	font-family: 'Oswald', Serif;
	font-size: 1.6em;
	line-height: 1.5em;
	font-weight: 600;
	margin-top: 22px;
}

.table-styled{
	font-size: .9em;
}

.table-styled td{
	border-top: 2px solid #dee2e6;
	padding: 0.8rem 0.75rem;
}

.table-styled th{
	background: #a4c7e6;
	border-bottom: 2px solid #70b6f3 !important;
	color: #00207C;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}

.table-styled .blue-row{
	background: #e8f2fa;
}

.table-styled .blue-row:hover{
	background: #d5e6f3;
}

.table-styled .blue-row td{
	border-top: 3px solid #bddaef;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.table-styled .statusSubRow{
	background: #fff;
}

.table-styled .statusSubRow:hover{
	background: #f9f9f9;
}

.table-styled .statusSubRow td:first-child{
	border-left: 6px solid #bddaef;
}

.table-styled .portfolioSubRow{
	background: #f2f2f2;
}

.table-styled .portfolioSubRow:hover{
	background: #e8e8e8;
}

.table-styled .portfolioSubRow td{
	padding-top: .6rem;
	padding-bottom: .6rem;
}

.table-styled .portfolioSubRow td:first-child{
	border-left: 6px solid #d1d0d0;
}

.white-wrapper{
	background: #f8f8f8;
}

.group-expanded{
	background: #eeeeee;
	margin-bottom: 15px !important;
	padding: 15px 20px 10px !important;
	transition: all ease .5s;
}

.subgroup-divider{
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
}

@media only screen and (max-width: 766px) {
	
	.dropdown-menu{
		background: transparent;
	}
	
	.dropdown-menu .dropdown-item{
		background: transparent;
    border-bottom: 1px solid #d6d6d6;
    color: #888;
		font-weight: 500;
    padding: 8px 0;
	}
	
	.dropdown-menu .dropdown-divider{
		background: #d6d6d6;
	}
	
	.navbar-brand{
		width:200px;
	}
	
}

@media (min-width: 1300px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1240px;
	}
}

@media (min-width: 1400px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1340px;
	}
}

@media (min-width: 1500px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1440px;
	}
}

@media (min-width: 1600px) {
	.container-xl, .container-lg, .container-md, .container-sm, .container {
		max-width: 1540px;
	}
}



@media print {
	
	@page {
		size: A4 landscape;
		max-height: 100%;
		max-width: 100%;
	}
	
	body {
		background: transparent;
		margin: 0;
		padding: 0;
		zoom: .8;
		-webkit-print-color-adjust: exact !important;
	}
	
	footer,
	nav{
		display: none;
	}
	
	main{
		width: 100%;
	}
	
	.card,
	.card-body{
		border: 0;
		padding: 0;
	}
	
	#dashboard .name button{
		display: none;
	}
	
	button.expandAllRows{
		display: none;
	}
	
	.table-styled th a.sortButton{
		display: none;
	}
	
	.table-styled .statusSubRow,
	.table-styled .blue-row{
		display: table-row !important;
	}
	
	.table-styled button.expandStatusButton,
	.table-styled button.expandPortfolioButton,
	.table-styled button.contractStatusButton,
	.table-styled button.contractPortfolioButton,
	.table-styled button.addCommentsButton{
		display: none !important;
	}
	
	.table-styled .portfolioSubRow td{
		background: #f2f2f2;
	}
	
	.table-responsive{
		overflow-x: visible;
		width: 100%;
	}
	
	.table-responsive .fl-scrolls{
		display: none;
	}
	
	.text-nowrap{
		white-space: normal !important;
	}
	
}


/*//////////////////////////////////////////
DEFAULT BOOTSTRAP MARGINS
//////////////////////////////////////////*/

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }