/*
	Visualsoft Theme 
	Version 	: 2.1
	Last Update : 16/12/2018
	
	DO NOT Add new selectors in this file 
	IF YOU WANT TO MAKE CHANGES 
	PLEASE USE Custom.CSS instead
*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');
@import url('base.css');
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;	
	font-family: Raleway, sans-serif;
}




html, body {
	margin: 0;
	padding: 0;	
}

/* General */
html, body * {
    font-family: "Roboto","Roboto";

}

.loginMainContainer {
	
    width: 100%;
   height: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
 background-color: transparent!important;
    border: none!important;
	
}

.leftContainer {
	display:none!important;
    width: calc(100% - 550px);
    height: 100%;
    /*background-color: cornflowerblue;*/
    display: inline-block;
    margin: 0px;
    border: 0px;
    padding:0px;
}

.rightContainer {
    width: 545px;
    height: 100%;
    background-color: white;
    display: inline-block;
    margin: 0px;
    border: 0px;
    padding: 0px;
    webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.loginContentsArea {
    margin:50px;
	
}

/* 
	Header 
*/
.LoginHeaderPane 
{
    font-family: Tahoma;
	margin: 0; 
	padding: 0;
}
.LoginHeaderPane .headerTop
{
    position:fixed;
    width:100%;
    height: 40px;   
    z-index:1;
	margin: 0; 
	padding: 0;	
}


.LoginHeaderPane .headerTop .headerbar 
{
	margin: 0 !important;
	padding: 0 !important;
	height: 40px;
}

.LoginHeaderPane .headerTop .templateTitle 
{
    float:left;
    text-align: left;	
    margin: 10px;
    padding: 10px;
    width: auto;
    height: auto;
}
.LoginHeaderPane .headerTop .templateTitle a 
{
    text-decoration: none;
    font-size: x-large;
    color: black;
}
.loginControl 
{
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 2px;
    font-size: 12px;
    width: 200px;
    text-align: left;
    margin-left: 0px;
}
.loginControl a 
{
    color: #3cb6ce;
    text-decoration: none;
    border-bottom: dashed 0px black;
    width: 66px;
    width: 135px;
}
.headerMenu 
{

    margin-top: 11px;
}


/* Footer */
.footerPane {
    background-color: #EDEDED;
    position: relative;
    height: 100%;
}
.footerMenu {
    float: right;
    padding-top: 7px;
}
.copyright 
{
    float: left;
    margin-left: 15px;
    margin-top: 100px;
}

.content 
{
    padding: 5px;
}


/* Account */
.accountHeader h2 
{
    margin: 10px 0 7px 0;
    font-size: 16px;
}
.accountHeader p 
{
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.accountHeader 
{
    margin-bottom: 20px;
}
.form-field
{
    margin-bottom: 8px;
}


/* Visualsoft */
.dxsplControl_Visualsoft 
{
    font-family: Segoe UI;
}

.dxsplControl_Visualsoft .headerPane,
.dxsplControl_Visualsoft .footerMenu li {
	background-color: White;
	color: Black;
	/*background-image: url('images/VisualsoftHeader_EN.jpg');*/
	background-position: top right;
	background-size: 100% 86px;
	background-repeat: no-repeat;
	background-color: white;
	margin: 0 auto;
	max-width: 1000px;
	border: 0 !important;
}
.dxsplControl_Visualsoft .accountHeader h2
{
    color: #3B3B3B;
}

.dxsplControl_Visualsoft .accountHeader p
{
    font-size: 11px;
}
.dxsplControl_Visualsoft .headerMenu 
{
    margin-top: 13px;
}
.dxsplControl_Visualsoft .loginControl a,
.dxsplControl_Visualsoft .templateTitle a
{
    color: Black;
}
.dxsplControl_Visualsoft .templateTitle a 
{
	font-size: 28px;
}
.dxsplControl_Visualsoft .dxsplVSeparator_Visualsoft 
{
	border: 0 !important;
}
.linkresetppassword {
    display: inline-block;
    padding: 0px 11px;
}

.maincontentPane
{
	height: 100%!important;
    border-bottom:none !important;
}



/* edit*/




.container {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	 width:70%; 
    margin-left:15%; 
    margin-right:15%;
}

.screen {		
	background: linear-gradient(90deg, #5D54A4, #7C78B8);		
	position: relative;	
	height: 500px;
	width: 420px;	
	box-shadow: 0px 0px 24px #5C5696;
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #6C63AC;	
	top: -172px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #5D54A4, #6A679E);
	top: -24px;
	right: 0;	
	border-radius: 32px;
}

.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #7E7BB9;	
	top: 420px;
	right: 50px;	
	border-radius: 60px;
}

.login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}

.login__submit {
	
	font-size: 14px;
	margin-top: 30px;
	margin-left: 20px!important;
	border: none!important;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 50%;
	color: #4C489D;
	
	cursor: pointer;
	transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}



/* edit*/

.dxeTextBox_Visualsoft .dxeEditArea_Visualsoft {
	 background-color: transparent!important;
    border: none!important;
	border-bottom: 2px solid #D1D1D4!important;
	background: none!important;
	padding: 10px!important;
	
	font-weight: 700!important;
	width: 35%!important;
	transition: .2s!important;

	
}

.dxeTextBox_Visualsoft {
	background-color: transparent!important;
	border: none!important;
	}
	
.dxeButtonEdit_Visualsoft {	
	background-color: transparent!important;
	
	margin-left: 20px!important;
	
	font-weight: 700!important;
	width: 35%!important;
	transition: .2s!important;
	}
	
	
.dxbButtonSys.dxbTSys {	
	
	background-color: #615aa2!important;
	
	
	font-weight: 700!important;
	width: 100%!important;
	transition: .2s!important;
	
	font-size: 14px;
	margin-top: 30px;
	margin-left: 20px!important;
	border: none!important;
	text-transform: uppercase!important;
	font-weight: 700!important;
	
	align-items: center!important;
	width: 35%!important;
	
	cursor: pointer;
	transition: .2s;
	
	
	}
	
	
.login__field {
    padding: 5px 0px!important;
   
}	

.LoginHeaderPane{
    display: none!important;
   
}	

	.dxsplLCC{
height: 100%!important;
	 
	  }  
	  
	  
.dxsplPane_Visualsoft {
	background-image:linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.6)),  url(../Images/Background2.jpg)!important;

    background-size: cover;

    background-position: center center;
    background-attachment: fixed;
	 
}

	a.dxbButton_Visualsoft {
		margin-left: -10px;
	}
	
.logo-en {
	margin-top: 10%;
    margin-left: 18%;
    width: 100%;
    text-align: center;
    position: absolute;

}
	
	.logo-ar {
    display: none!important;

}

.bottom-footer {
    height: 30px!important;
    padding: 0px 0!important;
    text-align: center!important;
}

.bottom-footer h6 {
    margin-top: 5px!important;
    margin-left: 0!important;
    font: normal 14px/17px Arial, Helvetica, sans-serif !important;
    color: #000000!important;
    padding: 0 0 0 0px!important;
    text-decoration: underline;
}


	
	
	.svg1 {
		 Height:15px;
		 Width:15px;
         position: absolute;
         top: 40px;
         margin-left: 10px;
}

	.svg2 {
		 Height:15px;
		 Width:15px;
         position: absolute;
         top:110px;
         margin-left: 10px;
}





	  
	  

#maintable-en{
		 
		 width: 100%; 
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;
}

#kg-en{
         width: 100%;  
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;

}

#level-en{
         width: 100%; 
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;

}



	
#online{
	width: 100%;
	height: 400px;
    position: relative;

}


	
#booked{

	width: 100%;
	height: 400px;
    display: block;
	
}	

.holds-the-iframe {
  background:url(/content/Icons/Loading.gif) center center no-repeat;
 
}

#nextbtn{

 float: left;
	padding: 10px 10px!important;
	width: 140px!important;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
     position: relative;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    text-decoration: none;
    color: #fff!important;
    -webkit-transition: all ease 0.5s!important;
    -moz-transition: all ease 0.5s!important;
    transition: all ease 0.5s!important;
    background: #615aa2!important;
    margin-right: 20px!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    text-align: center;
}

#nextbtn:hover{
	border-radius: 20px;
	}
	
	
	#back{

    float: left;
	padding: 10px 10px!important;
	width: 100px!important;
    
    border-radius: 0px;
    
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
     position: relative;
    display: block;
    border-radius: 2px;
    cursor: pointer;
    letter-spacing: 1px;
    outline: none;
    text-decoration: none;
    color: #fff!important;
    -webkit-transition: all ease 0.5s!important;
    -moz-transition: all ease 0.5s!important;
    transition: all ease 0.5s!important;
    background: #615aa2!important;
  margin-left: 20px!important;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
}

#back:hover{
	border-radius: 20px;
	}
	

