/*******************************************************************************
    Reset
*******************************************************************************/
*{
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%;
}

body {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

img{ display: block; }
ul{ list-style: none; }
a{ text-decoration: none; }
p > a{text-decoration: underline}

a img{border:none;}

button::-moz-focus-inner {
    border:0;
    padding:0;
}

::-ms-clear { display: none; }

/*******************************************************************************
    Sticky Footer
*******************************************************************************/
.wrapper{
    min-height: 100%;
    margin: 0 0 -360px 0;
    position: relative;
}

.wrapper:after{
    content: '';
    display: block;
}

.wrapper:after {
    height: 360px;
}

/*******************************************************************************
    Font sizes
*******************************************************************************/
.fs-small-icon{ font-size: 11px; }
.fs-small-text{ font-size: 12px; }
.fs-form{ font-size: 13px; }
.fs-m{ font-size: 13px; }
.fs-text{ font-size: 14px; }
.fs-icon{ font-size: 15px; }
.fs-subtitle{ font-size: 16px; }
.fs-bullet{ font-size: 18px; }
.fs-applicant-title{ font-size: 24px; }
.fs-startpage-title{ font-size: 28px; }
.fs-title{ font-size: 32px; }
.fs-quote-icons{ font-size: 45px; }

/*******************************************************************************
    Line Heights
*******************************************************************************/
.lh-xs{ line-height: 16px; }
.lh-s{ line-height: 20px; }
.lh-m{ line-height: 30px; }
.lh-l{ line-height: 40px; }
.lh-ml{ line-height: 45px; }
.lh-xl{ line-height: 60px; }

.lh-input{ line-height: 18px; }
.lh-bullet{ line-height: 41px; }
.lh-features-list{ line-height: 50px; }
.lh-dropdown{ line-height: 54px; }

/*******************************************************************************
    Font styles
*******************************************************************************/
p, a, button, h1, h2, h3, h4, h5, h6, input, textarea, select, abbr{
    /*font-family: 'Merriweather Sans', sans-serif;*/
}

.style-bold{ font-weight: 700; }
.style-normal{ font-weight: 400; }
.style-light{ font-weight: 300; }

.style-italic{ font-style: italic; }

.style-uppercase{ text-transform: uppercase; }
.style-lowercase{ text-transform: lowercase; }

.style-underlined{ text-decoration: underline; }
.style-strikethrough{ text-decoration: line-through; }

.style-center{ text-align: center; }
.style-right{ text-align: right; }
.style-left{ text-align: left; }

sup{ font-size: 50%; }

/*******************************************************************************
    Font Colors
*******************************************************************************/
.color-black{ color: #222222; }
.color-white{ color: #ffffff;}
.color-blue{ color: #68C3F0; }
.color-grey{ color: #999999; }
.color-grey-2{ color: #54687b; }
.color-grey-3{ color: #444444; }
.color-grey-4{ color: #a9a9a9; }
.color-grey-5{ color: #c3ccd0; }
.color-grey-6{ color: #333333; }
.color-download{ color: #255498; }
.color-success{ color: #77cc66; }
.color-error{ color: #e65c5c; }
.color-institution{ color: #3570db; }
.color-medic{ color: #3570db; }
.color-private{ color: #3570db; }
.color-organisation{ color: #3470DB; }
.color-link{ color: #3570db; }

/*******************************************************************************
    Backgrounds
*******************************************************************************/
.bg-white{ background-color: #ffffff; }
.bg-lighterblue{ background-color: #f8fdff; }
.bg-black{ background-color: #252525; }
.bg-dark-black{ background-color: #1a1a1a; }
.bg-grey{ background-color: #999999; }
.bg-grey-2{ background-color: #e5e5e5; }
.bg-grey-3{ background-color: #f2f2f2; }
.bg-grey-4{ background-color:#a3b1bf; }
.bg-blue{ background-color: #e8f7fe; }
.bg-red{ background-color: #e65c5c; }
.bg-available{ background-color: #3570db; }
.bg-planned{ background-color: #efd168; }
.bg-backend-primary{ background-color: #3570db; }

.bg-private{ background-color: #3570db; }
.bg-medic{ background-color: #3570db; }
.bg-institution{ background-color: #3570db; }

.bg-private-2{ background-color: #ac7ad6; }
.bg-medic-2{ background-color: #6ab3d9; }
.bg-institution-2{ background-color: #5fb682; }

.bg-private-gradient{
    background-color: #3570db;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 141, 255, 0.8)),  to(rgba(203, 141, 255, 1)));
    background: linear-gradient(to bottom, rgba(203, 141, 255, 0.8),  rgba(203, 141, 255, 1));
}

.bg-private-gradient:hover {
    background: #3570db;
}

.bg-private-gradient:hover .applicant-triangle.private {
    opacity:1;
}

.bg-medic-gradient{
    background-color: #3570db;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(105, 193, 239, 0.8)),  to(rgba(105, 193, 239, 1)));
    background: linear-gradient(to bottom, rgba(105, 193, 239, 0.8),  rgba(105, 193, 239, 1));
}

.bg-medic-gradient:hover {
    background: #3570db;
}

.bg-medic-gradient:hover .applicant-triangle.medic {
    opacity:1;
}

.bg-institution-gradient{
    background-color: #3570db;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 214, 145, 0.8)),  to(rgba(99, 214, 145, 1)));
    background: linear-gradient(to bottom, rgba(99, 214, 145, 0.8),  rgba(99, 214, 145, 1));
}

.bg-institution-gradient:hover {
    background: #3570db;
}

.bg-institution-gradient:hover .applicant-triangle.institution {
    opacity:1;
}

.applicant-button.active:hover {
    cursor:default;
}

/*******************************************************************************
    Hover
*******************************************************************************/
.hv-bg-grey:hover{ background-color:#e3e3e3; }
.hv-bg-grey-2:hover{ background-color: #e3e3e3; }
.hv-bg-grey-3:hover{ background-color: #fafafa; }
.hv-bg-grey-4:hover{ background-color: #f6f6f6; }
.hv-bg-white:hover{ background-color: #ffffff; }
.hv-bg-blue:hover{ background-color: #e8f7fe;; }
.hv-bg-green:hover{ background-color: #77cc66; }
.hv-bg-black:hover{ background-color:#222222; }

.hv-color-black:hover{ color: #222222; }

.hv-navigation:hover{ border-color: #252525; }

.hv-style-bold:hover{ font-weight: 700; }
.hv-style-underline:hover{ text-decoration: underline; }
.hv-style-no-underline:hover{ text-decoration: none; }

/*******************************************************************************
    Helpers
*******************************************************************************/
.box{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hide_frontend {
    display: none;
}

.left{ float: left; }
.right{ float: right; }

.inline-icon{ padding: 0 5px 0 0; }
.overflow{ overflow: hidden; }
.no-wrap{ white-space: nowrap; }

.horizontal-divider{
    width: 100%;
    height: 1px;
}

.absolute {
    position:absolute;
}

.coma-seperated:after{ content: ', '; }
.coma-seperated:last-child:after{ content: ''; }

.top-margin{ margin-top: 10px; }
.top-margin-sm{ margin-top: 20px; }
.top-margin-l{ margin-top: 40px; }
.top-margin-xl{ margin-top: 45px; }

.left-margin{ margin-left: 10px; }
.right-margin{ margin-right: 10px; }

.bottom-margin-xs{ margin-bottom: 5px; }
.bottom-margin{ margin-bottom: 10px; }
.bottom-margin-sm{ margin-bottom: 20px; }
.bottom-margin-m{ margin-bottom: 25px; }
.bottom-margin-l{ margin-bottom: 40px; }
.bottom-margin-xl{ margin-bottom: 45px; }
.bottom-margin-xxl{ margin-bottom: 50px; }

.top-padding-xs{ padding-top: 5px; }
.top-padding-m{ padding-top: 25px; }

.right-padding{ padding-right: 10px; }
.right-padding-sm{ padding-right: 20px; }
.right-padding-l{ padding-right: 40px; }

.left-padding{ padding-left: 10px; }
.left-padding-sm{ padding-left: 20px; }
.left-padding-xl{ padding-left: 60px; }
.left-padding-canton-flag{ padding-left: 30px; }

.block{ display: block; }
.inline-block{ display: inline-block; }
.hidden{ display: none; }

/*******************************************************************************
    Icons TODO: replace with icon font
*******************************************************************************/
/*.icon{*/
/*width: 32px;*/
/*height: 32px;*/
/*float: left;*/
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
/*}*/

.startpage-dropdown-widget .icon{
    width: 100%;
    height: 54px;
    border-left: 1px solid #dddddd;
}

.up-down-icon{ background-image: url('../img/icons/frontend/up-down-icon.png'); }
.close-icon{ background-image: url('../img/icons/frontend/close-icon.png'); }

/*******************************************************************************
    Global Site Elements
*******************************************************************************/
.outer-content{
    width: 100%;
}

.inner-content{
    width: 1060px;
    margin: 0 auto;
}

.main-content{
    padding: 55px 0 50px 0;
}

.title-row{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.title-row.no-border {
    border: none;
}

.separator-row{
    margin: 25px 0 40px 0;
}

.separator-row-description{
    margin: 40px 0 20px 0;
}

/* cloudtec Ad */
.cloudtec-ad{
    position: absolute;
    top: -310px;
    width: 450px;
    height: 270px;
    background-color: #ffffff;
    padding: 15px;
    display: none;
    z-index: 10;
}

.cloudtec-ad-title{
    margin: 15px 0 10px 0;
}

.cloudtec-ad-text{
    margin: 7px 0 7px 0;
}

.cloudtec-ad .icon{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

/*******************************************************************************
    Header Elements
*******************************************************************************/
.top-bar{
    height: 4px;
}

.top-bar-image{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    background-image: url('../img/frontend/top-bar.png');
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 5;
}

.logo{
    margin: 28px 0 0 0;
}

.logo-svg {
    height:60px;
    width:312px;
}

.logo-de {
    background: url('../img/frontend/opan-logo-rgb-de.png');
    background-image: url('../img/frontend/opan-logo-rgb-de.svg');
    background-repeat: no-repeat;
}

.logo-fr {
    background: url('../img/frontend/opan-logo-rgb-fr.png');
    background-image: url('../img/frontend/opan-logo-rgb-fr.svg');
    background-repeat: no-repeat;
}

.logo-it {
    background: url('../img/frontend/opan-logo-rgb-it.png');
    background-image: url('../img/frontend/opan-logo-rgb-it.svg');
    background-repeat: no-repeat;
}

.logo-en {
    background: url('../img/frontend/opan-logo-rgb-en.png');
    background-image: url('../img/frontend/opan-logo-rgb-en.svg');
    background-repeat: no-repeat;
}

/* Language Menu */
.language-menu-holder{
    position: relative;
    margin: 45px 0px 45px 0px;
}

.language-menu li{
    margin-left: 10px;
}

.language-menu li a{
    width: 30px;
}

/* Main Navigation */
.navigation-row{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    height: 61px;
}

.navigation li{
    margin: 0 30px 0 0;
    border-width: 0 0 2px;
    border-color: transparent;
    border-style: solid;
}

.navigation li.active{
    border-color: #252525;
}

/* Left Navigation */
.left-navigation{
    border-collapse: collapse;
}

.left-navigation-link-holder{
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.left-navigation-link-holder .left-navigation-link-inner.active{
    border-top: 1px solid #68c1ef;
    border-right: 1px solid #68c1ef;
    border-bottom: 1px solid #68c1ef;
}

.left-navigation-link-inner{
    width: 235px;
}

.left-navigation-link{
    padding: 15px 10px 15px 10px;
}

.frontend-user-profile-picture {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.main-six { padding-bottom: 120px; }
.main-six .sidebar { width: 440px; }
.main-six .content { width: 665px; }

.sidebar .opanhome {
    position: relative;
    left: -30px;
    top: -30px;
    width: calc(100% + 60px);
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -2px 5px 8px 0 rgba(0, 0, 0, 0.15);
}

.sidebar .opanhome ul.perks p {
    font-size: 20px;
    font-weight: 300;
    padding-left: 60px;
    color: #181818;
}

.sidebar .opanhome #location {
    height: 258px;
    margin-bottom: 20px;
}
.sidebar .embed {
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    height:500px;
    width:100%;
    border:none;
    overflow:hidden;
}
@media (max-width: 1180px){
    .main-six .sidebar.confirmation {
        width: 100%;
    }
    .sidebar .embed,
    .sidebar .opanhome {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
}
@media (max-width: 480px){
    .sidebar .embed,
    .sidebar .opanhome {
        display: none;
    }
}

/*******************************************************************************
    Footer Elements
*******************************************************************************/
.upper-footer{
    padding: 60px 0;
}

.footer-title{
    margin: 0 0 20px;
}

.footer-tile{
    padding: 0 25px 0 0;
}

.link-list li a{
    border-bottom: 1px solid #3b3b3b;
}

.geotrust-icon{
    margin: 20px 0 0;
}

.switzerland{
    position: absolute;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    left: 30px;
}

/*******************************************************************************
    Form Elements
*******************************************************************************/
.form-left-tile{
    width: 55%;
    width: calc(50% + 390px);
}

.form-right-tile{
    margin-left: calc(50% + 390px);
}

.form-right-tile:after {
    content: "";
    display: block;
    clear: both;
}

.form-left-content{
    min-width: 700px;
    max-width: 920px;
    width: 100%;
    padding: 40px 90px 70px 0;
}

.form-right-content{
    width: 340px;
    padding: 10px 0 90px 0;
}

.form-advancement{
    padding: 29px;
    border-bottom: 1px solid #d0dde3;
}

.form-advancement-link .form-advancement:hover{
    border-right: 1px solid #d0dde3;
    background-color: #ffffff;
}

.form-advancement.active{
    border-right: 1px solid #d0dde3;
}

.form .left-tile .row{
    margin: 0 0 10px;
}

.form .left-tile>.row{
    margin: 0 0 40px;
}

textarea {
    min-height: 100px;
}

.advancement-title{
    margin: 5px 0 5px 0;
    padding: 0 0 0 5px;
}

.advancement-text{
    padding: 0 0 0 5px;
}

.advancement-icon {
    height: 41px;
    width: 41px;
    border-radius: 45px;
    border: 2px solid #d0dde3;
}
.advancement-icon.success {
    float: left;
    top: 6px;
    background-color: #2DAB00;
    position: relative;
    border-radius: 50%;
    border: 4px solid rgba(45, 171, 0, .25);
    text-align: center;
}
.advancement-icon.success:before {
    content: '';
    height: 47px;
    width: 47px;
    border-radius: 50%;
    background: rgba(45, 171, 0, .25);
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -10;
}
.advancement-icon.success:after {
    content: '';
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background: rgba(45, 171, 0, .25);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -20;
}
.advancement-icon.success > span {
    font-size: 18px;
    line-height: 32px;
    color: white;
}
.advancement-icon.success ~ p.title {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px 60px;
}
.advancement-icon.success ~ p.subtitle {
    margin-left: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}
.advancement-icon-pos {
    margin-top:4px;
}

.startpage-warning-bullet{
    height: 41px;
    width: 41px;
    border-radius: 45px;
    border: 2px solid #e65c5c;
}

.advancement-bullet-text{
    font-family: 'Trebuchet MS', arial;
}

.summary-link:hover .icon-custom-edit {
    display: block;
}

.institution-summary-link:hover .advancement-icon{ background-color: #3570db; }
.medic-summary-link:hover .advancement-icon{ background-color: #3570db; }
.private-summary-link:hover .advancement-icon{ background-color: #3570db; }

.summary-link:hover .advancement-bullet-text{
    color: #ffffff;
}

.summary-link:hover .summary-text{
    display: none;
}

/* Input Elements */
/*input[type='text'], input[type='number'], input[type='email'], select, textarea{*/
/*width: 100%;*/
/*padding: 10px;*/
/*border-style: solid;*/
/*border-width: 1px;*/
/*border-color: #cccccc;*/
/*}*/

select{
    height: 40px;
}

label.required:after{
    content: ' *';
    color: #FF4040;
}

.label-separator{
    padding: 0 5px 0 5px;
}

.checkbox-label {
    padding: 0 6px 0 25px;
    position: relative;
}

/*input[type="checkbox"],*/
/*input[type="radio"]{*/
/*bottom: 0px;*/
/*left: 0px;*/
/*margin: auto;*/
/*position: absolute;*/
/*top: 0;*/
/*}*/

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover{
    /*border-color: #68c1ef;*/
}

.chosen-container-active .chosen-single {
    border: 1px solid #68c1ef !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #68c1ef !important;
}
.chosen-container .chosen-drop {
    border: 1px solid #68c1ef !important;
}

#form_save {
    border:1px solid #e5e5e5;
}

#form_save:hover {
    border:1px dotted #2b2b2b;
}

#form_save:focus {
    border:1px dotted #2b2b2b;
}

.button, button{
    border: none;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.1em;
    padding: 0 20px;
}

button.disabled {
    background-color: #e3e3e3;
    color:#ffffff;
}

button.disabled:hover {
    background-color: #e3e3e3;
    color:#ffffff;
    cursor:wait;
}

a.disabled {
    background-color: #e3e3e3;
    color:#ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.disabled:hover {
    background-color: #e3e3e3;
    color:#ffffff;
    cursor:wait;
}
a.disabled.no-cursor:hover {
    cursor:default;
}

.medic-search-row:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.form-generic .medic-search-row ~ .row {
    width: 680px;
}

input.medic-search-input-where {
    border-left: 0;
}

button.medic-search-button span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
}

.medic-search-list {
    cursor: pointer;
    width: 100%;
}

.medic-search-list>li {
    float: left;
    width: 100%;
    background-color: #fafafa;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #cccccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.medic-search-list>li:hover {
    background-color: #e8f7fe;
}
.medic-search-list>li:first-child {
    border-top: 1px solid #ccc;
}

.medic-search-list>li>.row>.g-1-2:first-child {
    border-right: 1px solid #cccccc;
}

.medic-search-result {
    width: 50%;
    float: left;
    padding: 10px;
}

.medic-search-limit {
    clear: both;
    position: relative;
    padding-left: 30px;
}

.medic-search-limit>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
#find_medic_info_client_sasisMedic .row {
    clear: both;
}
#find_medic_info_client_sasisMedic .g-1-2 {
    width: 50%;
    float: left;
}
#find_medic_info_client_sasisMedic .g-3-10 {
    width: 30%;
    float: left;
}
#find_medic_info_client_sasisMedic .g-7-10 {
    width: 70%;
    float: left;
}

/* Errors */
.error-holder{
    position: relative;
    padding: 10px;
}

.error-triangle{
    position: absolute;
    height: 0;
    width: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fa4b4b transparent;
    top: -10px;
    left: 10px;
}

.error-page-help-text {
    margin-left:55px;
}

.error-template {
    float: none;
    clear: both;
    margin-top: 50px;
}

.error-template h3 {
    float: none !important;
}

.error-template p,
.error-template ul li {
    color: #181818
}

.error-template ul li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 21px;
}

.error-template ul li:before {
    font-family: "luna";
    content: '\e86a';
    position: absolute;
    top: -4px;
    left: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #3570db;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
}

.error-template .big-o {
    float: left;
    width: 220px;
}

.error-template .big-o+div {
    float: left;
    padding-left: 20px;
    padding-top: 50px;
}

/* Datepicker */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
}

.pika-title {
    position: relative;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
}

.pika-abbr{
    font-size: 12px;
    line-height: 25px;
}

/* File Uploader */
.file-upload{
    position: relative;
    height: 69px;
    border: 1px dashed #6c7680;
    text-align: center;
}

.file-upload input[type="file"]{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}



.file-upload:hover .file-upload-inner  span.upload-percentage {
    text-decoration: none;
}


.file-upload:hover .file-upload-inner span{
    text-decoration: underline;
}

.file-upload-inner{
    margin-top: 12px;
}

.file-selected{
    display: none;
}


/*******************************************************************************
    File upload progress bar
*******************************************************************************/
.progress {
    position: absolute;
    width: 0;
    height: 69px;
}

.upload-text {
    position: absolute;
    width: 100%;
}

.upload-percentage {
    display: block;
}

/* Input Icon */
.input-holder{
    position: relative;
}

.input-icon{
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    border-left: 1px solid #e5e5e5;
    cursor: pointer;
}

input:focus + span.input-icon {
    border-left:1px solid #5ca1e5;
}

/* Application Form Label Override */
#applicationEdit_care_medicalCare_medicSupply label {
    display:block;
    padding: 5px 6px 5px 25px;
    line-height:18px;
    font-size:13px;
}

.care-type-main-checkbox label {
    font-size: 18px;
    padding-left:32px;
}

.care-type-main-checkbox label input {
    left:10px;
}

.care-type-divider {
    padding-top:40px;
}

.care-type-bottom-padding {
    padding-bottom:20px;
}

.acute-care-transition-warning {
    display: none;
}

.acute-care-transition-highlight p {
    padding:5px;
}


/* Modal */
.confirmation-modal {
    display: none;
    background: #ffffff;
    padding:30px 30px 10px;
    min-width:300px;
}

.simplemodal-overlay {
    background:#000;
}

.form-button-row {
    border-top:1px solid #e5e5e5;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
}

/*******************************************************************************
    Startpage Elements
*******************************************************************************/
.section-row{
    padding: 65px 0 70px 0;
}

.left-tile{
    padding-right: 80px;
}

.startpage-title-icon{
    width: 60px;
}

.anchor{
    width: 60px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    cursor: pointer;
}

.feature-list li{
    padding: 0 0 0 45px;
}

.feature{
    border-bottom: 1px solid #e3e3e3;
}

.first-feature{
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
}

.feature-icon{
    width: 45px;
    position: absolute;
    left: 0;
}

/* Applicant Row */
.applicant-row{
    height: 135px;
    padding: 65px 0 70px 0;
}

.applicant-image{
    position: absolute;
    height: 475px;
    background-repeat: no-repeat;
    background-position: center center;
    border-style: solid;
    border-width: 5px 0 0;
    top: -70px;
}

.applicant-image.left{
    right: 0;
    width: 480px;
    background-image: url('../img/frontend/applicant-left.jpg');
    border-color: #3570db;
}

.applicant-image.center{
    left: 0;
    right: 0;
    background-image: url('../img/frontend/applicant-center.jpg');
    border-color: #3570db;
}

.applicant-image.right{
    left: 0;
    width: 480px;
    background-image: url('../img/frontend/applicant-right.jpg');
    border-color: #3570db;
}

.applicant-button{
    height: 80px;
    padding: 40px 20px 40px 30px;
    -webkit-box-shadow: inset 0px -3px 7px -5px #3c3c3c;
    box-shadow: inset 0px -3px 7px -5px #3c3c3c;
    position: relative;
    cursor: pointer;
}

.applicant-button.active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.applicant-triangle{
    top: -30px;
    left: 30px;
    position: absolute;
    border-style: solid;
    border-width: 15px;
    opacity: 0.8;
    width: 0;
    height: 0;
    border-color: transparent;
}

.applicant-triangle.institution{ border-bottom-color: #3570db; }
.applicant-triangle.medic{ border-bottom-color: #3570db; }
.applicant-triangle.private{ border-bottom-color: #3570db; }

.applicant-horizontal-bar{
    height: 1px;
    width: 40px;
    opacity: 0.5;
    position: absolute;
    bottom: 15px;
    left: 40px;
}

.applicant-arrow-right{
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 10px;
    left: 290px;
}

.applicant-button.active .applicant-arrow-right{
    display:none;
}

.applicant-input{
    padding: 25px 30px 25px 30px;
}

.applicant-input input[type='text'].zip-input,
.applicant-input select.location-input{
    border: none;
    height: 40px;
}

.applicant-input.bg-institution #form_save {
    background-color: #5fb682;
}

.applicant-input.bg-medic #form_save {
    background-color: #6ab3d9;
}

.applicant-input.bg-private #form_save {
    background-color: #ac7ad6;
}
/* Dropdown Widget */
.startpage-dropdown-widget{
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.dropdown-table{
    width: 100%;
    border-collapse: collapse;
}

.dropdown-table tr{
    border-top: 1px solid #dddddd;
}

.dropdown-table tr:first-child{
    border: none;
}

.dropdown-table col{
    width: 33.33%;
}

.dropdown-table col:nth-child(2){
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.dropdown-close {
    cursor:pointer;
}

.canton-icon{
    margin: 2px 10px 0 0;
}

.medic-icon {
    width: 40px;
    height: 40px;
    float: right;
}

.inactive{
    -moz-opacity: 0.10;
    opacity:.10;
    filter: alpha(opacity=10);
}

/* Availability Widget */
.availability-widget{
    padding-left: 85px;
}

.availability-icon{
    margin-top: 2px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.opan-switzerland-image{
    position: absolute;
    top: 5px;
    right: 0;
}

/* Statistics Widget */
.statistics-widget{
    margin-top: 60px;
}

.statistics-overlay{
    position: absolute;
    top: 0;
    bottom: -10px;
    left: 40px;
    right: 10px;
}

.statistics-row{
    height: 50px;
}

.statistics-border{
    border-bottom: 1px solid #e5e5e5;
}

.statistics-year-row{
    height: 61px;
}

.statistics-title{
    width: 30px;
}

.statistics-year-text{
    margin: 10px 0 0 30px;
}

.statistics-year-point{
    position: absolute;
    left: 30px;
    right: 0;
    width: 9px;
    height: 9px;
    top: -8px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/frontend/year-point.png');
}

.statistics-triangle{
    position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: #ffffff transparent transparent transparent;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    bottom: -20px;
    right: 0;
}

.horizontal-progress-bar{
    height: 250px;
    width: 30px;
    position: relative;
    cursor: pointer;
}

.horizontal-progress-bar-inner{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.horizontal-progress-bar:hover .statistics-indicator{
    display: block;
}

.statistics-indicator{
    position: absolute;
    height: 30px;
    width: 60px;
    top: -30px;
    right: -15px;
    margin: auto;
    border-radius: 2px;
}

.statistics-right-tile{
    width: 100%;
    padding: 0 30px 0 30px;
    margin-left: 30px;
}

.statistics-right-row{
    padding: 30px 0;
}

.statistics-center-row{
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}

.statistics-right-triangle{
    position: absolute;
    border-style: solid;
    border-width: 15px;
    border-color: transparent #ffffff transparent transparent;
    width: 0;
    height: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    top: 0;
}

/* About Widget */
.about-title{
    margin: 20px 0 15px;
}

/* News Widget */
.news-title-row{
    margin-top: 25px;
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

.news-navigator{
    cursor: pointer;
    border-left: 1px solid #e3e3e3;
    height: 50px;
    width: 50px;
    opacity: 0.3;
}

.news-image{
    width: 110px;
    margin: 30px 0 0 0;
}

.news-text{
    max-height: 80px;
}

.news-right{
    padding-left: 5px;
}

.news-function{
    border-top: 1px solid #e3e3e3;
    padding: 30px 0 0;
}

.news-slider{
    position: relative;
    top: 0;
    font-size: 0;
    height: 100%;
}

.news-slider-holder{
    position: relative;
    width: 350px;
    height: 350px;
    padding: 20px 0 20px 0;
}

.news-slider-inner{
    position: absolute;
    margin: 0 10px 0 0;
    cursor: w-resize;
    height: 100%;
    width: 350px;
}

/* Testimonial Widget */
.testimonial-title-row{
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 10px;
}

.testimonial-body{
    position: relative;
    margin: 40px auto 0;
    width: 880px;
}

.testimonial-slider{
    position: relative;
    top: 0;
    font-size: 0;
    height: 255px;
}

.testimonial-slider-inner{
    position: absolute;
    margin: 0 10px 0 0;
    cursor: w-resize;
    height: 255px;
    width: 880px;
    padding: 0 0 0 170px;
}

.testimonial-portrait{
    top: 0;
    bottom: 50px;
    margin: auto;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    position: absolute;
}

.quote-begin{
    position: absolute;
    top: 0;
    left: 120px;
}

.quote-end{
    position: absolute;
    bottom: 80px;
    right: 0;
}

.testimonial-function-row{
    border-top: 1px solid #e3e3e3;
}

.testimonial-button-left{
    border-right: 1px solid #e3e3e3;
    width: 100%;
}

.testimonial-arrow{
    width: 50px;
}

.testimonial-button-right{
    border-left: 1px solid #e3e3e3;
    width: 100%;
}

.testimonial-navigation{
    position: relative;
    margin: 18px auto;
    width: 180px;
}

.testimonial-nav-point{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/icons/frontend/testimonial-inactive-icon.png');
    margin: 0 7px;
}

.testimonial-nav-point.active{
    background-image: url('../img/icons/frontend/testimonial-active-icon.png');
}

/* Application Form Label Override */
.medical-care-supply-radios label {
    display:block;
    padding: 5px 6px 5px 25px;
    line-height:18px;
    font-size:12px;
}

/* Forcing wider padding on house work checkboxes */
#institutionCare_houseWork_services label {
    padding-right:15px;
}

/* Forcing wider padding weekday checkboxes */
.weekdays-padding label {
    padding-right:15px;
}

.application-warning-step-5{ margin-top: -3px; }

.canton-flag-org-description {
    position:absolute;
    margin-top:7px;
}

.canton-flag-canton-description {
    position:absolute;
    width:30px;
    float:left;
    margin-top:10px;
    margin-left:-9px;
}

.organisation-description-label {
    float:left;
    min-width:90px;
}

.public-info-padding {
    padding:0px 10px 10px 10px;
}

.public-note p.generic-field {
    padding-left: 0;
    border: none;
    line-height: 20px;
    padding-top: 11px;
}
p.generic-field.has-logo {
    width: calc(100% - 250px);
    display: inline-block;
}

p.generic-field.has-logo + img {
    max-width: 120px;
}
@media (max-width: 500px){
    p.generic-field.has-logo {
        width: 100%;
        display: block;
    }
}
.public-note .info {
    border: 2px solid #3570db;
    background-color: #edf4ff;
    font-weight: 700;
}
.public-note .info-title {
    line-height: 40px;
}
.public-note .info .ico-bulb {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.public-note .info .info-head {
    padding-bottom: 0;
}
.public-note .info .info-body {
    
}

.left-margin-public-note {
    margin-left:55px;
    margin-right:30px;
}

.warning-organisation{
    background-color: #f2f2f2;
    padding: 25px;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* fade out medical care other if not selected */
#institutionCare_medicalCare_other, #additionalData_institutionCare_medicalCare_other {
    display:none;
}

/*******************************************************************************
    Tool Tip
*******************************************************************************/
.tooltip{
    display: inline;
    position: relative;
}

.tooltip span{
    cursor:help;
}

.tooltip:hover:after{
    /*background: #e8f7fe;*/
    /*border-radius: 3px;*/
    /*bottom: 30px;*/
    /*color: #222;*/
    /*content: attr(data-tooltip);*/
    /*left: -5px;*/
    /*padding: 15px 15px;*/
    /*position: absolute;*/
    /*z-index: 98;*/
    /*width: 248px;*/
    /*font-weight: bold;*/
}

.tooltip:hover:before{
    /*border: solid;*/
    /*border-color: #e8f7fe transparent;*/
    /*border-width: 6px 6px 0 6px;*/
    /*bottom: 25px;*/
    /*content: "";*/
    /*left: 3px;*/
    /*position: absolute;*/
    /*z-index: 99;*/
}

.tooltip-institution:hover:after {
    background: #3570db !important;
    color:#ffffff;
    bottom: 40px;
}

.tooltip-institution:hover:before {
    border-color: #3570db transparent !important;
    bottom: 35px;
}

.tooltip-medic:hover:after {
    background: #3570db !important;
    color:#ffffff;
    bottom: 40px;
}

.tooltip-medic:hover:before {
    border-color: #3570db transparent !important;
    bottom: 35px;
}

.tooltip-private:hover:after {
    background: #3570db !important;
    color:#ffffff;
    bottom: 40px;
}

.tooltip-private:hover:before {
    border-color: #3570db transparent !important;
    bottom: 35px;
}
.label-tooltip.tooltip {
    display: inline-block;
}
.label-tooltip.tooltip .tooltip-content {
    left: 10px;
}
.label-tooltip.tooltip .tooltip-content p {
    margin: 0;
}

/*******************************************************************************
    Test Top Bar
*******************************************************************************/
.test-flag{
    width: 100%;
    height:50px;
    background-color: #ff003c;
}

.test-flag>p{
    font-size:20px;
    line-height:50px;
    letter-spacing: 0.02em;
}

/*******************************************************************************
    Datatable
*******************************************************************************/
.datatable{
    border-collapse: collapse;
    width: 100%;
    display: table;
    position: relative;
}

.table-body{ display: table-row-group; }
.table-head{ display: table-header-group;}
.table-row{ display: table-row; }

.table-cell {
    display: table-cell;
    vertical-align: top;
    min-width: 34px;
}

.table-colspan{
    position: absolute;
    width: 95%;
}

.datatable .table-head .table-cell{
    padding: 0 15px 0 0;
}

.datatable .table-head .table-cell:first-child{
    padding: 0 15px 0 15px;
}

.datatable .table-body .table-cell{
    padding: 5px 15px 5px 0;
}

.datatable .table-body .table-cell:first-child{
    padding: 5px 15px 5px 15px;
}

.datatable .table-head .table-row{
    background-color: #f2f2f2;
}

.datatable .table-body .table-row{
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
}

.datatable-tools-holder{
    display: none;
    position: absolute;
    right: 0;
    z-index: 5;
    margin: 5px 10px 5px 0;
    background-color: #fafafa;
    -webkit-border-top: 1px solid #e5e5e5;
}

.datatable-tools-holder button {
    height: 40px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .placeholder-cell{
        display: table-cell;
        vertical-align: top;
        width: 1px;
    }

}

.datatable .table-body .table-row:hover .datatable-tools-holder{
    display: block;
}

.attachment-icon-cell{
    width: 20px;
    min-width: 20px;
}

.mail-datatable {
    border-collapse: collapse;
}

.mail-datatable td {
    border: 1px solid #E6E6E6;
    padding: 20px;
    vertical-align: top;
}
.mail-datatable td p {
    font-size: 14px;
}
.mail-datatable td:first-child p {
    font-weight: 700;
}
.mail-datatable thead td {
    background-color: #CCCCCC;
    padding: 3px 20px;
    border: none;
}

.business-open-interval select{
    width: 75px;
}

.business-open-interval .table-row:last-child {
    border-bottom: none;
}

.section-head {
    margin-bottom: 50px;
}

/*******************************************************************************
    Legal Elements
*******************************************************************************/
.legal-row{
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
}

/*******************************************************************************
    Other
*******************************************************************************/

.change-locality-step-2 {
    float:left;
    position:relative;
}

/*******************************************************************************
    Mobile Styles and Media Queries
*******************************************************************************/
@media screen and (max-width : 1281px) {
    .form-right-content {
        width:300px;
    }

    .form-left-content {
        width:720px;
    }

    .form-left-tile{
        width: 55%;
        width: calc(50% + 190px);
    }

    .form-right-tile{
        margin-left: calc(50% + 190px);
    }

}

@media screen and (min-width : 1282px) and (max-width : 1461px) {
    .form-right-content {
        width:300px;
    }

    .form-left-content {
        width:820px;
    }

    .form-left-tile{
        width: 55%;
        width: calc(50% + 290px);
    }

    .form-right-tile{
        margin-left: calc(50% + 290px);
    }

}





/*
 * (c) 2016 cloudtec.ch
 * Author: Adrian Demleitner, Cyril Mouttet
 * E-Mail: a.demleitner@cloudtec.ch, c.mouttet@cloudtec.ch
 *
 */

body {
    font-weight: 400;
}

.roboto {
    font-family: "Roboto";
}

.roboto-force {
    font-family: "Roboto" !important;
}

.advancement-icon + h2 {
    margin-left: 50px;
    float: none;
}
.summary-link {
    position: relative;
}
[id*="summary"] .advancement-icon ~ p {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 500px){
    [id*="summary"] .advancement-icon ~ p {
        margin-left: 50px;
        float: none;
        display: inline-block;
        position: static;
        vertical-align: middle;
        text-align: center;
        cursor: pointer;
        background-color: #3570db;
        color: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
                box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
        border: 0;
        border-radius: 0;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: background-color 0.3s ease, color 0.3s ease;
        transition: background-color 0.3s ease, color 0.3s ease;
        height: 40px;
        line-height: 40px;
        border-style: solid;
        padding: 0 15px;
    }
}


.c-blue {
    color: #4c8eff;
}

.dib,
.dib > .generic-checkbox {
    display: inline-block;
}

.logo {
    width: auto;
    margin: 0;
}
.logo-mobile {
    display: none;
}

@media (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1024px) {
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: inline-block;
    }
}

.list-dropdown li.current a {
    background: #e9f1ff;
    border-top-color: #fff;
}

.list-footer-links li.current a {
    border-bottom-color: #ffffff;
}

.widgets.widgets-float {
    position: fixed;
    top: 0;
}

.widget-apps li ~ li {
    margin-top: 20px;
}

.widget-progress {
    clear: both;
}

.widget-filter .custom-select {
    display: block;
}

@media (max-width: 1220px) and (min-width: 870px){
    .fe-application-form .shell {
        
    }
    .fe-application-form .content {
        width: calc(100% - 100px);
    }
    .fe-application-form .sidebar {
        position: absolute;
        right: -186px;
        

        width: 250px;

        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    .fe-application-form .sidebar:hover {
        right: 0;
    }
    .fe-application-form .widgets.widgets-float {
        width: 100%;
        background-color: #fff;
    }
    .fe-application-form .list-steps li ~ li {
        border: 0;
    }
}

h3, h4, h5,
.widget-title {
    font-weight: 300;
}
.checkbox label {
    font-weight: 400;
    color: #313131;
    font-size: 13px;
}

.color-opan {
    color: #3570db;
}

.color-warning-2{ color: #ff9600; }
.bg-warning-2{ background-color: #ff9600; }
.warning-box {
    padding:10px 10px 12px 10px;
    border-radius:5px;
}

/*
 * Tooltip
 */

.tooltip .tooltip-content {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #3570db;
    color: white;
}
.tooltip .tooltip-content:after {
    border-color: #3570db transparent transparent;
}
.form-generic {
    padding: 0;
}
.form-generic .form-group-head {
    margin-bottom: 30px;
}
.form-generic .medical-care .generic-tooltip .icon,
.form-generic .medical-care .generic-tooltip:hover .icon,
.form-generic .basic-care .generic-tooltip .icon,
.form-generic .basic-care .generic-tooltip:hover .icon {
    color: #181818;
}

.form-generic .generic-field,
.form-generic .generic-textarea,
.form-generic .generic-select,
.form-generic .generic-radio label:before,
.form-generic .generic-checkbox label:before {
    border-color: #ccc;
}
.form-generic  .generic-input-highlight .generic-checkbox label:before,
.form-generic .generic-input-highlight .generic-checkbox input:checked ~ label:before {
    border-color: #222;
}
.chosen-container {
    font-size: 14px !important;
}
.chosen-container-single .chosen-single {
    border-color: #ccc !important;
}

.chosen-container .chosen-drop,
.chosen-container-active.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #316ad3 !important;
}

#findOrganisation_locality_chosen .chosen-single {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    border-radius: 0;
    color: #222126;
    line-height: 50px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single span {
    line-height: 50px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single div {
    right: 5px;
}
#findOrganisation_locality_chosen.chosen-container-single .chosen-single div b {
    margin-top: 13px;
}

.form-generic .generic-form-label {
    width: 252px;
    max-width: 252px;
}
.form-generic .generic-form-controls > .icon {
    pointer-events: none;
}
@media (max-width: 500px){
    .form-generic .generic-form-label.empty {
        height: 0;
        margin: 0;
    }
}
.form-generic .generic-form-row p.terms {
    font-size: 14px;
    padding-left: 32px;
}

#additional-mail-list {
    margin-bottom: 10px;
}

#additional-mail-list .generic-form-label,
#additional-mail-list + div .generic-form-label {
    width: 0;
    margin: 0;
}

.section {
    padding: 0;
}

.wrapper > .section {
    padding: 56px 0 0;
}

.wrapper > .section-register {
    padding: 109px 0 120px;
}

.wrapper > .section.section-hellobar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;

    padding: 20px 0;

    box-shadow: 0 -5px 15px rgba(0,0,0,0.125);

    transform: translateY(100%);
    transition: 0.5s;
    transition-delay: 2s;

    z-index: 1;
}
.wrapper > .section.section-hellobar.show {
    transform: translateY(0);
}
.section.section-hellobar .section-body {
    padding: 0;
}
.section-hellobar p {
    margin: 0;
    color: #222;
}
.section-hellobar p + p {
    margin-top: 3px;
}
.section-hellobar .tooltip {
    position: relative;
    top: -3px;
}
.section-hellobar .processing-time {
    font-size: 16px;
}
.section-hellobar p.dib {
    padding-right: 10px;
}
.section-hellobar p img {
    width: 14px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.section-hellobar .col.flex {
    display: flex;
}
@media (max-width: 767px) {
    .section-hellobar .col {
        width: 100%;
    }
    .section-hellobar .col + .col {
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    .section-hellobar .col.flex {
        display: block;
    }
    .section-hellobar aside {
        margin-top: 10px;
    }
}
.opan-number-one {
    margin-top: 20px;
}
.opan-number-one img {
    width: 30px;
    display: inline-block;
    margin-right: 20px;
    float: left;
    position: relative;
    top: -10px;
}

.medical-care-supply-radios label {
    padding: 0;
}

.form-generic .generic-field:focus,
.form-generic .generic-textarea:focus {
    border-color: #316ad3;
}
.form-search h2 {
    border-bottom: 1px solid #e4e8eb;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
}
.form-search h2:after {
    content: none;
}

.form-search h1 {
    border-bottom: 1px solid #e4e8eb;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
}
.form-search h1:after {
    content: none;
}

.form-search h6 .form-label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.form-search .form-body {
    padding-top: 0;
}
.form-search .locality .form-label {
    margin-bottom: 10px !important;
    line-height: 1rem !important;
}
.form-errors {
    background: #dd5b59;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-search h6 + .form-errors {
    margin-top: 0;
}
.form-errors ul {
    padding: 10px 20px;
}
.form-search .form-input {
    position: relative;
}
.form-search .input-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    margin: auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #a3b1bf;
    pointer-events: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.form-search  input:focus ~ span.input-icon {
    border: 1px solid #3570db;
    color: #3570db;
}

.list-steps li:hover a:before {
    background: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #181818;
    border-color: #ffffff;
}
.list-steps li.current a:before {
    background: #3570db;
    -webkit-box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
            box-shadow: 0 2px 5px rgba(53, 112, 219, .4);
    color: #fff;
    border-color: #3570db;
}

.wrapper {
    margin: 0;
}
.wrapper:after {
    content: none;
    height: 0;
}

.find-organisation-widget label {
    line-height: 25px;
    margin-top: 0 !important;
}
.find-organisation-widget select {
    height: 50px;
}

.custom-select-grey button:before,
.custom-select-grey button:after {
    content: none;
}

.custom-select-grey button {
    border: none;
    padding-right: 10px;
    background: #f2f2f2;
    color: #3570db;
    -webkit-transition: background .25s ease;
    transition: background .25s ease;
}
.custom-select-grey button:hover {
    background: #ddd;
}

.ghost {
    opacity: 0.5;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.ghost:hover {
    opacity: 1;
}
@media (max-width: 480px) {
    .ghost {
        opacity: 1;
    }
}

/*
 * File Upload
 */

.file-upload {
    position: relative;
    text-align: left;
    height: 70px;
    width: 100%;
    background: white;
    border: 2px dashed #d2d7d9;
    font-size: 14px;
    cursor: pointer;

    -webkit-transition: .25s;
    transition: .25s;
}
.file-upload.hover,
.file-upload:hover {
    border-color: #3570db;
}
.file-upload .upload-text {
    position: relative;
    width: 100%;
    height: 100%;
}
.file-upload .file-upload-inner { margin: 0; line-height: 70px; padding-left: 13px; }
.file-upload .file-upload-inner span { color: #8a9399 !important; }
.file-upload:hover .file-upload-inner span { text-decoration: none !important; }
.file-upload .upload-percentage { display: none; }
.file-upload .progress { background: #f2f2f2; height: 100%; }

.files-row > .generic-form-label {
    margin-top: 5px;
}
.files-row .generic-form-controls .form-label {
    display: none;
}
.form-generic .list-generic-files li {
    padding-left: 15px;
}
.form-generic .list-generic-files .meta-information {
    padding-left: 25px;
}
.form-generic .list-generic-files .link-delete {
    padding: 0;
    text-align: center;
}

/* file uploader buttonized */
.buttonized {

}
.buttonized .form-label.file-label label {
    margin-top: 16px;
}
.buttonized .file-upload {
    height: auto;
    border: none;
}
.buttonized .file-upload .file-upload-inner {
    display: inline-block;
    height: auto;
    padding-right: 20px;
    line-height: 50px !important;
    font-size: 13px;
    background-color: #a3b1bf;

    -webkit-transition: .25s;
    transition: .25s;
}
.buttonized .file-upload .file-upload-inner:hover {
    background-color: #3570db;
}
.buttonized .file-upload .file-upload-inner span {
    color: #ffffff !important;
}
.buttonized .single-upload + .documents {
    margin-top: 15px;
}
.buttonized .is-normal {
    display: none;
}
.buttonized .is-buttonized.hidden {
    display: inline-block !important;
}

/*
 * Tooltip
 */

.custom-tooltip {
    display: inline;
    position: relative;
    text-align: left;
}

.custom-tooltip span {
    cursor: help;
}

.custom-tooltip:hover:after {
    background: #e8f7fe;
    border-radius: 3px;
    bottom: 30px;
    color: #fff;
    content: attr(data-tooltip);
    left: -5px;
    padding: 15px 15px;
    position: absolute;
    z-index: 98;
    width: 248px;
    font-weight: bold;
}

.custom-tooltip:hover:before {
    border: solid;
    border-color: #e8f7fe transparent;
    border-width: 6px 6px 0 6px;
    bottom: 25px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;
}

.form-generic .generic-tooltip .icon,
.form-generic .generic-tooltip:hover .icon {
    color: #3570db;
}

input[type="radio"] + label .icon.visible,
input[type="checkbox"] + label .icon.visible {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.form-generic .generic-tooltip .generic-tooltip-content {
    left: -13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #3570db;
    color: white;
    z-index: 1000;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);;
}
.form-generic .generic-tooltip .generic-tooltip-content:after { content: none; }
.form-generic .generic-tooltip.hover .generic-tooltip-content { opacity: 1; visibility: visible; }
@media (max-width: 767px) {
    .form-generic .generic-tooltip {
        display: inline-block;
    }
    .form-generic .generic-form-controls + .generic-tooltip,
    .generic-form-notice + .generic-tooltip {
        margin-left: 0;
    }
}
@media (max-width: 500px) {
    form .col {
        margin-bottom: 20px;
    }
    .form-generic .generic-tooltip {
        float: right;
    }
    .form-generic .generic-tooltip .generic-tooltip-content span.arrow {
        left: 50%;
        z-index: 1000;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .form-generic .generic-input-collapse .generic-tooltip .generic-tooltip-content {
        left: -92px;
    }
    .form-generic .generic-input-collapse .generic-tooltip .generic-tooltip-content span.arrow {
        left: auto;
        right: 11px;
    }
    .form-generic .generic-tooltip .generic-tooltip-content {
        left: 10px;
    }
    .form-generic .generic-form-label .generic-tooltip {
        position: relative;
        float: none;
        margin-top: 0;
        margin-left: 5px;
        top: -2px;
    }
    .form-generic .generic-form-label .generic-asterisk + .generic-tooltip {
        margin-left: 15px;
    }
}

.form-generic .generic-form-notice {
    color: #54687b;
    max-width: 100%;
}

#documents-list { font-weight: 700; }
.datatable .table-body .table-row.document { border-bottom: none !important; }
.query-delete-document span { font-size: 16px; }

.required:after {
    content: " *";
    color: #FF4040;
}

.medical-subform-fields .generic-form-controls {
    width: 580px;
}
#documentTransfer_medicContactInfo_medicNotFound,
.form-generic .medic-search-row,
.form-generic .medic-search-row > div input {
    width: 400px !important;
}
.g-1-2 {
    width: 50%;
    display: inline-block;
}
.g-7-10 {
    width: 30%;
    display: inline-block;
}
.g-3-10 {
    width: 70%;
    display: inline-block;
}
.g-4-10 {
    width: 40%;
    display: inline-block;
}
.g-6-10 {
    width: 60%;
    display: inline-block;
}
.acute-care-transition-warning {

}

.acute-care-transition-highlight {
    position: relative;
    padding: 8px;
    background: #ff9600;
    width: 580px !important;
}

.language-hint-highlight {
    position: relative;
    margin-left: 0px;
    margin-top:10px;
    padding: 8px;
    background: #ff9600;
    width: 580px !important;
}

.generic-form-btn, .generic-form-btn:hover {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #3570db;
    color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(53,112,219,.4);
            box-shadow: 0 2px 5px rgba(53,112,219,.4);
    border: 0;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px;
    line-height: 40px;
    border-style: solid;
    padding: 0 15px;
}

.generic-form-btn:hover {
    background: #2954a3;
}

@media (max-width: 500px) {
    .form-generic .generic-form-btn,
    .form-generic .form-actions .generic-form-btn,
    .generic-form-btn, .generic-form-btn:hover {
        padding: 10px 21px;
        margin-right: 10px;
        margin-bottom: 20px;
        line-height: 20px;
        height: auto;
    }

    .generic-form-btn.right {
        float: none;
    }

    .generic-form-btn.right .icon-custom-download {
        display: none;
    }
}
.form-generic .list-radios .list-generic-radios {
    padding-top: 0;
}
.form-generic .list-radios .list-generic-radios li {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}
.form-generic .list-radios .list-generic-radios li:last-child {
    margin-bottom: 0px;
}
.form-generic .generic-radio:hover label {
    color: #151515;
}
.list-radios li ~ li {
    margin-top: 0;
}
.radio {
    padding: 6px;
    border-radius: 4px;
}
.radio:hover {
    background-color: #f5f5f3;
}
.radio label:before {
    top: -1px;
    width: 18px;
    height: 18px;
    border-color: #ccc;
}
.radio input:checked ~ label:before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
    box-shadow: inset 0 0 0 4px #fff;
}
.form-register .radio label:before,
.list-radios .radio label:before { top: 6px; }

.section-contact-details .address img {
    display: inline-block;
}

.section.section-tight .section-head,
.section.section-tight .section-title {
    margin-bottom: 0;
}

.section-head {
    margin-bottom: 30px;
}
.section-results .section-body {
    padding-top: 0;
}

.section-head h1 {
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.25;
    margin-top:-35px;
    padding-bottom:10px;
}

.article-content h1 {
    font-size: 32px;
    font-weight: lighter;
    line-height: 1.25;
}

@media (max-width: 500px) {
    .section-head {
        margin-bottom: 0;
    }
}

.section-mission ul, .section-mission ol {
    padding-bottom: 17px;
    margin-bottom: 0;
}
.section-mission ul {
    list-style: none outside none;
}
.section-mission ol {
    list-style-position: inside;
}
.section-mission ul li {
    position: relative;
    padding-left: 23px;
}
.section-mission li ~ li {
    margin-top: 10px;
}
.section-mission ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #b9c1c4;
    border-radius: 5px;
}

.section-individuals .section-group-callout .section-group-content.bottom {
    height: auto;
    top: auto;
    bottom: 0;
}
.section-group.section-group-register {
    min-height: 320px;
}

.section-advantages {

}
.section-advantages .cols {
    margin-bottom: 40px;
}
.section-advantages .col {
    padding: 0 35px;
}
.section-advantages .col img {
    width: 66px;
    height: auto;
    margin: 0 auto;
}

.reasons h1 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}
.reasons .dot {
    margin: auto 40px;
    width: 9px;
    height: 9px;
    background-color: #3570db;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: -10px;
}
@media (max-width: 768px) {
    .reasons .dot {
        display: none;
    }
}
.reasons h1, .reasons > p {
    text-align: center;
}
.reasons h1 + p {
    margin-bottom: 30px;
}
.reasons li {
    position: relative;
    clear: both;
}
.reasons li p {
    padding: 20px 40px 20px 0px;
    margin-left: 55px;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
}
.reasons .jump span {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #E6E6E6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-transition: .25s;
    transition: .25s;
}
.reasons .jump img {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 45px;
    height: auto;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reasons .jump:hover {
    color:  #3570db;
}
.reasons .jump:hover span {
    -webkit-transform: scale(1.5) translateY(-40%);
    transform: scale(1.5) translateY(-40%);

    color: #fff;
    background-color: #316AD2;
}
.section-advantages .tabs {
    -webkit-box-shadow: none;
            box-shadow: none;
}


.results-secondary .results-foot a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

.form-search .field {
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
}
.form-search .field option {
    line-height: 20px;
}
.lh-bullet {
    line-height: 36px;
}
.list-steps {
    background-color: #fff;
    z-index: 1000;
}
.list-steps li a:before {
    line-height: 28px;
}
.list-steps li a.active:before {
    background-color: #316ad3;
    border-color: #316ad3;
    color: white;
}
.checkbox-label {
    padding: 0 30px 0 0;
}
.intro label {
    text-align: left;
}
.intro .intro-image {
    height: 560px;
}
.intro .field {
    margin-bottom: 20px;
}
.field:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #3570db;
}
.form-search .checkbox input ~ label .switch-btn {
    background-color: #f2f2f2;
    color: #181818;

    -webkit-transition: all .25s ease;

    transition: all .25s ease;
}
.form-search .checkbox input:checked ~ label .switch-btn {
    background-color: #3570db;
    color: #ffffff;
}
.switch.large {
    position: relative;
    top: -4px;
    width: 83px;
    height: 33px;
}
.switch.large .switch-btn {
    width: 44px;
    height: 24px;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
}
.article-tab {
    padding: 0px 30px 30px;
}
.form-actions .generic-form-btn {
    float: right;
}
.form-actions a {
    line-height: 36px;
}
.form-actions a:hover:not(.generic-form-btn) {
    text-decoration: underline;
}

.birthday_warning {
    background-color: #e5c52f !important;
}

.birthday_warning a {
    text-decoration: underline;
}

.birthday_warning:before {
    border-bottom-color: #e5c52f !important;
}

.dropdown-table td {
    height: 40px;
}
.custom-select select {
    background: transparent;
    z-index: 1000;
    height: 40px;
}
.custom-select-text {
    color: transparent;
}
.tabs-body {
    min-height: 450px;
}
.tabs-nav-mobile .custom-select select {
    height: 42px;
}
.intro-content .tabs-nav li {
    width: 33%;
}
.intro-content .tabs-nav li:last-child {
    width: 34%;
}
#list-map-toggle .tabs-nav li {
    width: auto;
}
#list-map-toggle .tabs-nav li:last-child {
    width: auto;
}

.list-generic-files a,
.list-generic-files span {
    font-size: 14px;
}
.list-generic-files a {
    color: #3570db;
}
.form-generic .list-generic-files .meta-size {
    font-weight: normal;
    float: none;
    margin: 14px 5px 0 0;
}
.list-default {
    color: #737373;
}

p > i.ico-mail-circle:first-child {
    float: left;
}
p > i.ico-mail-circle:first-child + span {
    margin-left: 40px;
    display: block;
    line-height: 1.8;
    padding-top: 2px;
}
.section .list-features {
    padding-top: 0;
}
.select-wrapper {
    position: relative;
}
.select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-wrapper:after {
    content: "";
    display: block;
    width: 9px;
    height: 6px;
    background: url(../img/chosen-sprite.png) no-repeat -1px -6px;
    position: absolute;
    top: 21px;
    right: 14px;
}
#documentTransferForm .select-wrapper select {
    padding: 0 15px;
}
#documentTransferForm .select-wrapper:after {
    top: 17px;
}
.form-register h5 {
    clear: both;
}
.form-register .select-wrapper {
    margin-bottom: 20px;
}
#autocomplete_location_applicationForm_locality {
    overflow: hidden;
}
#applicationForm .select-wrapper:after {
    content: none;
}
.find-organisation-widget .form-col-size5 label {
    line-height: 50px;
    padding: 0;
}
.btn-large {
    padding: 15px 29px;
}
.btn-large + p {
    line-height: 48px;
}
.btn-large + p > .ico-check{
    position: relative;
    top: 14px;
}
.btn.bare {
    background: transparent;
    color: #3570db;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.find-organisation-widget .btn-expand {
    line-height: 50px;
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.contacts .address img {
    display: inline-block;
}
.section-mission .list-stats.vertical {
    -webkit-column-count: 1;
    column-count: 1;

    max-width: 300px;
    position: relative;
    overflow: visible;
}
.section-mission .list-stats:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}
.section-mission .list-stats.vertical li {
    position: static;
    padding-left: 0;
}
.section-mission .list-stats.vertical li:before {
    content: none;
}

.form-search .form-row {
    margin-bottom: 0px;
}
.form-search .form-actions {
    padding-top: 0px;
}

.table-list {
    overflow: hidden;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.table-list.noshow {
    display:none;
}
.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 10px;
}

.lh1rem {
    line-height: 1rem !important;
}
@media (max-width: 1023px) {
    .header {
        z-index: 2000;
    }
}

select::-ms-expand {
    display: none;
}

@media (max-width: 767px){
    .footer .footer-bar {
        position: static;
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

.tabs .tab {
    min-height: 0;
}
.tabs .form-search {
    padding-top: 0;
}

/* organisation select */
.results-secondary .public .result-inner {
    border-bottom: none;
}

.results-secondary .result strong {
    font-weight: 700;
}

.result .mandate-information {
    padding-right: 160px;
    font-size: 14px;
    font-weight: 300;
}

a.more-information {
    font-size: 12px;
    color: #3570db;
    font-weight: 400;
}
a.more-information:hover {
    text-decoration: underline;
}
.list-checkboxes li.more:hover {
    background: #fff;
}
.list-checkboxes.sort-services {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: .5s;
}
.list-checkboxes.sort-services.show-services {
    max-height: 1000px;
    margin-bottom: 20px;
}
.list-checkboxes.sort-services:hover {
    overflow: visible;
}
.services-filter-toggle {
    position: relative;
    cursor: pointer;
}
.services-filter-toggle i {
    position: absolute;
    top: 50%;
    right: -8px;
    font-size: 1.7rem;
    transform: translateY(-50%) rotate(-90deg);
    transition: .25s;
}
.services-filter-toggle.show-services i {
    transform: translateY(-50%) rotate(0deg);
}

/* form filter adjustements */
.widget-filter-secondary .widget-body {
    background: none;
}
.form-filter .form-row {
    padding: 20px 22px 5px;
    margin-bottom: 10px;
    background: #fff;
}

    /* pikaday */

/* Datepicker */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 260px;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.pika-prev {
    float: left;
}
.pika-next {
    float: right;
}
.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0;
    width: 19px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;

    background-color: #ffffff;
    font-size: 13px;
    line-height: 30px;
    color: #999999;
}
.pika-prev:hover,
.pika-next:hover {
    color: #222222;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;

    background: #ffffff;
    color: #222222;

    line-height: 24px;
    font-weight: 400;
}
.is-selected .pika-button {
    color: #ffffff;
    background-color: #3570db;
}
.pika-button:hover {
    color: #222;
    background-color: #f2f2f2;
}
.is-today .pika-button {
    background-color: #edf4ff;
}
.pika-abbr{
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.pika-label p {
    font-size: 13px;
    line-height: 20px;
    color: #222222;
}

/* ? */
.add-roboto .row:not(.title-row) {
    font-family: Roboto;
}

.tdu:hover {
    text-decoration: underline;
}

@media (max-width: 500px){
    .section-results .form-search-secondary .form-col-size2.form-actions {
        width: 100%;
        margin-top: 10px;
    }
    .result.private .information p {
        margin-right: 0;
    }
    .result.private.selected .information .options {
        position: static;
        float: right;
    }
}
.infoBox {
    padding-bottom: 10px;
}
.infoBox .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 18px;
    height: 18px;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    font-weight: 700;
}
.infoBox p {
    margin-bottom: 0;
}

/* login navigation */
ul.login-dropdown {
    margin-right: 20px;
}
ul.login-dropdown a {
    display: block;
    width: auto;
    color: #737373;
    letter-spacing: normal;
}
ul.login-dropdown a:hover {
    color: #181818;
    background-color: transparent;
}
ul.login-dropdown h4 a {
    color: #222126;
}
ul.login-dropdown li {
    position: relative;
    display: block;
}
ul.login-dropdown li.lvl-1 {
    position: relative;
}
ul.login-dropdown li.lvl-2 {
    margin-left: 0;
}
ul.login-dropdown li.lvl-2 a {
    height: 50px;
    line-height: 50px;
}
ul.login-dropdown li.lvl-2 a:hover {
    color: #181818;
    background-color: #f2f2f2;
}
ul.login-dropdown li.lvl-1 > ul {
    display: none;
    position: absolute;
    top: 40px;
    width: 300px;
    padding: 0;
    background: white;
    -webkit-box-shadow: 0 6px 20px 0px rgba(0,0,0,0.25);
            box-shadow: 0 6px 20px 0px rgba(0,0,0,0.25);
    border-top: 3px solid #3570db;
    left: -130px;
}
ul.login-dropdown li.lvl-1 > ul:after {
    top: -11px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent transparent;
    border-bottom-color: #3570db;
    border-width: 4px;
    margin-left: -4px;
    left: 150px;
}
ul.login-dropdown li.lvl-1:hover > ul {
    display: block;
}

/* hin login button for medics */
.hin-login {
    padding: 5px 0 10px 62px;
}
.hin-login p {
    font-weight: bold;
}
.hin-login .btn {
    background: #f29800;
}

/* legacy grid fix */
.row {
    clear: both;
}
.row:after {
    content: '';
    display: block;
    clear: both;
}
.row .g-3-10 {
    float: left;
    width: 30%;
}
.row .g-4-10 {
    float: left;
    width: 40%;
}
.row .g-6-10 {
    float: left;
    width: 60%;
}
.row .g-7-10 {
    float: left;
    width: 70%;
}
.row .g-7-10 p {
    text-align: left;
    margin-bottom: 0;
}
#new-application-link {
    margin-right: 10px;
}

@media (max-width: 870px) {

	.main { padding-bottom: 65px; }

	.main .content,
	.main .sidebar { float: none; width: 100%; }

	.main-secondary { padding-bottom: 60px; }

	.main-secondary .sidebar,
	.main-secondary .content { float: none; width: 100%; }

	.main-secondary .sidebar { margin-top: 33px; }
}

.social-link {
    border: none !important;
    margin-left: 0 !important;
    margin-right: 10px;
}

.social-link img {
    display: inline-block;
    width: 20px;
}

.internet-explorer-d-block {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .internet-explorer-d-block {
        display: block;
    }
}
