.card {
	background: #ffffff none repeat scroll 0 0;
	margin: 15px 0;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.login-form .btn {
	width: 100%;
	font-size: 14px;
	padding: 15px;
	border: 0px;
}

.login-form .frgtpass {
	float: right;
	font-size: 12px;
	text-transform: initial;
	cursor: pointer;
}
/*.logoimg {
	width: 30vh;
	height: 25vh;
	margin: auto;
	display: table;
}*/
#progressbar {
	width: 0;
	height: 5px;
}
#notifymessage {
	margin-bottom: 0 !important;
}
#notificationmodal .modal-dialog {
	display: table;
	min-width: 300px;
}
.modal-title {
	display: inline-table;
}
.close {
	color: #fff;
	opacity: 1;
}
.w300 {
	width: 300px;
}
.is-invalid .invalid-feedback, .is-invalid .invalid-tooltip {
    display: flex;
    flex: 1;
}
.fa-star {
	font-size: 8px;
	vertical-align: top;
	color: #f00;
}
.preloaderopen {
	display: block !important;
	background: transparent;
}
.preloaderopen .circular {
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
}
.nav a {
	color: #000;
}
.nav .nav-item {
	width: 50%;
}
.nav li .nav-link {
	border-bottom: 1px solid #000;
}
.nav .nav-link.active {
	color: #fff;
	background-color: #6d7175;
	border: 1px solid #000;
	border-bottom: 0;
	border-radius: 0;
}
.nav-tabs {
	border: 0 !important;
}
.tab-content {
	border: 1px solid;
	border-top: 0;
}
.tab-content .d-flex {
	margin-bottom: 10px;
}
.tab-content .d-flex input,.tab-content .d-flex select {
	    width: 200px;
    flex-grow: 1;
}
.tab-content .d-flex label {
	margin-right: 20px;
	width: 150px;
	margin-top: 6px;
}
.w480 {
	width: 480px;
	margin: auto;
	display: table;
}
.is-invalid .fa-exclamation-circle
{
	    margin-top: 8px;
    margin-left: 3px;
}

@media(max-width:500px) {
.w480 {
	width: 100%;
}
.w480 .d-flex {
	display: block !important;
}
.nav .nav-item {
	width: auto;
}
}

#cookiesmodal .modal-dialog .modal-footer
{
	margin-top: 10px;
}

#cookiesmodal .modal-dialog .modal-footer button
{
	    width: 48%;
    padding: 9px;
    border-radius: 5px;
}
#cookiesmodal .modal-dialog .modal-footer .btn-success
{
	    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
#cookiesmodal .modal-dialog
{
	position: fixed;
    bottom: 10px;
    margin: 0;
    left: 10px;
}

#cookiesmodal .modal-dialog p
{
	margin: 0;
}

#cookiesmodal .modal-dialog a
{
	font-size: 10px;
}

.btncookie:hover
{
	transform: translateY(0);
}

.btncookie
{
	padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
	position: fixed;
    bottom: 0;
    left: 10px;
	transition: transform 1s ease;
	transform: translateY(30px);
}
.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}
.modalshow
{
	display: block;
}
.modalDialog > div {
    max-width: 400px;
    width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
}
.btnclose {
    background: #f26d7d !important;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -10px;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
	z-index: 1000;
}
.btnclose:focus
{
	outline: none;
}
.btnclose:hover {
    background: #fa3f6f;
}
@media(max-width:650px)
{	
	.btncookie
	{
		transform: translateY(0px);
		    position: relative;
		margin: 10px 0;
	}
}


