﻿@media screen and (min-width: 760px) {
    .tabs-login {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 760px) {
    .tabs-login {
        padding: 5px 10px;
    }

    #acessar {
        padding: 5px 20px !important;
    }

    .bs-wizard-info {
        font-size: 0em !important;
    }

    .bs-wizard {
        padding: 20px 0px 0px 30px;
    }

    .portal-card-title {
        padding: 20px 0px 10px 30px;
    }

    .nav {
        width: 100%;
    }

    .nav-item {
        width: 100%;
        float: none;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .col-xs-12 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-right .open .dropdown-menu {
        position: static;
        color: black !important;
    }

    .flat-blue.landing-page .navbar .navbar-collapse {
        width: 100% !important;
        height: 100% !important;
        float: left;
    }

    .flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
        color: #CFE2F3; /*Cor Cliente*/
    }

    .tab-content > div {
        padding: 0px;
    }
}

.btn-combo-companion {
    height: 28px;
    padding-top: 3px;
}

.margin-bottom-reset {
    margin-bottom: 0 !important;
}

/*#region Portal cards */

.portal-card {
    background-color: #fff;
    padding: 18px;
}

.portal-card-title {
    margin-bottom: 40px;
}

.portal-card-control {
    margin-bottom: 7px;
}

.login-card {
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0.60);
}

    .login-card h2 {
        color: #088A08; /*Cor Cliente*/
        margin: 0, 0, 5px, 0;
        padding: 0;
    }

.card .card-header .title {
    color: #088A08 !important; /*Cor Cliente*/
}

.login-logo {
    margin-top: 70px;
    margin-bottom: 30px;
}

    .login-logo img {
        max-width: 100%;
        height: 100px;
    }

a:hover {
    color: #CFE2F3 !important; /*Cor Cliente*/
}

.login-container {
    padding: 80px;
    padding-bottom: 40px;
    margin-bottom: 0 !important;
}

@media (max-width: 360px) {
    .login-container {
        padding: 40px;
        padding-bottom: 5px;
        margin-bottom: 0 !important;
    }
}

.session-title {
    color: #088A08; /*Cor Cliente*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    margin-top: 50px;
    border-top: 1px solid #EAEAEA;
}

/*#endregion */

/*#region Clear_CadastroLogin */

#divCadastroLogin .col-md-12, .col-md-6 {
    margin-bottom: 10px !important;
}

/*#endregion */

/*#region Glyphicon button labels */

.glyphicon-btn-label {
    margin-left: 6px;
}

/*#endregion */

/*#region Datepicker */

.datepicker-days table {
    width: auto !important;
    max-width: 210px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    .datepicker-days table td {
        font-size: 11px;
    }

#dtPicker .datepicker {
    margin: auto;
    margin-top: 10px;
}

#dtPicker td.active.active,
.datepicker #dtPicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    color: #fff !important;
    background-color: #088A08 !important; /*Cor Cliente*/
    border-color: #088A08 !important; /*Cor Cliente*/
}

#dtPicker .day {
    color: #CFE2F3;
    font-weight: bold;
}

#dtPicker .disabled {
    color: #777 !important;
    font-weight: normal !important;
}

/*#endregion */

/*#region Listas */

#ulHorarios {
    list-style: none;
    margin-top: 15px;
    margin-left: -4px;
    padding: 0;
}

    #ulHorarios li {
        display: inline-block;
        font-size: 14px;
        font-family: "Roboto Condensed", sans-serif;
        margin: 11px 4px 11px 4px;
    }

        #ulHorarios li a {
            color: #CFE2F3; /*Cor Cliente*/
            font-size: 15px;
            font-weight: bold;
            padding: 6px 6px 6px 6px;
            border: 2px solid #CFE2F3; /*Cor Cliente*/
            border-radius: 7px;
            background-color: #fff;
            transition: background-color 0.4s, color 0.4s;
            -webkit-transition: background-color 0.4s, color 0.4s;
            cursor: pointer;
        }

            #ulHorarios li a:hover {
                color: #fff;
                font-size: 15px;
                font-weight: bold;
                padding: 6px 6px 6px 6px;
                border: 2px solid #088A08; /* Cor do Cliente */
                border-radius: 7px;
                background-color: #088A08; /* Cor do Cliente */
                cursor: pointer;
            }

/*#endregion */

/*#region Tables */

#tblConsultas {
    width: 100%;
}

    #tblConsultas td {
        vertical-align: middle;
    }

/*#endregion */

/*#region Jumbotron */

@media (max-width: 320px) {
    #pHeader {
        padding-top: 40px !important;
        height: 250px;
        background-image: url("../Simplifica/app-header-bg.jpg") !important; /*Logo Cliente*/
    }
}

@media (min-width: 360px) {
    #pHeader {
        padding-top: 40px !important;
        height: 250px;
        background-image: url("../Simplifica/app-header-bg.jpg") !important; /*Logo Cliente*/
    }

        #pHeader h2 {
            margin-top: 50px;
        }
}

@media (min-width: 768px) {
    #pHeader {
        padding-top: 40px !important;
        height: 160px;
        background-image: url("../Simplifica/app-header-bg.jpg") !important; /*Logo Cliente*/
    }

        #pHeader h2 {
            margin-top: 20px;
        }
}

/*#endregion */

/*#region Menu */

.img-topmenu {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
    background-color: #f5f5f5;
    color: #000 !important;
}

.radio3.radio-vportal input:checked + label::before {
    background-color: #CFE2F3; /*Cor do Cliente*/
    border-color: #CFE2F3; /*Cor do Cliente*/
}

.nav > li > a:hover {
    text-decoration: none !important;
    background-color: #eee !important;
    color: #000 !important;
}

nav.navbar-findcond {
    background: #fff;
    border-color: #ccc;
    box-shadow: 0 0 2px 0 #ccc;
}

    nav.navbar-findcond a {
        color: #CFE2F3; /*Cor do Cliente*/
    }

    nav.navbar-findcond ul.navbar-nav a {
        border-style: solid;
        border-width: 0;
    }

        nav.navbar-findcond ul.navbar-nav a:hover,
        nav.navbar-findcond ul.navbar-nav a:visited,
        nav.navbar-findcond ul.navbar-nav a:focus,
        nav.navbar-findcond ul.navbar-nav a:active {
            color: #000;
        }

        nav.navbar-findcond ul.navbar-nav a:hover {
            border-color: #CFE2F3; /*Cor do Cliente*/
        }

    nav.navbar-findcond li.divider {
        background: #ccc;
    }

    nav.navbar-findcond button.navbar-toggle {
        background: #CFE2F3; /*Cor do Cliente*/
        border-radius: 2px;
    }

        nav.navbar-findcond button.navbar-toggle:hover {
            background: #999;
        }

        nav.navbar-findcond button.navbar-toggle > span.icon-bar {
            background: #fff;
        }

    nav.navbar-findcond ul.dropdown-menu {
        border: 0;
        background: #eee !important;
        border-radius: 0 !important;
        margin-top: 0px;
        box-shadow: 0 0 2px 0 #000;
        padding: 4px 0 4px 0;
    }

        nav.navbar-findcond ul.dropdown-menu > li > a {
            color: #444;
        }

.dropdown-menu item-menu:hover {
    background-color: #000 !important;
}

nav.navbar-findcond ul.dropdown-menu > li > a:hover {
    background: #eee; /*Cor do Cliente*/
    color: #fff;
}

nav.navbar-findcond span.badge {
    background: #CFE2F3; /*Cor do Cliente*/
    font-weight: normal;
    font-size: 11px;
    margin: 0 4px;
}

    nav.navbar-findcond span.badge.new {
        background: rgba(255, 0, 0, 0.8);
        color: #fff;
    }



.btn.btn-warning {
    background-color: #088A08 !important;
    color: #FFF;
    border-color: #088A08 !important;
}

.btn.btn-info {
    background-color: #088A08 !important;
    color: #FFF;
    border-color: #088A08 !important;
}

h4, h2 {
    color: #088A08 !important; /*Cor Cliente*/
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #CFE2F3 !important; /*Cor Cliente*/
    color: white;
}
/*#endregion */

/*#region Wizard */
.row > [class*="col-"] {
    margin-bottom: 10px !important;
}


.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 20px 10px 10px 10px;
    background-color: #fff;
}

.loading {
    color: #088A08 !important; /*Cor Cliente*/
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

    .bs-wizard > .bs-wizard-step + .bs-wizard-step {
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 14px;
    }

    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        background: #CFE2F3; /*Cor Cliente*/
        top: 45px;
        left: 50%;
        margin-top: -15px;
        margin-left: -15px;
        border-radius: 50%;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
            content: ' ';
            width: 14px;
            height: 14px;
            background: #088A08; /*Cor Cliente*/
            border-radius: 50px;
            position: absolute;
            top: 8px;
            left: 8px;
        }

    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 8px;
        box-shadow: none;
        margin: 20px 0;
    }

        .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
            width: 0px;
            box-shadow: none;
            background: #CFE2F3;
        }

    .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
        width: 50%;
    }

    .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
        width: 100%;
    }

    .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
        width: 100%;
    }

.bs.bs-wizard > .bs-wizard-step.active > .progress {
    /*background-color: #fff !important;*/
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .progress {
    /*background-color: #fff;*/
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

/*#endregion */

/*#region Login */

.container-login {
    min-height: 0;
    color: #f5f5f5;
    margin-top: 40px;
    padding: 0;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-login > section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
}

#top-bar {
    display: inherit;
}

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    width: 100%;
}

    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
        float: none;
    }

.container-login .nav-tabs.nav-justified > li > a,
.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #fff;
    border: medium none;
    color: #000;
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
}

.container-login .nav-tabs.nav-justified > .active > a,
.container-login .nav-tabs.nav-justified > .active > a:hover,
.container-login .nav-tabs.nav-justified > .active > a:focus {
    background: #F5F5F5;
    color: #333333;
}

.container-login .nav-tabs.nav-justified > li > a:hover,
.container-login .nav-tabs.nav-justified > li > a:focus {
    background: #F5F5F5;
}

.tabs-login {
    background: #f5f5f5;
    border: medium none;
    margin-top: -1px;
    padding: 10px 30px;
}

.container-login h2 {
    color: #CFE2F3; /* Cor do Cliente*/
}

.container-login .checkbox {
    margin-top: -15px;
}

.login-body p {
    color: #999;
}

.btn.btn-facebook {
    background-color: #3b5998;
    color: #FFF;
    border-color: #3b5998;
}

    .btn.btn-facebook:hover {
        color: #fff;
    }

.container-login button {
    background-color: #CFE2F3; /*Cor Cliente*/
    border-color: #CFE2F3; /*Cor Cliente*/
    color: #ffffff;
    border-radius: 0;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}

    .container-login button:hover,
    .container-login button:focus {
        background: #de2f18;
        border-color: #be2815;
    }

/*#endregion */

/*#region Novidades */

.flat-blue .pricing-table.dark-versatilis .pt-header {
    background-color: #12a588;
    color: #FFF;
}

.flat-blue .pricing-table.light-versatilis .pt-header {
    background-color: #1ABC9C;
    color: #FFF;
}

/*#endregion */


.navbar-brand {
    height: 120px !important;
    /*width: 100px !important;*/
}

.navbar .dropdown-menu {
    z-index: 0;
}
