body {
	background: #F6F6F6;
	font-family: Poppins, Helvetica, "sans-serif";
}
p {

}
a {
	color: #F9A31C;
    cursor:pointer;
}
a:hover,
a.active {
	text-decoration: none;
	color: #F9A31C;
    cursor:pointer;
}
.showPassword {
    color: #F9A31C;
}
h1 {
	font-size: 1.125rem;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0.875rem;
	display: inline-block;
}
h2 {
	font-size: 1rem;
	font-weight: 900;
}
h3 {
	font-size: 1rem;
	font-weight: 900;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
}

.clear-both {
	clear: both;
}

.whitebtn {
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	color: #F9A31C;
	padding: 2px 12px;
}

.w-15 {
	width: 15%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}

.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}


.f-right {
	float: right;
}

.table-striped-2 tbody tr:nth-of-type(4n+1) {
    background-color: rgba(0,0,0,.05);
}


.page-link {
	color: #F9A31C;
}
.page-link:hover {
	color: #F9A31C;
	background-color: #FFF;
}

/* HEADER  */

.cspg-header {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 94px;
	background: #FFF;
	box-shadow: 0px 0px 8px 2px #CBCBCB;
	z-index: 1001;
}

.cspg-header .logo-search {
	padding: 16px 0px;
	float: left;
}
.cspg-header .logo-search img {
	float: left;
	margin-right: 25px;
}
.cspg-header .logo-search a {
	display: inline-block;
	float: left;
}
.cspg-header .logo-search input {
	width: 70%;
	float: left;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #EFEFEF;
	margin-top: 5px;
}

.cspg-header .main-menu {
	margin-top: 2px;
	position: relative;
	float: right;
}

.cspg-header .main-menu li {
	text-align: center;
}
.cspg-header .main-menu li a {
	text-transform: uppercase;
	display: inline-block;
	padding: 0px 4px;
}
.cspg-header .main-menu li a span {
	display: block;
}
.cspg-header .main-menu li a i {
	font-size: 40px;
}
.cspg-header .extra-menu {
	margin-left: 20px;
}

.navbar {
	padding-right: 0rem;
	padding-left: 0rem;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #F9A31C;
}

/* BODY */
/* main */

.container {
	padding: 15px;
}
.cspg-header .container {
	padding: 0px 15px;
}

.cspg-wrapper {
	border-radius: 5px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	margin-top: 140px;
	margin-bottom: 30px;
	padding: 15px;
}

.home-wrapper {
	margin-top: 125px;
	padding: 0px;
}

/* PAGES */

.inner-pages h1::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.125rem;
	color: #F9A31C;
	padding-right: 8px;
}

.inner-pages.page-advsearch h1::before,
.inner-pages.page-advsearch-2 h1::before {
	content: "\f002";
}
.inner-pages.mb-contracts h1::before {
	content: "\f56c";
}
.inner-pages.mb-news h1::before {
	content: "\f360";
}
.inner-pages.mb-charts h1::before {
	content: "\f080";
}

.text-btns button {
	border: 1px solid #e9ecef;
	background: #FFF;
	border-radius: 4px;
}
.text-btns button.active,
.text-btns button:hover {
	border: 1px solid #F9A31C;
	color: #F9A31C;
}

/* LOGIN */

html {
	height: 100%;
}
 
.login-bg {
    background-image: url("../Images/CSPG_Login_Background.png"); 
 /*  background-image: url("../Images/Login.svg");*/
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100%; 
}

.loginButton {
    border: none;
    border-width: 0px;
    border-color: white;
    color: orange;
    font-size: 14px;
    background-color: white;
    text-decoration: none;
    padding: 0;
    border: 0;
    background: none;
}

.login-wrapper {
	margin-top: 150px;
}

.login-wrapper .module-box {
	/*padding: 55px 15px;*/
}

.login-wrapper input {
	width: 85%;
	border-radius: 5px;
	border: 1px solid #EFEFEF;
	margin-top: 5px;
}
.login-wrapper .form-control {
	display: inline-block;
}
.login-wrapper label {
	margin-right: 8px;
	color: #505050;
	font-size: 25px;
	width: 25px;
}

.loginBtn {
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	color: black;
	padding: 4px 0px;
}

.end-login-form {
	padding: 7px 0px 0px;
}
.end-login-form a {
	margin-left: 36px;
	font-size: 14px;
	display: block;
	margin-top: 6px;
	color: #f9a31c;
}

.mb-25 {
	margin-bottom: 25px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;  
  color: black;
  text-align: center;
  background-color:#F5F7F9;
}


.button
{
    border:1px solid gray;
    color:Black;
    font-weight:bold;
    background:white;
    padding:5px;
    min-width:100px;
    border-radius:3px;  
}
.button:hover
{
     background: orange;
}

/* HOME */
.termsBox {
    border: solid 0px black;
    box-shadow: 0px 0px 8px 2px #CBCBCB;
    opacity: 0.95;

}

.module-box {
	border-radius: 5px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	padding: 15px;
	margin-bottom: 30px;
}

.save-me {
	font-size: 1.625rem;
	margin-left: 10px;
	color: #F9A31C;
}

.wrapper-scroll-y {
    display: block;
	position: relative;
    height: 300px;
    overflow: auto;
}
.wrapper-scroll-y.cards {
	margin-top: 20px;
	height: 721px;
}

.mod-height1 {
	height: 390px;
}
.mod-height2 {
	height: 808px;
}

.sm-mb {
	height: 390px;
}

.card {
	margin-bottom: 10px;
}
.card-body {
	padding: 0.5rem;
}
.card-title {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.card-date {
	font-size: 0.8rem;
	padding-right: 8px;
}
.card-text {
	border-top: 1px solid #e4e4e4;
	padding-top: 6px;
	font-size: 0.875rem;
	color: #565656;
	font-style: italic;
}

.map-class img {
	width: 70%;
}

.card p a {
	color: #F9A31C;
}

/* ADV SEARCH */

.bordered-topbot {
	padding: 15px 0px 20px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}
.bordered-topbot select {
	margin: 0 auto;
}

.bordered-topbot {
	margin-bottom: 40px;
}

.advsearch-icons {
	margin-top: 20px;
}
.advsearch-icons .col-sm-2 {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.adv-icon-inner {
	padding-top: 15px;
}
.advsearch-icons .adv-icon-inner-name {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	height: 60px;
	width: 100%;
}
.advsearch-icons span {
	text-transform: uppercase;
	color: #F9A31C;
	display: block;
	line-height: 0.9375rem;
}

.advsearch-icons img {
	display: block;
	margin: 0 auto;
}

.page-advsearch-2 .back-btn {
	float: right;
	margin-top: -3px;
}

.page-advsearch-2 .bordered-topbot,
.advsearch-filters h3 {
	margin-bottom: 20px;
}

.advsearch-filters h2 {
	display: block;
	background: #505050;
	text-transform: uppercase;
	padding: 5px 15px;
	font-size: 1.125rem;
}
.advsearch-filters h2 a,
.advsearch-filters h2 a:hover {
	color: #FFF;
}
.advsearch-filters h2 a {
	background: url("../images/arrow-sprite.png") 0px 0px no-repeat;
	padding-left: 32px;
	display: block;
	line-height: 42px;
}
.advsearch-filters h2.open a {
	background: url("../images/arrow-sprite.png") 0px -42px no-repeat;
}

.advsearch-results-table i.fa-plus {
	padding-right: 10px;
	color: #F9A31C;
}

.advsearch-filters .search-filter {
	padding: 15px;
}
.advsearch-filters .search-filter .col-md-3,
.advsearch-filters .search-filter .col-md-6 {
	padding-bottom: 10px;
}

.advsearch-filters .search-buttons {
	margin: 20px 0;
}
.advsearch-filters .search-buttons button {
	border: 0px;
	background-color: transparent;
}
.advsearch-filters .search-buttons button i {
	font-size: 50px;
	color: #F9A31C;
}

.page-advsearch-2 .search-stats {
	margin: 40px 0px 20px;
}
.page-advsearch-2 .search-results h6 {
	font-size: 1.875rem;
	font-weight: 900;
}
.page-advsearch-2 .search-results span {
	text-transform: uppercase;
}

.page-advsearch-2 .search-results .tab-content {
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	padding: 1rem;
}

.nav-tabs .nav-link {
	background-color: #505050;
	color: #FFF;
	border: none;
	margin-right: 2px;
	border-radius: 0px;
	text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #F9A31C;
    background-color: #505050;
    border: none;
}

.page-advsearch-2 .search-results .pagination {
	margin-bottom: 10px;
}

span.search-inner-row,
span.search-inner-row-2 {
	text-transform: none !important;
	display: block;
	margin-left: 25px;
}
span.search-inner-row-2 {
	font-weight: 900;
}

.page-advsearch-2 .search-results tr {
	cursor: pointer;
}
.page-advsearch-2 .search-results tr.collapse {
	border-left: 1px solid #DEE2E6;
	border-right: 1px solid #DEE2E6;
}

footer {
	background: #FFF;
	border-top: 1px solid #e9ecef;
	padding: 8px 0px;
}

footer .copyright-image,
footer .copyright-text {
	float: left;
}
footer .copyright-text {
	margin: -6px 0px 0px 15px;
}
footer p {
	margin-bottom: 0px;
}
footer p a {
	color: #F9A31C;
}
footer .footer-links {
	float: right;
	text-align: right;
	margin-top: -6px;
}



@media only screen and (min-width: 1278px) {
	.container {
		max-width: 1231px;
	}
    .videoPanel {
        width: 80%; 
        padding-top: 130px;
    }
    .videoHeight {
        height:680px;
    }
     .videoHeader {
        display:block;
    }
}
@media only screen and (max-width: 1277px) {
	.container {
		max-width: auto;
	}
    .videoPanel {
        width: 80%; 
        padding-top: 130px;
    }
    .videoHeight {
        height:680px;
    }
    .videoHeader {
        display:block;
    }
}
@media only screen and (max-width: 1200px) {
    .videoPanel {
        width: 80%; 
        padding-top: 30px;
    }
    .videoHeight {
        height:680px;
    }
     .videoHeader {
        display:block;
    }
	.mb-charts .f-right {
		float: none;
	}
	.mb-charts .save-me.f-right {
		float: right;
		margin-top: -6px;
	}
	.mb-charts .w-25 {
		width: 75% !important;
	}
	.mb-charts select {
		margin: 0 auto;
	}
	.map-class span {
		display: inline-block;
	}
}
@media only screen and (max-width: 991px) {
    .videoPanel {
        width: 100%; 
        padding-top: -30px;
    }
    .videoHeight {
        height:650px;
    }
    .videoHeader {
        display:none;
    }
	.mb-charts .f-right {
		float: right;
	}
	.mb-charts .save-me.f-right {
		float: right;
		margin-top: 0px;
	}
	.mb-charts .w-25 {
		width: 50% !important;
	}
	.mb-charts select {
		margin: 0px;
	}
	.map-class img {
		width: auto;
	}
	.mod-height1,
	.mod-height2 {
		margin-bottom: 30px;
	}
	.cspg-header .main-menu li {
		text-align: left;
	}
	.cspg-header {
		height: auto;
	}
	.navbar-toggler {
		position: absolute;
		top: 18px;
		right: 0px;
	}
	.main-menu {
		float: none !important;
	}
	.cspg-header .main-menu li a i {
		display: none;
	}
	#navbarToggler {
		width: 100%;
		margin-bottom: 15px;
		margin-top: 10px;
		float: left;
	}
	#navbarToggler li a {
		font-size: 1.375rem;
		border-top: 1px solid #EFEFEF;
		border-bottom: 1px solid #EFEFEF;
		width: 100%;
	}
	.navbar > .container {
		display: block !important;
	}
	.cspg-header .main-menu {
		margin-top: 4px;
	}
	.cspg-header .extra-menu {
		margin-left: 0px;
	}
	.cspg-header .logo-search input {
		width: 70%;
	}
	footer .footer-links {
		float: left;
		text-align: left;
		margin: 2px 0px 0px 82px;
	}
	.advsearch-icons .col-lg-2 {
		margin-bottom: 15px;
	}
	.page-advsearch select.w-25 {
		width: 50% !important;
	}
}
@media only screen and (max-width: 768px) {
     .videoPanel {
        width: 100%; 
        padding-top: -30px;
    }
     .videoHeight {
        height:550px;
    }
      .videoHeader {
        display:none;
    }
	.mb-charts .f-right,
	.mb-contracts .f-right,
	.mb-news .f-right {
		float: none;
	}
	.mb-charts .save-me.f-right {
		float: right;
		margin-top: -6px;
	}
	.mb-charts select,
	.mb-contracts select,
	.mb-news select {
		margin: 0 auto;
	}
	.map-class span {
		display: inline-block;
	}
	.mb-charts .w-25,
	.mb-contracts .w-50,
	.mb-news .w-50 {
		width: 100% !important;
	}
	.mod-height1,
	.mod-height2,
	.sm-mb	{
		height: auto;
	}
	.mod-height1,
	.mod-height2 {
		margin-bottom: 0px;
	}
	.page-advsearch select.w-25 {
		width: 100% !important;
	}
}
@media only screen and (max-width: 587px) {
     .videoPanel {
        width: 100%; 
        padding-top: -30px;
    }
     .videoHeight {
        height:680px;
    }
    .videoHeader {
        display:none;
    }
	.map-class img {
		width: 80%;
	}
}
@media only screen and (max-width: 567px) {
     .videoPanel {
        width: 100%; 
        padding-top: 0px;
    }
     .videoHeight {
        height:680px;
    }
    .videoHeader {
        display:none;
    }
	footer .container {
		text-align: center;
	}
	footer .footer-links {
		float: none;
		text-align: center;
		margin: 0px;
	}
	footer .copyright-image, footer .copyright-text {
		float: none;
	}
	footer .copyright-image {
		margin-bottom: 15px;
	}
}
