/*
==================================================
  New Template Customize Start
==================================================
*/

body {
    padding-top: 38px;
    background-color: #eff3f8;
    font-family: 'Helvetica';
    font-size: 14px;
    position: relative;
    min-height: 100%;
    height: auto;
    padding-bottom: 70px;
}

.panel-body{
    border: 0;
    background: inherit;
}

.page-header{
	height: 38px;
	background-color: #34495e;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.page-header .page-header-menu{
	background-color: #34495e;
    height: 38px;
}

.page-header .page-header-menu .hor-menu .navbar-nav>li>a, .page-header .page-header-menu .hor-menu .navbar-nav>li>a>i {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 9px 18px;
}

.menu-toggler {
    display: none;
    width: 38px;
    height: 38px;
}

.login_wrapper{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	float: right;
}

.login_image, .login_name, .login_arrow_wrapper{
	display: inline-block;
	vertical-align: top;
}

.login_image{
	width: 26px;
	height: 26px;
	margin: 6px 8px 0 0;
	border-radius: 50%;
}

.login_name{
	line-height: 38px;
	margin-right: 8px;
	font-size: 14px;
	color: #fff;
	max-width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}

.login_arrow_wrapper{
	position: relative;
	height: 38px;
	width: 10px;
}

.login_arrow{
	position: absolute;
	cursor: pointer;
	top: 18px;
    left: 0px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 6px 5px 0 5px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}

.nav.navbar-nav{
	width: auto;
	margin: 0;
}

.dropdown-menu.dropdown-menu-default::after {
    content: "";
    position: absolute;
    top: -6px;
    right: 9px;
    border: 7px solid black;
    border-color: transparent transparent #fff #fff;
    box-shadow: -3px 1px 4px -2px rgba(0, 0, 0,0.2);
    transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}

.return_arrow{
	width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 8px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/return_arrow.png');
}

.navbar-nav>li>.dropdown-menu{
	margin-top: 11px;
	border: 0;
	box-shadow: 2px 2px 12px rgba(0,0,0,.275);
	left: auto;
	right: -13px;
}

.text_signin {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 9px 18px !important;
}

.nav .text_signin:focus{
	color: #fff;
}

.nav .text_signin:hover{
	color: #fff;
	background-color: #55616f;
}

.top_menu_responsive{
	display: none;
}

.top_menu_responsive .navbar-nav>li>a {
    padding: 0;
}

.top_menu_responsive .navbar-nav .open .dropdown-menu{
	background-color: #fff;
}

.top_menu_responsive .dropdown.dropdown-user.dropdown-dark a{
    padding-right: 16px;
}

.top_menu_responsive .navbar-nav>li>.dropdown-menu{
	right: 4px;
}

.wrapper_max_width {
    max-width: 1200px;
    position: inherit;
}

.have_cover_photo_wrapper {
    margin: -90px auto 0;
}

.no_cover_photo_wrapper {
    margin: 40px auto 0;
}

.company_profile_body{
	font-size: 0;
}

.profile-panel {
    padding: 0;
    z-index: 1;
    position: relative;
    margin-bottom: 10px;
}

.company_profile_panel .row{
	margin: 0;
}

.profile-picture-employer{
	padding: 0;
	border: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: 0;
	display: inline-block;
	vertical-align: top;
	width: 270px;
	height: 270px;
    border-right: 2px solid rgba(0,0,0,0.1);
}

.company_profile_panel{
	border: 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	margin-bottom: 10px;
}

.company_name_wrapper {
    height: auto;
    border-bottom: 2px solid #ddd;
    line-height: 58px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.company_profile_wrapper{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 950px;
}

.btn_media_wrapper {
    font-size: 0;
    line-height: normal;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.btn_media_wrapper i.fa, .btn_media_wrapper i.fab {
    background-color: #4b77be;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.btn_media_wrapper > a{
    margin: 0px 12px 0 0;
}

.btn_media_wrapper > a:last-child{
	margin-right: 0;
}

.company_detail_container {
    position: relative;
    height: 130px;
}

.company_detail_wrapper {
    position: absolute;
    width: 100%;
    padding: 0 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.company_detail_wrapper .column-bit {
    color: #000333;
    font-size: 13px;
    line-height: 24px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.company_detail_wrapper .col-sm-4.column-bit:last-child {
    padding-right: 0;
}

.company_detail_body i.fa {
    margin-right: 6px;
}

.company_detail_body {
    display: inline-block;
    vertical-align: top;
    width: 224px;
    line-height: 18px;
}

.company_detail_title{
	font-weight: bold;
    margin: 4px 0;
}

.company_detail_box {
    margin-bottom: 6px;
}

.company_detail_box i.fa {
    font-size: 16px;
    width: 16px;
    text-align: center;
    margin: 4px 3px 0 0;
    vertical-align: top;
}

.footer_wrapper{
	width: 100%;
	height: 120px;
	background-color: #34495e;
	padding-top: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
}

.footer-content.pull-right span{
	color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 14px;
}

.wowintro-logo-footer {
    width: 74px;
    height: 12px;
    vertical-align: top;
}

.signin_wrapper {
    margin: auto;
}

.signin_wrapper .profile-panel{
	padding: 30px 60px;
	border: 0;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.title_sign_in{
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.title_sign_in h2{
	color: #4b77be;
	font-weight: bold;
	font-size: 26px;
}

.form-area .input {
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 44px;
}

.signin_input:nth-child(3) .input{
	margin-bottom: 10px;
}

.form-area button {
    border-radius: 4px;
    background-color: #4b77be;
    height: 34px;
    padding: 0;
    font-size: 14px;
}

.signin_wrapper .checkbox label, .signin_wrapper center p{
	color: #000333;
}

.signin_wrapper center p{
	margin-bottom: 0;
	line-height: 24px;
}

.signin_form_wrapper {
    max-width: 400px;
    margin: auto;
}

.footer-content {
    text-align: right;
    float: none !important;
    margin: 20px 0;
}

.form-area .checkbox {
    margin-bottom: 26px;
}

.home_wrapper{
	margin: auto;
}

.job_filter_wrapper .profile-panel {
    padding: 20px;
    border: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.job_title_wrapper {
    font-size: 14px;
    font-weight: bold;
    color: #4b77be;
    border-bottom: 1px solid #ccc;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 14px;
}

.job_title_icon {
    margin-right: 4px;
    vertical-align: top;
}

.job_filter_wrapper .panel-body .form-group label {
    color: #000333;
    margin-bottom: 6px;
}

.job_filter_wrapper .form-control{
	height: 32px;
	border-radius: 3px;
}

.job_filter_wrapper .form-group {
    margin-bottom: 14px;
}

.filter_btn_wrapper{
	width: 100%;
}

.filter_btn{
	width: 48%;
    border-radius: 3px;
    height: 30px;
    line-height: normal;
}

.filter_btn:last-child {
    float: right;
}

#reset_filter.filter_btn {
    color: #4b77be;
    border-color: #4b77be;
}

.job_filter_wrapper .hpanel .panel-body{
	padding-bottom: 9px;
}

.job_filter_wrapper .panel-body #col_salary{
	margin-bottom: 26px;
}

.job_filter_wrapper #filter_min_salary{
	border-radius: 0;
}

.salary_min_filter_icon {
    font-size: 12px;
}

.job_list_box{
	border-radius: 4px;
}

.job_list_wrapper .panel-default {
    border: 0;
}

.job_list_wrapper > .panel-default {
    background-color: transparent;
}

.title_available_job {
    display: inline-block;
    vertical-align: top;
    color: #4b77be;
    font-size: 14px;
    font-weight: bold;
    max-width: 83%;
    line-height: 22px;
}

.icon_bag {
    font-size: 18px;
    vertical-align: top;
    color: #4b77be;
    margin: 3px 12px 0 0;
}

.num_job_list {
    color: #000333;
    padding: 8px 0 0 31px;
}

.title_job_list_wrapper {
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    background-color: #fff;
    padding: 20px 25px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.job_list_wrapper #candidate-grid{
	padding: 0;
}

#candidate-grid .horange{
    padding: 20px 31px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    margin-bottom: 10px;
    background-color: #fff;
}

#candidate-grid .horange:last-child{
    margin-bottom: 0px;
}

#candidate-grid .horange .panel-body {
    padding: 0;
}

.job_list_scroll_background{
	background-color: transparent;
}

#candidate-grid .wow-main{
	color: #000333;
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 4px;
}

#candidate-grid .wow-main:last-child{
	margin-bottom: 0;
}

.wow-bg-blue{
	background-color: #659be1;
}

.job_list_scroll_background .btn-info{
	background-color: #ee6b75;
}

.day_left{
	color: #000333;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.icon_color{
	color: #231f20;
	margin-right: 4px;
	text-align: center;
	width: 15px;
}

#col_salary .input-group-addon {
    color: #fff;
    border: 0;
    background-color: #bfcad2;
}

.list_max_width{
	display: inline-block;
	vertical-align: top;
	max-width: 74%;
}

.job_list_title {
    color: #4b77be;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    max-width: 80%;
    margin-bottom: 12px;
}

.job_label_wrapper {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.job_list_title .view_candidate:focus {
    color: inherit;
}

.job_list_body{
	position: relative;
}

.job_label_wrapper span {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    padding: 5px 6px 6px;
    font-size: 11px;
}

.no_job_found{
	line-height: 60px;
}

.apply_job_wrapper{
	margin: auto;
}

.employer_profile_wrapper{
	margin: auto;
}

.employer_profile_title{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
    height: 20px;
	line-height: 22px;
	color: #4b77be;
}

.profile_title_icon{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: top;
	color: #4b77be;
}

.profile_icon_title{
	border-bottom: 2px solid #ddd;
	padding-bottom: 18px;
}

.new_profile_box{
	padding: 20px 20px;
	border: 0;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    position: relative;
    z-index: 1;
}

.employer_profile_des {
    padding: 20px 0 0;
}

.employer_profile_des p, .employer_profile_des  li {
    font-size: 14px;
    color: #000333;
}

.title_job_campaign{
	line-height: 20px;
}

.gallery-block {
    width: 250px;
    height: 250px;
    margin-bottom: 26px;
}

.gallery_box_wrapper{
	padding-bottom: 4px;
}

.testimonial_wrapper{
	padding: 28px 0 0;
}

.carousel-inner>.item{
    border: 0;
    padding: 0;
}

.testimonial_height_box{
    min-height: 400px;
}

.testimonial_body{
	position: relative;
    width: 100%;
    height: 270px;
    display: inline-block;
    vertical-align: top;
}

.testimonial_box{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.testimonial_position{
	font-weight: bold;
	font-size: 14px;
	color: #4b77be;
}

.testimonial_name{
	font-size: 14px;
    color: #000333;
    font-weight: bold;
    margin-bottom: 2px;
}

.testimonial_des{
	font-size: 14px;
    color: #000333;
    font-weight: bold;
    margin-bottom: 26px;
}

.testimonial_profile_box{
	padding-bottom: 0;
}

.carousel-control{
    width: 4%;
    opacity: 0.7;
}

.carousel-control.left, .carousel-control.right{
    background: transparent;
}

.glyphicon-chevron-right, .glyphicon-chevron-left{
    color: #4b77be;
}

.carousel-control .glyphicon-chevron-right{
    margin-right: -30px;
    margin-top: -60px;
}

.carousel-control .glyphicon-chevron-left{
    margin-left: -30px;
    margin-top: -60px;
}

.carousel-indicators{
    bottom: 0;
}

.carousel-indicators li {
    border-color: #000333;
    background-color: #fff;
}

.carousel-indicators .active{
    background-color: #000333;
}

.panel-job-board {
    border: 0px solid #ccc;
}

.wow-bg-pink{
	background-color: #ee6b75;
}

.label-success{
	background-color: #36c6d3;
}

.company_profile_label{
	float: none;
	text-align: right;
	display: block;
	margin-bottom: 8px;
}

.profile_job_list_title{
	width: 100%;
    height: 72px;
    position: absolute;
    padding: 0 10px 0px;
    border-bottom: 2px solid #ddd;
    line-height: 22px;
    font-size: 13px;
}

.text-muted.employer{
	color: #000333;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0 10px;
}

.employer .list_max_width{
	max-width: 82%;
}

.panel-job-board > .panel-body {
    min-height: 241px;
    height: auto;
}

.btn_view_more a{
	color: #659be1;
	font-weight: bold;
    font-size: 14px;
}

.profile_job_list_title a {
    position: absolute;
    bottom: 5px;
}

.pull-right.btn_view_more {
    text-align: right;
    width: 100%;
}

.update_profile_wrapper{
	margin: auto;
}

.update_profile_box .profile_title_icon {
    font-size: 18px;
    width: 24px;
    text-align: center;
    margin-right: 8px;
}

.update_profile_box .profile_icon_title {
    margin-bottom: 20px;
}

.update_profile_box .form-control{
	border-color: #ddd;
}

.update_profile_title{
	color: #000333;
	font-size: 14px;
    padding-top: 0 !important;
    line-height: 34px;
}

#objective-wordcount {
    float: right;
    color: #aaa;
    margin-top: 8px;
    padding-right: 6px;
}

.update_title_upload{
	line-height: 18px;
}

.update_profile_wrapper input{
	z-index: inherit;
}

.form-control-static.filename-label {
    border: 1px solid #ddd;
    width: 320px;
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn_choose_file {
    background-color: #e1e5ec;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    color: #000333;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 0 12px;
    font-weight: bold;
    margin-left: 8px;
}

#profile_picture{
	display: none;
}

.upload_note_wrapper{
	padding: 6px 0 0 14px;
	margin-bottom: 14px;
}

.upload_title_note{
	padding: 0 6px;
    text-align: center;
    background-color: #f1c40f;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 4px 0 0;
    border-radius: 3px;
}

.upload_note_body{
	line-height: 16px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
}

.image-editor #col-preview {
    width: 80%;
    margin: 0 auto 36px;
    float: none;
    background-color: #f2f2f2;
    padding: 24px 12em;
    border-radius: 5px;
}

.update_profile_wrapper .upload_profile_pic_wrapper{
	margin-bottom: 10px;
}

.cropit-preview-background-container > img{
	display: none;
}

.update_profile_wrapper .cropit-preview.cropit-image-loaded {
    margin-bottom: 12px;
}

.image_exceed_text{
	margin: 6px auto 16px;
    color: #000333;
    font-weight: bold;
    font-size: 12px;
}

#col-preview .confirm-image{
	background-color: #4b77be;
	border: 0;
    height: 30px;
}

.upload_note_body_cv{
	line-height: 30px;
	height: 27px;
}

#resume{
	display: none;
}

.btn_type_add{
	color: #4b77be;
	border-color: #4b77be;
	height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin-top: -5px;
}

.btn_type_add .fa-plus {
    margin-right: 6px;
}

.update_profile_box .profile_table_title{
	margin-bottom: 10px;
}

.update_profile_box th, .update_profile_box td{
	color: #000333;
}

.update_profile_box th {
    font-size: 14px;
}

.update_profile_box td {
    vertical-align: middle !important;
    padding: 16px 8px !important;
}

.update_profile_box td .btn {
    padding: 0;
    border: 0;
    height: 30px;
    width: 30px;
    line-height: 36px;
}

.update_profile_box td button.btn {
    background-color: #4b77be;
    margin-right: 16px;
}

.update_profile_box td .glyphicon {
    font-size: 16px;
    color: #fff;
    top: 0;
}

.update_profile_box td .btn-danger {
    background-color: #e8525b;
}

.update_profile_box td:last-child {
    text-align: right;
    padding-right: 0 !important;
}

.update_profile_box th:first-child, .update_profile_box td:first-child {
    padding-left: 36px !important;
    width: 74px;
    text-align: center;
}

.hide_profile_box{
	display: none;
}

.update_profile_box #save_button {
    background-color: #4b77be;
    border: 0;
    width: 50%;
    border-radius: 5px;
}

.update_profile_box #save_button .fa-check {
    margin-right: 6px;
}

.tnc_ul_wrapper{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	list-style-position:inside;
	color: #000333;
	list-style-type: none;
	padding: 0;
}

.company_name_wrapper > a {
    line-height: normal;
    vertical-align: middle;
    max-width: 618px;
}

.profile_icon_title .rpd-dataform.inline {
    margin-top: 12px;
    padding-left: 34px;
}

.application_status_box th, .application_status_box td{
	color: #000333;
}

.application_status_box td{
	vertical-align: middle !important;
    padding: 6px 8px !important;
}

.application_status_box th:first-child, .application_status_box td:first-child {
    padding-left: 34px !important;
}

.application_status_box .profile_icon_title {
    padding-bottom: 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

.application_status_box .form-inline input[type=submit] {
    border-color: #4b77be;
    background-color: #4b77be;
}

.application_status_box .form-inline .btn-default {
    margin: 0 2px 0 4px;
    color: #4b77be;
    border-color: #4b77be;
}

.application_status_box .table-responsive .glyphicon-search {
    color: #fff;
    background-color: #4b77be;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 18px;
}

.application_status_box .table-responsive tr:last-child{
	border-bottom: 1px solid #ddd;
}

.application_status_box .table-responsive th{
	border-bottom: 1px solid #ddd;
}

.company_profile_label .label-success {
    margin-right: 6px;
}

.jobpage_wrapper{
	margin: auto;
}

.padding_zero{
	padding: 0;
}

.right_five{
	padding-right: 5px;
}

.left_five{
    padding-left: 5px;
}

.line_height20{
    line-height: 20px;
}

.line_height24{
    line-height: 24px;
}

.background_dark_grey {
    position: relative;
}

.background_white_overlay{
    width: 100%;
    height: 30px;
    background-color: #eff3f8;
    position: absolute;
    top: 0;
    left: 0;
}

.question_require_wrapper{
    background-color: #e0ebf9;
    color: #337bd6;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 30px;
    position: relative;
    margin-bottom: 20px;
}

.btn_close_require{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
}

.job_question_wrapper{
    padding: 20px 30px 0;
}

.profile_panel_job{
    background-color: transparent;
    border: 0;
}

.profile_panel_job .left_zero{
    padding-left: 0;
}

.profile_panel_job .right_zero{
    padding-right: 0;
}

.title_question_to_be_answer{
    text-align: center;
}

.question_n_answer_wrapper{
    border: 1px solid #dadbe5;
    border-radius: 4px;
    margin-bottom: 20px;
}

.question_n_answer_wrapper .col-sm-6 {
    padding: 16px 20px;
    position: relative;
    min-height: 344px;
}

.question_n_answer_wrapper .col-sm-6:first-child {
    background-color: #dadbe5;
}

.question_n_answer_wrapper .form-group {
    margin: 0;
}

.question_n_answer_wrapper .form-group label {
    padding-top: 0;
    text-align: left;
}

.question_font{
    color: #000333;
    margin-bottom: 16px;
    font-weight: bold;
}

.question_font:last-child{
    margin-bottom: 0;
}

.question_ask{
    display: inline-block;
    vertical-align: top;
}

.question_ask_length{
    max-width: 93%;
    margin-left: 8px;
}

.image_question_ask{
    font-size: 98px;
    position: absolute;
    top: 0px;
    right: 30px;
    color: #4b77be;
    opacity: 0.15;
}

.question_font:nth-child(3) {
    margin-top: 67px;
}

.answer_title_note{
    display: inline-block;
    vertical-align: top;
}

.answer_title_wrapper .upload_title_note {
    margin: -1px 4px 0 10px;
}

.answer_title_wrapper .upload_note_body {
    line-height: 22px;
}

.answer_upload_wrapper {
    background-color: #f2f2f2;
    padding: 24px;
    margin-top: 16px;
    text-align: center;
    position: relative;
}

#question_video{
    display: none;
}

.answer_upload_wrapper .dropzone {
    height: 220px;
    margin: 0;
    border-color: #6495ed !important;
}

.answer_upload_wrapper .dropzone .dz-message {
    margin: 7em 2em !important;
    font-weight: bold;
}

.question_n_answer_wrapper textarea{
    margin-top: 16px;
    max-height: 225px;
}

.answer_textarea{
    height: 225px;
}

.img_text_question{
    position: absolute;
    right: 26px;
    top: 18px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2;
}

.textarea_count_wrapper {
    text-align: right;
    margin-top: 10px;
    color: #aaa;
}

.download_question_wrapper{
    margin-top: 42px;
}

.download_question_box .btn-info {
    border: 0;
    background: #4b77be;
    width: 180px;
    position: relative;
    margin-bottom: 6px;
}

.image_question_ask_assessment{
    right: 12px;
    top: 22px;
}

.answer_title_wrapper .note_two_line {
    line-height: 16px;
    margin-top: -4px;
    height: 27px;
}

.answer_upload_wrapper #assessment{
    display: none;
}

.download_your_answer{
    background-color: transparent;
    text-align: center;
    margin-top: 8px;
}

.download_your_answer a{
    border-color: #337bd6;
}

.download_your_answer a, .download_your_answer i{
    color: #337bd6;
}

.profile_video_box{
    padding-bottom: 15px;
}

video.thumbnail {
    width: 100%;
    height: 225px;
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
}

.answer_upload_wrapper video {
    width: 65%;
    margin: auto;
}

.update_profile_wrapper .profile_panel_job > fieldset > .new_profile_box {
    margin-bottom: 0;
}

.question_n_answer_wrapper .col-sm-12 {
    padding: 16px 20px;
    position: relative;
    min-height: 200px;
    background-color: #dadbe5;
}

.job_share_link_wrapper{
    min-height: auto;
}

.job_share_link_wrapper .fa-lg {
    margin-right: 6px;
}

.job_share_link_wrapper .form-horizontal a.btn {
    margin: 0 4px;
    padding: 4px 12px;
}

.job_share_link_wrapper .col-md-offset-3 > div {
    color: #000333;
}

.job_share_link_wrapper .col-md-offset-3 a{
    color: #4b77be;
    font-weight: bold;
}

.job_share_link_wrapper .btn-primary{
    background-color: #4b77be;
    color: #fff !important;
    margin-bottom: 6px;
}

.job_share_link_wrapper h5 {
    color: #4b77be;
    font-weight: bold;
    margin: 4px 0 14px;
    font-size: 14px;
}

.company_profile_video_wrapper .new_profile_box{
    min-height: 410px;
}

img.selected_profile_img {
    display: none !important;
}

img.selected_profile_img.active {
    display: block !important;
    margin-bottom: 14px;
    border: 1px solid rgba(0,0,0,0.1);
}

.selected_profile_img_wrapper {
    display: none !important;
}

.selected_profile_img_wrapper.active {
    display: block !important;
}

.update_profile_box .image-editor #col-preview{
    position: relative;
}

.btn_x_close, .btn_remove_current_img{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
    padding-top: 9px;
}

.btn_remove_current_img{
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: #222;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px 0 0 1px;
    cursor: pointer;
}

.btn_x_close:hover, .btn_remove_current_img:hover{
    background-color: #ccc;
}

.btn_x_close .glyphicon-remove{
    font-size: 20px;
    color: #4b77be;
}

.btn_remove_current_img .fa-times {
    color: #fff;
    font-size: 16px;
    vertical-align: top;
}

.btn_delete_row{
    background-color: #e8525b;
    height: 30px;
    width: 30px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.color_title_update{
    font-size: 14px;
    font-weight: bold;
    color: #000333;
}

.form_group_title{
    margin: 0 -15px 4px;
}

.blue_line_wrapper {
    border: 2px dashed #6495ed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.title_drag_upload {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    position: absolute;
    max-width: 314px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.answer_upload_wrapper .text-success{
    text-align: center;
    display: none;
}

.blue_line_wrapper .text-danger {
    text-align: center;
    margin-top: 20px;
}

.btn_x_close#remove_video_x, .btn_x_close#remove_assessment_x{
    display: none;
}

.answer_upload_wrapper_assessment.active{
    height: auto;
}

.assessment_file_wrapper .title_assessment_uploaded{
    text-align: left;
    font-weight: bold;
}

.assessment_file_wrapper #remove_assessment_x {
    top: 14px;
}

.answering_wrapper{
    height: 268px;
}

.img_video_processing{
    width: 212px;
    height: 212px;
    margin: auto;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.bold_font_processing{
    font-weight: bold;
}

.modal-backdrop.fade.in {
    z-index: 2;
}

#modalTimeBomb {
    z-index: 3;
    padding: 0 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.time_window_duration{
    margin: 10px 0 4px !important;
}

.btn_time_bomb {
    border: 0;
    background: #4b77be;
    width: 170px;
    position: relative;
}

.time_bomb_note_wrapper{
    padding: 14px 0 0;
}

.upload_note_body.time_bomb_note {
    width: 52%;
}

.alert_label {
    margin: 0 auto 10px;
    float: none;
    display: block;
}

.col_1_input_box{
    padding: 0 15px 0 0;
    width: 88px;
}

.select2_design_box #select2-field_of_study-container {
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.select2-results {
    max-height: 200px;
    overflow-y: auto;
}

.checkbox input#remember {
    position: relative !important;
    vertical-align: top;
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
    margin: 4px 0 0 -20px !important;
}

.signin_form_wrapper > form > .checkbox > label {
    line-height: 20px;
}

.employer_profile_des .form-control-static {
    padding: 0;
    min-height: auto;
    font-size: 0;
}

.new_profile_box .form-control-static span.label {
    margin: 0 5px 5px 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 12px;
    word-break: break-word;
    white-space: normal;
    line-height: 16px;
    padding: 2px 8px;
    text-align: left;
}

.responesive_view_small{
    display: none;
}

.top_menu_first .navbar-nav>li>a {
    padding: 0;
}

.job_share_link_wrapper hr {
    margin: 12px 0;
}

.form_input_style {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.form_input_long{
    width: 864px;
}

.form_input_small{
    width: 80px;
}

.icon_delete_row{
    padding: 2px 0;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

#skill_expertise_col .form-group,  #certificate_achievements_col .form-group{
    margin: 0 0 4px;
    font-size: 0;
}

#certificate_achievements_col .form-group {
    margin-bottom: 10px;
}

.form_input_long_certificate {
    width: 960px;
}

.spacing_right {
    padding-right: 5px;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 14px;
}

.selected_profile_img_wrapper{
    position: relative;
    width: 240px;
    text-align: center;
}

.answering_wrapper .thumbnail.profile_img#image {
    margin: 0px auto;
    width: 220px;
    height: 100%;
    border: 0;
    padding: 0;
    border-radius: 0;
}

#ajax_loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -30px 0 0 -30px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #666;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    animation: spin .5s linear infinite;
    -o-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    -webkit-animation: spin .5s linear infinite;
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

#fine-uploader-s3{
    height: 100%;
    width: 100%;
}

.preview-link {
    display: block;
    height: 100%;
    width: 100%;
}

.qq-gallery.qq-uploader{
    padding: 0;
    border: 2px dashed #6495ed;
    background-color: #fff;
    border-radius: 0;
    height: 100%;
}

.qq-gallery .qq-upload-list{
    padding: 0;
}

.qq-gallery .qq-upload-list li{
    margin: 15px;
}

.qq-gallery.qq-uploader:before {
    content: 'Drop files here or click to upload';
    font-size: 14px;
    color: #333;
    opacity: 1;
    font-weight: bold;
}

.qq-gallery.qq-uploader DIALOG[open] {
    position: fixed;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border: 0;
    background-color: #f9f9f9;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.qq-upload-button-selector.qq-upload-button{
    width: 100%;
    height: 100%;
    font-size: 0;
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0;
}

.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
    margin: 0;
    padding: 4px 10px;
    font-size: 12px;
}

.qq-gallery .qq-upload-cancel {
    display: none;
}

.qq-gallery .qq-upload-list li {
    margin: 40px 0 0;
    height: auto;
    background: none !important;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

.qq-gallery .qq-upload-list li span{
    color: red;
    font-size: 14px;
}

.testimonial_user_image {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    background-size: contain;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial_name_position_body {
    display: inline-block;
    vertical-align: top;
}

.button_change_view_mode {
    position: fixed;
    bottom: 120px;
    right: -454px;
    z-index: 99999;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.button_change_view_mode.mobile_view {
    bottom: 30px;
    right: -227px;
}

.button_change_view_mode.active{
    right: 0;
}

.button_3_bar {
    background: #4b77be;
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 60px !important;
    font-size: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    font-size: 60px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.button_change_view_mode .fa-minus{
    display: none;
}

.button_change_view_mode.active .fa-minus{
    display: inline-block;
}

.button_change_view_mode .fa-plus{
    display: inline-block;
}

.button_change_view_mode.active .fa-plus{
    display: none;
}

.mobile_view .button_3_bar {
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    font-size: 30px;
}

.view_mode_button_wrapper {
    font-size: 0;
    cursor: pointer;
}

.mode_show_wrapper {
    display: inline-block;
    vertical-align: top;
    background: #4b77be;
    font-size: 48px;
    line-height: 64px;
    padding: 8px 12px;
    border-bottom-left-radius: 6px;
    width: 454px;
}

.mobile_view .mode_show_wrapper{
    font-size: 24px;
    line-height: 32px;
    width: 227px;
}

.mode_show_body .fa {
    font-size: 108px;
    width: 100px;
    height: 100px;
    line-height: 128px;
    text-align: center;
}

.mobile_view .mode_show_body .fa{
    font-size: 54px;
    width: 50px;
    height: 50px;
    line-height: 64px;
}

.mode_show_body .fa-desktop {
    font-size: 68px;
}

.mobile_view .mode_show_body .fa-desktop {
    font-size: 34px;
}

.mode_show_text {
    display: inline-block;
    vertical-align: top;
}

.mode_show_body {
    color: #fff;
}

.mode_show_wrapper a {
    display: block;
}

.btn_apply_form_question{
    color: #000333;
    background-color: #efedf0;
    line-height: 20px;
    font-weight: bold;
    box-shadow: none !important;
    padding: 10px;
}

.btn_num_font{
    color: #000333;
    background-color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin-right: 6px;
    font-weight: bold;
}

.btn_apply_form_question.active{
    color: #fff;
    background-color: #7daaed;
}

.btn_apply_form_question.active .btn_num_font{
    color: #7daaed;
}

.btn_apply_form_question.success{
    color: #fff;
    background-color: #26c281;
}

.btn_apply_form_question.success .btn_num_font{
    color: #26c281;
}

.apply_job_page_font{
    line-height: 34px;
    color: #666;
}

.apply_job_btn_next{
    background-color: #4b77be;
    border: 0;
    border-radius: 4px;
    padding: 8px 24px;
    color: #fff !important;
}

.apply_job_btn_next .fa-long-arrow-right{
    margin-left: 4px;
}

.img_tick_job_submit_wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 50%;
    border: 4px solid #26c281;
    position: relative;
}

.img_tick_job_submit {
    width: 50px;
    height: 18px;
    border-bottom: 5px solid #26c281;
    border-left: 5px solid #26c281;
    position: absolute;
    top: 34px;
    left: 22px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.answer_attend_wrapper {
    background-color: #dadbe5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.answer_attend_body_white {
    background-color: #fff;
}

.answer_attend_icon {
    color: #4b77be;
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
}

.answer_attend_title {
    font-size: 16px;
    margin-bottom: 20px;
}

.answer_attend_body {
    padding: 16px;
    height: 178px;
}

.answer_attend_body_white textarea {
    height: 100px;
    resize: none;
    margin-bottom: 14px;
}

.btn_available_attend{
    color: #fff;
    background-color: #28996c;
    border: 1px solid #28996c;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.btn_not_available_attend{
    color: #fff;
    background-color: #e7505a;
    border: 1px solid #e7505a;
    margin: auto;
    display: block;
    letter-spacing: 1px;
}

.facebook_count_wrapper{
    color: #4b77be;
    display: inline-block;
    vertical-align: top;
    margin: 5px 10px 0;
}

.facebook_count_wrapper .fa{
    color: #3B5998;
}

.swal-modal {
    width: 90% !important;
    max-width: 640px !important;
    padding: 24px !important;
}

.swal-icon{
    width: 110px !important;
    height: 110px !important;
    font-size: 64px !important;
    line-height: 110px !important;
    margin: 0px auto 20px !important;
}

.swal-icon--warning__body{
    top: 25px;
}

.swal-icon--warning__dot{
    margin-left: -3.5px;
}

.swal-modal .swal-title{
    line-height: 26px;
    font-size: 20px !important;
    margin: 0 0 14px !important;
}

.swal-modal .swal-content{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
}

.swal-button{
    font-size: 17px;
    font-weight: 500;
    padding: 4px 20px !important;
}

.swal-footer {
    text-align: center;
    padding: 0;
}

.swal-content input[type=checkbox]{
    margin-top: 2px !important;
}

.swal-button-container {
    margin: 5px 8px;
}

button.swal-button.swal-button--yes{
    background-color: #4b77be;
}

button.swal-button.swal-button--no{
    background-color: #cc4b4b;
}

button.swal-button.swal-button--cancel{
    background-color: #666;
    color: #fff;
}

button.swal-button.swal-button--confirm{
    background-color: #4b77be;
}

.employer_profile_des ul, .employer_profile_des ol {
    padding-left: 18px;
}

.update_profile_wrapper .col-sm-3.control-label.update_profile_title {
    width: 25%;
}

#message .fa-comments {
    font-size: 20px;
    color: #fff;
    margin: 8px 20px 0 0;
}

#message .label.corner {
    background-color: #CC4B4B;
    line-height: 14px;
    position: absolute;
    left: 14px;
    top: 6px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: 10px;
    padding: 0;
}

#message .chatting{
    background: #fff;
    box-shadow: 2px 2px 12px rgba(0,0,0,.275);
    width: 300px;
    border-radius: 5px;
    margin: 0 !important;
    right: 0;
    top: 38px;
}

#message .chatting:after{
    position: absolute;
    top: -7px;
    right: 20px;
    display: inline-block!important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

#message .chatting .title{
    padding: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #bec2c9;
    color: #000333;
}

#message .chatting .newMsg:hover{
    background-color: #f6f7f9;
}

#message .chatting .wtable-cell {
    padding: 5px;
    width: 250px;
    vertical-align: top;
}

#message .chatting .wtable-cell img {
    margin: 2px 0 0 3px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

#message .chatting .name {
    color: #4b77be;
}

#message .chatting .name, #message .chatting .message {
    width: auto;
    white-space: normal;
}

#message .chatting .message {
    color: #000333;
}

#message .chatting .summary{
    background-color: #7daaea;
    padding: 6px;
    text-align: center;
    color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
}

#message .chatting a{
    display: block;
}

#message .chatting .clock{
    font-style: italic;
    font-size: 11px;
}

#message .chatting .glyphicon-share-alt {
    top: 2px;
}

#message .chatting .message_wrapper{
    width: 217px;
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.bubble_them {
    background-color: #e4eaf2;
    color: #000333;
}

.bubble_them::before {
    border-left: 20px solid #e4eaf2;
}

.bubble_me {
    background-color: #7daaea;
}

.bubble_me::before {
    border-right: 20px solid #7daaea;
}

#dialog-title a {
    color: #4b77be;
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.chat_date_wrapper {
    color: #c0c0c0;
    position: relative;
}

.chat_date_body {
    position: relative;
    z-index: 1;
    width: 120px;
    display: block;
    background: #fff;
}

.chat_date_line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 97%;
    height: 1px;
    background: #ccc;
}

#messaging {
    min-height: 100px !important;
    height: 100px;
    min-width: 100% !important;
}

.screen_overlay_wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 99999;
    display: none;
}

.loading_gif {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    margin: -30px 0 0 -30px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #666;
    width: 60px;
    height: 60px;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    animation: spin .5s linear infinite;
    -o-animation: spin .5s linear infinite;
    -moz-animation: spin .5s linear infinite;
    -webkit-animation: spin .5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-o-keyframes spin {
    0% { -o-transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); }
}

@-moz-keyframes spin {
    0% { -moz-transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

.company_detail_box i.far, .company_detail_box i.fas, .company_detail_box i.fab {
    font-size: 16px;
    width: 16px;
    text-align: center;
    margin: 4px 3px 0 0;
    vertical-align: top;
}

.dashboard_wrapper .profile_icon_title {
    padding-bottom: 16px;
    margin-bottom: 14px;
}

.dashboard_wrapper .employer_profile_title {
    font-size: 16px;
}

.dashboard_wrapper .profile_title_icon {
    font-size: 16px;
}

.dashboard_wrapper .panel-title {
    color: #4b77be;
}

.accordion-toggle div {
    vertical-align: top;
    display: inline-block;
}

.accordion .panel .panel-heading, .accordion .panel .panel-title {
    padding: 0;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled {
    background: none;
    padding: 12px 14px;
    margin: 0;
    color: #4b77be !important;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    background-color: #ddd;
    border: 1px solid #ddd;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed {
    background-color: #fff;
    border: 1px solid #4b77be;
    border-radius: 3px;
}

.accordion .panel .panel-title .accordion-toggle.accordion-toggle-styled.collapsed:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
}

.upcoming_interview_date {
    margin-right: 20px;
}

.accordion .panel-body {
    padding: 0;
}

.panel-collapse th {
    border-bottom: 1px solid #ddd;
}

.upcoming_interview_arrow .fa {
    font-size: 16px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.accordion-toggle.accordion-toggle-styled.collapsed .fa-chevron-up {
    transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    top: 2px;
    position: relative;
}

.upcoming_interview_arrow {
    float: right;
}

.upcoming_interview_response {
    margin-right: 12px;
    color: #888;
    width: 160px;
}

.upcoming_interview_response.available {
    color: #26c281;
}

.upcoming_interview_response.not_available {
    color: #f7af5b;
}

.upcoming_interview_response.not_interested {
    color: #d05454;
}

.upcoming_interview_job_title {
    margin-right: 12px;
    font-size: 16px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel-collapse th, .panel-collapse td {
    padding: 10px 14px !important;
    color: #000333;
}

.panel-collapse th{
    vertical-align: bottom;
}

.panel-collapse td {
    vertical-align: top;
}

.btn_white_font{
    background-color: #4b77be;
    color: #fff;
}

.btn_blue_font{
    border-color: #4b77be;
    color: #4b77be;
}

.rejected_btn_wrapper {
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}

.rejected_btn_wrapper.active {
    height: auto;
}

.rejected_btn_circle {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    cursor: pointer;
    margin-right: 6px;
}

.rejected_btn_wrapper.active .rejected_btn_circle {
    background-color: #4b77be;
}

.rejected_btn_title{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    color: #fff;
}

.CandidateRejectInvitationForm textarea {
    margin: 8px 0 2px;
    height: 100px;
}

.rejected_popup_line{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    float: left;
    margin: 4px 0 12px;
}

#submit_rejected {
    color: #fff;
    background-color: #4b77be;
}

.rsvp_btn_wrapper {
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 36px;
    overflow: hidden;
}

.rsvp_btn_wrapper.active {
    height: auto;
}

.rsvp_btn_circle {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
    cursor: pointer;
    margin-right: 6px;
}

.rsvp_btn_wrapper.active .rsvp_btn_circle {
    background-color: #4b77be;
}

.rsvp_btn_title{
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    color: #fff;
}

#RSVPInterviewForm textarea {
    margin: 8px 0 2px;
    height: 100px;
}

.rsvp_popup_line{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    float: left;
    margin: 4px 0 12px;
}

#submit_rsvp {
    color: #fff;
    background-color: #4b77be;
}

.btn_reply_rsvp {
    border: 1px solid #4b77be;
    padding: 5px 7px 3px 8px;
}

.job_application_status_wrapper {
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px 14px;
}

.application_title {
    color: #4b77be;
    font-size: 16px;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top;
}

.btn_view_appliction_detail {
    vertical-align: top;
    line-height: normal;
}

.btn_view_appliction_detail .glyphicon-search {
    margin-right: 4px;
    vertical-align: top;
    line-height: normal;
    font-size: 12px;
}

.application_answer_status {
    margin-bottom: 10px;
}

.application_status_detail {
    line-height: 24px;
    color: #000333;
}

.answer_status_btn_wrapper {
    margin-top: 18px;
}

.application_list_max_width{
    display: inline-block;
    vertical-align: top;
    max-width: 88%;
}

.application_status_date {
    float: right;
}

.dashboard_right_zero {
    padding-right: 0;
}

.answer_status_complete{
    color: #26c281;
}

.answer_status_incomplete{
    color: #ed6b75;
}

.company_profile_body .online_interview_employer_profile_pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px;
    border: 0;
    display: inline-block;
    vertical-align: top;
}

.online_interview_question_title_wrapper .btn_media_wrapper {
    position: relative;
    float: right;
    transform: none;
    top: auto;
    right: auto;
}

.online_interview_question_title {
    font-size: 24px;
    color: #4b77be;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
}

.online_interview_question_name_note_wrapper {
    display: inline-block;
    vertical-align: top;
    width: 1050px;
    padding: 16px 16px 10px 10px;
}

.online_interview_welcome_note {
    font-size: 14px;
    margin-top: 16px;
    color: #000333;
}

.online_interview_question_apply {
    padding-top: 28px;
}

.live_video_info_before_apply {
    color: #000333;
    max-width: 80%;
}

.live_video_info_before_apply_wrapper {
    margin-top: 14px;
    color: #000333;
    font-size: 0;
}

.live_video_info_before_apply_body {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.live_video_question_detail_wrapper .question_n_answer_wrapper .col-sm-12 {
    min-height: auto;
}

.live_video_question_detail_wrapper .profile-min-width {
    min-height: auto;
}

.live_video_question_detail_wrapper .question_n_answer_wrapper {
    margin-bottom: 0;
}

.image_before_start_wrapper {
    position: relative;
    width: 60%;
    display: block;
    margin: auto;
}

.image_before_start_num {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 22px;
    line-height: 22px;
    background: #7daaed;
}

.image_before_start_text {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
}

.image_before_start_text_wrapper {
    position: absolute;
}

.image_before_start_line {
    width: 100px;
    height: 2px;
    background: #4b77be;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.image_before_start {
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.image_before_start_text_wrapper1 {
    top: 50px;
    left: -140px;
}

.image_before_start_text_wrapper2 {
    top: 200px;
    left: -140px;
}

.image_before_start_text_wrapper3 {
    top: 60px;
    right: -167px;
}

.image_before_start_text_wrapper4 {
    top: 240px;
    right: -106px;
}

.image_before_start_text_wrapper5 {
    top: 300px;
    right: -125px;
}

.image_before_start_text_wrapper1 .image_before_start_line_left {
    width: 175px;
}

.image_before_start_text_wrapper2 .image_before_start_line_left {
    width: 120px;
}

.image_before_start_text_wrapper3 .image_before_start_line_right {
    width: 170px;
}

.image_before_start_text_wrapper4 .image_before_start_line_right {
    width: 120px;
}

.image_before_start_text_wrapper5 .image_before_start_line_right {
    width: 140px;
}

.image_before_start_line_left::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4b77be;
}

.image_before_start_line_right::after {
    content: '';
    position: absolute;
    left: -6px;
    top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #4b77be;
}

#btn_skip_practice {
    color: #4b77be;
    cursor: pointer;
    text-decoration: underline;
}

#btn_start_practice {
    min-width: 50%;
}

.online_interview_question_name_note_wrapper {
    padding-top: 28px;
}

.live_video_wrapper video {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 4px;
}

#question {
    
}

#countdown {
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
    margin-right: 12px;
    line-height: 26px;
    font-weight: bold;
}

#myVideo {
    width: auto;
    height: auto;
    font-size: 0;
}

.online_interview_question_show_wrapper {
    color: #000333;
    padding: 0;
    min-height: 424px;
    padding: 16px 20px 68px 20px;
}

.live_video_countdown_wrapper {
    background-color: #dadbe5;
    padding: 12px 16px;
    margin-bottom: 20px;
    color: #d1301f;
    border-radius: 4px;
    text-align: left;
}

.countdown_red_title {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
}

.countdown_red_title_circle {
    background: #d1301f;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 9px 6px 0 0;
}

.countdown_red_circle {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border: 1px solid #888;
    border-radius: 50%;
    padding: 2px;
    margin-top: 3px;
}

.countdown_red_circle_inner {
    background: #d1301f;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.btn_live_video_control {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.title_practice_question_wrapper {
    margin-bottom: 14px;
}

.online_interview_practice_wrapper {
    padding: 0;
}

.practice_title_question {
    margin-bottom: 12px;
    color: #4b77be;
}

.practice_title_answer {
    margin-bottom: 12px;
    color: #4b77be;
    display: none;
}

.practice_num_question_wrapper {
    margin-bottom: 10px;
}

.practice_num_question_wrapper:last-child {
    margin-bottom: 0;
}

.practice_num_question_body {
    padding-left: 20px;
}

.practice_num_question_num {
    display: inline-block;
    vertical-align: top;
}

.practice_num_question_text {
    display: inline-block;
    vertical-align: top;
    max-width: 90%;
}

.online_interview_question_show_wrapper.active {
    background-color: #dadbe5;
    min-height: 506px;
}

.btn_finish_practice_control {
    background-color: #659be0;
    display: none;
    max-width: 100px;
}

.btn_finish_practice_control .fa {
    margin-right: 4px;
}

.online_interview_question_show_wrapper {
    margin-bottom: 0;
}

.online_interview_practice_wrapper {
    margin-bottom: 0;
}

#btn_start_online_interview {
    min-width: 50%;
}

.start_online_interview_employer_profile_pic {
    margin: auto;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.img_example_practice_wrapper {
    position: relative;
    margin-bottom: 12px;
}

.img_example_practice {
    display: block;
    margin-top: 16px;
}

.example_wrapper {
    position: absolute;
    text-align: left;
    width: 170px;
    left: -106px;
}

.example_text_title {
    font-weight: bold;
    margin-bottom: 2px;
    position: relative;
}

.example_text_content {
    font-size: 12px;
}

.example_line {
    height: 2px;
    background-color: #4b77be;
    position: absolute;
    top: 7px;
    right: -30px;
}

.example_line_arrow_left::after {
    content: '';
    position: absolute;
    right: -6px;
    top: -4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4b77be;
}

.example_line_arrow_right::after {
    content: '';
    position: absolute;
    left: -6px;
    top: -4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #4b77be;
}

.example_wrapper1 {
    top: 90px;
}

.example_wrapper2 {
    top: 168px;
}

.example_wrapper3 {
    top: 252px;
}

.example_wrapper4 {
    top: 180px;
    left: auto !important;
    right: -100px;
    text-align: right;
}

.example_line1 {
    width: 82px;
    top: 42px;
}

.example_line2 {
    width: 82px;
    top: 24px;
}

.example_line3 {
    width: 38px;
    top: 58px;
}

.example_line4 {
    width: 92px;
    right: auto;
    left: -68px;
}

.img_example_practice_wrapper_small {
    display: none;
    margin-bottom: 12px;
}

.example_wrapper_small {
    text-align: left;
    margin-bottom: 6px;
}

.example_wrapper_number {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #4b77be;
    border-radius: 50%;
    margin-right: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}

.example_wrapper_small_body {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

.before_practice_information_wrapper {
    width: 70%;
}

#candidate-grid .horange:hover {
    box-shadow: 5px 5px 7px 1px rgba(0,0,0,.19);
}

#candidate-grid .horange{
    padding: 20px 31px 20px 40px;
}

.box_shadow_none {
    box-shadow: none;
}

.walk_in_title {
    font-size: 20px;
    margin-bottom: 8px;
}

.walk_in_description {
    margin-bottom: 16px;
}

.walk_in_step_description_wrapper {
    line-height: 16px;
    font-size: 0;
}

.walk_in_step_number {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    font-size: 14px;
}

.walk_in_step_description {
    display: inline-block;
    vertical-align: top;
    width: 84%;
    font-size: 14px;
}

.owi_job_title_wrapper {
    /*margin-top: 10px;*/
}

.owi_job_title_box {
    width: 100%;
    height: 66px;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.owi_job_title_body {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 16px 8px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.owi_job_title_box:hover {
    overflow: visible;
    border: 0;
}

.owi_job_title_box:hover .owi_job_title_body {
    z-index: 1;
    border: 1px solid #ccc;
}

.owi_job_title_box:hover .owi_job_title {
    white-space: normal;
    overflow: visible;
}

.owi_job_title {
    line-height: 20px;
    color: #4b77be;
    margin-bottom: 6px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.owi_job_title_wrapper_row {
    margin: 10px -5px 0;
}

.owi_job_title_wrapper_col {
    padding: 0 5px;
}

.shadow_wrapper {
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    background-color: #fff;
    border-radius: 4px;
    color: #000333;
    position: relative;
    z-index: 2;
}

.owi_job_title_body .fas {
    width: 12px;
    text-align: center;
}

.walk_in_title_interview_code {
    font-size: 16px;
}

.walk_in_interview_code {
    font-size: 20px;
    margin-bottom: 12px;
}

.img_download_from_android {
    width: 94%;
}

.img_download_from_ios {
    width: 94%;
    margin-bottom: 8px;
}

.img_walk_in_mobile {
    width: 89%;
    float: right;
    margin-top: 4px;
}

.img_walk_in_desktop {
    width: 100%;
    margin-top: 4px;
}

.owi_title {
    margin-bottom: 4px;
    font-size: 16px;
}

.owi_description_wrapper {
    margin-bottom: 14px;
}

.icon_walk_in {
    width: 20px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.img_walk_in_step {
    margin-bottom: 10px;
    max-width: 60px;
    max-height: 60px;
}

.img_walk_in_step2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.owi_description {
    line-height: 18px;
}

.btn_take_interview_now {
    width: 100%;
}

.ic_ats_blue {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.landing_deposited_resume_wrapper {
    margin-top: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
}

.ats_job_wrapper {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000333;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.ats_job_wrapper:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.ats_job_list_wrapper {
    padding-top: 34px;
}

.ats_filter_wrapper {
    border: 0;
    height: auto;
    margin-bottom: 14px;
    padding: 0;
}

.label_qna {
    background-color: #ed6b75;
    border-color: #ed6b75;
}

.bg_color_walk_in {
    background-color: #fcf7eb;
}

.color_walk_in {
    color: #be994b;
}

.col_walk_in_step3 {
    padding-left: 0;
}

.col_walk_in_mobile_desktop {
    padding-left: 0;
}

.col_walk_in_mobile_desktop_wrapper {
    width: 83.3333333%;
    float: right;
}

.col_walk_in_mobile_desktop_body {
    margin: 1px 3px 0 0;
    padding: 0 10px;   
}

.btn_take_interview_now {
    margin-top: 12px;
}

.col_code_ios_google {
    
}

.col_img_walk_in_mobile {
    padding: 0;
}

.col_img_walk_in_desktop {
    
}

.owi_mobile_code {
    color: #000333;
    font-size: 14px;
    margin-bottom: 6px;
}

.owi_mobile_code:last-child {
    margin-bottom: 0;
}

.img_walk_in_step3 {
    margin-top: 3px;
}

.apple_android_logo_link {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    max-width: 15%;
}

.uni_job_wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 12px;
    margin-bottom: 10px;
}

.uni_job_company_img {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    border-radius: 50%;
    width: 60px;
}

.uni_job_title_box {
    display: inline-block;
    vertical-align: top;
    width: 70%;
}

.uni_job_title {
    font-size: 16px;
    font-weight: bold;
    color: #4b77be;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 8px 0 2px;
}

.uni_job_company_name {
    color: #6495ed;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.uni_job_detail_wrapper {
    color: #000333;
}

.uni_job_detail_code {
    margin: 10px 0 2px;
}

.uni_job_wrapper:hover {
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.uni_campagin_content_wrapper {
    font-weight: bold;
    margin-bottom: 16px;
    color: #4b77be;
}

.uni_campagin_content {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}

.uni_campagin_pagination_wrapper .pagination {
    margin: 0;
}

.uni_campagin_pagination_wrapper .pagination>li>a, .uni_campagin_pagination_wrapper .pagination>li>span {
    color: #666;
}

.uni_campagin_pagination_wrapper .pagination>.active>a,
.uni_campagin_pagination_wrapper .pagination>.active>a:focus,
.uni_campagin_pagination_wrapper .pagination>.active>a:hover,
.uni_campagin_pagination_wrapper .pagination>.active>span,
.uni_campagin_pagination_wrapper .pagination>.active>span:focus,
.uni_campagin_pagination_wrapper .pagination>.active>span:hover {
    color: #fff;
    background-color: #4b77be;
    border-color: #4b77be;
}

.uni_campagin_pagination_wrapper .pagination>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.uni_profile_detail_wrapper {
    color: #000333;
    font-size: 0;
    margin-bottom: 4px;
}

.uni_profile_detail_title {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 35%;
    font-size: 14px;
}

.uni_profile_detail {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    font-size: 14px;
}

.uni_profile_detail_wrapper:first-child {
    margin-top: 2px;
}

.uni_profile_detail_wrapper:last-child {
    margin-bottom: 0;
}

.student_progress_step {
    line-height: 38px;
    font-weight: bold;
    color: #4b77be;
    display: inline-block;
    vertical-align: top;
}

.label_unattempted {
    background: #ed6b75;
    line-height: 18px;
    padding: 0 8px;
    margin: 10px 0;
}

.student_progress_wrapper {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 14px;
    margin-bottom: 10px;
}

.input_grey {
    background-color: #eee;
    cursor: not-allowed;
}

.btn_change_batch {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 0px 12px;
    color: #4b77be;
    font-weight: bold;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

.btn_change_batch.active {
    border-color: #4b77be;
    background-color: #4b77be;
    color: #fff;
}

.student_dashboard_consent_wrapper {
    margin-top: -4px;
}

.student_dashboard_consent_content {
    width: 80%;
    display: inline-block;
    color: #000333;
    text-align: left;
}

@media (max-width: 1366px)
{
    .container{
        max-width: 930px;
    }

    .company_profile_wrapper {
        max-width: 710px;
    }

    .company_name_wrapper > a {
        max-width: 450px;
    }

    .company_detail_wrapper {
        padding: 0 0 0 20px;
    }

    .company_detail_body {
        width: 184px;
    }

    .form_input_long {
        width: 624px;
    }

    .form_input_long_certificate {
        width: 720px;
    }

	.wrapper_max_width{
		max-width: 930px;
	}

	.company_profile_panel {
		margin: 0 auto 10px;
	}

	.company_name_wrapper {
	    padding: 0px 20px;
	    font-size: 20px;
	}

    .company_detail_wrapper {
        padding: 0 20px;
    }

	.btn_media_wrapper{
		right: 20px;
	}

	.btn_media_wrapper i.fa, .btn_media_wrapper i.fab {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}

    .question_require_wrapper {
        font-size: 13px;
    }

    .answer_title_wrapper .answer_title_note {
        display: block;
        margin-bottom: 10px;
    }

    .answer_title_wrapper .upload_title_note {
        margin-left: 0;
    }

    .answer_upload_wrapper video {
        width: 94% !important;
        height: auto !important;
    }

    .answering_wrapper {
        height: 243px;
    }

    .online_interview_question_name_note_wrapper {
        width: 810px;
    }

    .image_before_start_text_wrapper1 .image_before_start_line_left {
        width: 140px;
    }

    .image_before_start_text_wrapper2 .image_before_start_line_left {
        width: 90px;
    }

    .image_before_start_text_wrapper4 .image_before_start_line_right {
        width: 100px;
    }

    .image_before_start_text_wrapper5 .image_before_start_line_right {
        width: 120px;
    }

    .image_before_start_text_wrapper4 {
        top: 180px;
    }

    .image_before_start_text_wrapper5 {
        top: 240px;
    }

    .online_interview_question_show_wrapper {
        min-height: 333px;
    }

    .online_interview_question_show_wrapper.active {
        min-height: 416px;
    }

    .img_example_practice {
        max-width: 520px;
        width: 100%;
    }

    .example_wrapper {
        width: 178px;
        left: -138px;
    }

    .example_line {
        right: -14px;
    }

    .example_line1 {
        width: 72px;
    }

    .example_line2 {
        width: 72px;
    }

    .example_line3 {
        width: 30px;
    }

    .example_line4 {
        left: -60px;
    }

    .example_wrapper1 {
        top: 70px;
    }

    .example_wrapper2 {
        top: 139px;
    }

    .example_wrapper3 {
        top: 205px;
    }

    .example_wrapper4 {
        top: 154px;
        right: -138px;
    }

    .col_walk_in_mobile_desktop.col-lg-offset-1 {
        margin-left: 0;
    }

    .col_walk_in_step {
        
    }

    .walk_in_step_description {
        width: 86%;
    }

    .walk_in_step_description {
        width: 88%;
    }

    .walk_in_step_number {
        width: 14px;
    }

    .col_walk_in_step2 {
        width: 35%;
        padding: 0;
    }

    .col_walk_in_step3 {
        width: 30%;
        padding: 0 0 0 15px;
    }

    .col_code_ios_google {
        padding-left: 10px;
    }

    .walk_in_title_interview_code {
        font-size: 15px;
    }

    .walk_in_interview_code {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .col_walk_in_mobile_desktop_wrapper {
        margin: 36px 3px 0 0;
        width: 100%;
    }

    .col_walk_in_mobile_desktop {
        padding-left: 15px;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 16%;
    }
}

@media (max-width: 1199px)
{
    .container {
        width: 930px;
    }

    .company_profile_wrapper {
        max-width: 710px;
    }

    .company_name_wrapper > a {
        max-width: 450px;
    }

    .company_detail_wrapper {
        padding: 0 0 0 20px;
    }

    .company_detail_body {
        width: 184px;
    }

    .form_input_long {
        width: 624px;
    }

    .form_input_long_certificate {
        width: 720px;
    }

    .btn_take_interview_now {
        width: 100%;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 16%;
    }
}

@media (max-width: 991px)
{
    .container {
        width: 750px;
    }

    .company_profile_wrapper {
        max-width: 100%;
    }

	.top_menu_first{
		display: none;
	}

	.menu-toggler {
	    display: inline-block;
	    vertical-align: top;
	}

	.top_menu_responsive{
		display: inline-block;
		float: right;
	}

	.page-header .page-header-menu{
		padding: 14px 0;
		border-top: 1px solid #888;
        height: auto !important;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav>li>a{
		color: #4b77be !important;
	}

	.page-header .page-header-menu .hor-menu .navbar-nav>li>a .return_arrow{
		background-image: url('../images/return_arrow_blue.jpg');
	}

	.dropdown.dropdown-user.dropdown-dark .text_signin {
	    background-color: #34495e;
	}

    .form_input_long {
        width: 444px;
    }

    .form_input_long_certificate {
        width: 540px;
    }

    .upcoming_interview_job_title{
        max-width: 100%;
        white-space: normal;
    }

    .application_list_max_width {
        display: inline-block;
        vertical-align: top;
        max-width: 85%;
    }

    .btn_view_appliction_detail {
        font-size: 12px;
    }

    .online_interview_question_name_note_wrapper {
        width: 630px;
    }

    .image_before_start_text_wrapper1 {
        top: 20px;
        left: -130px;
    }

    .image_before_start_text_wrapper2 {
        top: 130px;
        left: -130px;
    }

    .image_before_start_text_wrapper3 {
        top: 30px;
        right: -150px;
    }

    .image_before_start_text_wrapper4 {
        top: 140px;
        right: -90px;
    }

    .image_before_start_text_wrapper5 {
        top: 180px;
        right: -110px;
    }

    .image_before_start_text_wrapper1 .image_before_start_line_left {
        width: 115px;
    }

    .image_before_start_text_wrapper2 .image_before_start_line_left {
        width: 70px;
    }

    .image_before_start_text_wrapper3 .image_before_start_line_right {
        width: 100px;
    }

    .image_before_start_text_wrapper4 .image_before_start_line_right {
        width: 66px;
    }

    .image_before_start_text_wrapper5 .image_before_start_line_right {
        width: 80px;
    }

    .online_interview_question_show_wrapper {
        min-height: 266px;
    }

    .online_interview_question_show_wrapper.active {
        min-height: 348px;
    }

    .img_example_practice_wrapper {
        display: none;
    }

    .img_example_practice_wrapper_small {
        display: block;
    }

    .example_text_content {
        padding-top: 2px;
        line-height: 16px;
    }

    .job_title_wrapper {
        font-size: 12px;
    }

    .ic_ats_blue {
        width: 14px;
        height: 14px;
        margin-right: 4px;
    }

    .walk_in_step_description {
        width: 84%;
    }

    .col_walk_in_step2 .walk_in_step_description {
        width: 86%;
    }

    .col_walk_in_step2 {
        padding-left: 15px;
        width: 36%;
    }

    .img_walk_in_mobile {
        margin-top: 37px;
    }

    .img_walk_in_desktop {
        margin-top: 41px;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 20%;
    }

    .uni_job_title_box {
        width: 68%;
    }

    .label_two_line {
        line-height: normal;
    }

    .student_dashboard_consent_content {
        width: 75%;
    }
}

@media (max-width: 946px)
{
    .question_require_wrapper {
        height: auto;
        line-height: 22px;
        padding: 10px 30px;
    }

    .question_n_answer_wrapper .col-sm-6 {
        min-height: 366px;
    }

    .question_ask_length{
        max-width: 92%;
    }

    .profile-picture-employer{
        display: block;
        margin: auto;
        border-right: 0;
    }
}

@media (min-width: 768px)
{
	.navbar-nav>li>a {
	    padding: 0;
	}
}

@media (max-width: 767px)
{
    .container {
        width: 100%;
    }

	.navbar-nav .open .dropdown-menu {
		position: relative;
	    margin-top: 11px;
	    box-shadow: 2px 2px 12px rgba(0,0,0,.275);
	}

	.image-editor #col-preview{
		padding: 24px 0;
		width: 100%;
	}

	.application_status_box #fg_title {
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 0;
	}

	.application_status_box .table-responsive {
	    border: 0;
	}

    .right_five {
        padding-right: 15px;
    }

    .left_five{
        padding-left: 15px;
    }

    .new_profile_box {
        min-height: auto;
        padding: 16px 20px;
    }

    .profile_icon_title {
        padding-bottom: 14px;
    }

    .update_profile_box .profile_icon_title{
        margin-bottom: 8px;
    }

    .update_profile_box .update_profile_title {
        margin-bottom: 0;
    }

    .employer_profile_des {
        padding: 14px 20px 0;
    }

    .question_n_answer_wrapper .col-sm-6 {
        min-height: auto;
    }

    .profile_panel_job .left_zero{
        padding-right: 0;
    }

    .right_zero{
        padding-left: 0;
    }

    .download_your_answer {
        padding: 0;
        margin-top: 12px;
    }

    .question_n_answer_wrapper .download_answer_grey {
        min-height: auto !important;
    }

    .question_n_answer_wrapper .video_wrapper_grey{
        min-height: auto !important;
    }

    .col-sm-4 .testimonial_height_box {
        min-height: auto;
    }

    .download_question_box {
        text-align: center;
    }

    .update_profile_box fieldset .row .col-xs-12 .form-group {
        margin-bottom: 4px;
    }

    .fresh_graduate_checkbox{
        margin-bottom: 1px !important;
        padding-top: 0px !important;
    }

    .form_input_long {
        width: 50%;
    }

    .form_input_long_certificate {
        width: 70%;
    }

    .company_profile_video_wrapper .new_profile_box{
        min-height: auto;
    }

    .spacing_right{
        padding-right: 15px;
    }

    .testimonial_body {
        height: 360px;
    }

    .testimonial_wrapper {
        padding: 10px 0 0;
    }

    .apply_form_btn_wrapper{
        padding: 14px 16px;
    }

    .apply_form_btn_body:first-child{
        margin-bottom: 8px;
    }

    .apply_job_btn_next_wrapper .apply_job_btn_next{
        padding: 8px 12px;
    }

    .company_detail_body {
        width: 180px;
    }

    .application_status_date {
        float: none;
    }

    .online_interview_question_name_note_wrapper {
        width: 100%;
        padding: 0 12px;
    }

    .online_interview_question_apply {
        padding: 0 12px 6px;
    }

    .image_before_start_text_wrapper {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 8px;
    }

    .image_before_start_line {
        display: none;
    }

    .online_interview_question_show_wrapper {
        padding: 16px 20px 68px 20px;
    }

    .online_interview_question_show_wrapper.active {
        min-height: auto;
        padding: 16px 20px;
    }

    .col_walk_in_mobile_desktop_wrapper {
        margin: 26px 0 0;
    }

    .col_walk_in_mobile_desktop_body {
        margin: 0;
        padding: 0;
    }

    .img_download_from_ios {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 14px;
    }

    .app_store_download_logo{
        width:100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 14px;
    }

    .img_download_from_android {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }

    .play_store_download_logo {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .img_walk_in_mobile {
        margin: 0;
        float: none;
        width: 77%;
    }

    .img_walk_in_desktop {
        margin: 0;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 20%;
        margin-top: 4px;
    }

    .uni_job_wrapper:first-child {
        margin-top: 16px;
    }

    .uni_profile_pic {
        display: block;
        margin: auto;
        max-width: 200px;
    }

    .update_profile_wrapper .col-sm-3.control-label.update_profile_title {
        width: 100%;
    }

    .label_two_line {
        line-height: 34px;
    }

    .student_dashboard_consent_content {
        width: 70%;
    }

    .student_progress_step {
        line-height: normal;
        margin: 2px 0 6px;
    }

    .label_unattempted {
        margin: 0;
    }

    .student_dashboard_consent_wrapper {
        float: left;
    }
}

@media (max-width: 720px)
{
    .wrapper_max_width {
        max-width: 540px;
    }

    .company_name_wrapper > a {
        max-width: none;
        width: 100%;
        text-align: center;
    }

    .btn_media_wrapper {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .responesive_view_big{
        display: none;
    }

    .responesive_view_small{
        display: block;
    }

    .company_detail_wrapper{
        padding: 14px 20px;
        position: relative;
        transform: none;
        left: inherit;
    }

    .company_detail_container{
        height: auto;
    }

    .before_practice_information_wrapper {
        width: 100%;
    }
}

@media (max-width: 580px)
{
    .uni_campagin_content {
        width: 92%;
    }
}

@media (max-width: 570px)
{
    .wrapper_max_width {
        max-width: 360px;
    }

    .btn_media_wrapper {
        position: relative;
        transform: none;
        right: inherit;
        margin-top: 6px;
    }

    .company_name_wrapper {
        height: auto;
        line-height: 32px;
        text-align: center;
        width: 100%;
        font-size: 20px;
        padding: 10px 20px 14px;
    }

    .company_detail_body {
        width: 246px;
    }

    .gallery-block{
        width: 178px;
        height: 178px;
    }

    .question_ask_length {
        max-width: 88%;
    }

    .job_list_title{
        margin-bottom: 10px;
    }

    .job_label_wrapper {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .video_answer_wrapper .employer_profile_title{
        padding-left: 20px;
    }

    .question_n_answer_wrapper .video_answer_wrapper {
        padding: 16px 0 0;
    }

    .video_answer_wrapper .answer_upload_wrapper {
        padding: 0;
    }

    .answer_upload_wrapper video {
        border: 0;
        width: 100% !important;
        height: auto !important;
    }

    .profile_icon_title .rpd-dataform.inline{
        padding-left: 0;
        margin-top: 18px;
    }

    .application_status_box .form-inline .btn{
        width: 49%;
        margin: 0;
    }

    .application_status_box #fg_title {
        margin-bottom: 10px;
        width: 100%;
    }

    img.selected_profile_img {
        width: 100%;
    }

    .form-control-static.filename-label{
        width: 100%;
        margin-bottom: 14px;
    }

    .upload_note_body {
        width: 160px;
    }

    .upload_note_body_cv {
        line-height: 16px;
    }

    .upload_note_wrapper {
        padding: 10px 0 0;
    }

    .btn_choose_file{
        margin: auto;
        display: block;
    }

    .btn_type_add {
        float: none !important;
        display: block;
        margin: 10px 0 0;
    }

    .video_answer_wrapper .form-control-static {
        padding-bottom: 0px;
    }

    .answer_upload_wrapper_text {
        padding: 10px 20px;
        text-align: left;
    }

    .answer_title_wrapper .upload_title_note {
        margin: 2px 6px 0 20px;
    }

    .title_time_window{
        margin: 0;
        height: auto;
    }

    .form_input_style {
        margin-right: 10px;
    }

    .form_input_small {
        width: 60px;
    }

    .answer_title_wrapper .upload_note_body {
        line-height: 16px;
        width: 66%;
        height: auto;
    }

    .video_answer_wrapper iframe#wistia_iframe {
        border: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .selected_profile_img_wrapper{
        width: 100%;
    }

    .online_interview_question_title {
        max-width: 100%;
    }

    .image_before_start_wrapper {
        width: 100%
    }

    .example_wrapper_small_body {
        width: 80%;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 30%;
        margin-top: 14px;
        margin-bottom: -10px;
    }

    .uni_job_title_box {
        width: 100%;
    }

    .uni_job_title, .uni_job_company_name {
        overflow: visible;
        white-space: normal;
    }
}

@media (max-width: 480px)
{
    .page-header .top_menu_responsive .navbar-nav>li.dropdown-user .dropdown-toggle{
        background-color: #34495e;
    }

    .page-header .top-menu .navbar-nav>li.dropdown-user .dropdown-toggle:hover {
        background-color: #34495e;
    }

    .page-header .top-menu{
        background-color: transparent;
    }

    .form_input_long {
        width: 100%;
    }

    .img_download_from_ios {
        width: 40%;
    }

    .img_download_from_android {
        width: 40%;
    }

    .col_walk_in_step1 {
        width: 100%;
    }

    .col_walk_in_step2 {
        width: 100%;
        padding: 0 15px;
    }

    .col_walk_in_step3 {
        width: 100%;
        padding: 0 15px;
    }

    .walk_in_step_description {
        width: 90%;
    }

    .col_img_walk_in_desktop {
        width: 48%;
    }

    .apple_android_logo_link {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px;
        max-width: 40%;
        margin-top: 14px;
        margin-bottom: -10px;
    }

    .app_store_download_logo{
        width:100%;
        display: inline-block;
        vertical-align: top;
        margin-right: 2%;
        margin-bottom: 14px;
    }

    .play_store_download_logo {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .uni_campagin_content {
        width: 88%;
    }

    .uni_profile_detail_title {
        width: 100%;
    }

    .uni_profile_detail {
        width: 100%;
    }
}

@media (max-width: 390px)
{
	.wrapper_max_width {
		max-width: 300px;
	}

	.signin_wrapper .profile-panel{
		padding: 20px 30px;
		margin: auto;
	}

	.title_sign_in h2{
		margin-bottom: 16px;
	}

	.company_detail_wrapper .col-sm-4.column-bit{
		padding-right: 0;
	}

	.company_detail_box:last-child {
	    margin-bottom: 6px;
	}

	.column-bit:last-child .company_detail_box:last-child {
	    margin-bottom: 0;
	}

	.job_list_title{
		margin-bottom: 6px;
    	line-height: 22px;
    	height: auto;
    	max-width: 100%;
        padding-top: 10px;
	}

	.profile_job_list_title a{
		position: relative;
	}

	.day_left {
	    position: inherit;
	    margin-top: 15px;
        right: auto;
        bottom: auto;
	}

	.employer_profile_title{
		max-width: 160px;
	}

	.testimonial_small{
		padding: 20px 0 0;
	}

	.no_padding_wrapper{
		padding: 0;
	}

    .testimonial_height_box {
        min-height: 450px;
    }

	.testimonial_body{
		height: 350px;
	}

	.employer_profile_des.no_padding_wrapper {
	    padding-top: 20px;
	}

	.profile_job_list_title, .text-muted.employer{
		padding-left: 0;
		padding-right: 0;
	}

	.image-editor #col-preview > .cropit-preview {
	    width: 200px !important;
	    height: 200px !important;
	}

	.update_profile_box .profile_table_title {
	    padding-bottom: 14px;
	}

	.update_title_work_exp{
		font-size: 17px;
	}

	.employer_profile_des {
	    padding: 14px 0 0;
	}

	.company_detail_body{
		width: 178px;
	}

	.update_profile_box #save_button {
	    width: 100%;
	}

	.tnc_ul_wrapper{
		line-height: 20px;
	}

	.application_status_box .table-responsive {
	    border: 1px solid #ddd;
	}

	.application_status_box .profile_icon_title {
	    margin-bottom: 16px;
	    padding-bottom: 16px;
	}

	.application_status_box .employer_profile_title {
	    line-height: 24px;
	}

    .right_five {
        padding-right: 0;
    }

    .job_question_wrapper{
        padding: 20px 0 0;
    }

    .answer_upload_wrapper .dropzone .dz-message {
        margin: 5em 2em !important;
    }

    .title_question_to_be_answer .center {
        line-height: 26px;
        max-width: 100%;
    }

    .download_your_answer {
        padding: 0;
        margin-top: 20px;
    }

    .question_n_answer_wrapper .video_answer_wrapper{
        padding: 16px 0 0;
    }

    .video_answer_wrapper .form-control-static {
        padding: 0;
    }

    .job_share_link_wrapper .form-horizontal a.btn {
        margin-bottom: 8px;
    }

    .job_share_link_wrapper .form-horizontal a.btn:last-child {
        margin-bottom: 0;
    }

    .jobpage_wrapper .col-sm-8.right_five {
        padding-right: 15px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -27px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -27px;
    }

    .btn_x_close{
        top: 0;
        right: 0;
    }

    .company_detail_wrapper > .row:first-child .col-sm-12.padding_zero {
        margin-bottom: 6px;
    }

    .title_question_to_be_answer{
        height: auto;
    }

    .upload_note_body {
        width: 130px;
    }

    .title_certification {
        height: auto;
        line-height: 20px;
    }

    .form-group.form_group_title .form_input_long {
        display: none;
    }

    .form_input_long {
        width: 100%;
        margin-bottom: 8px;
    }

    .form_input_small {
        width: 37.5%;
    }

    .right_five.apply_form_btn_body {
        padding-right: 15px;
    }

    .live_video_wrapper .right_five {
        padding-right: 15px;
    }
}
/*
==================================================
  New Template Customize End
==================================================
*/