#container {
    width: 100%;
    height: auto;
}

#tabbox {
    background: rgba(193, 8, 65, 1);
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 1;
    float: center;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 4px 4px 0px 0px;
    color: white;
    font-family: 'Oxygen', sans-serif;
    font-size: 20px;
    opacity: 0.85;
}


/*#panel
{
height: auto;
background-color: rgba(0,0,0,0.7);
-webkit-border-bottom-left-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-top-right-radius: 4px;
margin-bottom: 0.25cm;
}*/

#panel {
    background: rgba(170, 170, 170, 0.6);
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    margin-bottom: 0.25cm;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    height: auto;
}

.tab {
    background: rgba(50, 50, 50, 0.6);
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    float: left;
    font-weight: bold;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius: 4px 4px 0px 0px;
    color: white;
    cursor: pointer;
    cursor: hand;
}

.tab:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

#login {
    /* margin-left: 8px; */
}

.select {
    /* background: rgba(170, 170, 170, 0.6); */
}

#loginbox {
    /* min-height: 350px; */
    padding: 2px;
}

#signupbox {
    /* min-height: 350px; */
    padding: 2px;
    display: none;
}


/****-----start-body----****/

.login_singup {
    margin: 1em auto 1em;
    width: 90%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.login_singup h2,
.login_singup h3 {
    font-size: 2em;
    text-align: center;
    color: white;
    padding: 0em 0em;
    font-family: 'Oxygen', sans-serif;
}

.login_singup h3 {
    font-size: 1em;
    text-align: left;
    font-family: 'Oxygen', sans-serif;
}


.login_singup .policy_check{
	margin-left: 20px;
}

.facebook {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    background: #3B5998;
    padding: 8px;
    color: white;
}


/*i.fb{
	width:30px;
	height:30px;
	background:url(../../img/png-icons/fb.png);
	display: block;

}*/

.facebook a {
    color: #fff;
    font-size: 1em;
    margin-top: 0px;
}

.facebook:hover {
    background: #5D7BBA;
    cursor: pointer;
    cursor: hand;
}

span.term a {
    color: #1888A8;
    font-weight: bold;
}

span.term a:hover {
    color: #fff;
    cursor: pointer;
    cursor: hand;
}

.lable input[type="text"] {
    padding: 15px;
    font-size: 1.1em;
    margin: 18px 0px;
    color: #666666;
    width: 87%;
    cursor: pointer;
    font-family: 'Oxygen', sans-serif;
    outline: none;
    font-weight: 600;
    margin-left: 3px;
    background: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-left: 6px solid #fff;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.lable input[type="text"]:hover,
.lable-2 input[type="text"]:hover,
input[type="Password"]:hover,
#active {
    //color: #DCDCDC;
    border-left: 6px solid#40A46F;
}

.lable-2 input[type="text"],
input[type="Password"] {
    padding: 8px;
    width: 100%;
    font-size: 1em;
    margin: 10px 0px;
    border: none;
    color: #666666;
    cursor: pointer;
    background: none;
    float: left;
    outline: none;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-left: 6px solid #fff;
    border-bottom: none;
    border-right: none;
    border-top: none;
}

.submit {
    padding: 5px 4px;
    text-align: center;
    opacity: 1;
}

input[type=submit] {
    padding: 5px 5px;
    margin-bottom: 10px;
    color: #fff;
    float: right;
    font-family: 'Oxygen', sans-serif;
    background: rgba(193, 8, 65, 1);
    //border: 1px solid #40A46F;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    outline: none;
    width: 100%;
    -webkit-appearance: none;
}

.submit input[type=submit]:hover {
    background: rgba(193, 8, 65, 0.75);
    //border:1px solid #07793D;
}

hr.style-one {
    border: 0;
    margin: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.select_cust {
    background: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #ECECEC;
    background-repeat: no-repeat;
    background-position: right 10px top 15px;
    background-size: 16px 16px;
    color: lack;
    padding: 5px 10px;
    width: 100%;
    font-family: arial, tahoma;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    outline: 0;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

span > .select_class {
    height: 100%;
    border: 0;
    outline: 0;
    background-color: inherit;
    box-shadow: none;
}

span > .select_class_lang {
    height: 100%;
    border: 0;
    outline: 0;
    background-color: inherit;
    box-shadow: none;
}

.btn_cust1 {
    width: 100%;
    background-color: white;
    color: black;
    border: 1px;
    border-style: solid;
    border-color: #59ABE3;
}

.button_submit_cust {
    margin: 20px;
}

.EXAMBOX {
    background: #FFF;
    padding: 1.5em;
    margin: 1em auto;
    border: 0;
    color: black;
    border-top: 5px solid #0098ca;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
    transition: height 1s, padding 2s, color 1s, font-size 100ms;
}

.nopadding > [class*='col-'] {
    padding-right: 2px;
    padding-left: 0;
}

.clickable {
    padding: 5px 10px;
    background: #6C7A89;
    color: white;
}

.clickable2 {
    padding: 5px 10px;
    background: #546E7A;
    color: white;
}

.examtitle {
    //border-bottom: 1px  solid  grey;
    //margin-bottom:5px;
}

#AL_BOX {
    border-top: 5px solid #738d00;
}

#DSE_BOX {
    border-top: 5px solid #d70a49;
}

#OTHER_BOX {
    border-top: 5px solid #F7CA18;
}


}
.second-collapsed {
    background-color: azure;
}
.selectsub {
    background-color: inherit;
}
.btn-cust1 {
    color: #0D0101;
    background-color: #FCFCFC;
    border-color: #949399;
}
.btn-cust1:hover,
.btn-cust1:focus,
.btn-cust1:active,
.btn-cust1.active,
.open .dropdown-toggle.btn-cust1 {
    color: #0D0101;
    background-color: #E1DCE8;
    border-color: #949399;
}
.btn-cust1:active,
.btn-cust1.active,
.open .dropdown-toggle.btn-cust1 {
    background-image: none;
}
.btn-cust1.disabled,
.btn-cust1[disabled],
fieldset[disabled] .btn-cust1,
.btn-cust1.disabled:hover,
.btn-cust1[disabled]:hover,
fieldset[disabled] .btn-cust1:hover,
.btn-cust1.disabled:focus,
.btn-cust1[disabled]:focus,
fieldset[disabled] .btn-cust1:focus,
.btn-cust1.disabled:active,
.btn-cust1[disabled]:active,
fieldset[disabled] .btn-cust1:active,
.btn-cust1.disabled.active,
.btn-cust1[disabled].active,
fieldset[disabled] .btn-cust1.active {
    background-color: #FCFCFC;
    border-color: #949399;
}
.btn-cust1 .badge {
    color: #FCFCFC;
    background-color: #0D0101;
}
#reg_rule {
    max-height: 200px;
    overflow: scroll;
}

/*input, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
*/
form .errmsg{
    color: red;
}

form input.errfield{
    border:1px solid red !important;
}

#policy_check_label {
	color:white;
}
#policy_check_label.errfield {
	color:red !important;;
}



.login-header{
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(204,204,204,.8);
  color: #1e1e1e;
  display: inline-block;
  height: 30px;
  margin: 8px 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 150px;
}
.login-header .login-item{
  display: inline-block;
  padding-right: 10px;
}
.login-header .login-item a{
  display: block;
  //height: 23px;
  //padding-top: 7px;
  width: 100%;
  padding: 10px 20px;
}

.vertical-center {
  min-height: 65%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 65vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}

#error-alert{
	background-color:#ea6153;
	border-radius: 10px;
}


.show-on-hover:hover > ul.dropdown-menu {
    display: block;
}

.old-tutor-logininfo {
    float: left;
}

.old-tutor-logininfo a {
    color:#004F7F;
	font-weight: bold;
	text-decoration: underline;
}

.forget-pw {
    float:right;
}
.forget-pw a {
    color:white;
}
