@font-face {
font-family: 'css/Calibri';
src: url('css/Calibri.eot');
src: url('css/Calibri.eot?#iefix') format('embedded-opentype'),
url('css/Calibri.woff2') format('woff2'),
url('css/Calibri.woff') format('woff'),
url('css/Calibri.ttf') format('truetype'),
url('css/Calibri.svg#Calibri') format('svg');
font-weight: normal;
font-style: normal;
} 
@font-face {
    font-family: 'Myriad Pro';
    src: url('css/MyriadPro-Semibold.eot');
    src: url('css/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('css/MyriadPro-Semibold.woff2') format('woff2'),
        url('css/MyriadPro-Semibold.woff') format('woff'),
        url('css/MyriadPro-Semibold.ttf') format('truetype'),
        url('css/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
body {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Calibri';
}
.calibribold {
	font-weight: 700;
}
.font-50 {
	font-size: 26px;
}
.font-22 {
	font-size: 18px;
	
}
.clearfix {
	clear: both;
}
header {
/*	background: url(../img/header-back.png)no-repeat;*/
	/*background: rgb(240,249,255); /* Old browsers */
/*background: -moz-radial-gradient(center, ellipse cover, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
/*background: -webkit-radial-gradient(center, ellipse cover, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: radial-gradient(ellipse at center, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	height: 170px;
	padding: 20px;
	background-position: center;
	background-size: cover;
	border-bottom: 2px solid #2b5f7b;
    background: url('../img/header-patt.png') repeat-x;
}
.inner-container {
	width: 100%;
	height: 750px;
	background: url(../img/container-bg.png)no-repeat;
	padding: 5% 0;
	
}
.forgot-pass, .forgot-pass:focus, .forgot-pass:active, .forgot-pass:visited, .forgot-pass:hover {
	color: #d2d1d1;
	text-transform: uppercase;
	text-decoration: none;
}
footer {
	background: #225774;
	border-top: 2px solid #27ae60;
}
footer p {
	font-size: 14px;
	color: #fff;
	padding: 10px 150px 10px 10px;
	margin: 0;
}
.login-dash {
	max-width: 472px;
	width: 100%;
	margin: 0 auto;
	    background: #fff;
/*	padding: 7% 0;*/
}
.user-icon {
	position: relative;
}
.user-icon::after {
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	background: url(../img/user.png)no-repeat;
	right: 0;
	top: 0;		
}
.pass-icon {
	position: relative;
}
.pass-icon::after {
	content: '';
	position: absolute;
	width: 43px;
	height: 43px;
	background: url(../img/password.png)no-repeat;
	right: 0;
	top: 0;
	
	
}
.name-wrapper {
	color: #000;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}
.bg-form .form-control {
	height: 42px;
	border: 1px solid #000;
	color: #d2d1d1;
	text-transform: uppercase;
}
.login-dash p {
	color: #fff;
	font-weight: 700;
	font-size: 27px;
	background: #021d35;
	padding: 15px;
}
.login {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(176, 176, 176);
  background-color: rgb(143, 35, 14);
  box-shadow: 0px 3px 5.46px 0.54px rgba(0, 0, 0, 0.26);
  width: 94px;
  height: 38px;
  z-index: 32;
	color: #ffd300;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold; 	
}
.f-slider {
/*	margin: 30px 0;*/
	margin: 55px 0;
}
.f-slider img {
	width: 100%;
}

.bg-form {
	background: #fff;
}
@media (max-width:991px) and (min-width:360px){
	.main-logo {
		float: none!important;
	}
	.footertxt {
		text-align: center !important;
		padding-right: 0!important;
	}
	.main-logo {
		text-align: center;
	}
	header {
/*	background: url(../img/header-back.png)no-repeat;*/
	background: rgb(240,249,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	height: auto;
	padding: 20px;
	background-position: center;
	background-size: cover;
}
	.font-50 {
    font-size: 24px;
}
	.font-22 {
    font-size: 14px;
}
	.inner-container {
    width: 100%;
    height: 489px;
    background: url(../img/container-bg.png)no-repeat;
    padding: 5% 0;
}
}
/*****************CCVIS***********************/

@media (min-width:1599px){
	.container {
		max-width: 1540px!important;
		width: 100%;
		margin: 0 auto;
	}
}
@media (min-width:1190px) and (max-width:1367px){
	.font-22 {
    font-size: 13px;
}
	.font-50 {
    font-size: 29px;
}
}

select.floating-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
	cursor: pointer;
}
/**************Election***************/

/*
legend {
    padding: 3px 10px;
    border-radius: 3px;
    margin: 0px;
    width: auto;
    font-size: 1.25em;
    line-height: inherit;
    color: #AF3037;
    background: #FBF6F6;
    border: 1px solid #E0C3C5;
}
*/
fieldset.border_wrap {
    border: 1px solid #ddd;
    padding: 30px 20px;
    background: #fff;
    border-radius: 0px;
    margin: 0 auto 2%;
}
.form_wraper_inner {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 25px;
	-webkit-box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.54);
box-shadow: 0px 0px 23px -6px rgba(0,0,0,0.54);
}
.topBtn {
      display: inline-block;

    border: 1px solid darkgreen;

    color: darkgreen;

    text-align: center;

    text-transform: uppercase;

    width: 220px;

    margin-top: 10px;

    margin-bottom: 10px;
    
    text-decoration: none;
    background: #fff;
    font-weight: bold;
       font-size: 16px;
   height: 60px;
    padding: 0;
vertical-align: middle;
}
.topBtn a {
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    height: 58px;
    text-decoration: none;
    color: darkgreen;
}

/*.active:not(#checkoutmodal .active) ,.active:hover:not(#checkoutmodal .active:hover) {
    text-decoration: none;
    background: darkgreen;
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    height: 58px;
}*/

 .active, .active:hover {
    text-decoration: none;
    background: darkgreen;
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    width: 220px;
    height: 58px;
    
} 
.nav_w {
        padding-left: 1.5%;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }
@media screen and (min-width: 1600px){
    .nav_w.col-md-10 {
        -ms-flex: 0 0 100.333333%;
flex: 0 0 100.333333%;
max-width: 100.333333%;
    }
}
@media screen and (min-width: 1360px) and (max-width: 1366px){
     .topBtn {
    
    display: table-cell;
border: 1px solid darkgreen;
color: darkgreen;
text-align: center;
text-transform: uppercase;
width: 156px;
margin-top: 10px;
margin-bottom: 10px;
text-decoration: none;
background: #fff;
font-weight: bold;
font-size: 13px;
height: 60px;
padding: 0;
vertical-align: middle;
        
}
    .topBtn a {
    display: table-cell;
    vertical-align: middle;
    width: 156px;
    height: 58px;
    text-decoration: none;
    color: darkgreen;
}
.active ,.active:hover {
    text-decoration: none;
    background: darkgreen;
    color: #fff !important;
    display: table-cell;
    vertical-align: middle;
    width: 156px;
    height: 58px;
    
}
    .nav_w {
        padding-left: 1.5%;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }
}

.btn-success.disabled, .btn-success:disabled {
    color: #000;
    background-color: #e9ecef;
    border-color: #e9ecef;
    cursor: not-allowed;
    width: 150px;
    height: 45px;
}
@media screen and (min-width: 1280px) and (max-width: 1366px){
    .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
}
}
@media screen and (min-width: 1280px) and (max-width: 1359px){
    .topBtn {
        width: 144px;
    }
}
select::-ms-expand {
 /* IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 /* IE 5-7 */
 filter: alpha(opacity=0);
 /* Good browsers :) */
 opacity:0;
}