
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #333f48;
	/* line-height: 30px;  */
	/*text-align: center;*/
	/* overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; */
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;

  header {
    height: 48px;
    background: #444343;
  }

  main {
		flex: 1;
    /* display: flex;
    height: 0px;
    min-height: calc(100vh - 110px); */
  }

  /* footer {
    background: #444343;
    height: 100px;
    z-index: 9999;
  }	 */

}

.wrapper-container {
  display: flex;
  flex-direction: column;
	width: 100vw;
}

.wrapper-content {
	grid-row: 1;
}

.wrapper-no-data{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;

}

/* ***** MANAGEMENT CONTENT SUPPORT MOBILE ***** */
.main-container-mod {
  margin-top: 48px;
  /*margin-bottom: 100px;*/
}

strong { font-weight: 600; }
a { color: #ff0000; cursor: pointer; text-decoration: none; transition: all .3s; }
a:hover { color: #ff0000; text-decoration: none;  }
/*a { color: #ff0000; border-bottom: 1px dashed #ff0000; text-decoration: none; transition: all .3s; }*/
/*a:hover, a:focus { color: #ff0000; border: 0; text-decoration: none; }*/

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px; font-style: italic; }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px; font-style: italic; }

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #ff0000; color: #fff; text-shadow: none; }
::selection { background: #ff0000; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 10px; }
.section-container-timer { margin: 0 auto; padding-bottom: 0px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 { color: #fff; background-color: #333f48; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }


/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/
.top-navbar { background: #333f48; transition: all .6s; backface-visibility: hidden; max-width: 100%; }

.navbar { background: #333f48; transition: all .6s; backface-visibility: hidden; max-width: 100%; }

.navbar.navbar-no-bg { background: #333f48; background: rgba(0, 0, 0, 0.2); }

.navbar-dark .navbar-nav { font-size: 15px; color: #333f48; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link { color: #ffffff; color: rgba(255, 255, 255, 0.9); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #ffffff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #ffffff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; font-weight: bold; }
.navbar-dark .navbar-nav .nav-link.active { color: #ffffff; }
.navbar-dark .navbar-nav .show > .nav-link { color: #ffffff; }
.navbar-brand {
	width: 150px;
	height: 60px;
	background: url(./../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}

.navbar-expand-md .navbar-nav .nav-link{
	font-size: 14px !important;
}

.dropdown-item{
	text-transform: initial;
	font-size: 14px !important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent !important;
}

.dropdown-menu{
	/* border: 1px solid rgb(255, 255, 255); */
}

.dropdown-menu .dropdown:after{
	border-top: .3em solid transparent;
		border-right: 0;
		border-bottom: .3em solid transparent;
		border-left: .3em solid;
}
.dropdown-menu .dropdown-menu{
	margin-left:0; margin-right: 0;
}
.dropdown-menu li{
	position: relative;
}
.nav-item .submenu{
	display: none;
	position: absolute;
	left:-100%;
	top:-7px;
	margin-left: 10px;
}

.nav-item .submenu-left{
	right:100% !important; left:auto;
}
.dropdown-menu > li:hover{ background-color: rgba(129, 160, 184, 0.9); }
.dropdown-menu > li:hover > .submenu{
	display: block;
}


/***** Icon Search  *****/

.icon-search{
	color: rgba(51, 63, 72, 0.8) !important;
	border-bottom: none;
	margin-top: 8px !important;
	margin-left: 10px;
}

/***** Top content *****/

.top-content { width: 100%; padding: 0; }

.top-content .carousel-item { height: 50%; min-height: 100%; }
.top-content .carousel-item img { height: 100%; object-fit: fill; }

.top-content .carousel-control-prev { border-bottom: 0; }
.top-content .carousel-control-next { border-bottom: 0; }

.top-content .carousel-caption { padding-bottom: 60px; }
.top-content .carousel-caption h1 { padding-top: 60px; color: #fff; }
.top-content .carousel-caption h3 { color: #fff; font-weight: bold !important; }
.top-content .carousel-caption .carousel-caption-description { color: #fff; color: rgba(255, 255, 255, 0.99); font-weight: bold !important; }

.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;

	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;

	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-title{
	margin-top: 10px;
	font-size: 38px;
	font-weight: bold;
	color: #444444;
	line-height: 50px;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Footer *****/

footer {
	padding: 10px 0;
	background-color: #333f48;
	text-align: left;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 1.8em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}


/***** background overlay for slider *****/

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  background: rgba(0, 0, 0, 0.59);
  opacity: .5;
}

/***** footer *****/

.footer-top-title{
	color: #888;
}

.list-icon{
	list-style: none !important;
}

/***** wa and question like sticky ui *****/

.text-white{
	color: #fff !important;
}

.text-danger {
	color: #dc3545 !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.fixed-bottom-message {
	border-radius: 20px;
	/* padding: 10px; */
	background-color: #2acc50;
	position: fixed;
	bottom: 1.5rem;
	font-size: 13px;
	left: 1rem;
	height: auto;
	transition: .3s;
	cursor: pointer;
	z-index: 1000;
	display: block;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.fixed-bottom-message2 {
	border-radius: 20px;
	/* padding: 10px; */
	background-color: #2acc50;
	position: fixed;
	bottom: 4.5rem;
	font-size: 13px;
	left: 1rem;
	height: auto;
	transition: .3s;
	cursor: pointer;
	z-index: 1000;
	display: block;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.fixed-bottom-message3 {
	border-radius: 20px;
	/* padding: 10px; */
	background-color: #fff4f2;
	position: fixed;
	bottom: 1.5rem;
	font-size: 13px;
	left: 10rem;
	height: auto;
	transition: .3s;
	cursor: pointer;
	z-index: 1000;
	display: block;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

/***** ovveride form check input *****/

.form-check-input{
	margin-top: 0.5rem;
}

/***** question *****/
.title-question{
	font-size: 16px;
	color: #4c5667;
}
.color-question{
	color: #4c5667;
}
.timer-area {
	background-color: #aa272f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.btn-finish{
	font-size: 20px;
	font-weight: bold;
}

.active{
	color: rgb(255, 255, 255);
}

#calendar {
	max-width: 100%;
	margin: 0 auto;
}

/***** MAIN CARD *****/
.card {
	border: 0 !important;
	border-radius: none !important;
	background-color: #f8f8f8 !important;
	color: #333f48 !important;
}
.card-title{
	font-size: 1.3rem !important;
	line-height: 1.5;
	font-weight: bold;
}
.card-text{
	font-size: 1rem !important;
}
.card-text-date{
	font-size: 0.7rem !important;
	color: #ef6079;
	font-weight: bold;
}
/***** CARD DECK *****/
.card-deck {
  margin: 0 -15px;
  justify-content: space-between;
}

.card-deck .card {
  margin: 0 0 1rem;
	border-radius: 15px;
}

.card-img, .card-img-top{
	height: 200px;
	/* object-fit: cover; */
	/* border-top-left-radius: 15px;
	border-top-right-radius: 15px;	 */
}

.card-img-contain {
	object-fit: contain;
}

.card-title-sm{
	line-height: 10px;
}
.card-title-md{
	line-height: 20px;
	font-weight: bold;
	color: #444444;
}

.ads-silver{
	width: 100px;
	height: 100px;
}

.ads-gold{
	width: 200px;
	height: 200px;
}

/***** DATATABLES *****/

.dataTables_length{
	text-align: left;
}
label{
	display: inline-flex;
}
.custom-select{
	margin-right: 5px;
	margin-left: 5px;
}
.dataTables_info{
	text-align: left;
}
.dataTables_paginate{
	float: right;
}

.table thead th {
	background: #dee2e6;
}

html, body {
	max-width: 100vw;
	overflow-x: hidden;
}

.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-wrapper .bigger {
  grid-column: span 4;
  grid-row: span 3;
}

.row-grid-logo {
	margin: unset;
}

.col-grid-logo {
	padding: 0;
}

.dropdown-menu.custom-submenu {
	top: 0;
	left: -100%;
	width: 100%;
}
