.formcontainer:before, .formcontainer:after {
	display: table;
	content: "";
	zoom: 1 /* ie fix */;
}

.bg-dark {
	background-color: #6959CD !important;
}

.bg-primary {
	background-color: #6959CD !important;
}
.mainbody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-content {
	flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}

#mainNav .navbar-brand {
	color: #6959CD;
	font-size: 1.5rem
}

#mainNav .navbar-toggler {
	font-size: 0.8rem;
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color: black;
	border: 0;
	background-color: #6959CD;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 90%;
	font-weight: 400;
	letter-spacing: 1px;
	color: black;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover
	{
	color: #6959CD;
}

#mainNav {
	border-bottom: 1px solid#6959CD;
}

.navbar {
	border-bottom: 1px solid#6959CD;
}

.bg-light {
	background-color: #F6F5FB !important;
}

.formcontainer:after {
	clear: both;
}

.fa-asterisk {
	font-weight: 400;
	color: white !important;
}

.fa-plus-square-o:before {
	content: "\f0fe";
}

.fa-square-o:before {
	content: "\f0c8";
}

.fa-times-circle-o:before {
	content: "\f057";
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-files-o::before {
	content: "\f24d"
}

.fa-usd:before {
	content: "\f155"
}

.fa-pencil:before {
	content: "\f5b7"
}

.fa-refresh:before {
	content: "\f01e"
}

.fa-remove:before {
	content: "\f2ed"
}

.fa-arrows:before {
	content: "\f0b2"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-folder-o:before {
	content: "\f07b"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.formcontainer {
	max-width: 750px;
	margin: 0 auto;
	border: 1px solid #F6F5FB;
	box-shadow: 0px 2px 7px #D5BADB;
	-moz-box-shadow: 0px 2px 7px #D5BADB;
	-webkit-box-shadow: 0px 2px 7px #D5BADB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #F6F5FB;
	padding: 10px;
	font-family: 'Roboto Slab';
}

.pieeye-primary {
	background: #6959CD
}

.img-fluid {
	max-width: 90px;
	max-height: 80px;
	height: 70px;
	opacity: 0.8;
}

.a {
	color: #372651;
}

.field-required:after {
	content: " *";
	color: red;
}

.form-group .required .control-label:after {
	color: #d00;
	content: "*";
	position: absolute;
	margin-left: 8px;
	top: 7px;
}

* {
	font-family: 'Roboto Slab';
}

@media (min-width: 992px)
.container {
    max-width: 960px;
}


.text-justify {
  text-align: justify;
}

#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 4px solid #f3f3f3;
	border-radius: 50%;
	border-top: 4px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}
@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

@media screen and (max-width: 1600px) {
    h1 {
       font-size: 2.25rem;
    }
    h2 {
       font-size: 2.05rem;
    }
    h3 {
       font-size: 1.75rem;
    }
    h4 {
       font-size: 1.5rem;
    }
    h5 {
       font-size: 1.25rem;
    }
    body {
       font-size: 1.0rem;
        min-height: 100%;
    }
    .btn {
       font-size: 1.0rem;
    }
}
@media screen and (max-width: 1200px) {
    h1 {
       font-size: 1.75rem;
    }
    h2 {
       font-size: 1.50rem;
    }
    h3 {
       font-size: 1.25rem;
    }
    h4 {
       font-size: 1.15rem;
    }
    h5 {
       font-size: 1.00rem;
    }
    body {
       font-size: .85rem;
       min-height: 100%;
    }
    .btn {
       font-size: .85rem;
    }
}
@media screen and (max-width: 600px) {
    h1 {
       font-size: 1.5rem;
    }
    h2 {
       font-size: 1.25rem;
    }
    h3 {
       font-size: 1.10rem;
    }
    h4 {
       font-size: 1.00rem;
    }
    h5 {
       font-size: .85rem;
    }
    body {
       font-size: .75rem;
    }
    .btn {
       font-size: .75rem;
    }
}

.whitetheme-fontfamily {
    font-family: 'Poppins', sans-serif;
    color: #555555;
    font-size: 19px;
}

.whitetheme-margin {
    margin-left: -20px !important;
}

.whitetheme-label {
    font-family: 'Poppins', sans-serif;
}

.whitetheme-formerror {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #9A9FA8 !important;
}

.whitetheme-label label,
.whitetheme-textarea label {
    font-family: 'Poppins', sans-serif !important;
    color: #9A9FA8 !important;
    font-size: 14px !important;
}

.formcontainer .card-body .ml-2 span {
    font-family: 'Poppins', sans-serif;
    color: #555555 !important;
    font-size: 19px;
}

.formcontainer {
    box-shadow: none !important;
    background-color: #ffff;
    border: 0;
}

.portal_image_size {
    max-width: 200px;
    max-height: 60px;
}

.fixed-top {
    height: 115px;
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    * {
        font-size: 1em !important;
    }
}
