@import url('reset.css');
/***** import move to dynamic CssColorsHandler @import url('colors.css');  *********/

/**************** 1 - general declerations ******************/
html,body {
    font-family: arial,san-serif;
    font-size: 17px;
    direction: rtl;
	box-sizing: border-box;
	line-height: 1.2rem;
}

body.ltr {
    direction: ltr;
}

.display_none {
    display: none;
}

.invisible {
    visibility:  hidden;
}

.clearboth {
    clear: both;
    height: 0px;
}

.noback {
	background:none;
}

h2 {
	font-size:1.6rem;
	font-weight:bold;
	margin: 1rem 0;
}

button {
    min-width:  6rem;
    min-height: 1rem;
    text-align: center;
    padding: 0.6rem 0;
    border-radius: 0.12rem;
}

button.registered, button.unregistered {
	cursor:pointer;
}

.bgimage {
	width: 100vw;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
}

.main_wrap {
	width: 100%;
	max-width:56rem;
	margin: 0 auto;
	box-sizing: border-box;
	position:relative;
	z-index:100;
}

header {
	width: 100%;
    max-width:56rem;
	position:fixed;
    top: 0;
    z-index: 100000000;
}

header .header_banner {
	width: 100%;
    height: 7.4rem;
	box-sizing: border-box;
}

header .header_banner img {
	width:  100%;
	border: none;
	max-width:100%;
    height: 100%;
    max-height: 100%;
}

header .header_content {
	position:relative;
	width: 100%;
	height:7.36rem;
	border-bottom:1px solid;
    overflow: hidden;
}

header .header_left {
	float:left; 
	max-width: 20rem;
	width: 20rem;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction:row-reverse;
	position:relative;
	max-height: 100%;
}

.ltr header .header_left {
	float:right;
}

header .header_right {
	float:right;
	max-width: calc(100% - 22rem);
	width: calc(100% - 22rem);
	position:relative;
	height:100%;	
}
.ltr header .header_right {
	float:left;
}

header .header_left .page_title {
	max-width: 15.91rem;
    width: 15.91rem;
	position:relative;
}

header .header_left .page_title img {
	max-width: 100%;
    max-height: 100%;
    max-height: 7.36rem;
}

header .header_right ul.navlinks {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction:row;
	justify-content:flex-start;
	height:100%;
}

header .navlink {
	width: 4rem;
	max-width:4rem;
	text-align:center;
	box-sizing:border-box;
	padding-top:1.5rem;
}

header .navlink img {
	display: block;
	margin: 0 auto;
	border: 2px solid;
	border-radius: 1000px;
	margin-bottom: 6px;
    width: 2.8rem;
    height: 2.8rem;
	max-width: 2.8rem;
}
.tabs {
	width: 100%;
	height: 3.6rem;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    position: fixed;
    padding-top: 14.76rem;
    max-width: 56rem;
    top: 0;
    z-index: 100000;
}
.no_banner .tabs {
    padding-top: 7.36rem;
}

.tabs .tab {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid;
	text-align:center;
	height:100%;
	align-content:center;
	position: relative;
}

.tabs .tab .tab_content {
	padding-top:1.2rem;
    cursor:pointer;
}

main {
	margin-top: 2rem;
    padding-top: 14.76rem;
    display: inline-block;
}
.no_banner main {
    padding-top: 7.36rem;
    display:run-in;
}

.hastabs main {
    padding-top: 18.36rem;
}

.hastabs.no_banner main {
    padding-top: 10.96rem;
    display:run-in;
}

footer {
	font-size:0.8rem;
	clear:both;
}

footer .footer_left {
	float: left;
}

.ltr footer .footer_left {
	float: right;
}

/**************** / general declerations ******************/

/**************** 2 - lessons all ******************/

.lessons_all .filters {
	width: 100%;
	height: 3.6rem;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    position: fixed;
    padding-top: 14.76rem;
    max-width: 56rem;
    top: 0;
    z-index: 100000;
}

.lessons_all.no_banner .filters {
    padding-top: 7.36rem;
}

.myarea .filters {
	width: 100%;
	height: 3.6rem;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;    
    padding-top: 1rem;
    max-width: 56rem;
    top: 0;
    z-index: 100000;
}

.lessons_all .filters .filter {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: 1px solid;
	text-align:center;
	height:100%;
	align-content:center;
	position: relative;
}

.myarea .filters .filter {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 20%;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;	
	height:100%;
	align-content:center;
	position: relative;
/*	border: 1px solid; */
}

.lessons_all .filters .filter .filter_content {
	padding-top:1.2rem;
}

.lessons_all .filters .filter .filter_content .smaller{
	font-size:0.8rem;
}

.myarea .filters .filter .filter_content {
	padding-top:1.2rem;
}

.myarea .filters .filter .filter_content .smaller{
	font-size:0.8rem;
}

.lessons_all .filters .filter .filter_content img {
	vertical-align: middle;
    cursor:pointer;
}

.myarea .filters .filter .filter_content img {
	vertical-align: middle;
}

.lessons_all .filters .filter.checkbox .filter_content input[type=checkbox] {
	display: none;
}

.lessons_all .filters .filter.checkbox .filter_content input[type=checkbox] + label:before {
	display: inline-block;
	content: " ";
	width: 1rem;
	height: 1rem;
	margin-left:0.2rem;
	position:relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:contain;
	vertical-align: middle;
}

.ltr .lessons_all .filters .filter.checkbox .filter_content input[type=checkbox] + label:before {
	margin-left:auto;
	margin-right:0.2rem;
}

.lessons_all .filters .filter.checkbox .filter_content input[type=checkbox]:not(:checked) + label:before {
	background-image: url('../Images/checkbox_unchecked.png');
}

.lessons_all .filters .filter.checkbox .filter_content input[type=checkbox]:checked + label:before {
	background-image: url('../Images/checkbox_checked.png');
}

.lessons_all .filters .filter.dropdown .filter_content .submenu {
	display: none;
	width: 100%;
	text-align:right;
	position: absolute;
    top: 100%;
	border-top:1px solid;
}

.myarea .filters .filter.dropdown .filter_content .submenu {
	display: none;
	width: 60%;
	text-align:right;
	position: absolute;
    top: 100%;
	border-top:1px solid;
}

.ltr .lessons_all .filters .filter.dropdown .filter_content .submenu {
	text-align:left;
}

.lessons_all .filters .filter.dropdown:hover .filter_content .submenu,
.lessons_all .filters .filter.dropdown.active .filter_content .submenu {
	display: block;
}

.myarea .filters .filter.dropdown:hover .filter_content .submenu,
.myarea .filters .filter.dropdown.active .filter_content .submenu {
	display: block;
}

.lessons_all .filters .filter.dropdown .filter_content .submenu li {
	width: 90%;
	margin: 0.2rem auto;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid;
}

.myarea .filters .filter.dropdown .filter_content .submenu li {
/*	width: 60%; */
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid;
}

.lessons_all .filters .filter.dropdown .filter_content .submenu li img {
	max-width: 1.5rem;
	max-height: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
	border: 2px solid;
	border-radius: 1000px;
}

.ltr .lessons_all .filters .sidearrow {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
   
}

.lessons_all .filters .filter img {
	max-width: 1.4rem;
}

.lessons_all .calender_days {
	width: 100%;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
    position: fixed;
    margin-top: 1rem;
    padding-top: 18.36rem;
    max-width: 56rem;
    top: 0;
    z-index: 10000;

}

.lessons_all.no_banner .calender_days {
    padding-top: 10.96rem;
}

.lessons_all .calender_days .day_cal {
	-webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid;
    text-align: center;
    height: 100%;
    align-content: center;
    position: relative;
	padding: 0.5rem;
	font-weight:bold;
	height: 1.5rem;
}

.lessons_all main {
	margin-top: 0rem;
    padding-top: 21.96rem;
}

.lessons_all.no_banner main {
    padding-top: 14.56rem;
    position:absolute;
}

.lessons_all .main_calender {
	width: 100%;
	table-layout:fixed;
}

.lessons_all .main_calender th  {
	border: 1px solid;
	padding: 0.5rem;
	font-weight:bold;
}

.lessons_all .main_calender td  {
	border: 1px solid;
	padding: 0.5rem;
}

.lessons_all .main_calender td div {
	margin-bottom: 0.8rem;	
}

.lessons_all .main_calender td .lesson_live {
    border: solid 2px black;
    border-radius: 10px;
    padding: 0.2rem 0.5rem;
}

.lessons_all .main_calender td .lesson_star {
	float: left;
	font-size:1.5rem;	
}

.ltr .lessons_all .main_calender td .lesson_star {
	float: right;	
}

.lessons_all .main_calender td .lesson_title {
    font-size: 1rem;
    font-weight: bold;
}

.lessons_all .main_calender td button {
	width: 100%;
	padding: 0.3rem 0;	
}

.myqtip_wrapper {
    z-index: 200000001;
}

.lessons_all .myqtip_wrapper {
	position:fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.myarea .myqtip_wrapper {
	position:fixed;
	width: 100vw;
	height: 100vh;
}

.lessons_all .myqtip_wrapper .myqtip, .popup_box {
	position:fixed;
	width: 20%;
	border: 1px solid;
	top: 50%;
	right: 50%;
	transform:translate(50%,-50%);
	padding: 1rem;
}

.myarea .myqtip_wrapper .myqtip, .popup_box {
    position: fixed;
    /*width: 40%;*/
    width: 25rem;
    height: 40%;
    border: 1px solid;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    padding: 1rem;
}

.myarea .myqtip_wrapper_replace_ccard .myqtip {
	width:  60%;
	height: 60%;
}

.myqtip_wrapper_replace_ccard iframe {
    width: 100%;
    /*height: 90%;*/
    height:17rem;
}

div#replaceSubType ul {
    border: 1px solid;
    padding: 0.5rem;
    margin-top: 1rem;
    cursor:pointer;
}

div#replaceSubType li {
  
    padding-bottom: 0.5rem;
}

.ltr .lessons_all .myqtip_wrapper .myqtip {
	left: 50%;
	right: auto;
	transform:translate(-50%,-50%);
}

.lessons_all .myqtip_wrapper .myqtip .myqtip_title{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:1rem;
}

.popup_box .myqtip .myqtip_title{
	font-size:1.3rem;
	font-weight:bold;
	margin-bottom:1rem;
}

.lessons_all .myqtip_wrapper .myqtip .lesson_time {
	margin-bottom:0.7rem; 
}

.lessons_all .myqtip_wrapper .myqtip button {
	padding: 0.3rem 0;
	float:left;
	margin-bottom:0.5rem;	
}

.myarea .myqtip_wrapper .myqtip button {
	padding: 0.3rem 0;
	float:left;
	margin-bottom:0.5rem  1rem;	
}

.ltr .lessons_all .myqtip_wrapper .myqtip button {
	float:right;	
}

.lessons_all .myqtip_wrapper .myqtip hr {
	clear: both;
}

.lessons_all .myqtip_wrapper .myqtip .close_myqtip {
	float: left;
}

.popup_box .myqtip .close_myqtip {
	float: left;
}

.ltr .lessons_all .myqtip_wrapper .myqtip .close_myqtip {
	float: right;
}

/**************** / lessons all ******************/

/**************** 3 - about ******************/

.about h2 {
	font-size:1.6rem;
	font-weight:bold;
	margin: 1rem 0;
}

.about p {
	margin-bottom:1rem;
}

.about .bottomimages {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100vw;
	height: 18.8rem;
	max-height: 33vw;
}

.about .bottomimage {
	margin: 1px;
	max-width: 100%;
}

.about .bottomimage:first-of-type {
	padding-left: 0.3rem;
}

.ltr .about .bottomimage:first-of-type {
	padding-right: 0.5rem;
	padding-left: 0;
}

/**************** / about ******************/

/**************** 4 - myarea ******************/

.myarea .buttons {
	float:left;
	width: 15.91rem;
}

.ltr .myarea .buttons {
	float:right;
}

.myarea .buttons button {
	width: 95%;
	margin-bottom:0.5rem;
}

.myarea hr {
	clear: both;	
}

.myarea h2 {
	font-size:1.6rem;
	font-weight:bold;
	margin: 1rem 0;
}

.myarea .cardhistory h2 {
	margin: 0 0 1rem;
}

.myarea .showhistory {
	display: none;	
}

.myarea .showhistory+label {
	font-size:1.6rem;
	font-weight:bold;
	margin: 0 0 1rem;
	float:left;	
}

.myarea .showhistory+label i:after {
	content: "\f067";
}

.myarea .showhistory:checked+label i:after {
	content: "\f068";
}

.historytable {
	overflow:hidden;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.myarea .showhistory:checked~.historytable {
	/* max-height: 1000px;	*/
		
}

.myarea .showhistory:not(:checked)~.historytable {
	max-height: 0px;
}

.myarea .details {
	margin-bottom: 1rem;
}

.myarea .detailname {
	font-weight: bold;
	width: 8rem;
	display: inline-block;
}

.myarea .cardhistory {
	float:left;
	width: 20rem;
}

.ltr .myarea .cardhistory {
	float:right;
}

.myarea .cardhistory table {
	width: 100%;
	border-radius: 5px;
	border: 1px solid;
}

.myarea .cardhistory table th {
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 0.3rem 0;
}

.myarea .cardhistory table th:first-of-type {
	border-right:none;
	border-left: 1px solid;
}

.myarea .cardhistory table th:last-of-type {
	border-right: 1px solid;
	border-left: none;
}

.ltr .myarea .cardhistory table th:last-of-type {
	border-right:none;
	border-left: 1px solid;
}

.ltr .myarea .cardhistory table th:first-of-type {
	border-right: 1px solid;
	border-left: none;
}

.myarea .cardhistory table td {
	border: 1px solid;
	padding: 0.3rem;
	text-align:center;
}

.myarea .popup_box_buttons {
	position: absolute;
	bottom:0;
	left:0;
}

.myarea .cardhistory table td button {
	width: 100%;
}

.myarea hr.blue {
    margin-bottom: 0;
}

/**************** / myarea ******************/

/**************** 5 - hotupdates ******************/

.hotupdates .leftimg {
	float:left;
    max-width: 25.6rem;
}

.hotupdates .updates {
	max-width: 16rem;
}

.ltr .hotupdates .leftimg {
	float:right;
}

.hotupdates .update {
	border-bottom: 1px solid;
	margin-top: 1rem;	
}

.hotupdates .update h3 {
	margin-bottom: 1rem;	
}

.hotupdates .update .title {
	font-weight: bold;	
}

.hotupdates .update .description {
	margin-bottom: 1.5rem;	
}

/**************** / hotupdates ******************/

/**************** 6 - salesandnews ******************/
.salesandnews .news {
    width: 50%;
    max-width: 50%;
    float:right;
}

.salesandnews .sales {
    width: 50%;
    max-width: 50%;
    float:left;
}

.ltr .salesandnews .news {
    float:left;
}

.ltr .salesandnews .sales {
    float:right;
}

.salesandnews .item {
    padding: 0.7rem 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.salesandnews .item:last-of-type {
    border-bottom: none;
}

.salesandnews .item .item_img_container {
    position: relative;
    float: right; 
    width: 5.2rem;
    height: 5.2rem;  
    margin-left: 0.4rem; 
}

.ltr .salesandnews .item .item_img_container {
    float: left;  
    margin-right: 0.4rem; 
    margin-left: auto; 
}

.salesandnews .item .item_img_container .item_img {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 1000px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}


@-webkit-keyframes newanimation {
    0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes newanimation {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.salesandnews .item .item_img_container .new {
    width: 4.8rem;
    height: 4.8rem;
    border-width: 2px;
    border-style: solid;
    border-radius: 1000px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4.8rem;
    text-align: center;
    -webkit-animation-name: newanimation;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation: newanimation 2s ease infinite;
}

.salesandnews .item .item_info_container {
    line-height: 1.2rem;
}

.salesandnews .item .item_info_container .item_title {
    font-weight: bold;
}

.salesandnews .item .item_info_container .item_title .item_cart {
	font-size:0.6rem;
}

.salesandnews .item .item_info_container .item_time {
    font-size: 0.7rem;
}

.salesandnews .item .item_info_container .item_link a {
    text-decoration: underline;
}

/**************** / salesandnews ******************/

/**************** 6 - futurelessons ******************/

.futurelessons .leftimg {
	float:left;
    max-width: 22rem;
}

.ltr .futurelessons .leftimg {
	float:right;
}

.futurelessons table .fa {
    font-size: 1.6rem;
}

.futurelessons table td  {
	border: 1px solid;
	padding: 1rem;
    vertical-align: middle;
}

.futurelessons table td div {
	margin-bottom: 0.8rem;	
}

.futurelessons table td .lesson_star {
	float: left;
	font-size:1.5rem;	
}

.ltr .futurelessons table td .lesson_star {
	float: right;	
}

.futurelessons table td .lesson_title {
	font-size: 1.3rem;
	font-weight:bold;	
}

.futurelessons table td button {
	width: 100%;
	padding: 0.3rem 0;
    display: block;	
    margin-bottom: 0.4rem;
}

/**************** 11 - login ********************/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.login {
    background-image: url('../images/login_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;		
}
.user-register {
    background-image: url('../images/register_bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.user-register .title{
        text-align: center;
}

header.mainheader {    
    height: 2.4rem;
    text-align: right;
    padding-top: 0.1rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    position: fixed;
}

.text{
    margin: 0.6rem auto;
    text-align:right;
    font-size:1.5rem;
}

.login header .logo {
    float: right;
    padding-left: 0.4rem;
}

.login.ltr header .logo {
    float: left;
    padding-right: 0.4rem;
    padding-left: 0;
}

.login header .logo img {
    max-width: 4.2rem ;
    max-height: 2.4rem;
}
.user-register .login .container {
    text-align: right;
    margin-top: 2.4rem;
    height: calc(100vh - 2.4rem)!important;
    width : 90%;
}

.login .container {
    text-align: center;
    margin-top: 2.4rem;
    height: calc(100vh - 2.4rem)!important;
}

.login .container .title {
    font-weight: bold;
    padding: 0.4rem 0;
}

.login .container .form {
    width: 30vw;
    margin: 0 auto;
    margin-top: 3rem;
}
.user-register .login .container .form {
    width: 80vw;
    margin: 0 auto;
    margin-top: 3rem;
    font-family: arial,san-serif;
    font-size: 25px;
    direction: rtl;
}

.user-register .login .container .form  input:not(.button) {
    width: 71%;
    box-sizing: border-box;
    display: inline-block;
    border: 3px solid;
    font-size: 1.5rem;
    padding: 0.6rem;
        margin: 0.6rem 0 0.6rem 2%;
}

.verify_code , .set_password{
    border-top: 3px solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 71%;
    box-sizing: border-box;
    display: inline-block;
    border: 3px solid;
    font-size: 1.5rem;
    padding: 0.6rem;
        margin: 0.6rem 0 0.6rem 2%;
            border-color: #00b4c5 !important;
}

.verify_code_btn ,.set_password_btn {
    width: 20%;
    border: 1px solid;
    font-size: 1.5rem;
    padding: 0.6rem;
    border-radius: 3px;
    margin-top: 0.6rem;
    min-width: 4rem;
    display: inline-block;
    background: #00b4c5;
    color: #fff;
    border-color: #00b4c5 !important ;
}

.login .container .form input:not(.button) {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.login .container .form  input:not(.button) {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border: 1px solid;
    border-top: none;
    font-size: 1rem;
    padding: 0.6rem;
    
}

.login .container .form  input:not(.button):first-of-type {
    border-top: 3px solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
}

.login .container .form  input:not(.button):nth-last-of-type(2) {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

a.change_login {
    margin: 1rem 3rem;
    display: block;
}

.user-register .login .container .form  input.button {
    /*width: calc(100% - 1.2rem);*/
    width: 20%;
    border: 1px solid;
    font-size: 1.5rem;
    padding: 0.6rem;
    border-radius: 3px;
    margin-top: 0.6rem;
        min-width: 4rem;
        display:inline-block;
    
}

.login .container .form  input.button {
    /*width: calc(100% - 1.2rem);*/
    width: 100%;
    display: block;
    border: 1px solid;
    font-size: 1rem;
    padding: 0.6rem;
    border-radius: 3px;
    margin-top: 0.6rem;
    
}

.login .container .extralinks {
    width: 30vw;
    margin: 0.6rem auto;
}

.login .container .extralinks .registerlink {
    float: right;
}

.login.ltr .container .extralinks .registerlink {
    float: left;
}

.login .container .extralinks .forgot_password {
    float: left;
}

.login.ltr .container .extralinks .forgot_password {
    float: right;
}

/** login colors**/

.login .container .form input:not(.button) {
    border-color: #00b4c5 !important ;
}

.login .container .form input.button {
    background: #00b4c5;
    color: #fff;
    border-color: #00b4c5 !important ;
}

.login .container .form .error {
    color: #f00;    
	float:right;
}

.login .container .form .error .reg_err_title{
    font-weight:bold;
	text-align:right;
}

.login .langButton {
	background-color: transparent;
	min-width: 4rem;
}
/**************** / login ********************/

.about .bottomimages {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100vw;
	max-height: 33vw;
	height: 18.8rem;
}

.spinning_header_box
{
	font-size:1rem;
	margin-top: 0.7rem;
}

/**********  old styles  **************/

.spinning_wrapper
{
	display: table;
	width: 100%;
}

.text_center
{
	text-align: center;
}

.error_msg { 
	font-size: 1.2rem;
	text-align: center;
	margin-top: 1rem;
}

.popup_box_white {
	background: #fff;
	position:fixed;
	width: 70%;
	border: 3px solid;
	top: 50%;
	right: 50%;
	transform:translate(50%,-50%);
	padding: 1rem;
    border-color: #00b4c5 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



.myarea .popup_box .button_right{float:right; width:20% ; padding: 0.3rem 0; margin :0.5rem}
.myarea .popup_box .button_left{ width:20%; padding: 0.3rem 0; margin :0.5rem}

.popup_box .button_right{float:right; width:40% ; padding: 0.3rem 0; margin :0.5rem}
.popup_box .button_left{float:left; width:40%;; padding: 0.3rem 0; margin :0.5rem}

.span_h2 {
	font-size:1.6rem;
	font-weight:bold;
	margin: 1rem 0;
}

/**************** media queries ******************/

@media screen and (max-width: 1100px) {
    
    html,body {
        font-size: 17px;
    }    
}

@media screen and (max-width: 940px) {
    
    html,body {
        font-size: 16px;
    }    
}

@media screen and (max-width: 800px) {
    
    html,body {
        font-size: 14px;
    }
}

@media screen and (max-width: 710px) {
    
    html,body {
        font-size: 12px;
    }
}



/* allow no modules - just the schedule system with login/logout buttons */
.no-modules-page .lessons_all .filters {
    padding-top: 6.5rem;
}

.no-modules-page .lessons_all .calender_days {
    padding-top: 10rem;
}

.no-modules-page .template-page {
    padding-top: 4.5rem;
    padding-bottom: 1em;
}

.no-modules-page .main_calender { margin-top: 0.4rem; }

.no-modules-page offline-header-menu header {
    background-color: inherit;
    margin-right: 12rem;
    width: auto;
}

.no-modules-page header .header_left {
/*    float: right; */
   max-width: 80%;
   max-width: 80%; 
}
.no-modules-page .header_left .logo {
    display: none;
}

.no-modules-page header .navlink {
    padding: 0rem;
    width:80%;
    max-width: 80%;
}

.no-modules-page header .header_content {
    max-height: 3.5rem;
    border: none;
}

.no-modules-page header .navlink img {
    display: inline-flex;
    float: right;
}

.no-modules-page header .navlink span {
    margin: 10%;
    float: right;
}

.no-modules-page .header_left .loginout {
    border :none;
}

.no-modules-page .pageLinkUrl { width: 12rem; }

.questionnaire-container .sig-label {
    width: 100%;
    margin-top: 20px;
    font-weight: bold;
}

/* freeze */
.freeze-sub {
    background: white;
}

/* freeze dates modal*/
.freeze-sub-date span {
    width: 40%;
    float: right;
}

.freeze-sub-date input {
    width: 10%;
}

.freeze-sub .sub-name {
    margin: 1rem 0;
}

.pointer {
	cursor: pointer;
}
.keyboard-shorcut {
    left: 0 !important;
}