﻿/*body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    padding: 90px 0;
    background-image: url(../Content/Images/background_login.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.btnEntrar {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.titulo {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
    font-weight: bold;
}*/


body {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    line-height: 1.6
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        font-family: Roboto,sans-serif;
        font-weight: 300;
        line-height: 1.6
    }

    h1 {
        font-size: 38px;
        font-weight: 300
    }

    h2 {
        font-size: 26px;
        font-weight: 300;
        line-height: 1.4
    }

    h3 {
        font-size: 26px;
        font-weight: 300
    }

    h4 {
        font-size: 18px;
        font-weight: 300
    }

    h5 {
        font-size: 16px;
        font-weight: 400
    }
}

body.login-bg {
    background-color: #D9E8F5;
}

.form-control {
    border-radius: 10px;
}

/*middle-box*/
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 10%;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 300px;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

/*panel*/
.panel-profile .panel-title {
    margin-bottom: 15px;
    padding:20px;
}

.panel-profile .panel-heading {
    height: 150px;
    background-size: cover;
}

.panel-profile-img {
    max-width: 100px;
    margin-top: -70px;
    margin-bottom: 15px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.panel-floating-inline .panel-body {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 992px) {
    .panel-floating-inline .panel-body {
        padding: 26px 40px;
    }
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.tabs-container .panel-body {
    background: #fff;
    border: 1px solid #e7eaec;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tab-pane .panel-body {
    border-top: none;
}

.tabs-container .tabs-left .tab-pane .panel-body,
.tabs-container .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e7eaec;
}

.tabs-container .tabs-left .panel-body {
    position: static;
}

.tabs-container .tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-container .tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.panel-profile .panel-title {
    margin-bottom: 15px;
}

.panel-title {
    font-size: inherit;
}

/*margin*/
.m-b-0 {
    margin-bottom: 0 !important;
    border-radius: 10px;
    border-color: #e5e6e7;
    box-shadow: 2px 2px 1px #888888;
}

.m-t {
    margin-top: 15px !important;
}

/*btn*/
.btn {
    display: inline-block;
    font-size: 14px;
    padding: 7px 24px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    background: #00afef;
    font-weight: 400;
}

    .btn.focus, .btn:focus, .btn:hover {
        color: #fff;
        background: #00afef;
    }

input.btn:focus {
    outline: 0;
}

.form-wrapper .btn {
    margin-top: 20px;
}

.navbar-default .navbar-form a.btn {
    margin-left: 10px;
}

.blog .btn {
    margin: 0 0 5px 0;
}

.btn {
    border-radius: 10px;
}

.btn-info {
    background-color: #00afef;
    border-color: #00afef;
    color: #FFFFFF;
}

.btn-info-dentista {
    background-color: #68a7dd;
    border-color: #68a7dd;
    color: white;
}

    .btn-info-dentista:hover,
    .btn-info-dentista:focus,
    .btn-info-dentista:active,
    .btn-info-dentista.active,
    .open .dropdown-toggle.btn-info-dentista,
    .btn-info-dentista:active:focus,
    .btn-info-dentista:active:hover,
    .btn-info-dentista.active:hover,
    .btn-info-dentista.active:focus {
        background-color:#68a7dd;
        border-color: #68a7dd;
        color: white;
    }

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .btn-info.active:hover,
    .btn-info.active:focus {
        background-color: #00afef;
        border-color: #00afef;
        color: #FFFFFF;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

        .btn-info.disabled,
        .btn-info.disabled:hover,
        .btn-info.disabled:focus,
        .btn-info.disabled:active,
        .btn-info.disabled.active,
        .btn-info[disabled],
        .btn-info[disabled]:hover,
        .btn-info[disabled]:focus,
        .btn-info[disabled]:active,
        .btn-info.active[disabled],
        fieldset[disabled] .btn-info,
        fieldset[disabled] .btn-info:hover,
        fieldset[disabled] .btn-info:focus,
        fieldset[disabled] .btn-info:active,
        fieldset[disabled] .btn-info.active {
            background-color: #00afef;
            border-color: #00afef;
        }


/*Web*/
.locator {
    position: unset;
    visibility: visible;
    left: 830px;
    top: 90px;
    height: 107px;
    width: 370px;
    z-index: 200;
    transform: rotate(-30deg);
}

/*Celular*/
@media (max-width: 768px) {
    .locator {
        position: unset;
        visibility: visible;
        left: 830px;
        top: 190px;
        height: 107px;
        width: 300px;
        z-index: 200;
        transform: rotate(-30deg);
    }
}




