/*
	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: 90vh;
	 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;
	opacity: .8;
}

.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/bg.jpg)!important;

    background-size: cover!important;

    background-position: center center!important;
    background-attachment: fixed!important;
	 
}

	a.dxbButton_Visualsoft {
		margin-left: -10px;
	}
	
.logo-en {
	margin-top: 10%;
    margin-left: 22%;
    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{
		 margin-left: 15%!important;
		 margin-right: 15%!important;
		 width: 70%; 
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;
}

#kg-en{
         margin-left: 15%!important;
		 margin-right: 15%!important;
		 width: 70%; 
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;

}

#level-en{
         margin-left: 15%!important;
		 margin-right: 15%!important;
		 width: 70%; 
		 background: rgb(255 255 255);
         font-size: 1.15rem;
         line-height: 1.5;
         font-family: "Roboto", sans-serif;

}



	
#online{
	
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	height: 400px;
    position: relative;
    margin-top: 4%;
}


	
#booked{

	width: 100%;
	height: 400px;
    display: block;
	
}	

.holds-the-iframe {
  background:url(/content/Icons/Loading.gif) center center no-repeat;
 
}

#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: 15%!important;
  margin-top: 15px!important;

}

#back:hover{
	border-radius: 20px;
	}
	
	
	
	

#nextbtn{

 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-right: 15%!important;
  margin-top: 15px!important;
text-align: center;
}

#nextbtn:hover{
	border-radius: 20px;
	}
	
#editbtn {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #0074bd 100%);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 30px;
  justify-content: center;
  line-height: 1.7;
  list-style: none;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 16px;
  width: 160px;
  right: 15%;
  float: right;
  top: -385px;
}

#editbtn:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

#editbtn:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

#editbtn:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
	
#booked{
	
	width: 80%;
	margin-top:3%;
	margin-right: 10%;
	margin-left: 10%;
	height: 400px;
    display: block;
	
}	
	
.holds-the-iframe {
  background:url(/content/Icons/Loading.gif) center center no-repeat;
 
}



/* start forget popup*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
z-index:2000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup2 {
  margin: 40px auto;
  padding: 20px;
 background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 0s ease-in-out;
}

.popup2 .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px!important;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {

line-height: 1.8;
  max-height: 50%;
  overflow: auto;
   color: #fff;
  font-size: 18px!important;
}
.popup .support {
   margin-right: 10px;
    float: left;
}

@media screen and (max-width: 700px){

  .popup{
    width: 70%;
  }
}	

/* end support popup*/


/* start forget password popup*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px auto;
  padding: 20px;
 background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 0s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px!important;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {

line-height: 1.8;
  max-height: 50%;
  overflow: auto;
   color: #fff;
  font-size: 18px!important;
}
.popup .support {
   margin-right: 10px;
    float: left;
}



/* end forget password popup*/


#supportpopup{

    width: 100%;
    height: 560px;
    overflow: auto;
	  }
	  
#forgetpopup{
    width: 100%;
    height: 500px;
	margin-top: 20px;
	  }

  #supportico{
border: none;
float: right;
margin-top: 60px;
background: transparent;
cursor: pointer;
opacity: 0.7;
}	



  
	@media screen and (max-width: 700px){

  .popup{
    padding: 0px;
	position: fixed; 
    width:100%;
	margin-top: 20%;
  }
    .popup2{
    padding: 0px;
	position: fixed; 
    width:100%;
	margin-top: 20%;
  }
  
#forgetpopup{  
    margin-top: 20%;
   }
 
#supportpopup {
    width: 142%;
    transform: scalex(0.85);
    transform-origin: left center;
    left: -100px;
    position: absolute;
}

.container{
 width: 80%;
    margin-left: 10%;
    margin-right: 10%; 
  
}	

 #supportico{
     position: absolute;
    right: 0;
    bottom: 0;
 }

  
	  }
	  
	  .round {
            border-radius: 50%;
        }

        .fab {
            transition: all 300ms ease-in-out;
            width: 2rem;
            height: 2rem;
            background-color: #615aa2;
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            right: 2rem;
            bottom: 3rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            cursor: pointer;
            color: white;
            font-size: 2em;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
        }

        #askar{
            display: none;
            }
        #ask{
            color: #fff;
            font-family: sans-serif !important;
            display: none;
            font-size: 15px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px !important;
			 margin-left: -3px;
			 padding-bottom: 7px;
        }
        .fab:hover{
            padding: 7px 2px 0px 2px;
            width: 155px;
            justify-content: flex-start;
            > span {
                border-radius: 106px 106px 106px 0px;
                background:unset;
                box-shadow:unset;
                margin-left: 1px;
            }
            &::before {
                content: "";
                visibility: hidden;
                opacity: 0;
            }

        }
        .fab:hover #ask {
            display: block;
        }
        .fab:hover .supportSvgIcon > img {
            bottom: 2px;
        }

        .inner-fabs.showing .fab:hover:before {
            content: "";
            visibility: hidden;
            opacity: 0;
        }

        .supportSvgIcon {
            display: block;
            overflow: hidden;
            border-radius: 50%;
            width: 3.5rem;
            height: 3.5rem;
            text-align: center;
        }

        .supportSvgIcon>svg {
            width: 2.1rem;
            height: 2.1rem;
            position: relative;
            top: 0.7rem;
        }

        .supportSvgIcon>img {
            width: 3.4rem;
            display: block;

            position: relative;

        }

        .fab {
			z-index: 9;
            width: 66px;
            height: 66px;     
            right: 16px;
            bottom: 16px;
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);
            border-radius: 106px;
            background: #615aa2;
            box-shadow: 0px -4px 6.2px 0px rgba(0, 100, 255, 0.20) inset !important;
            padding: 4px 2px 0px 2px;
        }
	    