html{
	
}
body {
 
}

.first-row-entry {
    background-color: rgb(249, 249, 249) !important;
}

.status-pending {
    background-color: #FFFF00 !important;
    color: #000000;
}

.status-verified {
    background-color: #008000 !important;
    color: #FFFFFF;
}
.no-padding{padding-left: 0px !important; padding-right: 0px !important;}
.no-padding-all{padding: 0px 0px 0px 0px !important;}

.no-margin, .no-gutters{margin-left: 0 !important; margin-right: 0 !important;}
.no-margin-all{margin: 0px 0px 0px 0px !important;}

.w-75 {width: 75% !important;}
.w-20 {width: 20% !important;}

.rounded-4{
  border-radius: .4rem !important;
}
.rounded-5{
  border-radius: .5rem !important;
}

.checkout_payment-buttons {
	background-color: #1D83C2 !important;
	color: #fff !important;
}

.checkout_payment-buttons-selected {
	/*background: #1D83C2;*/
	background-color: #FFD104 !important;
	color: #000 !important;
}

/****************************************************************************************
    *  Custom classes for missed entry
*/
.muted-entry{font-size: .9rem; color: #6c757d !important; font-weight: 400 !important;}
.bg-missed-entry {
    background-color: #E8E8E8 !important;
}

.recommends-color {
	color: #de1e2c;
}
.tiny-error{
/*margin-top: -10px;*/
	max-height: 18px;
	margin: 0px,0px,-10px,0;
	padding: 0;
	font-size: .75rem;
	color: #B80000;
	/*font-weight: 600;*/
}

.forth-year-text {
	font-size: 1.1rem;
	font-weight: 700;
	line-height:1.2;
	color: rgb(59,59,59);
}
.clear-error{
	display: none;
}

.err {
	/*margin-top: -10px;*/
/*	max-height: 18px;*/
/*	margin: 0px,0px,-10px,0px;*/
	padding: 0;
	font-size: 1.1rem;
	color: #B80000;
	/*font-weight: 600;*/
}

.flexslider {
	margin: 0 0 20px !important;
}
	.flex-stuff {
	height: 350px;
}

.flex-viewport {
	max-height: 425px !important;
}

.flex-direction-nav a {
	width: 40px;
	height: 50px !important;
	
}
	.flex-direction-nav a:hover {
		text-decoration: none !important;
	}

/******************************************/
/****   SUMMARY   *************************/
/******************************************/
.subtotal-col1{width: 100px;}
.subtotal-col2 {
	width: 150px;
	text-align: right;
}

.h1{}
.h2{}
.h3{}
.h4{}
.h5{}
.h6{}

.status-pending {
    background-color: #FFFF00 !important;
    color: #000000;
}
.status-verified {
    background-color: #008000 !important;
    color: #FFFFFF;
   }


/****************************************************/
/* Small devices (landscape phones, 576px and up)   */
/****************************************************/
@media (min-width: 576px) {
    .h1 {
    }

    .h2 {
    }

    .h3 {
    }

    .h4 {
    }

    .h5 {
    }

    .h6 {
    }
}

/****************************************************/
/* Medium devices (tablets, 768px and up)*/
/****************************************************/
@media (min-width: 768px) {
    .h1 {
    }

    .h2 {
    }

    .h3 {
    }

    .h4 {
    }

    .h5 {font-size: 1.0rem; font-weight: 600 !important;
    }

    .h6 {
    }
}

/****************************************************/
/*Large devices (desktops, 992px and up)*/
/****************************************************/
@media (min-width: 992px) {
    .h1 {
    }

    .h2 {
    }

    .h3 {
    }

    .h4 {
    }

    .h5 {
    }

    .h6 {
    }
}

/****************************************************/
/*X-Large devices (large desktops, 1200px and up)*/
/****************************************************/
@media (min-width: 1200px) {
    .h1 {
    }

    .h2 {
    }

    .h3 {
    }

    .h4 {
    }

    .h5 {
    }

    .h6 {
    }
}

/****************************************************/
/*XX-Large devices (larger desktops, 1400px and up)*/
/****************************************************/
@media (min-width: 1400px) {
    .h1 {
    }

    .h2 {
    }

    .h3 {
    }

    .h4 {
    }

    .h5 {
    }

    .h6 {
    }
}