body {
    font-family: 'Open Sans' !important;
}


/*=========================================
        Header Menu
==========================================*/

#navbar {
    z-index: 99999;
}

.navbar {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    background-color: #05566b;
    border-color: #07566a;
}

.nav .navbar-nav {
    float: right;
}


/*
.navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
}*/

.navbar-brand {
    background-image: url("imagens/bemarcaPNG2_small.png");
    background-repeat: no-repeat;
    margin: 13px 10px 5px 25px;
    width: 160px;
    height: 29px;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: #06718c;
}

.navbar-inverse .navbar-nav > li > a {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #085568;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #27a0be;
}

.fa {
    display: block;
}

.fa-child:before {
    / / content: url("imagens/icon-cliente.png");
}

.fa-child:hover::before {
    / / content: url("imagens/icon-cliente-hover.png");
}

.fa-calendar:before {
    / / content: url("imagens/icon-marcacoes.png");
}

.fa-calendar:hover::before {
    / / content: url("imagens/icon-marcacoes-hover.png");
}

.fa-cubes:before {
    / / content: url("imagens/icon-produtos.png");
}

.fa-cubes:hover::before {
    / / content: url("imagens/icon-produtos-hover.png");
}

.fa-eyedropper:before {
    / / content: url("imagens/icon-servicos.png");
}

.fa-eyedropper:hover::before {
    / / content: url("imagens/icon-servicos-hover.png");
}

.fa-user {
    / / display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
}

.fa-user:before {
    / / content: url("imagens/user.png");
}

.navbar .fa-envelope-o {
    vertical-align: middle;
    display: inline;
}

.dropdownUser {
    background-color: #083a47;
    /*height: 95px;*/
    font-size: 14px;
    margin-right: 50px;
}

.dropdownUser:hover {
    background-color: #085568;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: inherit;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #06718c;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
}

.fa-key {
    display: inline-block;
    vertical-align: middle;
}

.fa-envelope-o {
    display: inline-block;
    vertical-align: middle;
}

.fa-pencil {
    display: inline-block;
    vertical-align: middle;
}

.fa-sign-out {
    display: inline-block;
    vertical-align: middle;
}

.fa-calendar-times-o {
    display: inline-block;
}

.fa-calendar-check-o {
    display: inline-block;
}

.fa-bell, .fa-birthday-cake, .vantagens-registo .fa-calendar-plus-o, .vantagens-registo .fa-envelope-o, .fa-file, .fa-plus, .vantagens-registo .fa-calendar {
    display: inline-block;
}


/*=========================================
        Conteúdo
==========================================*/

.maincontainer .mainrow {
    margin: 40px 10px;
}


/*=========================================
        Menu Lateral Dir
==========================================*/

.panel-body {
    padding: 1px;
}

.panel-default {
    border: none;
}

.panel {
    background-color: transparent;
}

.panel-default > .panel-heading {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0;
}

.nav-pills > li > a {
    border-radius: 7px;
}

.btn-sm {
    display: inline-block;
    background-color: #707070;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
}

a.small.btn-sm:hover {
    background-color: #3c3b3b;
    color: #cdcccc;
}

.small {
    display: inline-block;
    background-color: #707070;
    color: #ffffff;
    text-transform: uppercase;
    vertical-align: middle;
}

a.small:hover {
    background-color: #3c3b3b !important;
    cursor: pointer;
    color: #cdcccc;
}

.navbar .fa {
    padding-bottom: 5px;
}

.nav.main .fa {
    display: block;
}

.fa-plus-circle, .fa-user-plus, .fa-reply, .fa-calendar.menu, .fa-users.menu, .fa-mobile, .fa-send, .fa-sign-in {
    //display: inline-block;
}

.fa-plus-circle:before {
    / / content: url("imagens/add.png");
}

.fa-refresh {
   // display: inline-block;
}

.fa-trash-o, .fa-clone {
    //display: inline-block;
}

.fa-trash {
    //display: inline-block;
}

i.fa.fa-calendar, i.fa.fa-users, i.fa.fa-sign-in, i.fa.a-plus-circle {
    display: inline-block;
}

.fa-remove, .fa-close, .fa-times {
    display: inline-block;
}

.fa-remove:before, .fa-close:before, .fa-times:before {}

.fa-chevron-circle-left {
    display: inline-block;
    vertical-align: middle;
}

.fa-chevron-circle-left:before {
    content: url("imagens/back.png");
}


/*=========================================
        Tabelas
==========================================*/

.table-bordered {
    border: 1px solid #ffffff;
}

table.dataTable thead > tr > th {
    background-color: #06718c !important;
    color: #fefefe;
    font-size: 13px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ffffff;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9f2f5;
}

table.dataTable thead .sorting {
    / / background: url('imagens/seta.png') no-repeat center right;
}

table.dataTable thead .sorting_desc {
    / / background: url('imagens/seta_desc.png') no-repeat center right;
}

table.dataTable thead .sorting_asc {
    / / background: url('imagens/seta_asc.png') no-repeat center right;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ffffff;
}

.row {
    margin-bottom: 10px;
    margin-top: 10px;
}

.input-sm {
    margin-left: 5px;
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: url("imagens/edit.png");
}


/*=========================================
        Calendário
==========================================*/

.btn-primary {
    background-color: #06718c;
    -webkit-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    border-color: #06718c;
}

.buttonCalendarNonActive {
    color: #FFF;
    border: 1px solid white;
    background-color: transparent;
}

.buttonCalendarActive {
    background-color: #085568;
    font-weight: bold;
    text-transform: uppercase;
}

.fc-toolbar {
    background-color: #06718c;
    padding: 15px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.fc-toolbar h2 {
    color: #fff;
    font-size: 24px;
}

.fc-state-default {
    color: #fff;
    background-color: #27a0be;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0);
}

.fc-state-down, .fc-state-active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #085568;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
}

.fc-axis {
    background-color: #707070;
    color: #fff;
}

.fc-unthemed .fc-today {
    background: #5ebed6;
    color: #fff;
}

.fc-unthemed .fc-past {
    background: #e9f2f5;
}

.fc-unthemed .fc-future {
    background: #e9f2f5;
}

.fc-resource-cell {
    border-width: 1.5px;
    font-size: 20px;
}

.fc-axis.fc-widget-content {
    font-weight: bold;
}


/*=========================================
        Geral
==========================================*/

a {
    color: #06718c;
}

a:hover, a:focus {
    color: #5ebed6;
}

.control-label {
    border-radius: 10px;
    padding-bottom: 10px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #083a47;
    border-color: #0e2b33;
}


/*=========================================
    Preços
==========================================*/

h5, .h5 {
    color: #06718c;
    font-size: 25px;
}

ul, menu, dir {
    display: block;
    text-align: center;
    line-height: 25px;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.panel-body {
    padding: 25px 5px 25px 5px;
    background-color: #FFF;
}

.panel-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.panel-footer {
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    background-color: inherit;
    border-top: 1px solid #06718c;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #27a0be;
    background-color: #27a0be;
}

.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #27a0be;
    border-color: #27a0be;
}

.panel-warning {
    border-color: #06718c;
    background-color: #06718c;
}

.panel-warning > .panel-heading {
    background-color: #06718c;
    border-color: #06718c;
}

.panel-success {
    border-color: #085568;
    background-color: #085568;
}

.panel-success > .panel-heading {
    background-color: #085568;
    border-color: #085568;
}

#durationText {
    color: #06718c !important;
}

.smallContainer {
    padding-left: 15%;
    padding-right: 15%;
}

.whiteBox {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

a.link.pull-right, a.link.pull-left {
    font-size: 13px;
    margin-top: 10px;
}

.btn-register {
    background-color: #019ddb;
    color: #ffffff;
    -webkit-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    border-color: #0079c2;
    box-shadow: 0 3px #1e343d;
}

.btn-register:hover, .btn-register:focus, .btn-register.focus, .btn-register:active, .btn-register.active, .open > .dropdown-toggle.btn-register {
    background-color: #083a47;
    border-color: #000;
    box-shadow: 0 3px #000;
}

.btn-darkgrey {
    margin-top: 20px;
    background-color: #434343;
    color: #ffffff;
    -webkit-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    box-shadow: inset 6px 4px 49px -13px rgba(0, 0, 0, 0.75);
    border-color: #2f2f2f;
    box-shadow: 0 3px #1e343d;
}

.btn-darkgrey:hover, .btn-darkgrey:focus, .btn-darkgrey.focus, .btn-darkgrey:active, .btn-darkgrey.active, .open > .dropdown-toggle.btn-register {
    background-color: #083a47;
    border-color: #000;
    box-shadow: 0 3px #000;
}

.logotipo {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

.destaqueLogin {
    border-radius: 10px;
    color: #777777;
    text-align: center;
    border: 2px solid #009ddc;
    padding: 10px 5px 10px 5px;
    font-size: 13px;
}

.destaque {
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    border: 2px solid #009ddc;
}

.destaqueLogin strong {
    color: #019ddb;
    font-size: 16px;
}

label.textoSmall {
    font-size: 13px;
    width: 80px;
}

.form-control {
    display: inline-block;
    width: 60%;
}

.form-signin .form-control {
    padding: 5px;
    font-size: 14px;
}

.smallText {
    font-size: 13px;
    text-align: center;
    line-height: 25px;
}

.destaquesmall {
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
    color: #019ddb;
    border: 2px solid #009ddc;
    padding: 5px;
    margin-bottom: 15px;
}

label.texto {
    font-size: 13px;
    width: 110px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #27A0BE !important;
}

.navbar-inverse .navbar-toggle {
    border-color: #27A0BE !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #27A0BE !important;
}

#register label {
    margin: 0 !important;
}

#register input {
    margin-bottom: 5px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #27A0BE !important;
}

.pagination > li > a, .pagination > li > span {
    color: #27A0BE !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #E6E6E6 !important;
}

.agendaTitle > span {
    font-size: 16px;
    text-transform: lowercase;
    padding-right: 10px;
}

.agendaTitle {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.caret {
    margin-left: 3px;
}

.nav > li > a {
    padding: 19.5px 7px;
}

.btn-today {
    background: rgb(153, 217, 234) !important;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background: #EFEFEF;
}

.vantagens-registo {
    background: #ffffff;
}

.vantagens-registo li {
    margin: 15px 0;
    text-align: left;
    font-size: 16px;
}

.vantagens-registo .fa {
    padding-right: 15px;
}

.bkg-white {
    background: #ffffff;
}

.form-signin {
    padding: 5px !important;
}

.destaqueLogin .destaque {
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 10px;
    border: none;
}

.a-medida {
    background: #27A0BE;
    color: #fff;
    font-size: 18px;
}

svg > text {
    display: none;
}

.grupo-form label {
    display: block;
    text-align: left;
    padding-top: 9px;
}

.grupo-form .form-control {
    width: 100%;
}

.grupo-form h3 {
    border-bottom: 1px solid #27A0BE !important;
    padding-bottom: 5px;
    color: #27A0BE;
    margin-top: 30px;
}

.grupo-form h3 .smaller {
    font-size: 17px;
}

.grupo-form h3.sub {
    font-size: 18px;
}

.row.grupo-form {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.grupo-form .fa {
    display: inline;
    vertical-align: middle;
    padding: 5px;
}

.grupo-form .material-icons {
    display: inline;
    vertical-align: middle;
    padding: 5px;
}

.grupo-form input[type="checkbox"] {
    height: 39px;
    width: 39px;
}

.grupo-form .inline > * {
    display: inline;
}

.grupo-form .inline > p {
    margin-left: 10px;
}

h1.page-title {
    color: rgb(255, 255, 255);
    background: rgb(39, 160, 190) none repeat scroll 0% 0%;
    text-align: left;
    padding: 5px 10px;
    font-size: 30px;
}

.agendas {
    color: rgb(255, 255, 255);
    background: rgb(39, 160, 190) none repeat scroll 0% 0%;
    text-align: left;
    padding: 0px 10px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
}

.floating-menu {
    position: fixed;
    right: 0;
}

.smsBalanceInfo {
    color: rgb(255, 255, 255);
    background: rgb(39, 160, 190) none repeat scroll 0% 0%;
    text-align: left;
    padding: 5px 10px;
}

.searchAppointments {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.searchAppointments > span {
    top: 5px;
    position: relative;
}

.fa.nails {
    font-size: 20px;
}

.fc-time-grid-event .fc-time {
    font-weight: bold;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    font-size: 16px;
}

.fc-time-grid .fc-event, .fc-time-grid .fc-bgevent {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.75);
}

.fce-col-header {
    font-size: 20px;
}

#specialEventTypes button[type=button] {
    width: 100%;
    font-size: 18px;
}

.specialEventOptions, #whenSection, .specialEventOptions, #whatSection {
    display: none;
}

#loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('imagens/FhHRx.gif') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading #loading {
    display: block;
}

#calendar table:first-child tbody:hover {
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 20%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

.fc-month-view .fc-event-container {
    position: relative;
}

.specialEventsBtn {
    text-decoration: underline;
    font-size: 13px;
}

.specialEventsBtn:hover {
    background: #27A0BE;
    border-color: #fff;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
    font-size: 14px !important;
}

.fc-time-grid-event.fc-short .fc-time span {
    display: block;
}

.fc-time-grid-event.fc-short .fc-time:before, .fc-time-grid-event.fc-short .fc-time:after {
    content: '';
}

.fc-time-grid-event.fc-short .fc-title {
    padding: 0px 10px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
}

.fc-time-grid .fc-now-indicator-line {
    border: 2px solid red;
    left: 0;
    right: 0;
    background: lightgray;
    z-index: 1;
}

div.dataTables_length select {
    width: 75px !important;
}

div.dataTables_filter input {
    width: 16em !important;
}

.dataTables_wrapper {
    margin-top: 20px;
}

.toast-message {
    font-size: 17px;
}

#toast-container>div {
    opacity: 1;
}

.modal-backdrop.fade.in {
    height: 100% !important;
    z-index: 0;
}

.bt-holidays {
    font-size: 18px;
}

#horario, #horario input[type=text] {
    text-align: center;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    white-space: normal;
}

.autocomplete-custom-template li:last-child {
    border-bottom-width: 0;
}

.autocomplete-custom-template .item-title, .autocomplete-custom-template .item-metadata {
    display: block;
    line-height: 1;
}

.autocomplete-custom-template .item-title md-icon {
    height: 18px;
    width: 18px;
}

.md-autocomplete-suggestions li {
    padding: 5px 15px !important;
    height: auto !important;
}

.animalDetails p {
    font-size: 15px;
}

.fc-time-area .fc-rows td>div {
}

.md-datepicker-input-mask {
    display: none;
}

.fc-expander-space{
    display: none;
}
#workerPrint #tblSched_filter {
    float: right !important;
}
/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license.
*/