/*GENERAL STYLES*/

@font-face {
    font-family: 'BPG WEB 001 Caps';
    src: url('../fonts/bpg-web-001-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-001-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bpg-web-001-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bpg-web-001-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bpg-web-001-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bpg-web-001-caps-webfont.svg#bpg_web_001_capsregular') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'BPG WEB 001';
    src: url('../fonts/bpg-web-001-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-web-001-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/bpg-web-001-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/bpg-web-001-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/bpg-web-001-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/bpg-web-001-webfont.svg#bpg_web_001regular') format('svg'); /* Legacy iOS */
}
body {
    margin:0;
    font-size:15px;
    color:#000;
    font-family: 'BPG WEB 001';
    background: #F2F2F2;
}
a:link {
    color:#333;
    text-decoration: none;
}
a:visited {
    color:#333;
    text-decoration: none;
}
a:hover {
    color:#FE40B4;
    text-decoration: none;
}
a:active {
    color:#FE40B4;
    text-decoration: none;
}
.lang_switch {
    float: right;
    margin: 24px 0 0 30px;
}
.lang_switch_mob {
    position: absolute;
    top: 0;
    right: 0;
    margin: 8px 70px 0 0;
    font-size: 17px;
}
input, select, textarea {
    height: 45px;
    box-sizing: border-box;
    padding: 0 15px;
    background: transparent;
    border: 1px solid #ADADAD;
    outline: none;
    font-family: 'BPG WEB 001';
    font-size:15px;
    color:#333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input:hover, select:hover, textarea:hover {
    border:1px solid #666666;
}
input:focus, select:focus, textarea:focus {
    border:1px solid #000;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
select {
    cursor: pointer;
}
textarea {
    height:100px;
    resize: none;
    padding:15px;
}
img {
    max-width: 100%;
}
.cursor_not_allowed {
    cursor:not-allowed;
}
.no_events_button {
    pointer-events: none !important;
    cursor: not-allowed !important;
}
.no_events_button_content {
    display: inline-block;
    width:auto;
    padding:0 30px;
    height: 45px;
    line-height: 48px;
    margin: 35px 0 0 0;
    background: #7e94bc !important;
    text-align: center;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: not-allowed !important;
}
.no_events_button_content:hover {
    background: #7e94bc !important;
    cursor: not-allowed !important;
}
.clear {
    clear:both;
}
.hidden {
    display: none;
}
.container {
    position: relative;
    max-width:1240px;
    margin:0 auto;
}
.container.no_relative {
    position: static;
}
.add_bottom_margin {
    margin-bottom:40px;
}
.no_result {
    background: #F2F2F2;
    padding:18px 20px 16px 20px;
    color:#392B3D;
    line-height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.no_result i {
    margin-right: 8px;
}
.status_pending {
    color:#EFA207;
}
.status_approved {
    color:#7FD3A1;
}
.status_declined {
    color:#E30707;
}

/* END OF GENERAL STYLES */


/* LOGIN STYLES */

.login_overlay_wrapper {
    position: fixed;
    z-index: 1;
    width:100%;
    height:100vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#375171+0,375171+100&0.65+0,0.1+100 */
    background: -moz-linear-gradient(-45deg, rgba(41,83,154,0.65) 0%, rgba(41,83,154,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(41,83,154,0.65) 0%,rgba(41,83,154,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(41,83,154,0.65) 0%,rgba(41,83,154,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6375171', endColorstr='#1a375171',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.login_overlay {
    position: absolute;
    z-index: 2;
    width:100%;
    height:100vh;
    background-image: url('../img/portal_bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login_content_wrapper {
    position: absolute;
    z-index: 3;
    width:100%;
    box-sizing: border-box;
    padding:30px 50px;
}
.login_header {

}
.login_logo {
    float:left;
}
.login_logo img {
    height:70px;
}
.login_promo_buttons {
    float:left;
    margin-left:70px;
}
.login_promo_button {
    float:left;
    background: #fff;
    height:70px;
    padding:0 15px;
    box-sizing: border-box;
    border-radius: 5px;
}
.login_promo_button img {
    border-radius: 5px;
}
.login_promo_button.critical {
    padding-top:3px;
    margin-right:20px;
}
.login_promo_button.travel {
    padding-top:5px;
}
.login_promo_button.dent {
    padding-top:3px;
    margin-right:20px;
}
.login_promo_button.critical img {
    height:65px;
}
.login_promo_button.travel img {
    height:54px;
}
.login_promo_button.dent img {
    height:65px;
}
.login_menu {
    float:right;
}
.login_menu a {
    margin-left:30px;
}
.login_menu a:link {
    color:#fff;
}
.login_menu a:visited {
    color:#fff;
}
.login_menu a:hover {
    color:#fff;
    opacity:0.8;
}
.login_menu a:active {
    color:#fff;
    opacity:0.8;
}
.login_phone {
    font-family: Arial;
    font-weight: bold;
    font-size:17px;
}
.login_phone i {
    margin-right:10px;
}
.login_content_area {
    margin-top:40px;
}
.login_panel {
    float:left;
    width:450px;
    box-sizing: border-box;
}
.login_box {
    width:100%;
    box-sizing: border-box;
    padding:38px 0 40px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}
.login_box_title {
    border-left:8px solid #FE40B4;
    padding-left:42px;
    margin-bottom:30px;
    font-family: 'BPG WEB 001 Caps';
    font-size:24px;
}
.login_form {
    padding:0 50px;
}
.login_form_group {
    margin: 0 0 24px 0;
}
.login_form_title {
    margin: 0 0 14px 0;
}
.forgot_password_link {
    float:right;
}
.forgot_password_link a:link {
    color:#999;
}
.forgot_password_link a:visited {
    color:#999;
}
.forgot_password_link a:hover {
    color:#FE40B4;
}
.forgot_password_link a:active {
    color:#FE40B4;
}
.login_form_content {

}
.login_form_input {
    width:100%;
}
.login_form_select {
    width:100%;
}
.login_form_select.day {
    width:85px;
}
.login_form_select.month {
    width:160px;
}
.login_form_select.year {
    width:95px;
}
.login_form_submit {
    
}
.login_form_submit_button {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 48px;
    margin: 25px 0 0 0;
    background: #1EF97F;
    text-align: center;
    color:#392B3D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login_form_submit_button:hover {
    background: #392B3D;
    color:#fff;
}
.login_extra_panel {
    margin-top:30px;
    padding:0 50px;
}
.login_extra_panel_item {
    margin-top:25px;
}
.login_extra_panel_item_title {
    color:#999;
}
.login_extra_panel_item_button {
    margin-top:6px;
}
.login_extra_panel_item_button i {
    margin-right:5px;
    opacity:0.8;
}
.login_error {
    padding:0 50px;
    margin-bottom:30px;
    color:#FE40B4;
}
.login_error i {
    margin-right:8px;
}
.login_success {
    padding:0 50px;
    margin-bottom:30px;
    color:#7FD3A1;
}
.login_success i {
    margin-right:8px;
}
.login_note {
    padding:0 50px;
    margin-bottom:30px;
    color:#375171;
}
.login_note i {
    margin-right:8px;
}
.login_success_icon {
    margin-top:20px;
    margin-bottom:30px;
    text-align: center;
    font-size:120px;
    color:#375171;
}
.login_info {
    display: none;
    float:right;
    width:calc(100% - 450px);
    box-sizing: border-box;
    padding-left:70px;
}
.login_title {
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    font-size:24px;
    color:#fff;
}
.login_desc {
    margin-top:15px;
    font-size:18px;
    color:#fff;
}
.login_agreement_welcome {
    float:right;
    font-size:24px;
    color:#fff;
}
.login_agreement {
    max-width: 1040px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    margin-bottom:40px;
    padding:50px 55px 50px 55px;
    background:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_intro_back {
    margin-bottom:45px;
}
.login_intro_back a i {
    margin-right:8px;
}
.login_agreement_title {
    font-family: 'BPG WEB 001 Caps';
    font-size:24px;
    margin-bottom:14px;
}
.login_agreement_note {
    font-size:17px;
    line-height: 25px;
}
.login_agreement_text {
    padding:25px 0;
    margin:45px 0;
    border-top:1px solid #ADADAD;
    border-bottom:1px solid #ADADAD;
    font-size:15px;
    line-height: 22px;
    color:#666666;
}
.login_agreement_paragraph.heading {
    font-size:17px;
    line-height: 25px;
    color:#333;
}
.login_agreement_paragraph.sub { 
    padding-left:50px;
}
.login_agreement_paragraph.sub-sub { 
    padding-left:100px;
}
.login_agreement_buttons {

}
.login_agreement_button {
    padding:14px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login_agreement_button.cancel {
    float:left;
}
.login_agreement_button.cancel:hover {
    background: #D60606;
    color:#fff;
}
.login_agreement_button.cancel i {
    margin-right:8px;
}
.login_agreement_button.back {
    float:left;
}
.login_agreement_button.back:hover {
    background: #FE40B4;
    color:#392B3D;
}
.login_agreement_button.back i {
    margin-right:8px;
}
.login_agreement_button.continue {
    float:right;
    background: #7FD3A1;
    color:#fff;
}
.login_agreement_button.continue:hover {
    background: #375171;
}
.login_agreement_button.continue i {
    margin-left:8px;
}
.register_instruction_wrapper {
    display: none;
    font-family: 'BPG WEB 001';
    padding:40px;
}
.register_instruction_title {
    font-weight: bold;
    font-size:20px;
    color:#E70707;
    margin-bottom:30px;
}
.register_instruction_title i {
    margin-right: 8px;
}
.register_instruction_desc {
    margin-bottom:20px;
}
.register_instruction_tip {
    margin-bottom:30px;
}
.register_instruction_grid {
    background: #CFD7E6;
    padding:25px 35px;
    padding-bottom: 1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-bottom: 30px;
}
.register_instruction_method {
    margin-bottom:30px;
}
.register_instruction_method_icon {
    display: inline-block;
    width:50px;
    font-size:30px;
    vertical-align: middle;
    color:#00A458;
}
.register_instruction_method_title {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
}
.register_instruction_method_desc {

}
.register_instruction_note {
    margin-bottom: 20px;
}
.register_instruction_contact_title {
    margin-bottom: 30px;
}
.register_instruction_contact_phone {
    margin-bottom: 15px;
    font-size:18px;
    font-weight: bold;
    color:#375171;
}
.register_instruction_contact_phone i {
    margin-right: 10px;
}
.register_instruction_contact_email {
    font-size:18px;
    font-weight: bold;
    color:#375171;
}
.register_instruction_contact_email i {
    margin-right: 10px;
}
.light_version_popup {
    display: none;
    font-family: 'BPG WEB 001';
    padding:40px;
    max-width: 655px;
}
.light_version_popup_title {
    font-weight: bold;
    font-size:20px;
    color:#E70707;
    margin-bottom:30px;
}
.light_version_popup_title i {
    margin-right: 8px;
}
.light_version_popup_desc {
    line-height: 24px;
}

/* END OF LOGIN STYLES */


/* HEADER STYLES */

.header {
    position: fixed;
    top:0;
    z-index: 1;
    width:100%;
    height:60px;
    background: #fff;
}
.logo {
    position: absolute;
    top:17px;
    left:0;
}
.logo img {
    height:77px;
}
.menu_trigger {
    display: none;
}
.menu_close {
    display: none;
}
.call {
    float:left;
    margin:21px 0 0 184px;
    font-family: Arial;
    font-weight: bold;
    font-size:19px;
}
.call a:link {
    color:#9BA6B3;
}
.call a:visited {
    color:#9BA6B3;
}
.call a:hover {
    color:#9BA6B3;
}
.call a:active {
    color:#9BA6B3;
}
.call span {
    margin:0 6px 0 0;
}
.topnav {
    float:right;
}
.topnav_seperator {
    float:right;
    display: block;
    height:32px;
    width:1px;
    background-color: #D7DCE1;
    margin:15px 12px 0px 30px;
}
.topnav_button_block {
    float:right;
}
.topnav_button {
    float:right;
    margin:0 0 0 18px;
    box-sizing: border-box;
    padding:21px 0 0 0;
    color:#667688;
}
.topnav_button:hover {
    color:#FE40B4;
}
.topnav_button i {
    font-size:20px;
}
.topnav_button.profile {
    padding:22px 0 0 0;
}
.topnav_button.profile i {
    font-size:16px;
}
.topnav_button.inbox {
    padding:21px 6px 0 6px;
    position: relative;
}
.topnav_button.inbox i {
    font-size:20px;
}
.inbox_unread {
    position: absolute;
    top:0;
    left:0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #E30707;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-top:8px;
    margin-left:6px;
}
.topnav_button.inbox.mobile_inbox {
    display: none;
    float: right;
    margin-top:-15px;
    padding-right: 3px;
}
.topnav_button.inbox.mobile_inbox i {
    font-size:24px;
}
.profile_button {
    float:right;
    height:58px;
    box-sizing: border-box;
    padding:13px 0 0 0;
    position:relative;
    color:#667688;
    font-size: 16px;
}
.profile_button:hover {
    color:#FE40B4;
    cursor:pointer;
}
.profile_button.active {
    color:#FE40B4;
    cursor:pointer;
}
.profile_button_img {
    margin:0 10px -13px 0;
    width:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
}
.profile_button_arrow {
    margin-left:6px;
}
.rotate90 {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
.profile_menu {
    cursor: default;
    display:none;
    position:absolute;
    top:60px;
    left:0;
    right:0;
    background-color:#fff;
    border-top:1px solid #CACED8;
    border-left:1px solid #CACED8;
    border-right:1px solid #CACED8;
    border-bottom:1px solid #CACED8;
    width:inherit;
    min-width: 289px;
    overflow:auto;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.show_profile_menu {
    display:block;
}
.profile_menu a {
    display:block;
    padding:10px 18px;
    height:20px;
    line-height:24px;
    color:#667688;
    font-size: 15px;
}
.profile_menu a:hover {
    background-color:#1EF97F;
    color:#392B3D;
}
.profile_menu a.active {
    background-color:#375171;
    color:#fff;
}
.profile_menu_icon {
    display: inline-block;
    text-align: left;
    width:24px;
    font-size:14px;
    color:#67778B;    
}
.profile_menu a:hover .profile_menu_icon {
    color:#392B3D;
}
.switch_profile_menu {
    border-bottom:1px solid #DADADA;
    padding-bottom:10px;
    margin-bottom: 10px;
}
.switch_child_profile_title {
    margin:20px 18px 15px 18px;
}
.sidebar_overlay {
    display: none;
}

/* END OF HEADER STYLES */



/* LEFTBAR STYLES */

.leftbar_block {
    /*position: fixed;*/
    position: absolute;
    width: 300px;
    margin-bottom: 50px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededf2+100 */
}
.leftbar_unfix {
    position: absolute;
    bottom:0;
}
.leftbar_block_item {
    padding:0 20px;
    height:46px;
    line-height: 48px;
    color: #392B3D;
    border-bottom:1px solid #F2F2F2;
    background: #fff;
}
.leftbar_block_item.disabled {
    opacity: 0.3;
}
.leftbar_block_item.first {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.leftbar_block_item.last {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.leftbar_block_item span {
    display: inline-block;
    vertical-align: top;
    width:32px;
    font-size:17px;
    color:#392B3D;
}
.leftbar_block_item:hover {
    color:#FE40B4;
}
.leftbar_block_item:hover span {
    color:#FE40B4;
}
.leftbar_block_item.active {
    background-color:#27E6FF;
    color:#392B3D;
}
.leftbar_block_item.active span {
    color:#392B3D;
}
.leftbar_notification {
    float:right;
    width:26px;
    height:26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background: #FE40B4;
    font-family: Arial;
    font-weight: bold;
    font-size:14px;
    color:#392B3D;
    line-height: 26px;
    text-align: center;
    margin-top:10px;
}
.leftbar_block_item.active .leftbar_notification {
    background: #fff;
    color:#375171;
}
.leftbar_new_item {
    display: inline-block;
    vertical-align: top;
    color:#E30707;
    font-size:11px;
    margin-top:-4px;
}
.leftbar_block_item.active .leftbar_new_item {
    color:#FFF;
    opacity: 0.6;
}

/* leftbar accordion */
ul.leftbar_block_accordion {
    list-style-type: none;
    margin:0;
    padding:0;
}
.leftbar_block_accordion .leftbar_block_accordion_link {
    position:relative;
    cursor: pointer;
    display: block;
    padding:16px 20px 14px 20px;
    border-bottom:1px solid #F2F2F2;
    color: #392B3D;
    background: #fff;
}
.leftbar_block_accordion_link span {
    display: inline-block;
    vertical-align: top;
    margin-top:-3px;
    width:32px;
    font-size:17px;
    color:#392B3D;
}
.leftbar_block_accordion_link .accordion_down {
    position:absolute;
    width:10px;
    top:18px;
    right: 25px;
}
.leftbar_block_accordion .leftbar_block_accordion_link:hover {
    color:#FE40B4;
}
.leftbar_block_accordion .leftbar_block_accordion_link:hover span {
    color:#FE40B4;
}
.leftbar_block_accordion li:last-child .leftbar_block_accordion_link {

}
.leftbar_block_accordion_submenu a.disabled {
    opacity:0.3;
}
.leftbar_block_accordion_link.active {
    background: #27E6FF;
    color:#392B3D !important;
}
.leftbar_block_accordion_link.active span {
    color:#392B3D !important;
}
.leftbar_block_accordion li.open .leftbar_block_accordion_link {
    color:#392B3D;
}
.leftbar_block_accordion li.open .leftbar_block_accordion_link span {
    color:#392B3D;
}
.leftbar_block_accordion li.open:last-child .leftbar_block_accordion_link {
    
}
.leftbar_block_accordion li.open .accordion_down_arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.leftbar_block_accordion_submenu {
    display: none;
    padding:10px 0 6px 0;
    background-color:#fff;
    border-bottom:1px solid #F2F2F2;
}
.leftbar_block_accordion_submenu.active {
    display: block;
}
.leftbar_block_accordion_submenu a {
    padding:8px 20px;
    display: block;
    color: #392B3D;
    border-bottom: none;
}
.leftbar_block_accordion_submenu a.last {
    border-bottom:none !important;
}
.leftbar_block_accordion_submenu a span {
    display: inline-block;
    vertical-align: top;
    width:32px;
    font-size:17px;
    color:#392B3D;
}
.leftbar_block_accordion_submenu a:hover {
    color:#FE40B4;
}
.leftbar_block_accordion_submenu a:hover span {
    color:#FE40B4;
}
.leftbar_block_accordion_submenu a.active {
    color:#FE40B4;
}
.leftbar_block_accordion_submenu a.active span {
    color:#FE40B4;
}
/* end of leftbar accordion */

/* END OF LEFTBAR STYLES */


/* CONTENT STYLES */

.content {
    margin:120px 0px 0 0px;
    min-height: 850px;
}
.content_area {
    float:right;
    width:calc(100% - 350px);
    box-sizing: border-box;
    padding:35px 40px 40px 40px;
    margin-bottom:50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}
.content_area.full_width {
    float: none;
    width: 100%;
}
.content_area.no_bottom_padding {
    padding-bottom:14px;
}
.content_area.zero_bottom_padding {
    padding-bottom:0px;
}
.content_title {
    border-left:5px solid #27E6FF;
    padding-left:20px;
    font-size:22px;
    color:#392B3D;
    margin-bottom:35px;
}
.content_title.left {
    float: left;
}
.content_title_link {
    float: right;
    margin-top: 3px;
}
.content_title_link i {
    margin-left: 6px;
}
.content_title_link a:link {
    color:#999;
}
.content_title_link a:visited {
    color:#999;
}
.content_title_link a:hover {
    color:#FE40B4;
}
.content_title_link a:active {
    color:#FE40B4;
}
.after_title_button {
    display: inline-block;
    margin-bottom:40px;
    padding:14px 30px;
    background: #1EF97F;
    color:#392B3D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.after_title_button i {
    margin:0 10px 0 0;
}
.after_title_button:hover {
    background: #392B3D;
    color: #fff;
}
.after_title_button_dark {
    display: inline-block;
    margin-left:10px;
    margin-bottom:40px;
    padding:15px 30px;
    background: #375171;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.after_title_button_dark i {
    margin:0 10px 0 0;
}
.after_title_button_dark:hover {
    background: #375171;
}

/* END OF CONTENT STYLES */


/* HOMEPAGE STYLES */

.policy_switch_wrapper {

}
.policy_switch {
    float:left;
    width:calc(33% - 15px);
    box-sizing: border-box;
    margin-right:26px;
    padding:24px 32px 26px 32px;
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.policy_switch.last {
    margin-right: 0px;
}
.policy_switch:hover {
    background: #B1B1B1;
}
.policy_switch_icon {
    background: #1EF97F;
    width:80px;
    height:80px;
    line-height: 90px;
    text-align: center;
    font-size:40px;
    color:#392B3D;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.policy_switch_title {
    margin-top:22px;
    color:#392B3D;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.policy_switch_title span {
    display: block;
    margin-bottom:6px;
    font-size:20px;
    color:#392B3D;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.policy_promo_buttons_content_area {
    float:right;
    width:calc(100% - 350px);
    box-sizing: border-box;
    margin-bottom:50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.policy_promo_buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.policy_promo_buttons a {
    display: block;
    width:calc(33% - 10px);
}
.policy_promo_button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    height:150px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.policy_promo_button img {
    max-width: 80%;
}
.policy_promo_button.critical {
   
}
.policy_promo_button.travel {
    
}
.policy_promo_button.critical img {
   
}
.policy_promo_button.travel img {
    
}
.policy_promo_button:hover {
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}

/* END OF HOMEPAGE STYLES */


/* GRID STYLES */

.grid_wrapper {

}
.grid_item {
    float:left;
    width:calc(33% - 15px);
    box-sizing: border-box;
    margin-right:26px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.grid_item.doctors {
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.grid_item.clinics {
    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.grid_item.doctors:nth-of-type(3n+1) {
    clear: both;
}
.grid_item.clinics:nth-of-type(3n+1) {
    clear: both;
}
.grid_wrapper.inside .grid_item {
    margin-bottom:26px;
}
.grid_item:nth-child(3n) {
    margin-right: 0px;
}
.grid_item:hover {
    
}
.grid_item.doctors:hover {
    border: none;
}
.grid_item.clinics:hover {
    border: none;
}
.grid_photo {
    line-height: 0;
    overflow: hidden;
}
.grid_photo img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.grid_item:hover .grid_photo img {
    transform: scale(1.2);
}
.grid_photo.doctors img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.grid_photo.clinics {
    height:130px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.grid_photo.clinics img {
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.grid_info {
    height:90px;
    box-sizing: border-box;
    padding:12px 18px 14px 18px;
    line-height: 20px;
    background: #F2F2F2;
    border-top: 3px solid #1EF97F;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.grid_item:hover .grid_info {
    background: #B1B1B1;
}
.grid_info.doctors {
    height: auto;
    padding:12px 0 14px 0;
    margin-bottom:15px;
    background: transparent;
    border-top:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.grid_item:hover .grid_info.doctors {
    background: #fff;
}
.grid_info.clinics {
    height: auto;
    padding:12px 0 14px 0;
    margin-bottom:15px;
    background: transparent;
    border-top:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.grid_item:hover .grid_info.clinics {
    background: #fff;
}
.grid_title {
    color:#392B3D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.grid_title.doctors {
    overflow: visible;
    display: block;
}
.grid_title.clinics {
    overflow: visible;
    display: block;
}
.grid_service_center {
    margin:6px 0 0 0;
    font-size: 14px;
    color:#667688;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.grid_service_center i {
    margin:0 4px 0 0;
}
.grid_service_center.doctors {
    overflow: visible;
    display: block;
}
.grid_desc {
    margin-top:8px;
    color:#667688;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
}
.grid_desc.doctors {
    overflow: visible;
    display: block;
}
.grid_desc.clinics {
    overflow: visible;
    display: block;
}

/* END OF GRID STYLES */

.sms_overlay {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(55,81,113,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sms_popup {
    position: relative;
    z-index: 99999;
    max-width: 750px;
    background: #fff;
    border-radius: 12px;
    padding:40px 60px;
    font-size:16px;
    line-height: 24px;
}
.sms_text_headline {
    font-weight: bold;
    font-size:17px;
}
.sms_popup_buttons {
    margin:40px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sms_popup_button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 60px;
    height:48px;
    color:#fff;
    font-weight: bold;
    border-radius: 50px;
    font-size:17px;
}
.sms_popup_button.sms_decline {
    border:1px solid #c50000;
    color:#c50000;
}
.sms_popup_button.sms_decline:hover {
    background: #c50000;
    color:#fff;
}
.sms_popup_button.sms_agree {
    background: #7FD3A1;
    color:#375171;
}
.sms_popup_button.sms_agree:hover {
    background: #375171;
    color:#fff;
}

/* FOOTER STYLES */

.footer {
    margin-top:20px;
    padding:50px 0 28px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ededf2+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #ededf2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffffff 0%,#ededf2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffffff 0%,#ededf2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededf2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer_block {
    float:left;
    width:25%;
}
.footer_block_title {
    border-left: 5px solid #FE40B4;
    padding-left: 20px;
    font-size:17px;
    color:#392B3D;
}
.footer_block_menu {
    margin-top:25px;
    margin-left:25px;
}
.footer_block_menu a {
    display: block;
    margin-top:12px;
}
.footer_block_menu a.disabled {
    opacity: 0.3;
}
.footer_block_menu a:link {
    color:#999999;
}
.footer_block_menu a:visited {
    color:#999999;
}
.footer_block_menu a:hover {
    color:#FE40B4;
}
.footer_block_menu a:active {
    color:#FE40B4;
}
.footer_social {
    margin-top:25px;
    margin-left:25px;
}
.footer_social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    border: 1px solid #B5B5B5;
    margin-right:8px;
    font-size: 18px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.footer_social a:link {
    color:#999;
}
.footer_social a:visited {
    color:#999;
}
.footer_social a:hover {
    color:#555;
    border:1px solid #666666;
}
.footer_social a:active {
    color:#7FD3A1;
    border:1px solid #7FD3A1;
}
.footer_last {
    margin-top:50px;
    padding-top:28px;
    padding-left:25px;
    padding-right:25px;
    border-top:1px solid #E2E2E2;
    font-size: 14px;
    color:#999;
}

/* END OF FOOTER STYLES */


/* POLICY STYLES */

.choose_product {
    float:right;
    margin-top:-10px;
    color:#667688;
}
.choose_product_title {
    display: inline-block;
    margin-right: 10px;
}
.choose_product_select {
    padding:0 10px;
}
.product_info {
    border-top:1px solid #CED6E5;
    padding-top:30px;
}
.product_info_owner {
    margin-bottom:30px;
    font-size:25px;
    color:#392B3D;
}
.product_info_param {
    margin-top:15px;
    color:#333;
}
.product_info_param span {
    display: inline-block;
    width:150px;
    color:#667688;
}
.e_services_wrapper {

}
.e_service {
    float:left;
    width:calc(33% - 15px);
    height: 218px;
    box-sizing: border-box;
    margin-right:26px;
    margin-bottom: 26px;
    background: #F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.e_service.disabled {
    opacity: 0.3;
}
.e_service a {
    display: block;
    padding:24px 32px 26px 32px;
}
.e_service:nth-child(3n) {
    margin-right: 0px;
}
.e_service:hover {
    background: #B1B1B1;
}
.e_service_icon {
    background: #1EF97F;
    width:80px;
    height:80px;
    line-height: 90px;
    text-align: center;
    font-size:40px;
    color:#392B3D;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.e_service_title {
    margin-top:18px;
    color:#392B3D;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* END OF POLICY STYLES */


/* PROFILE STYLES */

.form_tabs {
    border-bottom:4px solid #CED6E5;
    margin-bottom:35px;
}
.form_tab {
    display: inline-block;
    padding:0 15px 12px 15px;
    border-bottom:4px solid #CED6E5;
    margin-bottom:-4px;
    color:#999;
}
.form_tab:hover {
    color:#333;
}
.form_tab.active {
    border-bottom:4px solid #FE40B4;
    color:#333;
}
.form_tab span {
    display: inline-block;
    width: 26px;
    height: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    background: #FE40B4;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #392B3D;
    line-height: 26px;
    text-align: center;
    margin-left:10px;
    margin-top: 5px;
}
.form_tab span.no_new_appointment {
    background: #CED6E5;
    color:#667688;
}
.two_fa_info {
    margin-top:12px;
}
.two_fa_number {
    color:#333;
    display: inline-block;
    background: #fff;
    padding:8px 15px;
    font-family: Arial;
    font-weight: bold;
    color:#7FD3A1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.two_fa_number i {
    margin-right:6px;
}
.two_fa_edit_number {
    margin-left:12px;
    color:#333;
    font-size:14px;
}
.popup_confirmation_wrapper {
    position: fixed;
    top:0;
    left:0;
    z-index: 2;
    width:100%;
    height:100vh;
    background: rgba(0,0,0,0.8);
}
.popup_confirmation_form {
    background: #fff;
    max-width: 300px;
    margin:0 auto;
    margin-top:15%;
    padding:50px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
.confirmation_link {
    margin-top: 35px;
}
.current_phone {
    border:1px solid #CED6E5;
    padding:18px 20px 16px 20px;
    color:#667688;
    line-height: 22px;
    margin-bottom:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.current_phone.bottom_margin {
    margin-bottom:35px;
}
.current_phone span {
    margin-left: 6px;
    color:#FE40B4;
}
.current_phone span i {
    margin-right: 6px;
}
.success_go_back {
    margin-top:35px;
}
.success_go_back i {
    margin-right:8px;
}

/* END OF PROFILE STYLES */


/* FORM STYLES */

.form_wrapper {

}
.form_item_block {
    margin-bottom:35px;
}
.form_item_title {
    margin-bottom:15px;
}
.form_wrapper input {
    width:100%;
    max-width: 350px;
    background: #fff;
}
.form_wrapper select {
    width:100%;
    max-width: 350px;
    background: #fff;
}
.form_wrapper textarea {
    width:100%;
    max-width: 500px;
}
.radio_container {
    display: inline-block;
    position: relative;
    cursor: default;
    padding-left:35px;
    padding-right:15px;
    padding-top:3px;
    color:#667688;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_container input {
    position: absolute;
    opacity: 0;
    display: none;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #CED6E5;
    border-radius: 50%;
}
.radio_container:hover input ~ .checkmark {
    background-color: #BEC8DC;
}
.radio_container input:checked ~ .checkmark {
    background-color: #7FD3A1;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio_container input:checked ~ .checkmark:after {
    display: block;
}
.radio_container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.checkbox_container {
    display: inline-block;
    position: relative;
    cursor: default;
    padding-left:38px;
    padding-top:7px;
    color:#333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox_container:hover {
    
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    display: none;
}
.checkmark_checkbox {
    position: absolute;
    top: 2px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #F2F2F2;
    border:1px solid #B1B1B1;
    border-radius: 3px;
}
.checkbox_container:hover input ~ .checkmark_checkbox {
    background-color: #B1B1B1;
}
.checkbox_container input:checked ~ .checkmark_checkbox {
    background-color: #1EF97F;
    border:1px solid  #1EF97F;
}
.checkmark_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_container input:checked ~ .checkmark_checkbox:after {
    display: block;
}
.checkbox_container .checkmark_checkbox:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #392B3D;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form_note {
    background: #F2F2F2;
    padding:18px 20px 16px 20px;
    color:#392B3D;
    line-height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form_note.bottom_margin {
    margin-bottom:35px;
}
.form_note2 {
    border:1px solid #CED6E5;
    padding:18px 20px 16px 20px;
    color:#667688;
    line-height: 22px;
    margin-bottom:25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.form_note2.bottom_margin {
    margin-bottom:35px;
}
.form_submit {
    display: inline-block;
    width:auto;
    padding:0 30px;
    height: 45px;
    line-height: 48px;
    margin: 35px 0 0 0;
    background: #1EF97F;
    text-align: center;
    color:#392B3D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.form_submit:hover {
    background: #392B3D;
    color: #fff;
}
.form_submit.no_margin_top {
    margin-top:0px;
}
.error {
    margin-bottom:35px;
    border:1px solid #FE40B4;
    color:#FE40B4;
    padding:15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.error.no_bottom_margin {
    margin-bottom: 0px;
}
.error i {
    margin-right: 8px;
}
.success {
    margin-bottom:35px;
    border:1px solid #1EF97F;
    color:#392B3D;
    padding:15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.success.no_bottom_margin {
    margin-bottom: 0px;
}
.success i {
    margin-right: 8px;
    color: #1EF97F;
}

/* END OF FORM STYLES */


/* BLOG STYLES */

.blog_info {
    padding-bottom:35px;
    border-bottom:1px solid #CFD7E6;
    margin-bottom: 35px;
}
.blog_info_photo {
    float:left;
    width:260px;
    box-sizing: border-box;
    line-height: 0;
}
.blog_info_photo img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog_info_details {
    float:left;
    width:calc(100% - 260px);
    height:146px;
    box-sizing: border-box;
    position: relative;
}
.blog_info_details.doctor {
    height:392px;
}
.blog_info_details.clinic {
    height:auto;
}
.blog_info_content_wrap {
    position: absolute;
    left:0;
    bottom:0;
    padding-left:30px;
    padding-bottom:4px;
}
.blog_info_content_wrap.clinic {
    position: static;
}
.blog_info_details.doctor .blog_info_content_wrap {
    padding-bottom:0px;
}
.blog_info_title {
    font-size:20px;
    line-height: 25px;
    margin-bottom:10px;
}
.blog_info_param {
    margin-top:8px;
    color:#667688;
}
.blog_info_param a:link {
    color:#667688;
}
.blog_info_param a:visited {
    color:#667688;
}
.blog_info_param a:hover {
    color:#FE40B4;
}
.blog_info_param a:active {
    color:#FE40B4;
}
.blog_info_param i {
    margin-right: 10px;
}
.doctor_appointment_button {
    display: inline-block;
    margin-top:20px;
    padding:18px 35px;
    background: #1EF97F;
    color:#392B3D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.doctor_appointment_button i {
    margin:0 10px 0 0;
}
.doctor_appointment_button:hover {
    background: #392B3D;
    color: #fff;
}
.blog_info_text {
    font-size:16px;
    line-height: 25px;
    color:#667688;
}
.blog_fb_video {
    margin:30px 0 0 0;
    padding:35px 0 0 0;
    border-top: 1px solid #CFD7E6;
}
.clinic_map {
    border:1px solid #CED6E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.map_doctors_spacer {
    margin-bottom:40px;
}

/* END OF BLOG STYLES */


/* SEARCH STYLES */

.search_filter {
    padding-bottom:15px;
    margin-bottom:40px;
    border-bottom:1px solid #CDD5E4;
}
.search_item_wrapper {
    float:left;
    width:calc(33% - 15px);
    box-sizing: border-box;
    margin-right:26px;
    margin-bottom:15px;
}
.search_item_wrapper:nth-child(3n) {
    margin-right: 0px;
}
.search_item_wrapper span {
    display: block;
    margin-bottom: 8px;
    color:#392B3D;
}
.search_item_wrapper input {
    width: 100%;
    background: #fff;
}
.search_item_wrapper input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#333;
}
.search_item_wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#333;
}
.search_item_wrapper input::-ms-input-placeholder { /* Microsoft Edge */
    color:#333;
}
.search_item_wrapper select {
    width: 100%;
}
.search_checkbox {
    padding-top:9px;
}
.search_filter_submit {

}
.search_filter_submit i {
    margin-right: 8px;
}
.search_filter_submit a {
    display: block;
    text-align: center;
    height:45px;
    line-height:48px;
    background-color:#1EF97F;
    color:#392B3D;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.search_filter_submit a:hover {
    background: #392B3D;
    color: #fff;
}

.search_date_switcher {
    text-align: center;
}
.search_date_switcher_arrow {
    display: inline-block;
}
.search_date_switcher_arrow i {
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    font-size: 25px;
    color: #7FD3A1;
}
.search_date_switcher_arrow_left {
    margin: 0 20px 0 0;
}
.search_date_switcher_arrow_left i {
    margin-right: 5px;
}
.search_date_switcher_arrow_right {
    margin: 0 0 0 20px;
}
.search_date_switcher_arrow_right i {
    margin-left: 5px;
}
.search_date_switcher_input {
    display: inline-block;
}
.input_center {
    text-align: center;
    width: 200px;
    cursor: pointer;
}

/* END OF SEARCH STYLES */


/* APPOINTMENT STYLES */

.appointment_instruction {
    background: #392B3D;
    padding:15px 20px;
    color:#fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_instruction i {
    margin-right:5px;
}
.appointment_instruction span {
    display: inline-block;
    margin-left:10px;
    padding:10px 16px 8px 16px;
    background: #fff;
    color:#325596;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.schedule_wrapper {

}
.appointment_list_wrapper {
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom:2px solid #CCD4E3;
}
.appointment_list_wrapper:last-child {
    border-bottom:none;
    padding-bottom: 0px;
}
.appointment_list_info {
    float:left;
    width:calc(33% - 15px);
}
.appointment_list_hours {
    float:left;
    width:calc(100% - 33%);
    padding:0 0 0 26px;
    box-sizing: border-box;
}
.appointment_list_info_photo {
    margin:0 0 25px 0;
    width:100%;
    line-height: 0px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_list_info_photo img {
    width:100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_list_info_doctor {
    margin:0 0 20px 0;
    font-size:17px;
}
.appointment_list_info_clinic {
    font-size: 14px;
    color:#667688;
    margin-bottom:8px;
}
.appointment_list_info_clinic a:link {
    color:#667688;
}
.appointment_list_info_clinic a:visited {
    color:#667688;
}
.appointment_list_info_clinic a:hover {
    color:#7FD3A1;
}
.appointment_list_info_clinic a:active {
    color:#7FD3A1;
}
.appointment_list_info_address {
    font-size: 14px;
    color:#667688;
}
.appointment_list_info_address a:link {
    color:#667688;
}
.appointment_list_info_address a:visited {
    color:#667688;
}
.appointment_list_info_address a:hover {
    color:#7FD3A1;
}
.appointment_list_info_address a:active {
    color:#7FD3A1;
}
.appointment_list_hours_title {
    margin:0 0 20px 0;
    font-size:20px;
    color:#392B3D;
}
.appointment_list_hours_details {
    margin:0 0 20px 0;
    font-size:17px;
    color:#392B3D;
}
.appointment_list_hours_details i {
    margin-right:10px;
    color: #FE40B4;
}
.appointment_list_hours_instruction {
    margin:0 0 20px 0;
    font-size:17px;
    color:#667688;
}
.appointment_list_hours_instruction i {
    margin-right: 10px;
}
.appointment_list_hours_error {
    margin-bottom:35px;
    border:1px solid #FE40B4;
    color:#FE40B4;
    padding:15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_list_hours_error i {
    margin-right: 8px;
}
.appointment_list_hours_list {
    margin:35px 0 0 0;
}
.appointment_list_hour {
    float:left;
    position: relative;
    width:calc(20% - 15px);
    height:40px;
    margin-right:15px;
    margin-bottom:15px;
    box-sizing: border-box;
    background: #F2F2F2;
    font-family: Arial;
    font-weight: bold;
    font-size:17px;
    color:#392B3D;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.appointment_list_hour:hover {
    background: #B1B1B1;
}
.appointment_list_hour span {
    position: absolute;
    z-index:1;
    top:55px;
    left:0;
    margin:0 0 0 -88px;
    width:195px;
    display: none;
    padding:0 25px 0 25px;
    background: #000;
    font-size:14px;
    font-family: 'BPG WEB 001';
    font-weight: normal;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_list_hour:hover span {
    display: block;
}
.appointment_list_hour.locked {
    cursor:not-allowed;
}
.appointment_list_hour.taken {
    background:#FE40B4;
    color:#fff;
}
.appointment_list_hour.self {
    background: #1EF97F;
    color:#392B3D;
    cursor:pointer !important;
}
.appointment_list_hour.self:hover {
    background: #392B3D;
    color: #fff;
}

.fancybox-slide--iframe .fancybox-content {
    width:800px !important;
    max-width:80% !important;
}
.appointment_popup_wrapper {
    /*padding:50px 70px 60px 70px;*/ 
    padding: 35px 40px 45px 40px;
    background: #fff;
}

/* COVID */

.appointment_covid_alert {
    margin:0 0 20px 0;
}
.appointment_covid_alert_title {
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    font-size:16px;
}
.appointment_covid_alert_title i {
    color:#DF0707;
    margin:0 6px 0 0;
}
.appointment_covid_alert p {
    font-size: 14px;
    color: #667688;
    line-height: 18px;
}
.appointment_clinic_service_limited {
    margin:20px 0 0 0;
    line-height: 20px;
    color:#df0707;
}
.limited_appointment_wording {
    color: #667688;
    margin:25px 0 30px 0;
    padding: 0 0 30px 0;
    line-height: 20px;
    border-bottom: 1px solid #CCD4E3;
}

/* END OF COVID */

.appointment_doctor_online {
    margin:0 0 20px 0;
    border:1px dashed #df0707;
    padding:15px;
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    color:#df0707;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_doctor_online i {
    margin:0 6px 0 0;
}

.appointment_popup_sure_date_wrapper {
    margin:0 0 25px 0;
    /*padding:30px 30px 25px 30px;*/
    padding:20px 30px 12px 30px;
    border:1px solid #CED6E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
}
.appointment_popup_sure_date {
    text-align: center;
    font-size:18px;
    color:#392B3D;
}
.appointment_popup_sure_time {
    margin-top:10px;
    text-align: center;
    font-family: 'Arial';
    font-weight: bold;
    font-size:30px;
    color:#392B3D;
}
.appointment_popup_buttons {
    text-align: center;
}
.appointment_button {
    display: inline-block;
    width:200px;
    height:50px;
    line-height: 52px;
    text-align: center;
    font-size:17px;
    color:#392B3D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.appointment_button i {
    margin-right: 8px;
}
.appointment_button.confirm {
    background: #1EF97F;
    float:left;
}
.appointment_button.confirm:hover {
    background: #392B3D;
    color: #fff;
}
.appointment_button.cancel {
    background: #F2F2F2;
    float:right;
}
.appointment_button.cancel:hover {
    background: #B1B1B1;
}
.mydoc_interview_button {
    display: inline-block;
    margin:10px 0 0 0;
    padding:6px 20px;
    text-align: center;
    font-size:15px !important;
    color:#fff !important;
    background: #4E85C4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mydoc_interview_button:hover {
    background: #356AA7;
}
.mydoc_interview_button i {
    margin-right: 8px;
}

/* END OF APPOINTMENT STYLES */


/* VISITS STYLES */

.visit_block {
    border-bottom:1px solid #CED6E5;
    margin-bottom:20px;
    padding-bottom:20px;
}
.visits_head {
    background: #392B3D;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.visits_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.visits_head div:first-child {
    width:40%;
}
.visits_head div:nth-child(2n) {
    width:35%;
}
.visits_head div:nth-child(3n) {
    width:25%;
}
.visits_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.visits_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.visits_row div {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.visits_row:hover {
    background: #DFE5EF;
}
.visits_row div:first-child {
    width:40%;
}
.visits_row div:first-child span {
    display: block;
    margin-top:6px;
    color:#7FD3A1;
}
.visits_row div:nth-child(2n) {
    width:35%;
}
.visits_row div:nth-child(3n) {
    width:25%;
    border-right: none;
}
.visit_cancel {
    background: #FE40B4;
    color:#392B3D !important;
    display: inline-block;
    padding:6px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.visit_cancel i {
    margin-right:6px;
}
.visit_cancel:hover {
    background: #392B3D;
    color: #fff !important;
}

/* END OF VISITS STYLES */


/* LIMITS STYLES */

.limits_head {
    background: #392B3D;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.limits_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.limits_head div:first-child {
    width:40%;
}
.limits_head div:nth-child(2n) {
    width:20%;
    text-align: right;
}
.limits_head div:nth-child(3n) {
    width:20%;
    text-align: right;
}
.limits_head div:nth-child(4n) {
    width:20%;
    text-align: right;
}
.limits_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.limits_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.limits_row div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.limits_row:hover {
    background: #DFE5EF;
}
.limits_row div:first-child {
    width:40%;
}
.limits_row div:nth-child(2n) {
    width:20%;
    text-align: right;
}
.limit_unlimited {
    display: block !important;
    margin-top:6px !important;
    color:#FE40B4 !important;
    font-size:14px !important;
}
.limits_row div:nth-child(3n) {
    width:20%;
    text-align: right;
}
.limits_row div:nth-child(3n) span {
    display: inline-block;
    color:#8997A7;
    font-size:13px;
}
.limits_row div:nth-child(4n) {
    width:20%;
    text-align: right;
    border-right:none;
}
.limits_row div:nth-child(4n) span {
    display: inline-block;
    color:#8997A7;
    font-size:13px;
}
.limits_title_mob {
    display: none !important;
}
.limits_chart_button {
    display: inline-block !important;
    padding: 0px !important;
    width: auto !important;
    border: none !important;
    margin-top:10px !important;
    font-size:14px;
    background: #1EF97F !important;
    padding:8px 16px !important;
    color:#392B3D !important;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.limits_chart_button:hover {
    background: #392B3D !important;
    color: #fff !important;
}
.limits_chart_button i {
    margin-right:6px;
}
.chart_popup_holder {
    display: none;
    width:100% !important;
    max-width: 700px !important;
    font-family: 'BPG WEB 001' !important;
}

/* END OF LIMITS STYLES */


/* AUTO PAYMENT SCHEDULE STYLES */

.payment_schedule_head {
    background: #392B3D;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.payment_schedule_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.payment_schedule_head div:first-child {
    width:8%;
}
.payment_schedule_head div:nth-child(2n) {
    width:50%;
}
.payment_schedule_head div:nth-child(3n) {
    width:42%;
}
.payment_schedule_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.payment_schedule_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.payment_schedule_row.total {
    background: #CED6E5;
}
.payment_schedule_row div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.payment_schedule_row.total div {
    color:#333;
}
.payment_schedule_row.total div span {
    color:#333 !important;
}
.payment_schedule_row:hover {
    background: #DFE5EF;
}
.payment_schedule_row.total:hover {
    background: #CED6E5;
}
.payment_schedule_row div:first-child {
    width:25%;
}
.payment_schedule_row div:nth-child(2n) {
    width:25%;
}
.payment_schedule_row div:nth-child(3n) {
    width:25%;
    border-right:none;
}
.payment_schedule_row div:nth-child(4n) {
    width:25%;
    border-right:none;
}
.payment_schedule_row div:nth-child(3n) span {
    display: inline-block;
    color:#8997A7;
    font-size:13px;
}
.auto_pay {
    display: inline-block;
    padding: 8px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #375171;
    color: #fff !important;
    font-size: 14px;
}
.auto_pay i {
    margin: 0 6px 0 0;
}

/* END OF AUTO PAYMENT SCHEDULE STYLES */



/* AUTO LIMITS STYLES */

.auto_limits_head {
    background: #375171;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.auto_limits_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.auto_limits_head div:first-child {
     width: 1%;
}
.auto_limits_head div:nth-child(2n) {
    width:24%;
}
.auto_limits_head div:nth-child(3n) {
    width: 14%;
}
.auto_limits_head div:nth-child(4n) {
    width:20%;
}
.auto_limits_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.auto_limits_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.auto_limits_row.total {
    background: #CED6E5;
}
.auto_limits_row div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.auto_limits_row.total div {
    color:#333;
}
.auto_limits_row.total div span {
    color:#333 !important;
}
.auto_limits_row:hover {
    background: #DFE5EF;
}
.auto_limits_row.total:hover {
    background: #CED6E5;
}
.auto_limits_row div:first-child {
    width: 1%;
}
.auto_limits_row div:nth-child(2n) {
    width:24%;
}
.auto_limits_row div:nth-child(3n) {
    width: 14%;
}
.auto_limits_row div:nth-child(4n) {
    width:20%;
}
.auto_limits_row div:nth-child(4n) span {
    display: inline-block;
    color:#8997A7;
    font-size:13px;
}

/* END OF AUTO LIMITS STYLES */


/* UPLOAD PROFILE PHOTO */

.edit_photo_holder {
    height:100px;
    width:350px;
}
.upload_photo {
    width:100px;
    height:100px;
    border:1px solid #ADADAD;
    display: inline-block;
    text-align: center;
    line-height:108px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size:35px;
    color:#999999;
    cursor: pointer;
}
.upload_photo:hover {
    background-color: #DADADA;
    color:#666666;
}
.upload_photo_show {
    width:100px;
    height:100px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
}
.upload_photo_show img {
    width:100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.upload_photo_show_params {
    position: absolute;
    width:100px;
    height:100px;
    background:rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    line-height:108px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size:35px;
    color:#FFFFFF;
    cursor: pointer;
    display: none;
}
.upload_photo_show:hover .upload_photo_show_params {
    display: block;
}

/* END OF UPLOAD PROFILE PHOTO */


/* UPLOAD PERSONAL DOCS */

.edit_personal_docs_holder {
    width: 100%;
}
.upload_personal_docs {
    width:300px;
    height:170px;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    padding: 48px 0 0 0;
    border:1px solid #ADADAD;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size:35px;
    color:#999999;
    cursor: pointer;
}
.upload_personal_docs:hover {
    background-color: #DADADA;
    color:#666666;
}
.upload_personal_docs span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 20px;
}
.upload_personal_docs_show {
    position: relative;
    width:300px;
    height:170px;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    border:1px solid #ADADAD;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
}
.upload_personal_docs_show img {
    width: 300px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.upload_personal_docs_show_params {
    position: absolute;
    width:300px;
    height:170px;
    box-sizing: border-box;
    padding: 48px 0 0 0;
    background:rgba(0,0,0,0.5);
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size:35px;
    color:#FFFFFF;
    cursor: pointer;
    display: none;
}
.upload_personal_docs_show_params span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 20px;
}
.upload_personal_docs_show:hover .upload_personal_docs_show_params {
    display: block;
}

/* END OF UPLOAD PERSONAL DOCS */


/* CASCO INFORMATION */

.casco_information_wrapper {
    margin-bottom:25px;
    border-bottom:1px solid #CED6E5;
    padding-bottom:25px;
}
.casco_information_wrapper:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.casco_information_title {
    font-size:22px;
    margin-bottom:20px;
}
.casco_information_param {
    margin-top:15px;
    padding-left:25px;
}
.casco_information_param span {
    display: inline-block;
    width:220px;
    color:#667688;
}
.casco_information_param.red {
    color: #FE40B4 !important;
}
.casco_information_param.green {
    color: #1EF97F !important;
}
.auto_charts {

}
.auto_chart {
    box-shadow:0px 0px 18px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

/* END OF CASCO INFORMATION */


/* MEDICINES STYLES */

.list_medicines {
    margin:30px 0 40px 0;
    padding:15px 0 25px 0;
    border-top:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.checkbox_container.medicines {
    display: block;
    margin:15px 0;
}
.info_table.medicines_request_details .info_table_param {
    padding-left:25px;
}
.info_table.medicines_request_details .info_table_param span {
    width:200px;
}
.info_table.medicines_request_details {
    border-bottom:1px solid #CED6E5;
    padding-bottom:35px;
    margin-bottom:35px;
}
.requested_medicines_wrap {

}
.requested_medicines_title {
    font-size:22px;
    margin-bottom:30px;
}
.requested_medicines_info {
    padding-left:25px;
    margin-top:15px;
    color:#667688;
}
.requested_medicines_info span {
    margin-right:10px;
}

/* END OF MEDICINES STYLES */


/* INFO TABLE */

.info_table {

}
.info_table_param {
    margin-top:15px;
}
.info_table_param span {
    display: inline-block;
    color:#667688;
}

/* END OF INFO TABLE */


/* TRAVEL STYLES */

.go_myipsp_button {
    float:right;
    margin-top:-20px;
    background: #7FD3A1;
    color:#fff;
    padding:12px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.go_myipsp_button_text {
    display: inline-block;
    vertical-align: middle;
}
.go_myipsp_button_text span {
    display: block;
    margin:2px 0 0 0;
    font-family: Arial;
}
.go_myipsp_button_icon {
    display: inline-block;
    vertical-align: middle;
    padding:0 0 0 20px;
    font-size:25px;
}
.go_myipsp_button:hover {
    background: #008c46;
}

.form_wrapper input.travel_small {
    width:80px;
    margin-right:10px;
}
.form_wrapper select.day {
    width:85px;
}
.form_wrapper select.month {
    width:160px;
}
.form_wrapper select.year {
    width:95px;
}
.travel_insurance_terms_title {
    font-family: 'BPG WEB 001 Caps';
    font-size: 24px;
    margin-bottom: 25px;
    color:#000;
}
.travel_insurance_terms {
    display: none;
    max-width: 1000px;
    padding:50px;
    font-family: 'BPG WEB 001';
    font-size: 15px;
    line-height: 22px;
    color: #666666;
}
.travel_pay_sep {
    border-bottom:1px solid #CED6E5;
    margin-bottom:30px;
}
.pay_back {
    float: left;
    background: none;
    color:#7FD3A1;
    border:1px solid #7FD3A1
}
.pay_back:hover {
    color:#fff;
}
.pay_back i {
    margin-right:8px;
}
.pay_front {
    float: right;
}
.pay_front i {
    margin-left:8px;
}
.pay_submit {
    background: #375171;
    height:80px;
    line-height: 82px;
    padding:0 60px;
    font-size: 17px;
}
.pay_submit:hover {
    background: #375171;
}
.pay_information_wrapper {
    margin-bottom:25px;
    border-bottom:1px solid #CED6E5;
    padding-bottom:25px;
}
.pay_information_wrapper:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.pay_information_title {
    font-size:22px;
    margin-bottom:20px;
}
.pay_information_param {
    margin-top:15px;
    padding-left:25px;
}
.pay_information_param span {
    display: inline-block;
    width:280px;
    color:#667688;
}

.print_policy_body {
    background: none;
    margin:30px 0;
}
.print_policy_wrapper {
    width: 1000px;
    margin:0 auto;
}
.print_policy_header {
    border-bottom:3px solid #00A458;
    padding-bottom: 20px;
}
.print_policy_logo {
    display: inline-block;
    vertical-align: top;
    width:102px;
}
.print_policy_logo img {
    height:70px;
}
.print_policy_info_header {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width:890px;
    padding-top: 8px;
}
.print_policy_info_header_1 {
    font-size:20px;
    margin-bottom:8px;
}
.print_policy_info_header_2 {
    font-size:18px;
}
.print_policy_info_details {
    padding:20px 0;
}
.print_policy_info_details_1 {
    width:50%;
    float:left;
    box-sizing: border-box;
    border-right:1px solid #E2E2E2;
}
.print_policy_info_details_2 {
    width:50%;
    float:left;
    box-sizing: border-box;
    padding-left:50px;
}
.print_policy_info_detail_wrap {
    margin:16px 0;
}
.print_policy_info_detail_geo {
    margin-bottom:8px;
}
.print_policy_info_detail_eng {

}
.print_policy_info_detail_title {
    display: inline-block;
    width:250px;
    font-size:14px;
}
.print_policy_info_detail_title2 {
    display: inline-block;
    width:200px;
    font-size:14px;
}
.print_policy_info_detial_value {
    text-transform: Uppercase;
    font-size:16px;
    display: inline-block;
}
.print_policy_info_note {
    border-top:3px solid #00A458;
    text-align: justify;
}
.print_policy_info_note_geo {
    padding-top:30px;
    margin-bottom:30px;
    font-size:13px;
    line-height:20px;
}
.print_policy_info_note_eng {
    font-family:;
    font-size:13px;
    line-height:20px;
}
.print_policy_company_marks {
    text-align: right;
    padding-top:20px;
}
.print_policy_stamp {
    display: inline-block;
    vertical-align: top;
}
.print_policy_signature {
    display: inline-block;
    vertical-align: top;
}


.pay_success {
    margin-bottom:35px;
    border:1px solid #7FD3A1;
    color:#7FD3A1;
    padding:30px 35px;
    font-size:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pay_success i {
    margin-right: 8px;
}

.pay_error {
    margin-bottom:35px;
    border:1px solid #E10016;
    color:#E10016;
    padding:30px 35px;
    font-size:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pay_error i {
    margin-right: 8px;
}

.travel_bonus_limit_type_note {
    background: #00A458;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    padding:17px 20px 15px 20px;
    text-align: center;
    margin-bottom: 35px;
}




.travel_list {
    border-bottom:1px solid #CED6E5;
    margin-bottom:20px;
    padding-bottom:20px;
}
.travel_list_head {
    background: #375171;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.travel_list_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.travel_list_head div:first-child {
    width:30%;
}
.travel_list_head div:nth-child(2n) {
    width:23%;
    text-align: center;
}
.travel_list_head div:nth-child(3n) {
    width:23%;
    text-align: center;
}
.travel_list_head div:nth-child(4n) {
    width:23%;
    text-align: center;
}
.travel_list_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.travel_list_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.travel_list_row div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.travel_list_row:hover {
    background: #DFE5EF;
}
.travel_list_row div:first-child {
    width:30%;
}
.travel_list_row div:first-child span {
    display: block;
    margin-top:6px;
    color:#7FD3A1;
}
.travel_list_row div:nth-child(2n) {
    width:23%;
    text-align: center;
}
.travel_list_row div:nth-child(3n) {
    width:23%;
    text-align: center;
}
.travel_list_row div:nth-child(4n) {
    width:23%;
    border-right: none;
    text-align: center;
}
.travel_list_row div i {
    margin-right: 6px;
    opacity: 0.8;
}

.travel_order_other_note {
    margin:-18px 0 30px 0;
    color:#667688;
    padding:10px 20px;
    background: #EBEFF5;
    border:1px solid #CED6E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.travel_order_other_note i {
    margin:0 8px 0 0;
}
.travel_order_other_note span {
    font-family: Arial;
    font-weight: bold;
}

/* END OF TRAVEL STYLES */


/* VIDEO TUTORIALS */

.video_tutorials_wrapper {

}
.video_tutorials_wrapper.intro {
    margin:50px 0;
}
.video_tutorial_item {
    padding: 12px 24px 12px 24px;
    border: 1px solid #CED6E5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video_tutorial_item i {
    color:#8996A7;
    font-size:22px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video_tutorial_item:hover {
    background: #1EF97F;
    border:1px solid #1EF97F;
    color:#392B3D;
}
.video_tutorial_item:hover i {
    color:#392B3D;
}
.tutorial_popup {
    display: none;
    max-width: 70%;
    padding:25px;
}
.tutorial_popup_title {
    border-left:5px solid #7FD3A1;
    font-size:22px;
    color:#375171;
    padding-left:20px;
    margin-bottom:30px;
    font-family: 'BPG WEB 001' !important;
}
.tutorial_icon {
    display: inline-block;
    width:35px;
    vertical-align: top;
}
.tutorial_title {
    display: inline-block;
    vertical-align: top;
    padding-top:4px;
    width:calc(100% - 40px);
}

/* END OF VIDEO TUTORIALS */



/* REQUESTS STYLES */

.requests_block {
    border-bottom:1px solid #CED6E5;
    margin-bottom:20px;
    padding-bottom:20px;
}
.requests_head {
    background: #392B3D;
    color:#fff;
    padding:20px 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: table;
    width:100%;
}
.requests_head div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
}
.requests_head div:first-child {
    width:40%;
}
.requests_head div:nth-child(2n) {
    width:35%;
}
.requests_head div:nth-child(3n) {
    width:25%;
}
.requests_row_wrap {
    border-left:1px solid #CED6E5;
    border-right:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
}
.requests_row {
    border-top:1px solid #CED6E5;
    padding:15px 0;
    display: table;
    width:100%;
}
.requests_row.notification {
    background: #fad3eb;
}
.requests_row.notification:hover {
    background: #fad3eb;
}
.requests_row div {
    display: table-cell;
    box-sizing: border-box;
    padding:0 25px;
    color:#667688;
    border-right:1px solid #CED6E5;
}
.requests_row:hover {
    background: #F2F2F2;
}
.requests_row div:first-child {
    width:40%;
}
.requests_row div:first-child span {
    display: block;
    margin-top:6px;
    color:#7FD3A1;
}
.requests_row div:nth-child(2n) {
    width:35%;
}
.requests_row div:nth-child(3n) {
    width:25%;
    border-right: none;
}


/* compensation terms */

.compensation_terms_block_wrapper {
    margin-bottom:50px;
}
.compensation_terms_block_button {
    cursor: pointer;
    float: left;
    display: block;
    height: 55px;
    line-height: 58px;
    padding:0 50px;
    border: 2px solid #375171;
    text-align: center;
    color:#375171;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.compensation_terms_block_button:hover {
    background: #224582;
    color:#fff;
}
.compensation_terms_block_button i {
    margin-right: 10px;
    font-size:15px;
}
.compensation_terms_title {
    font-family: 'BPG WEB 001 Caps';
    font-size: 24px;
    margin-bottom: 25px;
    color:#000;
}
.compensation_terms_title i {
    margin-right: 12px;
    color:#D10707;
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    padding-bottom: 4px;
}
.compensation_terms {
    display: none;
    max-width: 1000px;
    padding:50px;
    font-family: 'BPG WEB 001';
    font-size: 15px;
    line-height: 22px;
    color: #666666;
}
.compensation_terms span {
    color:#000;
}
.compensation_terms_submit_wrapper {
    border-top: 1px solid #DADADA;
    margin-top:40px;
    padding-top: 40px;
}
.compensation_terms_submit {
    cursor: pointer;
    float: right;
    display: block;
    height: 55px;
    line-height: 58px;
    padding:0 40px;
    background: #7FD3A1;
    text-align: center;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.compensation_terms_submit:hover {
    background: #375171;
}
.compensation_terms_submit i {
    margin-right: 8px;
}
.compensation_upload_wrap {
    display: none;
}


/* end of compensation terms */


.compensations_upload_docs_wrapper {
    border:1px solid #392B3D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom:40px;
}
.compensations_upload_docs_wrapper.approved {
    border:1px solid #00A256;
}
.compensations_upload_docs_title {
    display: block;
    padding:20px;
    background: #392B3D;
    border-bottom:1px solid #392B3D;
    color:#fff;
}
.compensations_upload_docs_title.approved {
    background: #00A256;
}
.compensations_upload_docs_content {
    padding:20px;
}
.compensations_upload_docs_content.view {
    padding-bottom:8px;
}


.compensations_upload_docs_content_list {
    background: #D8DEEA;

    padding: 18px 20px 16px 20px;
    margin:30px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.compensations_upload_docs_content_list_title {
    color: #ff0000;
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
}
.compensations_upload_docs_content_list_title i {
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.compensations_upload_docs_content_list_docs {
    margin: 20px 0 0 45px;
}
.compensations_upload_docs_content_list_docs div {
    margin: 8px 0;
}
.compensations_upload_docs_content_list_docs div i {
    color: #00a657;
    margin: 0 6px 0 0;
}


.compensations_upload_docs_button {
    display: inline-block;
    padding:10px 22px;
    background: #1EF97F;
    color:#392B3D;
    font-size: 14px;
    cursor: pointer;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.compensations_upload_docs_button:hover {
    background: #392B3D;
    color:#fff;
}
.compensations_upload_docs_button i {
    margin-right:8px;
}
.compensations_upload_docs_file_wrap {
    padding-bottom: 5px;
    margin-bottom:20px;
    border-bottom:1px solid #E2E2E2;
}
.compensations_upload_docs_file_wrap.view {
    padding-bottom: 0px;
    margin-bottom:0px;
    border-bottom:none;
}
.compensations_upload_docs_file {
    padding-left:7px;
    margin-bottom:15px;
    font-family: Arial;
    font-weight: bold;
    font-size:17px;
}
.compensation_upload_file_icon {
    margin-right:10px;
    color:#7FD3A1;
}
.compensations_upload_docs_submit_wrap {

}
.compensations_upload_no_file {
    margin-bottom: 12px;
}
.info_table.request_details .info_table_param span {
    width:300px;
}
.info_table.request_details {
    border-bottom:1px solid #CED6E5;
    padding-bottom:35px;
    margin-bottom:35px;
}


.request_message_wrapper {

}
.request_message_item {
    width:100%;
    max-width: 600px;
    border-bottom:1px solid #CED6E5;
    padding-bottom:30px;
    margin-bottom:30px;
}
.request_message_item.response {
    float:right;
}
.request_message_item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.request_message_title {
    margin-bottom:15px;
    font-size:22px;
    color:#FE40B4;
}
.request_message_date {
    margin-bottom:15px;
    color:#667688;
}
.request_message_content {
    background: #F2F2F2;
    padding:15px 25px 12px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.request_message_content.response {
    background: #1EF97F;
    color:#392B3D;
}

.request_file_wrapper {
    margin-top: 30px;
}
.request_file_title {
    margin-bottom: 15px;
    color:#667688;
}
.request_file {
    margin:6px 0;
    font-family:Arial;
    font-weight: bold;
}
.request_file i {
    margin-right: 6px;
}

.request_doc_delete {
    display: inline-block;
    margin-left:20px;
    font-family: 'BPG WEB 001';
    font-size:15px;
    font-weight: normal;
}
.request_doc_delete i {
    margin-right: 4px;
}

/* END OF REQUESTS STYLES 

/* TRAVEL PLUS */

.travel_plus_wrap {
    background: #fff;
    max-width: 1000px;
    margin:0 auto;
    padding:40px 50px;
    box-shadow:0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.travel_plus_header {
    border-bottom: 1px solid #ADADAD;
    padding-bottom:30px;
}
.travel_plus_back {
    float:left;
    width:33%;
    margin-top:25px;
}
.travel_plus_back i {
    font-size:25px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:3px;
}
.travel_plus_logo {
    float:left;
    width:33%;
    text-align: center;
}
.travel_plus_logo img {
    height:70px;
}
.travel_plus_order {
    float:left;
    width:33%;
    text-align: right;
    font-size:16px;
    margin-top:25px;
    cursor: pointer;
}
.travel_plus_order a {
    background: #7FD3A1;
    padding:16px 35px;
    border-radius: 100px;
    color:#fff;
}
.travel_plus_order a:hover {
    background: #375171;
}
.travel_plus_order i {
    font-size:25px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:2px;
}
.travel_plus_content {
    padding:40px 0;
}
.travel_plus_promo_wrap {

}
.travel_plus_promo_intro {
    text-align: center;
}
.travel_plus_promo_intro h2 {
    margin-bottom:40px;
}

.travel_plus_promo_video {

}
.travel_plus_promo_video video {
    width: 100%    !important;
    height: auto   !important;
    border-radius: 3px;
}
.travel_plus_order_wrap {
    margin-top:40px;
    padding-top:40px;
}
.travel_plus_order_intro {
    text-align: center;
}
.travel_plus_order_intro h2 {
    margin-bottom:30px;
}
.travel_plus_order_intro h3 {
    color:#667688;
    font-size:16px;
}
.travel_plus_order_form {
    margin:0 auto;
    margin-top:50px;
    max-width:350px;
    padding:50px;
    background: #fff;
    background: #CED6E5;
    border-radius:3px;
}
.travel_plus_order_form_item {
    text-align: center;
    margin-bottom:35px;
}
.travel_plus_order_form_title {
    margin-bottom:16px;
    font-size:18px;
    color:#04438A;
}
.travel_plus_order_form_note {
    margin-bottom:16px;
    font-size:15px;
    color:#667688;
}
.travel_plus_order_form_input {
    width:100%;
    text-align: center;
    background: #fff;
}
.travel_plus_order_form_submit {
    width:100%;
    background: #7FD3A1;
    color:#fff;
    text-align: center;
    padding:14px 0;
    border-radius: 3px;
}
.travel_plus_order_form_submit:hover {
    background: #375171;
}
.travel_plus_order_form_submit i {
    margin-right:8px;
}
.travel_plus_order_phone {
    margin-top:50px;
    text-align: center;
    font-size:25px;
    font-weight: bold;
}
.travel_plus_order_phone a:link {
    color:#667688;
}
.travel_plus_order_phone a:visited {
    color:#667688;
}
.travel_plus_order_phone a:hover {
    color:#375171;
}
.travel_plus_order_phone a:active {
    color:#375171;
}
.travel_plus_order_phone i {
    margin-right:8px;
}
.travel_plus_back_button {
    margin-top:70px;
    text-align:center;
    font-size:17px;
}
.travel_plus_back_button i {
    margin-right:8px;
}
.error_travelplus {
    margin-top:50px;
    margin-bottom:50px;
    background: #E10016;
    color:#fff;
    font-size:17px;
    padding:30px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.error_travelplus i {
    margin-right: 8px;
}
.success_travelplus {
    margin-top:50px;
    margin-bottom:50px;
    background: #7FD3A1;
    color:#fff;
    font-size:17px;
    padding:30px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.success_travelplus i {
    margin-right: 8px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CED6E5;
    z-index: 99;
    height: 100%;
}
#status {
    width: 200px;
    height: 200px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* END OF TRAVEL PLUS */


/* CRITICAL ILLNESS */

.critical_illness_header {
    border-bottom: 1px solid #ADADAD;
    padding-bottom:30px;
}
.critical_illness_back {
    float:left;
    width:33%;
    margin-top:35px;
}
.critical_illness_back i {
    font-size:25px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:3px;
}
.critical_illness_logo {
    float:left;
    width:33%;
    text-align: center;
}
.critical_illness_logo img {
    height:100px;
}
.critical_illness_order {
    float:left;
    width:33%;
    text-align: right;
    font-size:16px;
    margin-top:35px;
    cursor: pointer;
}
.critical_illness_order a {
    background: #7FD3A1;
    padding:16px 35px;
    border-radius: 100px;
    color:#fff;
}
.critical_illness_order a:hover {
    background: #375171;
}
.critical_illness_order i {
    font-size:25px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom:2px;
}

/* END OF CRITICAL ILLNESS */


/* MyDoc */

.content_area.mydoc {
    background: none;
    background: #fff;
}
.mydoc_description {

}
.mydoc_description_title {
    margin:20px 0 0 0;
    font-size: 24px;
    text-align: center;
}
.ipsp_mydoc {
    text-align: center;
}
.ipsp_mydoc img {
    max-height:60px;
    margin:26px 0 0 0;
}
.mydoc_description_text {
    margin:30px 0;
    padding:15px 0;
    border-top:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
    font-size: 16px;
    line-height: 22px;
    color:#667688;
}
.mydoc_action_buttons {
    text-align: right;
}
.mydoc_registration {
    display: inline-block;
    padding:15px 30px;
    background: #7FD3A1;
    font-size: 17px;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mydoc_registration:hover {
    background: #028E52;
}
.mydoc_registration i {
    margin:0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.mydoc_terms {
    display: none;
    max-width:850px;
    padding:40px;
}
.mydoc_terms_content {
    font-family: 'BPG WEB 001';
}
.mydoc_terms_title {
    font-family: 'BPG WEB 001 Caps';
    font-size: 24px;
    margin-bottom: 14px;
}
.mydoc_terms_intro {
    font-size: 17px;
    line-height: 25px;
}
.mydoc_terms_text {
    padding: 25px 0;
    margin: 45px 0 40px 0;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    font-size: 15px;
    line-height: 22px;
    color: #666666;
}
.mydoc_terms_paragraph.heading {
    font-size: 17px;
    line-height: 25px;
    color: #333;
}
.mydoc_terms_paragraph.sub {
    padding-left: 50px;
}
.mydoc_terms_paragraph.sub-sub {
    padding-left: 100px;
}
.mydoc_terms_action_buttons {
    text-align: right;
}
.mydoc_terms_close {
    float:left;
    padding:15px 30px;
    border:1px solid #C3CDDF;
    font-size: 17px;
    color:#667688;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mydoc_terms_close.right {
    float: right;
}
.mydoc_terms_close:hover {
    background: #D8DEEA;
}
.mydoc_terms_close i {
    margin:0 6px 0 0;
}
.mydoc_terms_agree {
    float:right;
    padding:15px 30px;
    background: #7FD3A1;
    font-size: 17px;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mydoc_terms_agree:hover {
    background: #028E52;
}
.mydoc_terms_agree i {
    margin:0 6px 0 0;
}
.error.mydoc_description_error {
    text-align: center;
    padding:20px;
    margin:0 0 60px 0;
}
.mydoc_iframe_wrapper {
    min-height: 470px;
}
.error.mydoc_live_error {
    text-align: center;
    padding:20px;
    margin:0
}

/* intro */
.mydoc_intro {
    display: none;
    max-width:850px;
    padding:40px;
}
.mydoc_intro_content {
    font-family: 'BPG WEB 001';
}
.mydoc_intro_title {
    font-size: 24px;
}
.mydoc_intro_text {
    margin:20px 0 26px 0;
    padding:4px 0;
    border-top:1px solid #CED6E5;
    border-bottom:1px solid #CED6E5;
    font-size: 16px;
    line-height: 22px;
    color:#667688;
}
.mydoc_more_details {
    display: inline-block;
    padding:15px 30px;
    background: #7FD3A1;
    font-size: 17px;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mydoc_more_details:hover {
    background: #028E52;
}
.mydoc_more_details i {
    margin:0 0 0 10px;
}
/* end of intro */

/* End of MyDoc 


/* Banner */

.banner_content {
    min-height: 544px;
}
.banner_wrapper {
    position: relative;
}
.banner_icon {
    float: left;
    width:160px;
    font-size:160px;
    color:#CFD7E6;
}
.banner_info {
    float: left;
    width:calc(100% - 160px);
    box-sizing: border-box;
    padding:30px 0 0 30px;
    font-size: 16px;
    line-height: 24px;
    color:#667688;
}
.banner_info span {
    color:#333;
}
.banner_email {
    margin:15px 0 0 0;
    font-family: Arial;
    font-weight: bold;
    color:#375171;
    font-size:18px;
}
.banner_email i {
    direction: inherit;
    vertical-align: middle;
    padding-bottom:5px;
    margin:0 14px 0 0;
    color:#00A657;
    font-size:28px;
}
.banner_back {
    margin:20px 0 0 0;
    border-top: 1px solid #E2E2E2;
    padding:30px 0 0 0;
}
.banner_back i {
    margin:0 8px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #00A65C;
}

/* End of Banner 



/* Personal Managers */

.pm_content_title {
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    font-size: 20px;
    padding-top:6px;
}
.pm_intro {
    font-size: 16px;
    line-height: 25px;
    color: #667688;
}
.pm_intro.success_page {
    border-top:1px solid #DADADA;
    border-bottom:1px solid #DADADA;
    margin:30px 0 0 0;
    padding:30px 0;
    text-align: left;
}
.pm_intro.pm_my {
    margin:50px 0 0 0;
}
.pm_intro h2 {
    color:#333;
    font-size: 20px;
}
.pm_intro ul {
    margin: 0 0 0 4px;
    list-style: none; /* Remove default bullets */
}
.pm_intro ul li {
    margin:5px 0;
    line-height: 1.5;
}
.pm_intro ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #7FD3A1; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1.2em; /* Also needed for space (tweak if needed) */
    margin-left: -1.2em; /* Also needed for space (tweak if needed) */
}
.pm_change_intro {
    font-size: 16px;
    line-height: 25px;
    color: #667688;
    margin:0 0 40px 0;
}
.pm_nav {
    border-top: 1px solid #DADADA;
    margin:40px 0 0 0;
    padding:40px 0 0 0;
}
.pm_nav.no_top_border {
    border-top: none;
    margin:0;
}
.pm_next_button {
    padding:0 30px;
    float: right;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 53px;
    background-color: #7FD3A1;
    font-family: 'BPG WEB 001 Caps';
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    letter-spacing: 0.4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pm_next_button i {
    margin:0 0 0 6px;
}
.pm_next_button:hover {
    background: #008c49;
}
.pm_next_button.cancel {
    background: #e30707;
}
.pm_next_button.cancel:hover {
    background: #be0505;
}
.pm_info {
    padding:0 0 30px 0;
    border-bottom: 1px solid #DADADA;
}
.pm_info_photo {
    float: left;
    width:150px;
    box-sizing: border-box;
}
.pm_info_photo span {
    display: block;
    width:150px;
    height:150px;
    overflow: hidden;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}
.pm_info_photo img {
    margin-top: -30px;
}
.pm_info_details {
    float: left;
    width: calc(100% - 150px);
    box-sizing: border-box;
    padding:25px 0 0 50px;
}
.pm_info_title {
    font-size: 25px;
    font-weight: bold;
}
.pm_info_service_center {
    margin:8px 0 0 0;
    color: #667688;
}
.pm_info_service_center i {
    margin:0 6px 0 0;
}
.pm_manage_buttons {

}
.pm_edit_button {
    margin:20px 0 0 50px;
    display: inline-block;
    padding:8px 20px;
    background: #cfd7e6;
    border:1px solid #aebcd5;
    color:#333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pm_edit_button i {
    margin:0 4px 0 0;
}
.pm_edit_button:hover {
    background: #aebcd5;
}
.pm_cancel_button {
    margin:0 0 0 10px;
    display: inline-block;
    padding:8px 20px;
    background: #e30707;
    border:1px solid #c40606;
    color:#fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pm_cancel_button i {
    margin:0 4px 0 0;
}
.pm_cancel_button:hover {
    background: #c40606;
}
.pm_choose_package {
    margin:40px 0 0 0;
    font-size:20px;
    font-weight: bold;
    color: #667688;
}
.pm_packages {
    margin:30px 0 0 0;
}
.pm_package {
    float: left;
    width:calc(50% - 20px);
    height:135px;
    padding:25px 30px 18px 30px;
    box-sizing: border-box;
    background: #ebeff5;
    border: 1px solid #caced8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pm_package.second {
    margin:0 0 0 40px;
}
.pm_package_title {
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    font-size:20px;
    color:#008c49;
}
.pm_package_month {
    margin:20px 0 0 0;
    color: #667688;
}
.pm_package_price {
    margin:6px 0 0 0;
    font-size: 13px;
    color: #375171;
    font-family: 'BPG WEB 001 Caps';
}
.pm_package_note {
    margin:20px 0 0 0;
    color: #667688;
    font-size: 14px;
}
.pm_package_price span {
    font-size:26px;
    font-weight: bold;
}
.pm_package:hover {
    background: #7FD3A1;
    border: 1px solid #7FD3A1;
}
.pm_package:hover .pm_package_title {
    color: #fff;
}
.pm_package:hover .pm_package_month {
    color: #fff;
    opacity: 0.8;
}
.pm_package:hover .pm_package_price {
    color: #fff;
}
.pm_package.disabled {
    pointer-events: none;
}
.pm_order_info {
    margin:30px 0 0 0;
}
.pm_order_info_item {
    padding:12px 0 10px 0;
    border-bottom:1px solid #DADADA;
}
.pm_order_info_title {
    display: inline-block;
    vertical-align: top;
    width:300px;
    box-sizing: border-box;
    color: #667688;
}
.pm_order_info_title.extrapadding {
    padding:15px 0;
}
.pm_order_info_param {
    display: inline-block;
    vertical-align: top;
    width:calc(100% - 310px);
    box-sizing: border-box;
}
.pm_order_info_param_member {
    margin:10px 0;
}
.pm_order_info_param_member_title {

}
.pm_order_info_param_member_title i {
    color:#667688;
    margin:0 4px 0 0;
    font-size: 13px;
}
.pm_order_info_param_member_personalno {
    margin:5px 0 0 20px;
    color: #667688;
    font-size: 13px;
}
.pm_result_wrapper {
    text-align: center;
    padding:50px 0;
}
.pm_result_icon {
    font-size:60px;
}
.pm_result_icon.pm_success {
    color:#7FD3A1;
}
.pm_result_icon.pm_error {
    color:#e30707;
}
.pm_result_desc {
    margin:20px 0 0 0;
}
.pm_result_desc_title {
    font-size:25px;
    font-weight: bold;
}
.pm_result_desc_message {
    margin:15px 0 0 0;
    font-size:17px;
    color: #667688;
}
.pm_result_button {
    margin:40px 0 0 0;
    display: inline-block;
    border:1px solid #ADADAD;
    padding:15px 30px 14px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.pm_result_button:hover {
    background: #7FD3A1;
    border:1px solid #7FD3A1;
    color:#fff;
}


/* leftbar */
.pm_block {
    margin:26px 0 0 0;
    padding:25px 25px 20px 25px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pm_block_title {
    font-family: 'BPG WEB 001 Caps';
    font-weight: bold;
    font-size: 17px;
    color: #392B3D;
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.7;
}
.pm_block_vacation {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #667688;
    margin:0 0 20px 0;
}
.pm_block_no_pm {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #667688;
    margin:0 0 20px 0;
}
.pm_block_button_select {
    margin:12px 0 0 0;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 48px;
    background-color: #7FD3A1;
    font-family: 'BPG WEB 001 Caps';
    font-size: 14px;
    font-weight: bold;
    color:#fff;
    letter-spacing: 0.4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pm_block_button_select i {
    margin:0 -15px 0 6px;
}
.pm_block_button_select:hover {
    background: #008c49;
}
.pm_block_info {

}
.pm_block_photo {
    float:left;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width:80px;
    height:80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.pm_block_photo img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.pm_block_name {
    float:left;
    width:calc(100% - 80px);
    font-weight: bold;
    font-size:18px;
    color:#392B3D;
    padding:15px 0 0 20px;
    box-sizing: border-box;
    line-height:22px;
}
.pm_block_params {
    margin:20px 0 20px 0;
    border-top:1px solid #d0d8e7;
    padding:15px 0 0 0;
}
.pm_block_param {
    margin:10px 0;
}
.pm_block_param i {
    display: inline-block;
    margin:0 6px 0 0;
    text-align: center;
    width:20px;
    color:#FE40B4;
}
.pm_terms {
    display: none;
    width:100%;
    max-width: 900px;
}
.pm_terms_content {
    padding:10px 15px;
}
.pm_terms_title {
    text-align: center;
    font-weight: bold;
}
.pm_terms_header {
    margin:30px 0;
}
.pm_terms_city {
    float: left;
}
.pm_terms_date {
    float: right;
}
.pm_terms_heading {
    text-align: center;
    font-weight: bold;
    margin:30px 0;
}
.pm_terms_text {

}
.pm_terms_text_padding {

}
.pm_terms_text_padding2 {
    padding:0 0 0 50px;
}
.pm_terms_table {
    border:1px solid #000;
    display: table;
    width:100%;
}
.pm_terms_table_left {
    width:48%;
    float: left;
    display: table-cell;
    box-sizing: border-box;
    padding:15px;
}
.pm_terms_table_right {
    width:48%;
    float: right;
    border-left:1px solid #000;
    display: table-cell;
    box-sizing: border-box;
    padding:15px;
}
.pm_terms_table_title {
    text-align: center;
    font-weight: bold;
}
.pm_terms_table_content {
    margin:30px 0 0 0;
    font-weight: bold;
}
.pm_terms_table_content img {
    height:100px;
}
.pm_my_e_services_sep {
    border-top:1px solid #DADADA;
    margin:50px 0 0 0;
    padding:30px 0 0 0;
}

/* End of Personal Managers */


/* Inbox Styles */

.content.inbox_content_diff {
    min-height: auto;
}
.content_area.inbox_content_area {
    width:100%;
    padding:0px;
}
.inbox_wrapper {
    height:calc(100vh - 170px);
    position: relative;
}
.inbox_nav {
    float:left;
    width:360px;
    height:100%;
    overflow: hidden;
    overflow-y: scroll;
    box-sizing: border-box;
    border-right:1px solid #DADADA;
}
.inbox_nav::-webkit-scrollbar {
    width: 6px;
}
.inbox_nav::-webkit-scrollbar-track {
    background: transparent;
}
.inbox_nav::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.inbox_nav::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.inbox_nav_title {
    padding: 28px 30px 20px 30px;
    border-bottom:1px solid #DADADA;
    font-size:20px;
    font-weight: bold;
    color: #375171;
}
.inbox_no_item {
    padding:20px 30px 16px 30px;
    color: #667688;
}
.inbox_item {
    padding:20px 30px 16px 30px;
    border-bottom: 1px solid #caced8;
}
.inbox_item:hover {
    background: #f2f4f9;
}
.inbox_item.active {
    background: #e6eaf2 !important;
    border-left:4px solid #7FD3A1 !important;
    padding-left: 26px !important;
}
.inbox_item.unread {
    background: #fff;
    border-left:4px solid #ea4444;
    padding-left: 26px;
}
.inbox_item_title {
    float:left;
    width:calc(100% - 70px);
    box-sizing: border-box;
    color:#333;
}
.inbox_item:hover .inbox_item_title {
    color:#333;
}
.inbox_item_date {
    float:right;
    width:70px;
    box-sizing: border-box;
    text-align: right;
    font-family: Arial;
    font-size:13px;
    font-weight: bold;
    color: #667688;
}
.inbox_content {
    float: left;
    width:calc(100% - 360px);
    height:100%;
    overflow:hidden;
    overflow-y: scroll;
    box-sizing: border-box;
}
.inbox_content::-webkit-scrollbar {
    width: 6px;
}
.inbox_content::-webkit-scrollbar-track {
    background: transparent;
}
.inbox_content::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.inbox_content::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.no_message_selected_wrapper {
    display: table;
    width:100%;
    height:100%;
}
.no_message_selected {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:100%;
    height:100%;
}
.no_message_selected i {
    font-size:150px;
    color:#cfd7e6;
}
.inbox_message {
    padding:28px 30px 30px 30px;
}
.inbox_message_title {
    font-size:20px;
    font-weight: bold;
}
.inbox_message_date {
    margin:8px 0 0 0;
    font-family: Arial;
    font-size:13px;
    color: #667688;
}
.inbox_message_text {
    margin:30px 0 0 0;
    font-size: 16px;
    line-height: 25px;
    color: #555;
}

/* End of Inbox Styles */

/* VIP POPUP */

.popup_vip_wrapper {
    display: none;
    width:100%;
    max-width: 820px;
    text-align: left;
    padding:40px !important;
}
.popup_vip_title {
    font-size: 22px;
    line-height: 33px;
    color: #375171;
    font-family: 'BPG WEB 001';
    font-weight: bold;
}
.popup_vip_info {
    margin:30px 0 0 0;
    font-family: 'BPG WEB 001';
    font-size: 17px;
    line-height: 25.5px;
}
.popup_vip_logo {
    margin:20px 0;
}
.popup_vip_logo img {
    height: 130px;
}
.popup_vip_details {
    font-family: 'BPG WEB 001';
}
.popup_vip_details p {
    margin:10px 0;
}
.popup_vip_details p span {
    font-weight: bold;
}
.popup_pm_more {
    width:180px;
    margin: 30px auto 0 auto;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 48px;
    background-color: #7FD3A1;
    font-family: 'BPG WEB 001 Caps';
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.4px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.popup_pm_more:hover {
    background: #008c49;
}

/* END OF VIP POPUP */

.date_switcher {
    text-align: center;
}
.date_prev_next {
    display: inline-block;
    vertical-align: middle;
}
.date_prev_next i {
    margin:0 6px;
}
.date_switcher input {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin:0 15px;
}


.request_auto_approval_alert {
    color: #ff0000;
    line-height: 25px;
    font-size: 17px;
}

.idcard_wrapper {

}
.idcard {
    width: 300px;
    height: 160px;
    background: #cfd7e6;
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: center;
    font-family: 'BPG WEB 001 Caps';
    line-height: 160px;
    font-size: 18px;
    color: #445982;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.idcard:hover {
    background: #b4c0d8;
    cursor: pointer;
}


/* RATING */

    .rating_view {
        margin: 80px 0 10px 0;
        /*background: #dee5f3;*/
    }
    .rating_view span {
        color: #cfd7e6;
    }
    .rating_view span.starred {
        color: #f7b900;
    }
    .rating_view span i {
        font-size: 20px;
    }
    .rating_count {
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
        display: inline-block;
        font-family: Arial;
        font-weight: bold;
        font-size: 15px;
        color: #667688;
        border-left: 1px solid #cfd7e6;
    }
    .rating_give {
        margin: -7px 20px 0 0;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #667688;
        color: #667688;
        height: 35px;
        line-height: 35px;
        padding: 0 30px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
    .rating_popup {
        width: 500px;
        margin: 0px !important;
        padding: 50px !important;
    }
    .rating_popup_title {
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 60px 0;
    }
    .rating_form_item {
        margin: 30px 0 0 0;
    }
    .rating_form_item .rating_view {
        margin: 0px;
    }
    .rating_form_item_title {
        display: inline-block;
        vertical-align: middle;
        width: 200px;
    }
    .rating_form_item_title span {
        display: block;
        margin: 5px 0 0 0;
        font-size: 12px;
        color: #667688;
    }
    .rating_form_item_value {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 210px);
    }
    .rating_form_item_value textarea {
        width: 100%;
        height: 100px;
        resize: none;
        border: 1px solid #667688;
        outline: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
        font-size: 13px;
    }
    .rating_form_submit {
        margin: 30px 5px 20px 0;
        float: right;
        vertical-align: top;
        background: #1EF97F;
        color: #392B3D;
        font-weight: bold;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding: 0 40px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
    }
    .rating_form_submit:hover {
        background: #392B3D;
        color: #fff;
    }
    .rating_form_close {
        margin: 30px 5px 20px 58px;
        float: right;
        vertical-align: top;
        color: #FE40B4;
        font-weight: bold;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        cursor: pointer;
    }
    .rating_app_info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .rating_app_photo {
        width: 150px;
        box-sizing: border-box;
    }
    .rating_app_photo span {
        display: block;
        width: 150px;
        height: 150px;
        overflow: hidden;
        -webkit-border-radius: 150px;
        -moz-border-radius: 150px;
        border-radius: 150px;
    }
    .rating_app_details {
        width: calc(100% - 150px);
        box-sizing: border-box;
        padding: 0 0 0 50px;
    }
    .rating_app_name {
        font-size: 20px;
    }
    .rating_app_date {
        margin: 10px 0 0 0;
        color: #667688;
    }

/*END OF RATING*/


.please_wait {
    background: rgba(55,81,113,0.9);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999999999;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}
.please_wait.active {
    opacity: 1;
    pointer-events: all;
}
.please_wait span {
    margin:18px 0 0 0;
    color:#fff;
    font-size:18px;
}

.readonly {
    pointer-events: none;
}
.uppercase {
    text-transform: uppercase;
}