﻿.wsHeader {
    display:none;
}

.x_title_form {
    color: #3cb3b8;
    font-weight: bold;
}

.x_title_sm {
    display: none;
    color: #3cb3b8;
    font-weight: bold;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/*@media (max-width:600px) {*/
body {
    /*
    font-family: Verdana;        
    font-size: 13px;
    */
    font-family: "NoirPro Light";
    font-size: 16px;
    font-weight: 500;
    background-color: #fff !important;
    color: #1f1f1f;
}

h1,
.h1 {
    font-family: "NoirPro Bold";
}

h2,
.h2 {
    font-family: "NoirPro Medium";
}

    .right_col {
        background-color: #fff !important;
        margin-top: 0px;
        padding-top: 0px !important;
    }

    .row {
        display: flex;
        width:100%;
    }

    .x_panel {
        border: 0px;
        background: transparent;
        padding: 0px 5px;
        color: #1f1f1f;
    }

    .x_panel.x_steps {
        margin: -30px 0px 0px;
    }

    .x_panel.x_steps h2 span {
        font-size: 25px !important;
        color: #2559a4;
        font-weight: bold;
    }

    .x_panel.x_steps h2 number {
        font-size: 33px !important;
        color: #b5b2b2;
        font-weight: bold;
    }

    .x_title{
        display:none;
    }

    .x_title_sm {
        display: block;
    }

    .wsHeader {
        display: block;
        text-align: center;
    }

    .wsHeaderBlue {
        color: white;
        background-color: #2559a4;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 52px;
        border-bottom: 22px solid #3cb3b8;
        font-weight:bold;
    }

    .wsTitle {
        font-size: 18px;
    }

    .wsSubTitle {
        font-size: 26px;
    }

    .wsHeader img {
        margin-top: -65px;
    }

    .page-title{
        display:none;
    }

    .btn {
        background-color: #c0c0c0;
        color: white;
        border: 0px;
        font-size: 16px;
        padding: 5px 20px;
    }

    .btn-form-continue {
        background-color: #fbc34b;
    }

    .btn-form-continue-big {
        background-color: #fbc34b;
        font-size: 18px;
        padding: 5px 40px;
    }

    .btn-form-later {
        background-color: #c0c0c0;
    }

    .btn-form-later-small {
        background-color: #c0c0c0;
        padding: 0px 30px;
    }

.btn-form-continue:hover, .btn-form-continue:active, .btn-form-continue:focus,
.btn-form-continue-big:hover, .btn-form-continue-big:active, .btn-form-continue-big:focus {
    background-color: #fbad05;
}

    .btn-form-later-small:hover, .btn-form-later-small:active {
        background-color: #a5a1a1;
    }

    .form-horizontal .control-label {
        font-weight:normal;
    }

    .panelAffiliateID {
        display:none;
    }

.form-control {
    border: 2px solid #fbc34b;
    color: #1f1f1f;
}

    .form-control:not(.noTransform) {
        text-transform: capitalize;
    }

    .form-control:hover, .form-control:active, .form-control:focus {
        border: 2px solid #b17c00;
    }

    .dropzone span {
        font-weight:100;
    }

    bs-example-popovers .col-xs-12 {
        padding: 0px;
    }

.ModalPopin .x_panel {
    background-color: white;
    margin: 10px 0px;
}

.profile_details {
    padding: 0px;
    width: 100%;
}

.profile_details .profile_view h2 {
    font-size: 16px;
}

.col-60{
    width:60%;
}

.col-30 {
    width: 30%;
}

.panelContactWeb {
    padding-bottom: 44px;
}

.col-xl-8 {
    max-width: 1500px;
    margin:auto;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


@media (max-width:990px) {
    .panelContactWeb {
        padding-bottom: 0px;
    }
}

@media (max-width:600px) {
    .HealthList1 {
        width: 50%;
    }

    .HealthList3, .HealthList4, .HealthList5 {
        display: none;
    }

    .panelContactWeb{
        padding-bottom:0px;
    }
}

canvas {
    border: 2px solid black;
    background-color: white;
    cursor: crosshair;
    max-width:100%;
}
/*
#listAutocomplete {
    display: none;
    position: absolute;
    z-index: 1000;
    border: 2px solid #fbc34b;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0px 3px 16px gray;
    max-height: 250px;
    overflow: auto;
}*/