html, body {
  height: 100%;
  margin: 0;
}

.wrapper {
  min-height: 100%;
  min-height: -webkit-calc(100% - 100px);
  min-height: -moz-calc(100% - 100px);
  min-height: calc(100% - 100px);
}

.footer {
	margin-top: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgb(79,88,97);
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 5px;
}

.header-container {
	background-image: url(../img/header_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.header-container .header-container-b{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
}

.header-container .top-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	color: #FFFFFF;
	padding: 5px;
}

.header-container .top-menu .lang-selector {
	font-weight: bold;
	font-size: 15px;
	margin: 0 5px;
	cursor: pointer;
}

.header-container .top-menu .lang-selector a {
	text-decoration: none;
}

.header-container .table {
    display: table;
    height: 100%;
	margin: 0;
    width: 100%;
	max-width: 100%;
	text-align: center;
}

.header-container .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-container .table-cell h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

.header-container .table-cell h3 {
	color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.header-container .table-cell h5 {
	color: #fff;
    font-size: 10px;
    margin-bottom: 20px;
	cursor: pointer;
}

.header-container .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.slogan {
	padding: 10px;
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	background-color: rgba(255,255,255,0.6);
	border-radius: 4px;
}

.form-container {
	margin: 30px auto;
}

.clac-form-button {
	margin-top: 30px;
}

.required_pointer {
	color: red;
	font-weight: bold;
	margin: 5px;
}

.required {
	color: red;
}

#calc_shedule {
	width: 100%;
}

.stat-info-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 30px;
}

.info-container {
	padding: 20px;
	border: 1px solid #444444;
	border-radius: 10px;
	text-align: center;
}

.stat-info {
	font-weight: bold;
	font-size: 120%;
}

.result-container .container {
	margin-left: -15px;
}

.row {
	min-height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #DDDDDD;
	background-color: rgba(108, 122, 237, 0.1);
}

.row:hover {
	background-color: rgba(108, 122, 237, 0.2);
}

.header-row {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff !important;
	background-color: rgb(79,88,97);
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}

.schedule-summary {
	font-weight: bold !important;
	background-color: rgba(79,88,97,0.5) !important;
	border-radius: 0 0 10px 10px !important;
}

.cell-container {
	display: flex;
	flex-direction: row;
}

.resp-cell {
	display: none;
	text-align: right;
	padding: 5px;
	border-right: 1px solid #DDDDDD;
}
.data-cell {
	padding: 5px;
	width: 100%;
	text-align: center;
}


@media (max-width: 992px) {
	.row {
		line-height: 25px;
		border-bottom: 1px solid #777777;
	}
	
	.header-row {
		display: none;
	}
	
	.resp-cell {
		display: block;
		width: 50%;
		border-bottom: 1px solid #DDDDDD;
	}
	.data-cell {
		width: 50%;
		border-bottom: 1px solid #DDDDDD;
		text-align: left;
	}
}

/* bootstrap classes corections ********************************************/
.modal-backdrop {
	opacity: 0.8;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
/* bootstrap classes corections ********************************************/

/* datepicker classes ********************************************/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* datepicker classes ********************************************/




@media (min-width: 1200px) { .header-container .container { width: 1200px; } }
@media (min-width: 992px) { .header-container .container { width: 970px; } }
@media (min-width: 768px) { .header-container .container { width: 750px; } }


.hiddenObj {
	display: none;
}

/*.CONTACT_EMAIL:after { content: "contact@schedule.ge"; }*/
.CONTACT_EMAIL:after { content: "@gmail.com"; }