/*new online counselling style be added by Melody on 20200102 start*/
.counselling-form { background: #a7d3fa url(../img/onlinebanner.jpg) left center no-repeat; background-size: contain; position: relative; height: auto; -moz-transition: height 200ms; -o-transition: height 200ms; -webkit-transition: height 200ms; transition: height 200ms; }
/*.counselling-form:before { content: ""; position: absolute; top: 0; right: 33.33333%; bottom: 0; left: 0; background-image: url("../img/online-counselling-form.jpg"); background-size: cover; z-index: 0; }*/
.counselling-form .form { padding: 50px; min-height: 650px; background-color: white; }
.counselling-form .form .selector { font-size: inherit; }
.counselling-form .form .input-group .title { font-size: 16px; margin-bottom: 5px; color: #363a90; }

.border-top-gradient{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(120deg, #363A90, #DF0024);
    top: 0px;
    left: 0;
}
.counselling-form #form1 {
    text-align: center;
    position: relative;
    margin-top: 10px;
    background: white
}
.counselling-form #form1 fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    padding: 10px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;
    position: relative;
    min-height: 500px;
}
.counselling-form #form1 fieldset .form-card .reservation-time .red {
    top: 395px;
    right: 10px;
}
.counselling-form #form1 fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}
.counselling-form #form1 fieldset:not(:first-of-type) {
    display: none
}
.counselling-form #form1 fieldset .form-card {
    text-align: left;
    color: #9E9E9E
}
.counselling-form #form1 fieldset .form-card i.fa-check-circle{
    font-size: 650%;
    color: #2EDC84;
}
.counselling-form #form1 fieldset .form-card .green{
    color: #2EDC84;
    font-weight: bold;
    margin: 0;
}
.counselling-form #form1 input,
.counselling-form #form1 textarea,
.counselling-form #form1 select {
    padding: 7px 10px;
    border: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /*font-family: montserrat;*/
    color: #2C3E50;
    font-size: 16px;
    /*letter-spacing: 1px*/
}
.counselling-form #form1 input:focus,
.counselling-form #form1 textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 1px solid #363a90;
    transition: all .3s;
    outline-width: 0
}
.counselling-form #form1 input#email{
    margin-bottom: 10px;
    padding: 6px 10px 5px 15px;
}
.counselling-form #form1 input#tel,.counselling-form #form1 input#birth_datepicker , .counselling-form #form1 input[name="name_chin"], .counselling-form #form1 input[name="name_english_surname"], .counselling-form #form1 input[name="name_english_first"]{
    padding: 6px 10px 5px 15px;
}
.counselling-form #form1 input[type="radio"]+ label{
    margin-bottom: 20px;
    margin-top: 2px;
}
.counselling-form #form1 input[type="radio"]:checked, 
.counselling-form #form1 input[type="radio"]:not(:checked),
.counselling-form #form1 input[name="radio1"]:checked, 
.counselling-form #form1 input[name="radio1"]:not(:checked) {
    position: absolute;
    left: -9999px;    
}
.counselling-form #form1 input[type="radio"]:checked + label,
.counselling-form #form1 input[type="radio"]:not(:checked) + label,
.counselling-form #form1 input[name="radio1"]:checked + label,
.counselling-form #form1 input[name="radio1"]:not(:checked) + label {
    position: relative;
    padding-left: 12px;
    padding-right: 22px;
    padding-top: 2px;
    margin-right: 7px;
    cursor: pointer;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    z-index: 999;
}
.counselling-form #form1 input[type="radio"]:not(:checked) + label,
.counselling-form #form1 input[name="radio1"]:not(:checked) + label {
    color: #666;
}
.counselling-form #form1 input[type="radio"]:checked + label:before,
.counselling-form #form1 input[type="radio"]:not(:checked) + label:before,
.counselling-form #form1 input[name="radio1"]:checked + label:before,
.counselling-form #form1 input[name="radio1"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    height: 39px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    z-index: -1;
}
.counselling-form #form1 input[type="radio"]:checked + label:after,
.counselling-form #form1 input[type="radio"]:not(:checked) + label:after,
.counselling-form #form1 input[name="radio1"]:checked + label:after,
.counselling-form #form1 input[name="radio1"]:not(:checked) + label:after {
    content: '';
    width: 29px;
    height: 29px;
    background: #363A90;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.counselling-form #form1 input[type="radio"]:not(:checked) + label:after,
.counselling-form #form1 input[name="radio1"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.counselling-form #form1 input[type="radio"]:checked + label:after,
.counselling-form #form1 input[name="radio1"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.counselling-form #form1 .action-button {
    width: 50%;
    background: #DF0024;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 10px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px
}
.counselling-form #form1 .action-button:hover,
.counselling-form #form1 .action-button:focus,
.sucessful-message .previous:hover,
.sucessful-message .previous:focus{
    box-shadow: inset 0 0 0 2px #DF0024, inset 0 0 0 3px white;
    transition: all .3s
}
.counselling-form #form1 .action-button-previous {
    width: 50%;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 14px 10px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.counselling-form #form1 .action-button-previous:hover,
.counselling-form #form1 .action-button-previous:focus{
    box-shadow: inset 0 0 0 2px #616161, inset 0 0 0 3px white;
    transition: all .3s
}
.sucessful-message .previous{
    background: #DF0024;
    color: white;
    padding: 15px;
    border: 0;
}
.counselling-form select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}
.counselling-form select.list-dt:focus {
    border-bottom: 1px solid #363a90
}
.counselling-form #form1 input[type="radio"]:not(:checked) + label.isEmpty:before,
.counselling-form #form1 .isEmpty{
    background: #ffeff1;
}
/*message board*/
/* width */
.counselling-form #form1 .message-board::-webkit-scrollbar {
    width: 13px;  
}
/* Track */
.counselling-form #form1 .message-board::-webkit-scrollbar-track {
    background: #e8e8e8; 
}
/* Handle */
.counselling-form #form1 .message-board::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 15px
}
/* Handle on hover */
.counselling-form #form1 .message-board::-webkit-scrollbar-thumb:hover {
    background: #777;
    border-radius: 15px
}
.counselling-form #form1 .message-board{
    padding: 10px;
    background: #f0f0f0;
    color: #777;
}
.counselling-form #form1 .message-board .message-board-group{
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}
.counselling-form #form1 .message-board .message-board-group .message-board-note{
    padding: 0px 0px 5px 0;
}
.counselling-form #form1 .message-board .message-board-group .message-board-reply{
    background-color: #6c6fab;
    padding: 5px 15px;
    border-radius: 0px 10px 10px 10px;
    color: #fff;
}
.counselling-form #form1 .message-board .message-board-group .message-board-reply:before{
    content: "\f077";
    font-family: FontAwesome;
}
/*login*/
.member_unchecked .title{
    line-height: 180%;
}
#LoginForm .Msg .Password_Sent, #LoginForm .Msg .StudentNotFound, #LoginForm .Msg .IncorrectPassword{
    font-size: 95%;
    background: #6b6eab;
    color: white;
    padding: 10px 5px 10px 10px;
    border-radius: 0 10px 10px 10px;
}
#LoginForm .Msg .IncorrectPassword{
    background: #ff546f;
}
#LoginForm .Msg .Password_Sent:before, #LoginForm .Msg .StudentNotFound:before, #LoginForm .Msg .IncorrectPassword:before{
    font-family: FontAwesome;
    content: "\f007";
    margin-right: 5px;
    padding: 5px 6px;
    border-radius: 50%;
    font-size: 16px;
    background: #363a90;
}
#LoginForm .Msg .IncorrectPassword:before{
    content: "\f071";
    background: #df0024;
    padding: 5px;
    font-size: 15px;
}
#ForgotPassword:hover{
    background: #363a90;
    border-color: #fff !important;
    color: white !important;
    transition: all .3s;
}
#Logout{
    text-decoration: none;
}
#Logout .member_unchecked, #Logout .member_checked, #LoginFrom{
    background: #6b6eab;
    padding: 5px 15px;
    border-radius: 15px;
    color: white;
    line-height: 180%;
    text-decoration: none;
}
#LoginFrom{
    display: block;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 10px;
}
#Logout .member_unchecked:hover, #Logout .member_checked:hover, #LoginFrom:hover{
    background: black;
    transition: all .3s;
    text-decoration: none;
}
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left
}
#progressbar {
    padding: 20px 10px;
    overflow: hidden;
    color: lightgrey;
    margin: 0;
    display: flex;
	counter-reset: step;
}
#progressbar .active {
    color: #000000
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    float: left;
    position: relative;
    z-index: 1;
    flex: 1;
	width: auto;
}
#progressbar li strong{
    color: #363a90
}
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    counter-increment: step;
	content: counter(step);
}
#progressbar li.LoginIcon:before {
    font-family: FontAwesome;
    content: "\f007";
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #363A90
}
/*multi select*/
button.multiselect{
    width: 100%;
    border-radius: 0;
    text-align: left;
    padding-top: 6px;
    margin-bottom: 20px;
    margin-top: 2px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 377px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    position: relative;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: black;
    outline: 0;
}
.open>.dropdown-menu{
    display: block;
    width: 377px;
    margin-top: -20px;
}
ul.multiselect-container{
    overflow-y: scroll;
    height: 300px;
}
.multiselect i.fa-caret-down{
    float: right;
    padding-top: 4px;
}
.multiselect-container .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.multiselect-container .input-group-addon, .multiselect-container .input-group-btn{
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.multiselect-container .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.multiselect-container .input-group .form-control:not(:first-child):not(:last-child), .multiselect-container .input-group-addon:not(:first-child):not(:last-child), .multiselect-container .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.multiselect-container .input-group .form-control, .multiselect-container  .input-group-addon, .multiselect-container .input-group-btn {
    display: table-cell;
}
.multiselect-container .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.multiselect-container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.multiselect-container .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;
}
.multiselect-container .input-group .form-control:first-child, .multiselect-container .input-group-addon:first-child, .multiselect-container .input-group-btn:first-child>.btn, .multiselect-container .input-group-btn:first-child>.btn-group>.btn, .multiselect-container .input-group-btn:first-child>.dropdown-toggle, .multiselect-container .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .multiselect-container .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.multiselect-container .input-group-addon:first-child {
    border-right: 0;
}
.multiselect-container .input-group-btn>.btn:active, .multiselect-container .input-group-btn>.btn:focus, .multiselect-container .input-group-btn>.btn:hover {
    z-index: 2;
}
.multiselect-container .input-group-btn:last-child>.btn, .multiselect-container .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
    border-radius: 0 4px 4px 0;
    padding: 6px 10px
}
.multiselect-container li a label input[type="checkbox"]{
    width: auto !important;
    margin-bottom: 10px !important;
}
.multiselect-container li:first-child input.multiselect-search{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.multiselect-container li:first-child input.multiselect-search:focus{
    border: 1px #ccc solid !important;
}
.multiselect-container>li>a>label{
    padding: 10px;
}
.multiselect-selected-text{
    font-size: 16px;
    padding: 0 0 0 4px;
}
/*multi select checkbox style*/
.multiselect-container label.checkbox input[type='checkbox']{
	margin-top: -30px;
}
.multiselect-container label.checkbox input[type='checkbox'], .announcement #agree{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 18px !important;
	height: 18px;
	margin: 0;
	margin-right: 1px;
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}
.announcement #agree{
    margin-right: 5px;
    margin-top: 0 !important;
}
.multiselect-container label.checkbox input[type='checkbox']:after, .announcement #agree:after{
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 16px;
	position: absolute;
	cursor: pointer;
	height: 18px;
	width: 18px;
	left: 0;
	top: 0;
	font-size: 16px;
	-webkit-box-shadow: inset 0 1px 1px #eee, 0 1px 0 #eee;
	-moz-box-shadow: inset 0 1px 1px #eee, 0 1px 0 #eee;
	box-shadow: inset 0 1px 1px #eee, 0 1px 0 #eee;
	background: #eee;
}
.announcement #agree:after{
    background: #fff;
}
.multiselect-container label.checkbox input[type='checkbox']:hover:after, input[type='checkbox']:checked:hover:after, .announcement #agree:checked:hover:after{
	background: #363a90;
    font-family: FontAwesome;
	content: '\f00c';
	color: #fff;
}
.multiselect-container label.checkbox input[type='checkbox']:checked:after, .announcement #agree:checked:after{
	background: #fff;
    font-family: FontAwesome;
	content: '\f00c';
	color: black;
}
.announcement #agree:checked:after{
    background: #363a90;
    color: #fff;
}
.isEmpty #agree:after{
    border: 1px #F8494C solid;
}
/*loading spinner*/
.Loading{
    text-align: center;
}
.Registration .spinner{
    animation: rotate 2s linear infinite;
    width: 80px;
    height: 80px;
}
.Loading .spinner{
    animation: rotate 2s linear infinite;
    width: 30px;
    height: 30px;
}
.Registration .spinner .path, .Loading .spinner .path{
    stroke: #9e9e9e;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate{
    100%{
        transform: rotate(360deg);
    }
}
@keyframes dash{
    0%{
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50%{
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100%{
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.pika-label{
    width: 70px;
    padding: 5px 3px;
}
.pika-title select{
    width: 60px;
    border: 0;
    border-bottom: 1px #ccc solid;
    margin: 0 3px !important;
    padding-bottom: 2px;
    opacity: 1 !important;
}
/*new online counselling style be added by Melody on 20200102 end*/
/*added by Anne*/
.autocomplete_skip{
	position: absolute !important;
    height: 0px !important;
    width: 0px !important;
	z-index: -1 !important;
	pointer-events: none !important;
	opacity: 0 !important;
}
.input-group{
	position: relative;
    margin-bottom: 0;
}
.veiw_password{
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    padding-bottom: 20px;
	cursor: pointer;
}
#LoginForm:not(.Loading) .Msg .Loading,
#LoginForm:not(.Password_Sent) .Msg .Password_Sent,
#LoginForm:not(.StudentNotFound) .Msg .StudentNotFound,
#LoginForm:not(.IncorrectPassword) .Msg .IncorrectPassword{
	display: none;
}
.gray{
	color: #9E9E9E;
}
.rep-info-title{
	margin: 0;
}
/*.main-menu-cta{
	visibility: hidden
}*/
.fs-title-group {
	display: flex;
	align-items: flex-end;
}
.fs-title-group .fs-title-sub{
	flex: 1;
	padding: 10px 0 10px 5px;
}
.fs-title-sub{
	font-weight: normal;
	font-size: smaller;
	color: #F8494C;
}
.counselling-form #form1 input[type="radio"]:not(:checked) + label.isEmpty:before,
.counselling-form #form1 .isEmpty{
	border-color: #F8494C;
}
.date_slider.round {
    width: 62px;
}
.message-board{
	height: 200px;
	overflow: auto;
	margin-bottom: 20px;
}
.message-board-group + .message-board-group{
    margin-top: 1em;
}
.message-board-reply{
	background-color: #eee;
}
.ErrorMsg{
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 14px 10px;
    margin: 0;
}
.bg-danger{
    background-color: #f2dede;
}
.multiselect-native-select .open{
	position: relative;
}
.multiselect-native-select .open > .dropdown-menu{
	min-width: auto;
	max-width: auto;
	width: 100%;
	border-radius: 0;
}
.multiselect-native-select .open > .dropdown-menu .multiselect-item.multiselect-filter{
    position: sticky;
    top: 5px;
    z-index: 100;
}
.multiselect-native-select .multiselect-container > li > a {
	padding: 0 !important;
}
.multiselect-native-select .multiselect-container > li > a > label {
    padding: 5px 0 5px 10px !important;
    width: 100%;
    display: inline-block;
	overflow-x: hidden;
    text-overflow: ellipsis;
}
.multiselect-native-select .multiselect-container > li.disabled {
	display: none;
	cursor: default;
}
.multiselect-native-select .multiselect-container > li > a > label input{
	margin: 0 !important;
	margin-right: 10px !important;
}
.multiselect-selected-text{
	white-space: normal;
}
.Registration .form-card I {
    font-size: 650%;
}
.Registration,
.Registration:not(.Loading) .loading-message,
.Registration:not(.Success) .sucessful-message,
.Registration:not(.Failed) .failed-message{
	display: none;
}
/* Bug fixed */
/*.main-menu-cta{
	position: absolute;
}*/
.mobile-footer.footer-menu-show,
.eu-cookies{
	bottom: 0 !important;
    padding-bottom: 0 !important;
}
#fb-root .fb_dialog{/* =  = a */
	/*bottom: 50pt !important;*/
}
#fb-root .fb-customerchat{
    /*z-index: 1;*/
}
/*added by Anne end*/
#fb-root iframe{
    z-index: -1 !important;
}
.qualification_image{
    box-shadow: 0px 1px 5px #ccc;
}
.appointment_btn{
    background: #df0024;
    color: white;
    padding: 5px 10px;
    margin: 0 5px;
    text-decoration: none;
}
.appointment_btn:hover{
    background-color: black;
    transition: all .3s;
    text-decoration: none;
    color: white;
}
.au-newest-topic{
    margin: 10px 0;
}
.au-topic-content{
    padding: 10px 75px !important;
}
@media (max-width: 992px){
    .is-form .img-background .full-image {
        background-image: url(../img/onlinebanner_m.jpg);
        background-size: contain;
        background-color: #9ec5ec;
        background-repeat: no-repeat;
        background-position: center;
    }
    .test123{
        width: 95%;
        margin: 60px auto 0 auto;
        float: none;
    }
    .main-menu.expand .main-menu-cta{
        display: block;
    }
}