/* CSS for body */

body {
    font-family: 'Open Sans', sans-serif;
    background: #f2fbff!important;
}

*, h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', sans-serif;
}

* {
    outline: none !important;
}

body.noscroll {
    max-width: 100%;
    max-height: 100vh;
    overflow: hidden;
}

/* End of CSS for body */

/* Bootstrap adjustment CSS */

.container-fluid-ad {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-fluid-ad.max_width_ad {
    max-width: 1600px;
}

.mar-adjust {
    margin-right: -10px;
    margin-left: -10px;
}

.pad-adjust {
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-backdrop {
    display: none;
}

.no_pos {
    position: unset !important;
}

/* End of Bootstrap adjustment CSS */

/* CSS for header CSS */

header {
    background: white;
}

.logo_panel {
    padding: 6px 0;
}

.header_nav_items {
    float: right;
}

.header_nav_items ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.header_nav_items ul li {
    float: left;
}

.header_nav_items ul li a {
    float: left;
    position: relative;
    padding:  7px 25px;
    text-decoration: none !important;
}

.header_nav_items ul li a:not(.user_details){
    padding: 24px 18px;
}

.header_nav_items ul li.dropdown .caret{
    margin-left: 20px;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-top: 13px;
}

.header_nav_items ul li.dropdown.mobile .caret {
    visibility: hidden;
}

.header_nav_items ul li.dropdown.mobile.open .dropdown-menu {
    display: none;
}

.header_nav_items ul li.dropdown .dropdown-menu {
    background: white;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 1px;
}

.header_nav_items ul li.dropdown .dropdown-menu > li {
    display: block;
    width: 100%;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a {
    display: block !important; 
    width: 100%;
    padding: 6px 40px 6px 49px;
    position: relative;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a .ico {
    position: absolute;
    top: 7px;
    left: 20px;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a .ico:before {
    font-size: 17px;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a .count {
    position: absolute;
    top: 3px;
    right: 10px;
    left: unset;
    color: white;
    background: #adadad;
    border-radius: 60px;
    width: auto;
    height: auto;
    padding: 0px 10px;
    font-weight: 600;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a .count.blue {
    background: #317be9;
}

.header_nav_items ul li.dropdown .dropdown-menu > li > a .count.orange {
    background: #f06a2c;
}

.header_nav_items .user_pic {
    float: left;
    margin: 0 10px 0 0;
    width: 51px;
    height: 51px;
    background-color: gainsboro;
    background-image: url(../Images/user-pic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
}

.header_nav_items .details {
    float: left;
}

.header_nav_items .details .name {
    font-size: 19px;
    color: #333;
    font-weight: 600;
    margin: 0 0 0px 0;
}

.header_nav_items .details .org_details {
    color: #333;
    margin: 0;
    text-align: left;
}

.header_nav_items li a i.ico:before {
    margin-top: 0;
    font-size: 22px;
    padding: 17px 0;
    color: #000;
}

.header_nav_items li a .count {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 20px 20px 0 20px;
    text-align: center;
    color: white;
    font-size: 11px;
}

.header_nav_items li a .count.blue {
    background-color: #ee8366;
}

.header_nav_items li a .count.orange {
    background-color: #0177bf;
}

.side_menu_trigger .ico:before{
    font-size: 22px;
}

.dropdown_general .dropdown-menu{
    left: unset;
    right: 0;
    width: 440px;
    min-height: 370px;
    max-height: 370px;
    padding: 0 !important;
    box-shadow: 0 6px 20px 0 rgba(56, 94, 134, 0.2);
    -webkit-box-shadow: 0 6px 20px 0 rgba(56, 94, 134, 0.2);
    border: none;
    border-top: 1px solid gainsboro;
    border-radius: 0 0 4px 4px !important;
    overflow: hidden;
    margin-top: -10px !important;
    visibility: hidden;
    opacity: 0;
    display: block;
    text-align: left;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.dropdown_general.open .dropdown-menu {
    margin-top: 0px !important;
    visibility: visible;
    opacity: 1;
}

.dropdown_general .dropdown-menu .item_set {
    margin: 33px 0 0 0;
    max-height: 336px;
    min-height: 336px;
    overflow: auto;
    padding: 0 0 20px 0;
}

.dropdown_general .dropdown-menu .item {
    float: left;
    width: 100%;
    padding: 10px 20px;
    opacity: 0.8;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.dropdown_general .dropdown-menu .item:last-child {
    border-bottom: none;
}

.dropdown_general .dropdown-menu .item:hover {
    background: #efefef;
}

.dropdown_general .dropdown-menu .dropdown_title {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    font-size: 15px;
    padding: 6px 20px;
    font-weight: 600;
    background: #fff;
    color: #313131;
    box-shadow: 0 0 10px 0 rgba(62, 65, 103, 0.14);
    -webkit-box-shadow: 0 0 10px 0 rgba(62, 65, 103, 0.14);
    z-index: 1;
}

.dropdown_general .dropdown-menu .dropdown_title .ico {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.dropdown_general .dropdown-menu .dropdown_title .ico:before {
    color: #23aaea;
}

.dropdown_general .dropdown-menu .item .photo {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.dropdown_general .dropdown-menu .item .details {
    float: left;
    padding-left: 10px;
    width: calc(100% - 57px);
}

.dropdown_general .dropdown-menu .item .details .name {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 0 0 0px 0;
    font-weight: 600;
    color: gray;
}

.dropdown_general .dropdown-menu .item .details .time {
    font-size: 11px;
    color: gray;
    margin: 0 0 3px 0;
    position: absolute;
    right: 10px;
} 

.dropdown_general .dropdown-menu .item .details .matter {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: gray;
    font-weight: 100;
}

.dropdown_general .dropdown-menu:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: white;
    content: "";
    box-shadow: 0 0 10px 0 rgba(62, 65, 103, 0.14);
    -webkit-box-shadow: 0 0 10px 0 rgba(62, 65, 103, 0.14);
}

.dropdown_general .load_more {
    float: left;
    width: 100%;
}

.dropdown_general .load_more .cap {
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #23aaea;
    margin: 4px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.dropdown_general .load_more .cap.no_data {
    color: #8e8e8e;
}

.dropdown_general .dropdown-menu .item.unread {
    background: #e2efff;
    border-bottom-color: #cbe2fd;
    opacity: 1;
}

.dropdown_general .dropdown-menu .item.unread .photo {
    
}

.dropdown_general .dropdown-menu .item.unread .name {
    color: #262626;
    font-weight: 600;
}

.dropdown_general .dropdown-menu .item.unread .matter {
    color: #333;
    font-weight: 400;
}

.dropdown_general.alternative .dropdown-menu,
.dropdown_general.alternative .dropdown-menu .item_set {
    min-height: unset;
}

.dropdown_general.alternative .dropdown-menu .item {
    padding: 10px 60px 10px 30px;
}

.dropdown_general.alternative .dropdown-menu .item a{
    width: 100%;
    padding: 0px;
}

.dropdown_general.alternative .helpdesk_ico {
    position: absolute;
    top: 4px;
    right: -40px;
    font-size: 22px;
    margin-right: 10px;
}

.dropdown_general.alternative .helpdesk_ico:before {
    color: #000;
}

.dropdown_general.alternative .item {
    padding-right: 60px;
}

.dropdown_general.alternative .item .val {
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

.dropdown_general.alternative .item .cap {
    font-size: 13px;
    color: gray;
    margin: 0;
}

/* End of header CSS */

/* Sidebar CSS */

.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    overflow: auto;
    background: linear-gradient(#3c3c3c,#353535);
    background: -webkit-linear-gradient(#3c3c3c,#353535);
    background: -moz-linear-gradient(#3c3c3c,#353535);
    background: -o-linear-gradient(#3c3c3c,#353535);
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.sidebar::after {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: -1;
}

.sidebar.active {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.sidebar .close_btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4;
    text-decoration: none !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 60px;
}

.sidebar .close_btn .icon-close-button:before {
    font-size: 34px;
    color: white;
}

.sidebar .vertical_spacer {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.sidebar .helpdesk_details {
    float: left;
    width: 100%;
    padding: 10px 20px;
}

.sidebar .helpdesk_details ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .helpdesk_details ul li {
    display: block;
}

.sidebar .helpdesk_details ul li a {
    color: white;
    font-size: 15px;
    text-decoration: none !important;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #656565;
}

.sidebar .helpdesk_details ul li a .helpdesk_ico {
    margin: 0 10px 0 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    float: left;
    border-radius: 60px;
    background: white;
    text-align: center;
}

.sidebar .helpdesk_details ul li a .helpdesk_ico:before {
    color: #333;
    font-size: 14px;
}

.sidebar .select_box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
}

.select_box .dropdown-toggle {
    width: 100%;
    height: 60px;
    text-align: left;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    font-size: 17px;
    background: linear-gradient(to left, #46beff,#3daace);
    background: -webkit-linear-gradient(to left, #46beff,#3daace);
    background: -moz-linear-gradient(to left, #46beff,#3daace);
    background: -o-linear-gradient(to left, #46beff,#3daace);
}

.select_box .dropdown-toggle .ico {
    float: right;
    margin: 7px 0 0 0;
    font-size: 20px;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.select_box .dropdown-menu {
    width: 100%;
    background: #303030;
    position: unset;
    float: left;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    transition-duration: 0.3s;
}

.select_box .dropdown-menu > li > a {
    padding: 10px 20px;
    color: white;
}

.select_box .dropdown-menu > li > a:hover, 
.select_box .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4a4a4a;
}

.sidebar_title {
    float: left;
    width: 100%;
    padding: 8px 20px;
    margin: 0 0 0px 0;
    font-size: 14px;
    color: #fff;
    font-family: Open Sans;
    font-weight: 600;
    text-transform: uppercase;
}

.menu_list {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}

.menu_list li {
    display: block;
}

.menu_list  li a {
    display: block;
    position: relative;
    padding: 13px 20px 13px 54px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-left: 6px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition-duration: .2s;
}

.menu_list  li.active a {
    background: #383838;
    color: white;
    border-left: 6px solid #23aaea;
}

.menu_list li a:before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 14px;
    top: 11px;
}

.menu_list li.home a:before {
    background-image: url(../Images/home.svg);
}

.menu_list li.jobs a:before {
    background-image: url(../Images/businessman.svg);
}

.menu_list li.talent_pool a:before {
    background-image: url(../Images/trophy.svg);
}

.menu_list li.dashboard a:before {
    background-image: url(../Images/speedometer.svg);
}

.menu_list li.reports a:before {
    background-image: url(../Images/bar-chart.svg);
}

.menu_list  li:not(.active) a:hover {
    background: #383838;
    border-bottom: 1px solid #292929;
    border-top: 1px solid #292929;
}

.helpdesk_details.dropdown .dropdown-menu {
    width: 100%;
    float: left;
    position: unset;
    left: unset;
    right: unset;
}

.helpdesk_details .sidebar_title {
    padding: 0 0 10px 0;
    cursor: pointer;
}

.helpdesk_details .caret {
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    margin-left: 10px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
}

.helpdesk_details.open .caret {
    transform: rotate(180deg);
}

.logout_option {
    float: left;
    width: 100%;
    margin: 30px 0 100px 0;
    padding: 10px 20px;
    text-align: center;
}

.logout_option .ico {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 60px;
    background: white;
    margin-right: 4px;
}

.logout_option .ico:before {
    color: #333;
    font-size: 14px;
}

.logout_option .cap {
    color: white;
    font-size: 17px;
    position: relative;
    top: 1px;
}

.logout_option .option {
    border-radius: 4px;
    padding: 10px 20px;
    background: #364457;
}

/* End of sidebar CSS */

/* Quick Links CSS */

.quick_link_panel{
    float: left;
    width: 100%;
    background: #000;
}

.quick_link_panel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick_link_panel ul li {
    float: left;
    display: inline-block;
}

.quick_link_panel ul li a {
    float: left;
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    padding: 10px 10px 10px 45px;
    border-right: 1px solid gray;
    text-decoration: none !important;
}

.quick_link_panel ul li:last-child a {
    border-right: none;
}

.quick_link_panel ul li a.ico_placing:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
}

.quick_link_panel ul li a.home_ico:before {
    background-image: url(../Images/home.svg);
}

.quick_link_panel ul li a.businessman_ico:before {
    background-image: url(../Images/businessman.svg);
}

.quick_link_panel ul li a.trophy_ico:before {
    background-image: url(../Images/trophy.svg);
}

.quick_link_panel ul li a.speedometer_ico:before {
    background-image: url(../Images/speedometer.svg);
}

.quick_link_panel ul li a.chart_ico:before {
    background-image: url(../Images/bar-chart.svg);
}

.quick_link_panel .select_box {
    padding: 10px 0;
    float: right;
}

.quick_link_panel .select_box select {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 16px;
}

.quick_link_panel .select_box select option {
    color: #000;
}

/* End of CSS for Quick Links */

/* CSS for header separator */

.header_separator{
    float: left;
    width: 100%;
    background-color: #23aaea;
    padding: 24px 0 ;
}

/* End of header separator */

/* CSS for main panel */

.main_panel {
    float: left;
    width: 100%;
    min-height: calc(100vh - 330px);
    margin: 15px 0;
}

.btn_group {
    float: left;
}

.btn_group.right {
    float: right;
}

.btn_prop {
    float: left;
    border: none;
    padding: 7px 9px;
    margin-right: 10px;
    font-size: 14px;
}

.btn_prop.right .btn_prop{
    margin-left: 10px;
}

.btn_group .btn_prop:last-child {
    margin-right: 0;
}
.btn_group.right .btn_prop:last-child {
    margin-left: 0;
}

.btn_prop.ad-padd {
    padding: 7px 15px;
}

.btn_prop.rounded {
    border-radius: 50px;
}

.btn_prop.uppercase {
    text-transform: uppercase;
}

.white_btn {
    background: white;
}

.skyblue_btn {
    color: white;
    background: #20aae9;
}

.orange_btn {
    color: white;
    background: #f4841e;
}

.light_red_btn{
    color: white;
    background: #ef8367;
}

.page_nav_btn_group {
    float: left;
}

.page_nav_btn_group.right {
    float: right;
}

.page_nav_btn_group .btn_prop {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 10px;
    box-shadow: 0 2px 15px 0 rgba(69, 89, 101, 0.24);
    -webkit-box-shadow: 0 2px 15px 0 rgba(69, 89, 101, 0.24);
}

.page_nav_btn_group.right .btn_prop{
    margin-left: 10px;
}

.page_nav_btn_group .btn_prop:last-child {
    margin-right: 0;
}
.page_nav_btn_group.right .btn_prop:last-child {
    margin-left: 0;
}

.page_nav_btn_group .ico {
    margin-right: 5px;
    position: relative;
    top: 1px;
    font-size: 14px;
}

.page_nav_btn_group .ico.right {
    margin-right: 0;
    margin-left: 5px;
}

.applicant_details {
    float: left;
    width: 100%;
    min-height: 200px;
    background-color: white;
    padding: 26px 20px;
    margin: 15px 0 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}

.applicant_actions_mobile_view {
    display: none;
    float: right;
}

.applicant_actions_mobile_view .dropdown-toggle {
    color: #fff;
    background-color: #33a1ff;
    border: unset;
    border-radius: 4px;
}

.applicant_actions_mobile_view .dropdown-menu {
    left: unset;
    right: 0;
    background: white;
}

.applicant_details .applicant_name {
    float: left;
    width: 100%;
}

.applicant_details .applicant_name .name {
    float: left;
    font-size: 26px;
    color: #20aae9;
    font-weight: 400;
    margin: 0;
}

.applicant_details .applicant_name .favorite .icon-heart {
    font-size: 22px;
}

.applicant_details .applicant_name .favorite .icon-heart:before {
    display: none;
}

.applicant_details .applicant_actions {
    float: right;
}

.applicant_details .applicant_actions .ico:before {
    color: white;
    position: relative;
    top: 2px;
}

.applicant_details .role_and_impressions {
    float: left;
    width: 310px;
}

.applicant_details .details_list_box {
    float: left;
    width: 740px;
}

.applicant_details .applicant_role {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.applicant_details .impressions {
    float: left;
    width: 100%;
}

.applicant_details .impressions .item {
    float: left;
    margin: 0 20px 0 0;
}

.applicant_details .impressions .item .ico {
    margin: 0 5px 0 0;
}

.applicant_details .impressions .item .ico:before {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.applicant_details .impressions .item .icon-star-2 {
    margin-right: 7px;
}

.applicant_details .impressions .item .icon-star-2 .path1:before,
.applicant_details .impressions .item .icon-star-2 .path2:before {
    float: left;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.applicant_details .impressions .item .icon-star-2 .path2:before {
    margin-left: -20px;
}

.applicant_details .impressions .item .val {
    font-size: 17px;
}

.applicant_details .impressions .item .val.orange {
    color: #f4841e;
}

.applicant_details .impressions .item .val.green {
    color: #5ebc04;
}

.applicant_details .impressions .item .val.red {
    color: #e0495a;
}

.applicant_details .details_list {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.applicant_details .details_list .item{
    float: left;
    margin: 0 36px 10px 0;
    font-size: 17px;
    color: #292929;
}

.applicant_details .details_list .item .ico {
    margin: 0 6px 0 0;
}

.applicant_details .details_list .item .ico:before {
    font-size: 16px;
    color: #909090;
}

.applicant_details .more_details {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.applicant_details .more_details .item {
    float: left;
    margin: 0 40px 20px 0;
}

.applicant_details .more_details .item.left_border {
    border-left: 4px solid gainsboro;
    padding-left: 10px;
}

.applicant_details .more_details .item.left_border.red {
    border-color: #fe0000;
}

.applicant_details .more_details .item.left_border.green {
    border-color: #73c41d;
}

.applicant_details .more_details .cap {
    font-size: 17px;
    text-transform: uppercase;
    color: #464646;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.applicant_details .more_details .val {
    font-size: 17px;
    color: #333;
    font-weight: 400;
}

.applicant_tab_section{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.applicant_tab_section .nav-pills {
    background: #23aaea;
    padding: 16px 0;
}

.applicant_tab_section .nav-pills>li>a {
    border-radius: 60px;
    color: white;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 5px;
    font-size: 15px;
}

.applicant_tab_section .nav-pills >li:last-child >a {
    margin-right: 0;
}

.applicant_tab_section .nav-pills >li >a:focus,
.applicant_tab_section .nav-pills >li >a:active,
.applicant_tab_section .nav-pills >li >a:hover {
    background: transparent;
}

.applicant_tab_section .nav-pills>li.active>a,  
.applicant_tab_section .nav-pills>li.active>a:focus {
    color: #000;
    background: white;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.applicant_tab_section .nav-pills>li >a:hover {
    background: transparent;
    color: white;
}

.applicant_tab_section .tab-content {
    float: left;
    width: 100%;
    background: white;
}

.interviewer_panel {
    float: left;
    width: 100%;
    min-height: 400px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    margin: 20px 0 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.interviewer_panel .nav-pills {
    float: left;
    width: 100%;
    border-bottom: 1px solid gainsboro;
    padding: 0px;
}

.interviewer_panel .nav-pills > li > a {
    color: #b1b1b1;
    border-radius: 0;
    padding: 15px 20px;
    border-bottom: 4px solid transparent;
    font-size: 17px;
}

.interviewer_panel .nav-pills > li.active > a {
    color: #000;
    border-bottom: 4px solid #23aaea;
    background: transparent;
    font-weight: 600;
}

.interviewer_panel .nav-pills >li >a:focus,
.interviewer_panel .nav-pills >li >a:active,
.interviewer_panel .nav-pills >li >a:hover {
    background: transparent;
}

.interviewer_panel .interviewer_people {
    float: left;
    width: 100%;
    background: #f2fbff;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px solid #c9eeff;
}

.interviewer_panel .interviewer_people .people {
    float: left;
    width: calc(100% - 100px);
}

.interviewer_panel .interviewer_people .people .item {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    background-color: gainsboro;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
}

.interviewer_panel .interviewer_people .total_people {
    float: left;
    width: 100px;
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    color: #23aaea;
    margin: 10px 0 0 0;
}

.interview_discussion {
    float: left;
    width: 100%;
}

.interview_discussion .item {
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 20px 20px 70px;
    border-bottom: 1px solid gainsboro;
}

.interview_discussion .item .ico {
    position: absolute;
    top: 30px;
    left: 30px;
}

.interview_discussion .item .ico:before {
    font-size: 30px;
}

.interview_discussion .item .photo {
    float: left;
    margin: 0 10px 10px 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.interview_discussion .item .head {
    float: left;
    width: 100%;
    margin: 0;
}

.interview_discussion .item .head .add_comment_title {
    float: left;
    width: 100%;
    margin: 10px 0 15px 0;
    font-size: 16px;
}

.interview_discussion .item .head .add_comment_title .title {
    font-weight: 600;
}

.interview_discussion .item .head .add_comment_title .sub_title {
    font-weight: 400;
    color: gray;
    font-size: 14px;
}

.interview_discussion .item .txtarea_box {
    float: left;
    width: 100%;
    border-radius: 4px;
    margin: 0 0 10px 0;
}

.interview_discussion .item .txtarea_box textarea {
    float: left;
    width: 100%;
    height: 80px;
    padding: 5px 10px;
    resize: vertical;
    border-radius: 4px;
    border: 1px solid #23aaea;
}

.interview_discussion .item .action_box {
    float: left;
    width: 100%;
}

.interview_discussion .item .action_box .visibility_options {
    float: left;
    width: 50%;
}

.interview_discussion .item .action_box .visibility_options .dd_btn_classic {
    border: none;
    background: linear-gradient(#e4e4e4,#d4d4d4);
    background: -webkit-linear-gradient(#e4e4e4,#d4d4d4);
    background: -moz-linear-gradient(#e4e4e4,#d4d4d4);
    background: -o-linear-gradient(#e4e4e4,#d4d4d4);
    border-radius: 4px;

}

.interview_discussion .item .action_box .visibility_options .dd_btn_classic .btn_icon:before {
    color: gray;
    float: left;
}

.interview_discussion .item .action_box .visibility_options .visibility_value {
    margin: 0 0 0 4px;
    font-weight: 600;
    color: #014a81;
}

.interview_discussion .item .action_box .visibility_options .dropdown-menu {
    background: white;
}

.interview_discussion .item .action_box .submit_option {
    float: left;
    width: 50%;
}

.interview_discussion .item .action_box .submit_option .submit_btn {
    background: #014a81;
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    border: none;
    padding: 8px 20px;
    border-radius: 3px;
}

.interview_discussion .item .head .name_desc_time {
    float: left;
    margin: 2px 0 10px 0;
    font-size: 17px;
    width: calc(100% - 80px);
}

.interview_discussion .item .head .name_desc_time .name {
    font-weight: 600;
}

.interview_discussion .item .head .name_desc_time .desc {
    color: #464646;
}

.interview_discussion .item .head .name_desc_time .time {
    color: gray;
    font-size: 14px;
}

.interview_discussion .item .post_matter {
    float: left;
    width: 100%;
    font-size: 14px;
}

.download_resume {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: white;
    margin: 20px 0 0 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.box_title {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.download_resume .uploaded_resume {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    background: #23aaea;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
}

.download_resume .uploaded_resume .filename {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 0;
}

.download_resume .uploaded_resume .file_details {
    font-size: 13px;
    margin: 0;
    opacity: 0.7;
}

.download_resume .uploaded_resume .ico {
    position: absolute;
    top: 15px;
    right: 15px;
}

.download_resume .uploaded_resume .ico:before {
    font-size: 25px;
    color: white;
}

.footer_style {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: white;
    margin: 20px 0 0 0;
    border-top: 6px solid #000;
}

.copyright {
    text-align: center;
}
/*logout button*/
.job_detail_view_header_controls .item.user_intro {
    position: relative;
    padding: 0 0 0 48px;
    margin: 0 0 0 10px;
}

.job_detail_view_header_controls .item .user_intro_photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d6d6d6;
    color: #565656;
    border-radius: 60px;
    font-weight: 600;
    font-size: 20px;
}

.job_detail_view_header_controls .item .user_intro_details .name {
    font-weight: 600;
}
/* End of CSS for main panel */


