.user-profile.partner .user-profile_header {
    padding-left: 24px
}


.user-profile_header {
    padding: 12px 10px 12px 20px;
    line-height: 30px;
    font-size: 18px;
    height: 54px
}

    .user-profile_header .btnSave {
        float: right;
        margin-top: -22px;
        margin-left: 60%;
        position: absolute;
    }

.row {
    padding-top: 10px;
}

.col-sm finput {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-right: 60px;
}

.rowheader {
    font-size: 14px;
    line-height: 20px;
    color: white;
    background-color: #14BEF0;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 10px 10px 0px 0px;
}

.rowchild {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #14BEF0;
    border-radius: 10px;
    margin: 10px;
}

.fappointment {
    display: inline-block;
    vertical-align: top;
    width: 99%;
    margin-right: 10px;
    margin-left: 10px;
    height: 5%;
    border: 1px solid #14BEF0;
    border-radius: 10px;
}

.finput {
    margin-top: 22px;
    margin-bottom: 2px;
    display: inline-block;
    position: relative;
}

    .finput textarea {
        color: #4a4a5a;
        height: 60px;
        width: 240px;
        padding: 6px 10px;
        font-size: 14px;
        font-family: Lato;
        line-height: 20px;
        border: 1px solid #CACAD3;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 2px;
        margin: 0;
    }

    .finput input[type=text] {
        color: #4a4a5a;
        height: 34px;
        width: 240px;
        padding: 6px 10px;
        font-size: 14px;
        font-family: Lato;
        line-height: 20px;
        border: 1px solid #CACAD3;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 2px;
        margin: 0;
    }

    .finput.disabled input[type=text] {
        pointer-events: none;
        cursor: none;
        background-color: #F0F0F5;
        color: #B4B4BE;
    }

    .finput.has-error input[type=text] {
        border-color: #FF2D00
    }

    .finput input[type=date] {
        color: #4a4a5a;
        height: 34px;
        width: 240px;
        padding: 6px 10px;
        font-size: 14px;
        font-family: Lato;
        line-height: 20px;
        border: 1px solid #CACAD3;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 2px;
        margin: 0;
    }

    .finput input[type=number] {
        width: 100px;
        color: #4a4a5a;
        height: 34px;
        padding: 6px 10px;
        font-size: 14px;
        font-family: Lato;
        line-height: 20px;
        border: 1px solid #CACAD3;
        box-sizing: border-box;
        box-shadow: none;
        border-radius: 2px;
        margin: 0;
    }

.finput--select {
    width: 240px;
}

    .finput--select .selectize-control.single {
        text-align: left;
        height: 34px;
    }

        .finput--select .selectize-control.single .selectize-input {
            cursor: text;
            padding: 6px 25px 5px 10px;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #CACAD3;
            background-color: white;
            background-image: none;
            font-size: 14px;
            line-height: 20px;
            min-height: 34px;
        }


            .finput--select .selectize-control.single .selectize-input .item {
                font-size: 14px;
                vertical-align: middle;
                color: #414146
            }

            .finput--select .selectize-control.single .selectize-input input {
                cursor: text;
                font-size: 14px;
                vertical-align: middle;
                line-height: 20px;
                height: 20px;
                color: #414146
            }

            .finput--select .selectize-control.single .selectize-input:after {
                right: 10px;
                margin-top: -2px
            }

            .finput--select .selectize-control.single .selectize-input.input-active {
                border-color: #14BEF0
            }

            .finput--select .selectize-control.single .selectize-input.dropdown-active {
                border-radius: 2px
            }

                .finput--select .selectize-control.single .selectize-input.dropdown-active:before {
                    display: none
                }

        .finput--select .selectize-control.single .selectize-dropdown {
            border-radius: 2px;
            margin-top: 2px;
            border: 1px solid #CACAD3;
            box-shadow: 0 2px 2px 1px rgba(109,109,109,0.14);
            -webkit-box-shadow: 0 2px 2px 1px rgba(109,109,109,0.14)
        }

            .finput--select .selectize-control.single .selectize-dropdown.direction-up {
                margin-top: -2px
            }

            .finput--select .selectize-control.single .selectize-dropdown .active {
                background-color: #F0F0F5;
                color: #414146
            }

            .finput--select .selectize-control.single .selectize-dropdown .selectize-dropdown-content {
                max-height: 139px
            }

                .finput--select .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
                    min-height: 32px;
                    padding: 8px 10px;
                    box-sizing: border-box;
                    border-bottom: 1px solid #E0E0E4
                }

                    .finput--select .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option:last-of-type {
                        border-bottom: none
                    }

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-control {
    position: relative;
}

.finput label {
    font-size: 12px;
    line-height: 20px;
    color: #787887;
    margin-bottom: 2px;
    display: inline-block;
    position: absolute;
    top: -22px;
    left: 0px;
}

.finput a {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #14BEF0;
    float: right;
    margin-top: 1px;
    position: absolute;
    top: -22px;
    right: 0px;
}

#gender {
    padding: 5px 10px;
}

.btnSave {
    border-color: #14BEF0;
    background-color: transparent;
    color: #414146;
    border-radius: 2px;
    border-style: solid;
    font-family: Lato;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.btnSave--primary {
    background-color: #14BEF0;
    color: white
}

    .btnSave--primary:hover {
        background-color: #14ADDB
    }

    .btnSave--primary:active {
        background-color: #168DB3
    }

.btnSave--md {
    height: 32px
}

.btn:hover {
    background-color: #1a53bc;
    color: white;
}

.o-profile-photo {
    margin-bottom: 16px
}

.o-profile-photo {
    width: 240px;
    margin-bottom: 4px
}

    .o-profile-photo label {
        font-size: 12px;
        line-height: 20px;
        color: #787887;
        margin-bottom: 2px
    }

    .o-profile-photo img {
        background-color: white;
        max-width: 100px;
        max-height: 100px
    }

.o-profile-photo_cont {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    background-color: #F0F0F5;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #1a53bc;
}

    .o-profile-photo_cont .dummy {
        padding-top: 100%
    }

.o-profile-photo_cont_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a
}

    .o-profile-photo_cont_img:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%
    }

.o-profile-photo_desc {
    position: relative;
    top: 16px;
    display: inline-block;
    width: 148px;
    padding-left: 10px
}

.o-profile-photo_desc_text {
    color: #B4B4BE;
    font-size: 12px;
    line-height: 16px
}

.o-profile-photo_name {
    color: #B4B4BE;
    font-size: 12px;
    line-height: 16px;
    margin: 10px;
}

.o-profile-photo_desc_actions {
    margin-top: 8px
}

    .o-profile-photo_desc_actions input[type=file] {
        border: none;
        padding: 0;
        color: #14BEF0;
        background: none;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin-right: 10px;
        font-family: Lato
    }

    .o-profile-photo_desc_actions input[type=button] {
        border: none;
        padding: 0;
        color: #14BEF0;
        background: none;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin-right: 10px;
        font-family: Lato
    }

days {
    width: 80%;
}

.day {
    width: 20%;
    min-width: 100px;
    height: 100%;
    background-color: #efeff6;
    padding: 10px;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

.datelabel {
    margin-bottom: 15px;
}

.timeslot {
    background-color: #14BEF0;
    width: 100%;
    height: 30px;
    color: white;
    padding: 7px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 3px;
    vertical-align: center;
    text-align: center;
}

    .timeslot:hover {
        background-color: #14ADDB;
        cursor: pointer;
    }

.disabled {
    background-color: #414146;
}
.timeslotradio{
    margin-left:10px;
}