body, p {
    font-family: "Open Sans", sans-serif;
}

button, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
}

body {
    margin: 0;
	padding: 0;
	font-size: 16px;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

.heading {
	vertical-align: middle;
	position: absolute;
	top: 40%;
	text-align: center;
	width: 100%;
}

.container {
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #961508;
	text-transform: capitalize;
	font-size: 3.5	vw;
}

p {
	color: #333333;
}

img {
	height: auto;
	max-width: 100%;
}

.notify {
	background-color: red;
	color: yellow;
	margin-left: 2px;
	font-weight: 800;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	border-radius: 50px;
}

strong, span, small, i {
	line-height: normal;
	display: inline-block;
}

strong {
	font-weight: 700;
}

a:hover {
	text-decoration: none;
	color: #ff3e00;
}

button:focus, select:focus {
	outline: none;
}

.ul-li ul,.ul-li-block ul {
	margin: 0px;
	padding: 0px;
}

.ul-li-block ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

.tab {
	display: none;
}

.step {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #ffffff;
	border: none;  
	border-radius: 50%;
	display: inline-block;
	opacity: 0.3;
}

.step.active {
	opacity: 1;
}

.step.finish {
	background-color: #ffffff;
}

.register-row {
	margin-right: -20px;
	margin-left: -5px;
}

.section-title {
	position: relative;
}

.section-title .sub-title {
	margin-bottom: 15px;
	letter-spacing: 5px;
	color: #878787;
	font-size: 18px;
	text-transform: uppercase;
}

.section-title .big-title {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	font-weight: 400;
	color: #ffa500;
}

.section-title .big-title strong {
	font-weight: 900;
}

.thetop {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.backtotop {
	right: 15px;
	width: 40px;
	bottom: 15px;
	height: 60px;
	z-index: 999;
	position: fixed;
	overflow: hidden;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.2);
}

.backtotop .scroll {
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	line-height: 60px;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-size: 30px;
}

.backtotop .scroll:after, .backtotop .scroll:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	content: '';
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.backtotop .scroll:before {
	background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
	background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
	background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
	background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
}

.backtotop .scroll:after {
	opacity: 0;
	background: -webkit-gradient(linear, left top, right bottom, from(#ffbe30), to(#ff3e00));
	background: -webkit-linear-gradient(top left, #ffbe30, #ff3e00);
	background: -o-linear-gradient(top left, #ffbe30, #ff3e00);
	background: linear-gradient(to bottom right, #ffbe30, #ff3e00);
}

#preloader {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999 !important;
	display: block;
	position: fixed;
	overflow: visible;
	background: url("../images/preloader.gif") no-repeat center center;
}

.black-color {
	color: #333333;
	text-align: justify;
}

a, button {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}  

.default-header-section {
	z-index: 999;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
}

.default-header-section .top-login-text {
	color: #691c02;
	padding: 10px 0 8px 0;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	height: 12px;
}

.top-login-ts-text {
	color: #000000;
	font-size: 14px;
	text-align: right;
	font-weight: 400;
}

.pointer {
	cursor: pointer;
}

.auto-hide-header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	position: fixed;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}

.footer-section a {
	color: #ffffff;
	padding-right: 10px;
}

.footer-section {
	background-color: #3a3636;
	color: #ffffff;
}

.footer-bottom {
	background-color: #000000;
}

.footer-bottom .copyright-text {
	color: #878787;
}

.tabulator-row .tabulator-cell {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	color: #000000;
	height: 40px;
}

.tabulator-col-content {
	background: #212121;
	color: #ffffff;
}

.tabulator-col-title {
	padding-left: 5px;
}

.column {
	width: 25%;
}

.card-header {
	background-color: #4c4944;
	color: #ffffff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2);
	background-color: #ffffff;
}

.card-body {
	background-color: #ffffff;
	text-align: justify;
	height: 200px;
}

.card-body:hover {
	background-color: #fcf7f5;
}

.card-text {
	margin: -12px -10px -12px -10px;
}

.card-footer {
	height: 72px;
	text-align: center;
}

.function-title {
	font-size: 25px;
}

.swal-button {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.swal-button:hover {
	background-color: #ff3e00 !important;
	color: #ffffff !important;
}

.swal-button--cancel {
    background: #aaa !important;
}

.modal-backdrop {
    display: block;    
}

.modal .modal-content .modal-xl {
	width: 600px;
}

.modal-header {
	background: #e5e5e5;
}

.modal-title {
	font-size: 20px;
	color: #201919;
}

.modal-body {
	font-size: 14px;
}

.details {
	font-size: 18px;
	color: #201919;
}

.btn-primary {
	background: #797979;
	border: 1px solid #797979;
}

.btn-success {
	background: #000000;
	border-color: transparent !important;
	border-radius: 10px;
}

.btn:hover {
	background: #ff3e00;
	border-color: transparent;
	color: #ffffff;
}

.btn-link:hover {
	background: transparent;
	color: #ff3e00;
}

.btn-labelnew {
	font-size: 12px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #f5b2b2;
	color: #000000;
	outline: 0;
	border-radius: 50px;
	box-shadow: none !important;
}

.btn-addnew {
	font-size: 12px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #ffa500;
	color: #000000;
	outline: 0;
	border-radius: 50px;
	box-shadow: none !important;
}

.btn-addnew:hover {
	background: #ff3e00;
}

.btn-invite {
	background: #ff3e00;
	border-color: transparent !important;
	color: #ffffff;
}

.btn-invite:hover {
	background: #000000;
}

.btn-downloadcsv {
	font-size: 12px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: lightgrey;
	color: #000000;
	outline: 0;
	border-radius: 50px;
	box-shadow: none !important;
}

.btn-downloadcsv:hover {
	background: #000000;
	color: #ffffff;
}

.btn-email {
	font-size: 12px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: lightgrey;
	color: #000000;
	outline: 0;
	border-radius: 50px;
	box-shadow: none !important;
}

.btn-email:hover {
	background: #000000;
	color: #ffffff;
}

label {
	margin-top: 5px !important;
	margin-bottom: 0px !important;
}

.pointer {
	cursor: pointer;
}

.pointer-menu {
	cursor: pointer;
	margin-bottom: 10px;
}

.pointer-menu:hover {
	color: blue;
	font-size: 16px;
}

.datepicker {
    z-index: 1600 !important;
}

.datepicker--cell.-selected-:hover {
	background: #ff3e00;
	color: #ffffff;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
	background: #ff3e00;
	color: #ffffff;
}

.datepicker--cell.-current- {
	color: #ff3e00;
	font-weight: 800;
}

.datepicker--day-name {
	color: #000000;
	font-weight: 800;
}

@media screen and (max-width: 1366px) {
	.heading { top: 26%; font-size: 48px; }
}

@media screen and (max-width: 1349px) {
	.heading { top: 35%; font-size: 46px; }
}

@media screen and (max-width: 1280px) {
	.heading { top: 32%; font-size: 46px; }
}

@media screen and (max-width: 1199px) {
	.heading { top: 32%; font-size: 44px; }
}

@media screen and (max-width: 1024px) {
	.heading { top: 16%; font-size: 42px; }
}

@media screen and (max-width: 991px) {
	.heading { top: 28%; font-size: 40px; }
}

@media screen and (max-width: 840px) {
	.heading { top: 48%; font-size: 38px; }
}

@media screen and (max-width: 800px) {
	.heading { top: 15%; font-size: 38px; }
}

@media screen and (max-width: 768px) {
	.heading { top: 18%; font-size: 32px; }
}

@media screen and (max-width: 640px) {
	.heading { top: 46%; font-size: 32px; }
}

@media screen and (max-width: 568px) {
	.heading { top: 50%; font-size: 24px; }
}

@media screen and (max-width: 480px) {
	.heading { top: 20%; font-size: 19px; }
}

@media screen and (max-width: 375px) {
	.heading { top: 18%; font-size: 18px; }
}

@media screen and (max-width: 360px) {
	.heading { top: 22%; font-size: 18px; }
}

@media screen and (max-width: 360px) {
	.heading { top: 22%; font-size: 18px; }
}