/*
Project Name:  4Medic
Description:   Sistema Médico
Author:        Equipe 4Medic
Author URI:    http://www.4medic.com.br

FOLHAS DE ESTILOS PERSONALIZADAS

CORES: 
#0066B3 - azul escuro bg
#05519B - azul escuro hover
#084886 - azul escuro active

*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,300i,400,400i,600,700,700i,800');
/* Ícones do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100;200;300;400;500;600;700;800;900&family=Material+Symbols+Rounded:wght@100;200;300;400;500;600;700;800;900&family=Material+Symbols+Sharp:wght@100;200;300;400;500;600;700;800;900&family=Material+Symbols:opsz,wght,FILL,GRAD@20..48,100..700,0..1,0..200&display=swap');
/* Variáveis de tematização (copiar pra outros styles conforme precisar, não refatore tudo!!!) */
:root {
    /* Paleta de cores primária */ 
    --primary-color: #0013ea;
    --secondary-color: #150f5e;
    --primary-bg-color: #e7edf9 !important;
    
    /* --primary-bg-color: #f3f6fc !important; */
    --secondary-bg-color: #ffffff;

    /*Paleta de cores de destaque */
    --destaque-color-1: #00ccf9;
    --destaque-color-2: #00dfbd;
    --destaque-color-3: #5dcc3b;
    /* warning */
    --destaque-color-4: #FFA900;
    --destaque-color-5: #FF0000;
    --destaque-color-6: #FE0075;
    --destaque-color-7: #D90BB7;
    --destaque-color-8: #674ADC;
    /*danger*/
    --destaque-color-9 : #ff1300;

    /* Paleta de cores e configurações de texto */
    --text-font-family: "Noto Sans", sans-serif;
    
    --text-title-color: #150f5e;
    --text-title-weight: 500; /* font-weight */
    --text-body-weight: 400; /* font-weight */
    --text-body-color: #3c3c3c;
    --text-disclaimer-color: #bfbfbf;
    --font-size-body: 14px;

    --date-picker-bg-color: #fafafa;

    --border-color-gray: #d9d9d9;
    
    /* toasts */
    --primary-toast-color: #777777;
    --danger-toast-color: #cc0e24;

    /* thead bg tabela */
    --th-bg-color: #F6F6F6;

    /* estilos adicionais de outras páginas*/

    /*ATENDIMENTO*/
    --cifra-verde: #00b99d;
    --cifra-vermelha: #ff1300;
  }
/* estilos necessários par os ícones do google fonts */
.material-symbols {
    font-family: 'Material Symbols';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
}
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
}
.material-symbols-sharp {
    font-family: 'Material Symbols Sharp';
}
/* padding pra todos botões com texto */
.btn-primary-relayout, .btn-secondary-relayout, .btn-tertiary-relayout, .btn-return-modal-relayout, .btn-transparent-relayout{
    padding: 10px 21px;
}

/* classe para botões que tenham texto + icone do material design*/

.btn-material-icon-relayout{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}
.btn-material-icon-relayout .material-symbols-outlined{
    font-size: 20px;
}
.btn-dropdown-relayout:hover{
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.btn-primary-relayout{

    background-color: var(--primary-color);
    color: white;
    border-radius: 20px;

}
.btn-primary-relayout:hover, .btn-primary-relayout:focus{

    color: white;

}
.btn-primary-icon-relayout{

    background-color: var(--primary-color) !important;
    color: white;
    border-radius: 8px;

}
.btn-primary-icon-relayout:hover{
    
    background-color: var(--primary-color) !important;
    color: white;
    border-radius: 8px;

}

.btn-primary-icon-relayout:focus{

    color: white;

}

.btn-secondary-relayout{

    background-color: transparent;
    border-color: var(--primary-color) !important;
    color: var(--primary-color);
    border-radius: 20px !important;

}
.btn-secondary-relayout:hover, .btn-secondary-relayout:focus{

    color: var(--primary-color);
    /* background-color: #eee !important; */

}

.btn-tertiary-relayout{

    background-color: white;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 20px;

}
.btn-tertiary-relayout:hover{

    color: var(--secondary-color);
    background-color: #eee !important;

}

.btn-secondary-icon-relayout{

    background-color: white;
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: 8px;

}
.btn-secondary-icon-relayout:hover{

    color: var(--primary-color);
    background-color: #eee !important;

}

.btn-transparent-icon-relayout{
    background: transparent !important;
    border: transparent !important;
    color: var(--secondary-color);
}
.btn-transparent-icon-relayout:hover, .btn-transparent-icon-relayout:focus{
    color: var(--secondary-color);
}
.btn-transparent-secondary-icon-relayout{
    background: transparent !important;
    border: transparent !important;
    color: var(--text-body-color) !important;
}
.btn-transparent-secondary-icon-relayout:hover{
    color: var(--text-body-color) !important;
}
.btn-transparent-icon-alert-relayout{
    background: transparent !important;
    border: transparent !important;
    color: var(--destaque-color-9);
}
.btn-transparent-icon-alert-relayout:hover{
    color: var(--destaque-color-9);
}
.btn-transparent-icon-info-relayout{
    background: transparent !important;
    border: transparent !important;
    color: var(--primary-color);
}
.btn-transparent-icon-info-relayout:hover{
    color: var(--primary-color);
}
.btn-send-relayout{
    border-radius: 30px;
    color: black;
    background-color: white;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-filter-transparent-relayout{
    background-color: transparent !important;
    border: 1px solid #9D9D9D !important;
    border-radius: 8px;
    color: var(--text-body-color) !important;
}
.btn-filter-transparent-relayout:hover{
    border-color: var(--primary-color);
}
body {
    background-attachment: fixed;
    font-family: Open Sans !important;
    font-weight: 400 !important;
    margin-top: 50px !important;	
}
.form-control {
    width: 100%!important;
}
hr {
    border-color: #0066b3 -moz-use-text-color -moz-use-text-color !important;
}
.linehr{
    margin:10px 0 !important;
}
a {
    color: #123a93;
}
pre {
    white-space: pre-wrap;
}

a:focus, a:hover {
    text-decoration: none!important;
}

.uppercase {
  text-transform: uppercase !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle!important;
} 
table {
    background: #e9e9e9 none repeat scroll 0 0!important;
}
button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
} 
option {
    padding: 10px;
}
blockquote {
    border-left: 5px solid #1db1a7!important ;
}
label {
    font-weight: normal!important;
    color:#999;
}
.fa-eye{
    color: #0066b3;
    font-size:18px!important;
}
.fa-undo{
    color: #0066b3;
    font-size:18px!important;
}
.navbar {
    margin-bottom: 0!important;
}
.barra-superior .navbar-top{
    /*background: -webkit-linear-gradient(top, #fff , #E8E9EA); /* For Safari 5.1 to 6.0 *
    background: -o-linear-gradient(top, #fff , #E8E9EA); /* For Opera 11.1 to 12.0 *
    background: -moz-linear-gradient(top, #fff , #E8E9EA); /* For Firefox 3.6 to 15 *
    background: linear-gradient(to top, #fff , #E8E9EA); /* Standard syntax */
    background:  #fff; /* Standard syntax */
    min-height: 60px;
}
.navbar-brand img {
    max-height: 50px;
}

.cursor-default {
    cursor: default !important
}
.cursor-pointer {
    cursor: pointer !important
}
.cursor-text {
    cursor: text !important
}

.animate {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#main-element {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ui-front{
    z-index:100050!important;
}
.new-choice {
    font-weight: normal;
    margin-left: 3px;
}
.new-select {
    position:relative;
    display: block;
    font-weight: normal;	
}
.new-select::after {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    content: '\e83a';
    font-family: sara;
    font-weight: inherit;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;  
    z-index: 9;
}
.none{
    display:none;
}
.no-radius {
    border-radius: 0 !important;
}
.choise-doctor .new-select::after {
    background: #00aeef none repeat scroll 0 0;
    border-bottom: 1px solid #d7d7d7  !important;
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #d7d7d7  !important;
    border-top: 1px solid #d7d7d7  !important; 
    padding: 6px;
}
.new-select::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 20px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 0;
}
#tab-anaminese-content .new-select select {
    height: 40px;
}
#tab-anaminese-content .new-select::after {
    height: 40px;
    padding: 11px 9px;
}

/* FIM - MENU MAIN SIDEBAIR */
#side-bar-main-menu {
    position: fixed;
    width: 75%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 75%;
    z-index: 10;
    background: #05519B;
    overflow-y: scroll;
}
#side-bar-main-menu-back {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0.75;
    background: #000;
}
#side-bar-main-menu ul {
    list-style: none;
    padding: 0;
}
#side-bar-main-menu ul li {
    border-bottom: 1px solid #0066B3;
    padding-top: 3px;
}
#side-bar-main-menu .close-menu {
    background: #084886;
    padding: 0;
    border-bottom: 1px solid #0066B3;
}
#side-bar-main-menu .close-menu .btn {
    font-size: 26px;
    font-weight: 400;
    padding: 5px 11px 5px 11px;
}
#side-bar-main-menu .close-menu .icon {
    font-size: 28px;
}
#side-bar-main-menu li .name {
    padding-left: 5px;
    margin-top: -2px;
}
#side-bar-main-menu .close-menu .name {
    padding-left: 10px;
}
#side-bar-main-menu ul li .btn {
    display: block;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
}
#side-bar-main-menu ul li:focus,
#side-bar-main-menu ul li:active,
#side-bar-main-menu ul li:hover {
    color: #fff;
    background: #084886;
}
#side-bar-main-menu ul li:focus .btn,
#side-bar-main-menu ul li:active .btn,
#side-bar-main-menu ul li:hover .btn {
    color: #fff;
}

.menu-mobile .btn {
    border: medium none;
    border-radius: 4px;
    padding: 20px;
    text-align: left;
    font-size: 18px;
    opacity: 0.8;
    margin: 5px;
    width: 100%;
}
#main-menu-mobile a.square {
    background-color: #fff !important;
    color: #0066B3 !important;
    border-bottom: 1px solid #ddd;
}
#main-menu-mobile a.square .icon {
    font-size: 3.25em;
    line-height: 1;
    /*text-align: center;*/
}
#main-menu-mobile a.square .name {
    font-size: 14px;
    /*margin-top: 5px;*/
    text-align: center;
    margin-left: 10%;
}

/*  INICIO - MENU PACIENTE */


/*  INICIO - BACK LOADING */
#back-loading {
    position: fixed;
    background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    opacity: 0.7;
    color: #ccc;
}
#back-loading .content {
    position: fixed;
    left: 0;
    right: 0;
    top: 40%;
}
#back-loading .icon {}
#back-loading .message {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
/*  FIM - BACK LOADING */



#widget-agenda .new-select ,
.choise-doctor .new-select {
    margin-bottom: 0;
    margin-top: 2px;
}
input[type="file"] {
    cursor: pointer;
} 
input[type=radio],
input[type="checkbox"] {

    width: 18px;
    margin:0!important;
}
input[type="radio"] + .new-choice::before {
    background-color: #fff !important;
    border: 1px solid #0066b3;
    border-radius: 10px !important;
    content: "" !important;
    display: inline-block !important;
    height: 18px !important;
    left: 0;
    margin-right: 8px !important;
    pointer-events: none;
    position: absolute;
    top: 1px;
    vertical-align: middle !important;
    width: 18px !important;
}
input[type="checkbox"] + .new-choice::before {
    background-color: #fff !important;
    border: 1px solid #0066b3;
    content: "" !important;
    display: inline-block !important;
    height: 18px !important;
    left: 0;
    top: 1px;
    pointer-events: none; 
    position: absolute;
    border-radius: 2px;
    vertical-align: middle !important;
    width: 18px !important;
}
input[type="radio"]:checked + .new-choice::before {
    background-color: #fff !important;
    color: #0066b3 !important;
    content: "•" !important;
    font-size: 27px !important;
    line-height: 15px !important;
    pointer-events: none;
    text-align: center;
}
input[type="checkbox"]:checked + .new-choice::before {
    background-color: #00aeef !important;
    color: white !important;
    content: "✔" !important;
    line-height: 15px !important;
    pointer-events: none;  
    text-align: center !important;
}
.input-group-addon input[type="radio"] + .new-choice::before { 
    left: 12px;
    top: 8px; 
}
.input-group-addon .new-choice{ 
    margin:0;
}
.filter-checkbox .form-group.col-sm-6,
.filter-checkbox .form-group.col-sm-3 {
    padding: 0!important;
}
.form-group {
    position: relative;
}
.form-control:focus {
    border-color: #00aeef!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(78, 193, 190, 0.6)!important;    
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f7f7fa!important;  
}
#widget-agenda .form-control {
    border: 1px solid #fff !important;
    border-radius: 20px;
    margin: 6px 0;   
    padding: 2px;
} 
.choise-doctor .form-control {
    border: 1px solid #d7d7d7 !important;
    border-radius: 20px;
    margin: 6px 0;
    padding: 2px;
}       
#widget-agenda .new-select::after,
.choise-doctor .new-select::after {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 20px 20px 0;  
    color: #123a93;
}
.fc-state-default,
.btn-success {
    background-color: #0066b3!important;
    background-repeat: repeat-x!important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff!important;	
}
.btn-danger {
    background-color: #c33d50!important;
    background-repeat: repeat-x!important;  
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff!important;	
}
.btn-primary {
    background-color: #6066ad!important;
    background-repeat: repeat-x!important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff!important;	
}  
.btn-info{  
    background-color: #123a93!important;
    background-repeat: repeat-x!important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff!important; 
}
.btn-warning {
    background-color: #FF6900 !important;
    background-repeat: repeat-x !important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25) !important;
    border-style: solid !important;
    color:#fff!important;
}
.btn-default{
    background-color: #999!important; 
    background-repeat: repeat-x!important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff !important;
} 
.btn-alert {
    background-color: #ff6c00 !important;
    background-repeat: repeat-x!important;
    border-color: rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.25)!important;
    border-style: solid !important;
    color: #fff !important;
}


.btn-discret {
    background-color: transparent !important; 
    border-color: #666 !important;
    border-style: solid !important;
    color: #666 !important;
    opacity: 0.9;
}

.btn-discret:hover {
    background-color: #999 !important;
    border-color: #999 !important;
    color: #fff !important;
    transition: all 0.4s ease;
    opacity: 1;
}
.btn-discret.blue {
    border-color: #123A93 !important;
    color: #123A93 !important;
}
.btn-discret.blue:hover {
    border-color: #123A93 !important;
    background-color: #123A93 !important;
    color: #fff !important;
}

#title-top-bar-header {
    font-size: 20px;
    padding: 10px 0 0 10px;
    float: left;
}
#np-top-bar-header {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 15px 0 0;
    float: right;
}
.barra-superior-mobile {
    background-color: #0066B3;
    color: #fff;
}
.barra-superior-mobile .navbar {
    min-height: auto;
}
.barra-superior-mobile .btn-menu {
    padding: 6px 12px;
    border: 0 !important;
    border-radius: 0;
    font-size: 28px;
    float: left;
    color: #eee !important;
}
.barra-superior-mobile .btn-menu:hover {
    background-color: #05519B !important;
    color: #fff !important;
}

.fc-state-default,
.btn{ 
    position:relative;
    overflow: hidden;
}
.btn-circle {
    border-radius: 50px !important;
}
#main-menu-mobile .block {
    display: inline-block !important;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.block-inline {
    display: inline-block !important;
}
.set-hora-vago .btn-circle {
    padding: 10px 14px !important;
}
.fc-state-default::before,
.btn-info::before,
.btn-info-chapado::before,
.btn-primary::before,
.btn-alert::before,
.btn-default::before, 
.btn-danger::before,
.btn-warning::before,
.btn-success::before {
    background-color: rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: translate(-105%, 0px);
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.fc-state-default:hover::before,
.btn-info-chapado:hover::before,
.btn-info:hover::before,
.btn-primary:hover::before,
.btn-default:hover::before,
.btn-alert:hover::before,
.btn-danger:hover::before,
.btn-warning:hover::before,
.btn-success:hover::before{
    opacity: 0;
    transform: translate(0px, 0px);
}
span i {
    cursor: default;
}
.agenda-full{
    width:100%!important;
}
.navbar {
    border: medium none !important;
    border-radius: 0 !important;
}
/*
.btn-info:hover,
.btn-primary:hover,
.btn-default:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-success:hover {
        color: #fff!important;
        text-decoration: none!important;
        background-position: 0 15px!important;
        -webkit-transition: background-position 0.1s linear!important;
        -moz-transition: background-position 0.1s linear!important;
        -o-transition: background-position 0.1s linear!important;
        transition: background-position 0.1s linear!important;
}*/
#main-element .dropdown-menu {
    min-width: 250px!important;
}
.error span {
    background-color: red !important;
    border-color: red !important;
}
.error input {
    border-color: red !important;
}
.dropdown-menu {
    left: auto !important;
    right: 15px !important;
}
.nav.navbar-nav.navbar-atalho.navbar-right {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 25px 25px 0 0;
    padding: 2px 6px;
}
.seta-cima::before {
    border-bottom: 8px solid #123a93;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0; 
    left: 15px;
    margin-right: 10px;
    position: absolute;
    top: -8px;
    vertical-align: middle;
    width: 0;
}
.seta-cima-form::before {
    border-bottom: 8px solid #123a93;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: 2px;
    position: absolute;
    right: 0;
    top: -12px;
    vertical-align: middle;
    width: 0;
} 
/* Painel Header
--------------------------------------------------------------------------------------------------*/
.panel-success > .panel-heading {
    background-color: #00aeef!important;
    border-color: #0ba5dd!important;
    color: #fff!important;
}
.panel-warning > .panel-heading {
    background-color: #00aeef !important;
    border-color: #0699ce!important;
    color: #fff!important;
}
.panel-danger > .panel-heading {
    background-color: #db8b96!important;
    border-color: #91414c!important;
    color: #fff!important;
}
.panel-primary > .panel-heading {
    background-color: #00aeef!important;
    border-color: #00aeef!important;
    color: #fff!important;
}
.panel-primary {
    border-color: #00aeef!important;
}
.panel-info {
    border-color: #d3d6f9;
}
.panel-info > .panel-heading {
    background-color: #A0A3CE!important;
    border-color: #5a5d88!important;
    color: #fff!important;
}
.panel-default > .panel-heading {
    background-color: #bbb!important;
    border-color: #777!important;
    color: #fff!important;
}



/****** BARRA MENU - PERFIL DO USUÁRIO ******/
.profile-info {
    display: inline-block;
    line-height: 1;
    margin-left: 15px;
    margin-top: 10px;
}
.profile-picture {
    float: left;
    width: 45px;
}
.profile-info span {
    display: block;
}
.avatar-usu {
    border: 1px solid #0066b3;
}
#form-edit-user .avatar-perfil .read-only {
    cursor: default;
}
.profile-info .role {
    font-size: 14px;
    text-align: left;
    color: #00aeef;
}
.profile-info .name {
    color: #999;
    font-size: 15px;
}
.barra-superior .navbar-top .caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px dashed;
    color: #00aeef;
    margin-bottom: 10px;
    margin-left: 8px;
    vertical-align: middle;
}
/****** BARRA MENU - ESQUERDA ******/
.menu-left li {  
    border: 1px solid #bbb;
    border-radius: 20px;
    font-size: 15pt;
    height: 40px;
    padding: 5px 0 0 9px;
    width: 40px;
}
.menu-left li a{ 
    color: 1px solid #58c3b4;
}
.menu-left {
    margin-top: 20px;
}
.sidebar-left {
    overflow: visible !important;
}
ul.collapsed .sub-menu {
    display: block;
    left: 44px;
    padding-left: 1px;
    position: absolute;
    top: 0;
    width: 180px;
    z-index:999;
}
.block-backup {
    margin: 0 auto;
}

.pincipal-logo {
    margin: 0 0 0 60px;
    position: absolute;
    z-index: 1;
}
.barra-superior .form-group .form-control {
    border-radius: 20px;
}
.barra-superior .navbar-form {
    position: relative;
    margin-top: 3px;
}
.barra-superior .navbar-form button {
    background: transparent none repeat scroll 0 0;
    border-radius: 21px;
    padding: 6px 10px;
    position: absolute;
    right: 16px;
    color:#bbb!important;
    border: medium none;
    top:0;
}   
.barra-superior .navbar-form i {
    color: #bbb !important;
}
.icon-base-menu{
    margin-top:20px!important;
}
.icon-base-menu a i {
    color: #bbb !important;
    margin: -4px 1px !important;
}

.icon-base-menu li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #00aeef;
    border-radius: 20px;
    margin-left: 8px;
}
.navbar-nav .navbar-nav > li > a {
    width:35px;
    height:35px;
}

.navbar-top .navbar-form {
    margin-top: 20px;
}


/**************MENU SECUNDÁRIO******************/
.navbar-default {
    /*background: linear-gradient(to bottom, #FEFEFE 0%,#FEFEFE 50%,#00aeef 50%,#00aeef 50%,#00aeef 100%)!important;*/
    background: linear-gradient(to bottom, #fff 0%,#fff 50%,#00aeef 50%,#00aeef 50%,#00aeef 100%)!important;
    border:medium none!important;
}

.navbar.navbar-default .navbar-atalho {
    display: inline-block!important;
    float: none!important;
    vertical-align: top!important;
}

.navbar.navbar-default .navbar-collapse {
    text-align: center!important;
}
.navbar-top .navbar-toggle,
.navbar-default .navbar-toggle {
    border-color: #fff!important;
    border-radius:25px!important;
}
.navbar-top .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff!important;
} 
.navbar-toggle .icon-bar {
    width: 12px!important;
}
.navbar-toggle {
    background-color: #00aea1!important;	
}
.navbar.navbar-default {
    min-height: 0 !important;
}

/************BOTÃO DE ATIVAÇÃO****************/

.switch input {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;    
    opacity: 0;
    z-index: 100;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.switch {
    height: 25px;
    position: relative;
    width: 85px;
}
.switch label {
    background: #6ea3c2 none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 3px 8px 1px rgba(255, 255, 255, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    display: block;
    height: 100%;
    position: relative;
    transition: all 0.5s ease 0s;
    width: 80%;
}

.switch input ~ label i {
    background: #fff none repeat scroll 0 0;
    border-radius: inherit;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 0 8px rgba(0, 0, 0, 0.3), 0 4px 12px rgba(0, 0, 0, 0.4);
    display: block;
    height: 20px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: all 0.5s ease 0s;
    width: 20px;
    z-index: 2;
}

.switch label + span {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 10px rgba(185, 231, 253, 0), 0 0 8px rgba(200, 200, 200, 0.9) inset, 0 -2px 5px rgba(200, 200, 200, 0.3) inset, 0 -5px 5px rgba(200, 200, 200, 0.5) inset;
    content: "";
    display: inline-block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.5s ease 0s;
    width: 14px;
    z-index: 2;
}

/* Toggle */
.switch input:checked ~ label + span {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
    background: #00aeef;
    background: gradient-gradient(#ffffff, #77a1b9);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1),  0 1px 0 rgba(255,255,255,0.1),  0 0 10px rgba(100,231,253,1),  inset 0 0 8px rgba( 61,157,247,0.8),  inset 0 -2px 5px rgba(185,231,253,0.3),  inset 0 -3px 8px rgba(185,231,253,0.5);
}
.switch input:checked ~ label i {
    left: auto;
    left: 63%;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),  0 0 8px rgba(0,0,0,0.3),  0 8px 8px rgba(0,0,0,0.3),  inset -1px 0 1px #b9f3fe;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ative-cadastro a,
.ative-cadastro a:hover,
.ative-cadastro:hover,
.ative-cadastro{
    background:#fff!important;
}

/*************MENSAGEM DE ALERTA***************/

.content_alert {
    background: #fff none repeat scroll 0 0;
    left: 40%;
    position: fixed !important;
    border-radius: 6px;
    right: 40%;
    top: 40%;
    z-index: 9999;
}


.maskalert {
    background-color: rgba(0,0,0,0.5)!important;
    height: 100%!important; 
    position: fixed!important;
    width: 100%!important;
    z-index: 200000!important;
    top:0!important;
    left:0!important;
}
.content_alert p {
    margin: 30px 0;
}
.content_alert .title-header {  
    margin: 0; 
    border-radius: 5px 5px 0 0;
}
#confirmation-modal .info .title-header {
    background-color: #123A93 !important;
}
#confirmation-modal .success .title-header {
    background-color: #0066B3 !important;
}
#confirmation-modal .warning .title-header {
    background-color: #FF6900 !important;
}
#confirmation-modal .danger .title-header {
    background-color: #C33D50 !important;
}
#confirmation-modal .discret .title-header {
    background-color: #eee !important;
    border-bottom: 1px solid #ccc !important;
}
#confirmation-modal .discret .title-header span {
    color: #666;
}
.confirmation-modal .modal-dialog {
    background: transparent none repeat scroll 0 0;
    width: auto !important;
}
.confirmation-modal .modal-footer {
    border-top: medium none;
}
.confirmation-modal .btn-confirm-hide  {
    display: none;
}
#confirmation-modal .dialog-logoff {
    border: solid 1px #c33d50 !important ;
    box-shadow: 0 0 12px -1px #c33d50!important;
}
.modal-backdrop.confirmation-modal.dialog-logoff{
    background-color: #fff !important;
    opacity: 0.9 !important;
}

/************************************ RELÓGIO WIDGETS ********************************************/
.content-relogio {
    background: #ddd none repeat scroll 0 0;
    border-radius: 8px;
    display: block;
    padding: 5px;
}
.relogio_digital{
    padding:5px 10px;
    color:#fff;
    background: -webkit-linear-gradient(top, #222 , #000)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #222 , #000)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #222 , #000)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #222 , #000)!important; /* Standard syntax */	
    display: inline-block;
    font-size:20px;
    border-radius:5px;	
    width:80%;
}

.add-relogio-marcado {
    padding: 0 0 0 10px;
}
.close-relogio-marcado {
    list-style: outside none none;
}
.close-relogio-marcado {
    list-style: outside none none;
    padding:0;
}
.close-relogio-item {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    margin: 4px 0;
    padding: 5px;
}

.item-hora {
    color: #ff0000;
}
.nav-tabs > li a{
    color: #fff!important;
}
.nav-tabs > li a {
    background: #00aeef none repeat scroll 0 0;
    border-bottom: 1px solid #00aeef !important; 
}
.nav-tabs > li a:hover {
    color: #123a93 !important;
}

.btn-atalho-padrao {
    border: 2px solid #ddd !important;
    border-radius: 25px !important;
    height: 40px;
    margin: 4px 2px !important;
    padding: 7px !important;
    width: 40px;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background: -webkit-linear-gradient(top, #fff , #eee)!important; /* For Safari 5.1 to 6.0 */ 
    background: -o-linear-gradient(top, #fff , #eee)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #fff , #eee)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #fff , #eee)!important; /* Standard syntax */	
    color: #123a93 !important;
}

.tab-content .nav-tabs > li.active > a{
    border:medium none!important;
}

.file {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.btn-file {
    position: relative;
}

.avatar-perfil span {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    color: #aaa;
    left: 15px;
    position: absolute;
    top: 10px; 
}
.avatar-perfil .bb{
    color: #aaa!important;
}
.media img {
    border: 1px solid #00aeef;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
    margin: 5px;
}

#login.btn:hover,
#login.btn:focus{
border: none!important;
outline: none!important;
}
.avatar-usu {
    border: 1px solid #00aeef;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
}
.media-body, .media-left, .media-right {
    vertical-align: middle!important;
}
.title-header {
    display:block;
    background-color:#0066b3;
    background-repeat:no-repeat;
    background-position:center right;
    padding:8px 10px;
    margin: 5px 0;
    border-radius: 5px;
}
.title-header-gray{
    display:block;
    padding:8px 10px;
    border-radius: 5px;
}
.title-header span{
    color:#fff;	
}
.title-header a, a.pointer, .popover-title a {
    color:#70d8ff !important;
    cursor:pointer !important;
}
.title-header a:hover, a.pointer:hover, .popover-title a:hover {
    color:#fff!important;;
}
.title-header .sara-fecha {
    font-size: 20px;
    line-height: 1;
}
.input-group-addon {
    background-color: #eeee !important;
    color: #0066b3 !important; 
}
.group-submit-form .btns-circle {
    border-radius: 30px !important;
    /*font-size: 18pt;*/
    height: 45px;
    padding: 3px 0 2px 1px;
    width: 45px;
}
.tab-pane {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 1px solid #00aeef;
    padding: 20px;
    border-radius: 5px;
}
.modal {
    z-index: 100010 !important;
}
.modal-backdrop {
    z-index: 100000 !important;
}
.modal-open {
    overflow: hidden;
    z-index: 100000;
}
#modal-default .title-header,
#modal-default .title-header.dragg-on {
    cursor: move !important;
}
#modal-default.no-draggable .title-header,
#modal-default .title-header.dragg-off {
    cursor: default !important;
}
#sidebar-widgets .table.table-striped td {
    padding: 2px 0 1px 1px;
}
#sidebar-widgets .sidebar-right {
    overflow: hidden;
}
.input-group-addon {
    border: medium none!important; 
} 
.new-collapse-left {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 20px !important;
    bottom: 3px;
    color: #00aeef;
    height: 20px;
    left: 18px;
    padding: 0 !important;
    position: absolute;
    width: 20px;
}
.new-collapse-left-fecha {
    background: #00aeef none repeat scroll 0 0 !important;
    border-radius: 20px !important;
    color: #fff;
    height: 30px;
    left: 10px; 
    padding: 4px !important;
    position: absolute;
    top: 8px;
    width: 30px; 
}
.new-collapse-left-fecha .fa-bars,
.new-collapse-left .fa-bars{ 
    color: #123a93 !important;
}
.main-element-full {
    background: #fff none repeat scroll 0 0!important;
    left: 0!important;
    bottom: 0!important;
    margin: auto !important; 
    position: absolute!important;
    top: 0!important;
    width: 100% !important;
    z-index: 11000 !important; 
}
.new-collapse-left i {
    font-size: 12pt;
}
.ferramentas { 
    background: #727376 none repeat scroll 0 0; 
    display: block;
}
.ferramentas span {
    color: #fff; 
    font-size: 15px;
    padding: 6px; 
}
.dropdown-menu {
    border-bottom: 5px solid #123a93 !important;
    border-top: 5px solid #123a93 !important;
} 
.dropdown-menu hr{
    margin: 10px !important;
    padding: 0 !important;
}

.barra-superior  .dropdown-menu li a {
    color: #555 !important;
    padding: 6px !important;
}
.barra-superior  .dropdown-menu li i { 
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 3px #333;
    color: #123a93;
    font-size: 15px;
    height: 25px;
    margin-right: 2px;
    padding: 5px;
    width: 25px;
}
.sub-menu { 
    background: #00aeef;
}
.sub-menu > li a{
    display:block;
}
.sub-menu li:first-child {
    border-top: medium none !important;
}
.sub-menu > li {
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: #00aeef none repeat scroll 0 0 !important;
    border-image: none !important;
    border-style: solid none none !important; 
    border-width: 1px medium medium !important;
    list-style: outside none none;
    padding: 5px;
}
.sub-menu > li.active,
.sub-menu > li:hover{
    background:#00aeef!important; 
}
.navbar-default .navbar-nav > li > a.agendamento {
    background: transparent!important;
    border-radius: 0px!important; 
}
li .sub-menu {
    display: none;
} 
.table th {
    color: #0066b3;
}
.btn-radius-action {
    border-radius: 25px !important;
    height: 25px;  
    width: 25px; 
}
.table-striped {
    border-bottom: 2px solid #bbb;
}

.table th.small-col,
.table td.small-col {
    display: block;
    width: 20px !important;
}

/**************************************** SEARCH FORM****************************************/
.navbar-form {
    position: relative;
}
.navbar-form button i{ 
    color:#333!important;
}
.navbar-form button { 
    position: absolute; 
    right: 15px;
    background:transparent;
    top:0;
}
.navbar-form .form-control {
    border-radius: 25px;  
}
.navbar-form .dropdown-menu { 
    left: auto;  
    right: 0;
} 
#search-top-bar .wrap {
    width: 300px;
}

/**************************************** REGRAS PACIENTE****************************************/

.tabbable .ul .li{ 
    float: none;
}
.tabbable #myTabPaciente{ 
    margin-top: 30px; 
} 
.tabbable .li a {
    background: #fff;	
    border: 1px solid #0066b3 !important;
    color: #0066b3 !important;
}
.tabbable .li.destaque a {
    font-weight: bold;
    text-transform: uppercase;
}
.tabbable .nav-tabs > .li.active > a, .nav-tabs > .li.active > a:hover, .nav-tabs > .li.active > a:focus,
.tabbable .li a:active,  
.tabbable .li a:focus,   
.tabbable .li a:hover,  
.tabbable .li.active a{
    background: -webkit-linear-gradient(top, #FFFFFF , #E6E6E6)!important; /* For Safari 5.1 to 6.0 */ 
    background: -o-linear-gradient(top, #FFFFFF , #E6E6E6)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #FFFFFF , #E6E6E6)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #FFFFFF , #E6E6E6)!important; /* Standard syntax */	
}
.nav-tabs > .li{ 
    background:none!important;
} 
.stop-paciente,
.play-paciente,
.stop-paciente-atendimento,
.play-paciente-atendimento {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, #ffffff, #e6e6e6) repeat scroll 0 0 !important;	
    border-radius: 30px;
    font-size: 18px;
    margin: 12px 0;
    text-align: center;
    max-width:85%;
}

.stop-paciente-atendimento,
.play-paciente-atendimento {
    text-align: left;
    font-size: 12px;

}
.stop-paciente-atendimento,
.stop-paciente{border: 2px solid #c33d50;}
.play-paciente-atendimento,
.play-paciente {border: 2px solid #0066b3;}


.stop-paciente-atendimento, 
.play-paciente-atendimento {
    display: inline-block;
    margin: 0;
    font-size: 10px!important;
}
.stop-paciente-atendimento > em,
.play-paciente-atendimento > em {
    padding: 0 20px 0 0;
}

.btn-stop, .btn-play {
    height: 40px;
    left: 0;
    padding: 8px 0!important;
    position: absolute;
    top: 6px;
    width: 40px;
}
.paciente-name-header h4 {
    margin-top: 28px;
}
.nav li.info span{
    background: #00aeef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.nav li.info span.sim{
    background: #c33d50;
}

.atalho_bar .col{
    top:2px;
}
.atalho_bar {
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.atalho_bar .navbar-atalho li{
    display:inline-block;
}
.atalho_bar .navbar-atalho {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 25px !important;
    float: left;
    padding: 0 2px;
}

.col-sm-offset-3 {
    margin-left: 25%!important;
}
.atalho_bar_line {
    background:#00aeef none repeat scroll 0 0;
    border:12px solid #ddd;
    padding:5px;
    display:block;
}
.atalho-anaminese {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #123a93;
    border-radius: 3px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 3px;
    position: relative;
    text-align: left; 
    width: 100%;
}
.atalho-anaminese i.pull-right {
    color: #00a797;
    cursor: help;
    font-size: 16px;
    margin-right: 8px;
}
.box-add-anm-atalho {
    background:rgba(3, 92, 113, 0.7) none repeat scroll 0 0 !important;
    border:1px solid #fff!important;
    border-radius: 5px!important;
    min-width:250px!important;
    padding:8px!important;
    position:absolute;
    top:50px!important;
    z-index: 3!important;
    color:#fff;	
}
.btn-input-inside {
    position:absolute;
    right:5px;
    top:5px;
}
.box-add-anm-atalho > ul {
    padding: 0;
}
.box-add-anm-atalho.dropdown-menu {
    left: auto !important;
    right: auto !important;
    top: 50px !important;    
}
.insert-forms .btn {
    margin: 2px 0;
    padding: 0;
    width: 75px;
}

#item-medicamento-row:hover td,
.item-medicamento-row .hover:hover {
    background: #D7F2F1;
    cursor: text;
}

#item-medicamento-selecionado,
#item-medicamento-manual {
    border: 1px solid #00aeef !important;
    margin-top: -1px;
    padding: 10px 15px;
    z-index: 100;
}
#item-medicamento-selecionado li,
#item-medicamento-manual li {
    border-left: 2px solid #00aeef;
    padding: 0 0 2px 10px;
}
#item-medicamento-selecionado .medicamento-nome,
#item-medicamento-manual .medicamento-nome {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#item-medicamento-selecionado .medicamento-nome select,
#item-medicamento-manual .medicamento-nome select {
    font-size: 14px;
    font-weight: normal;
    padding: 2px 10px;
    background: #eeffef;
    border: 1px solid #00aeef;
}
#item-medicamento-selecionado .medicamento-nome option,
#item-medicamento-manual .medicamento-nome option {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
}
#item-medicamento-selecionado .medicamento-nome .medicamento_quantidade,
#item-medicamento-manual .medicamento-nome .medicamento_quantidade {
    position: absolute;
    right: 0;
    z-index: 100;
}
#item-medicamento-selecionado .medicamento-nome span,
#item-medicamento-manual .medicamento-nome span {
    font-size: 14px;
    font-weight: normal;
    text-transform: lowercase;
}
#item-medicamento-selecionado .medicamento-posologia .input,
#item-medicamento-manual .input input {
    background-color: transparent;
    border: 1px solid transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: text;
    resize: none;
}
#item-medicamento-selecionado .medicamento-posologia .input:hover,
#item-medicamento-selecionado .medicamento-posologia .input:focus,
#item-medicamento-manual .input input:hover,
#item-medicamento-manual .input input:focus {
    background-color: #fff;
    border: 1px solid #00aeef;
    border-radius: 4px;
}
#item-medicamento-selecionado .medicamento-posologia,
#item-medicamento-manual .input {
    color: #666;
    font-size: 14px;
}
#item-medicamento-selecionado .btn.add-medicamento,
#item-medicamento-manual .btn.add-medicamento {
    margin-top: 10px;
}
#item-medicamento-selecionado .editing,
#item-medicamento-manual .editing {
    background-color: #fff;
    border: 1px solid #00aeef;
    padding-top: 5px;
    padding-bottom: 5px;
} 
#especialidade-oftalmo .area-especialidade,
#digitacao-livre .area-digitacao-livre {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    cursor: text;
    display: block;
    margin: 0;
    min-height: 35px;
    overflow: hidden !important;
    padding: 5px 5px 8px 9px !important;
}
#especialidade-oftalmo .area-especialidade:hover,
#digitacao-livre .area-digitacao-livre:hover {
    border-color: #ddd !important;
}
#digitacao-livre ul {
  padding-left: 33px;
  padding-right: 33px;
}

/******************************* AGENDAMENTO **************************************/

#agendamento .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff!important;
}

/******************************* WIDGTES **************************************/

.content-widget {
    position: fixed; 
    right: 50px;
    top: 100px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    -moz-opacity: 0.95;
    -khtml-opacity: 0.92;
    filter: alpha(opacity=92);
    width: 240px !important;
    background: rgba(3,92,113,0.8);
}
.content-widget i {
    font-size: 16px;
} 
.container-button-widget .closed {
    display: none;
}
.container-button-widget .opened {
    display: block;
}
.content-widget.detached {
    border: 1px solid;
    box-shadow: 3px 5px 7px -5px #000;
    z-index: auto;
}
.content-widget.fixed {
    z-index: 11000;
}
.content-widget .title-widget a {
    cursor: pointer;
}
.content-widget .title-widget a:hover i {
    color: #00aeef !important;
}

/******************************* TOOLTIPS **************************************/
.tooltip-inner {
    background-color: #727376!important;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #727376!important; 
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #727376!important;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #727376!important; 
}
.tooltip.right .tooltip-arrow {
    border-right-color: #727376!important;
}
.tooltip {
    font-family: Open Sans !important;
    font-size: 14px!important;
    /* position: fixed!important;*/
}

/******************************* AUTO PREENCHE E CADSTRA **************************************/
.ui-menu{
    background: #eeffef none repeat scroll 0 0!important;
    border: 1px solid #bbb!important;
}
.new_block_insert {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bbb; 
    list-style: outside none none;
    position: absolute;
    width: 100%;
    z-index: 100;
    border-radius: 3px;
    box-shadow: 0 0 1em rgb(226, 224, 224) !important;
}
.new_block_insert h4 {
    border-bottom: 1px solid #0066b3;
    margin: 0 0 5px;
    padding: 5px 0;
}

.new_block_insert .insert_line {
    background:  none !important;
    display: block !important; 
    padding: 6px 0 !important;
}
#text-paciente {
    display: block;
    padding: 4px 0 0;
} 
.ui-menu-item {
    color: #333;
    border-bottom: 1px solid #ccc;
}

/******************************* POPOVER **************************************/
.popover {	
    font-family: Open Sans !important;	 
    max-width:500px!important;  
    padding:0!important; 
}
.popover-title {
    background-color: #0066b3 !important; 
    color: #fff !important; 
    font-size: 18px !important; 
    line-height: 2; 
    padding: 5px !important; 
}
.identifyer-popover {
    background: #ddd none repeat scroll 0 0;
    border-radius: 0 60px 60px 0;
    margin-left: -14px;
    padding: 5px 6px 5px 20px !important;
}
.identifyer-popover img{	
    border: 2px solid #00aeef;
    box-shadow: 0 0 0 4px #fff, 0 0 0 8px #ccc;
}

/******************************* FILTER **************************************/
.dropdown.filter li{
    padding:5px 10px;
}
.dropdown.filter .new-choice {
    margin: 0 10px;
    vertical-align: 5px;
}
.dropdown.filter .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown.filter .form-group {
    margin: 0;
}
/******************************* CropImage **************************************/

.imageBox .thumbBox {
    border: 2px solid #0066b3!important;
    border-radius: 110px!important;
}
.imageBox .spinner{
    background: transparent none repeat scroll 0 0 !important;
}
.imageBox .thumbBox {

}
.cropped-sucess img {
    background: #fff none repeat scroll 0 0;
    border: 8px solid #00aeef; 
    border-radius: 100px;
    box-shadow: 0 0 0 6px #fff, 0 0 0 12px #ccc;  
    position: absolute; 
    right: 4%; 
    top: 10%; 
    width: 180px !important; 
} 
.imageBox {
    border-radius: 5px; 
    max-width: 90% !important;
}



/******************************* Modal **************************************/
.modal-content {
    box-shadow: none !important;
}
.modal .modal-body { 
    padding: 0 15px 15px !important;
} 
.modal .modal-content { 
    border-radius: 7px 7px 5px 5px;    
    border: none;
}

.modal .title-header button,
.modal .title-header .btn-close {
    position: absolute;
    padding: 8px 12px;
    color: #fff;
    opacity: 0.5;
    top: 0;
    right: 0;
}
.modal .title-header button:hover,
.modal .title-header .btn-close:hover {
    background-color: #13367E;
    opacity: 0.9;
    border-radius: 0 4px 0 0;
    transition: all 0.4s ease;
}
.modal .title-header {
    border-radius: 5px 5px 0 0;
    background-color: #0066b3;
    margin: 0 -15px 10px;
    padding: 8px 15px;
    border: 0;
}
.modal .tab-pane {
    border-radius: 0 0 15px 15px;
} 
.modal-backdrop.in {
    filter: alpha(opacity=75);
    opacity: .75 !important;
}
.modal.mobile .btn-close {
    padding: 6px 12px 9px 12px;
}
.modal.full-screen-90 .modal-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
.modal.full-screen-90 .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal.full-screen-90 .title-header {
    border-radius: 0 !important;
    padding: 15px 15px;
}
.modal.full-screen-90 .btn-close {
    padding: 14px 20px 15px 20px;
    opacity: 1 !important;
    color: #fff !important;
}



table.sortable th {
    cursor: default;
}
table.sortable .pointer { 
    cursor: pointer;
}
table.sortable .pointer:hover { 
    color: #337ab7;
}
.blur { 
    filter: blur(2px);
    -webkit-filter: blur(2px); 
    -moz-filter: blur(2px);  
    -o-filter: blur(2px); 
    -ms-filter: blur(2px); 
}



/*************************************AGENDA**********************************************/
.block-hora-vago {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 10px; 
    margin-top: -7px; 
    padding: 10px 10px 0;
}
.set-hora-vago { 
    background: #ddd none repeat scroll 0 0;
    display: block; 
    padding: 10px; 
    margin: 0 -15px 10px;
} 
.set-hora-vago.active{ 
    background: #ccc;
}
/*************************************FORMULÁRIOS**********************************************/
#cria_formulario .btn-form-creat{
    width:120px;
    margin-bottom:5px;
}
.form-builder label {
    color: #666 !important;
}
.form-builder h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0066B3;
    text-align: center;
    background: #eee;
    padding-bottom: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 10px 5px;
}
.formularios{
    background:#fff;
    display:block;
    padding:10px 0;
}
.cria-form-anamnese {
    border: 1px solid #00aeef;
    padding: 10px;
}
.insira-aqui {
    background: #ddd none repeat scroll 0 0;
    border: 1px dashed #000;
    color: #333;
    display: block;
    margin: 20% 25%;
    opacity: 0.3;
    padding: 20px;
    text-align: center; 
    width: 50%;
}
#anaminese .insert-forms {
    margin-top: 8px;
    padding: 5px;
}
form.form-builder select option:first-child {
    display: none;
}



/*************************************RECEITAS**********************************************/



.navbar-atalho-receita {
    margin-bottom: 10px;
}
.navbar-atalho-receita li{
    display: inline-block;
}
.navbar-atalho-receita li.destaque a {
    background-color: #9fe1f9 !important;
    border-color: #0066b3 !important;
}
.navbar-atalho-receita li:hover a {
    background-color: #eee !important;
    border-color: #0066b3 !important;
}
.navbar-atalho-receita .btn-default{
    background: #F4F4F4;
    color: #123a93;
    border:1px solid #123a93;
}
.prescricao-medica {
    border: 1px solid #0066b3;
    padding: 30px;
}
.icon-aplicacao  i{color:#0066b3;}
.icon-aplicacao {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    border: 3px solid #0066b3;
    border-radius: 50px;
    color: #0066b3;
    display: block;
    font-size: 25px;
    height: 60px;
    padding: 10px 0;
    position: absolute;
    right: calc(50% - 30px) !important;
    top: 15px;
    width: 60px;
}
.icon-aplicacao-section {
    padding: 25px 0;
    position: relative;
    text-align: center;
}
.icon-aplicacao-section p {
    color: #0066b3;
    font-size: 15px;
    font-weight: bold;
    margin: 35px 0 0;
    text-align: center;
}
.logo-clinica {
    max-width: 100px;
    position: absolute;
}
.logo-sistem-emissao {
    bottom: 10px;
    max-width: 50px;
    position: absolute;
    right: calc(50% - 25px);
}
.footer-prescricao h3 {
    margin: 0 !important;
}
.tipo-aplicacao ul {
    margin: 0;
    padding-right: 50px;
}
#tipo-receita .tipo {
    width: 100%;
}
#HistoricoReceitas.lg .btn {
    margin-top: 20px;
    width: 100%;
}
#HistoricoReceitas.lg .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    min-width: 250px !important;
    margin-top: -24px;
    border-top: 0 !important;
    border-radius: 0px 0px 4px 4px;
    margin-top: -24px;
    overflow: hidden;
}
#HistoricoReceitas.lg .dropdown-menu li a {
    padding: 7px 5px;
    font-size: 14px;
    font-family: open sans;
}



/*************************************VIZUALIZADOR DE IMAGENS**********************************************/
.lb-outerContainer {
    min-width: 400px;
    max-width: 1000px;
}
.lb-nav a.lb-prev {
    left: -160px!important;
    opacity: 0.3!important;
    position: absolute!important;
    width: 40%!important;
} 
.lb-nav a.lb-next {

    opacity: 0.3!important;
    position: absolute!important;
    right: -160px!important;
    width: 60%!important;
}
.description.style {
    background: rgba(3, 92, 113, 0.7) none repeat scroll 0 0;
    left: 10px;
    margin-bottom: 4px;
    max-width: 350px;
    padding: 0 25px 25px;
    position: fixed;
    top: 10px;
    color:#fff;
}

#lista-arquivos .content-img-arq {
    overflow: hidden;
    padding: 0px;
    text-align: center;
}
#lista-arquivos .content-img-arq .thumb {
    border: none;
    width: 100%;
}
#lista-arquivos .thumbbox:hover .title-header-gray {
    background-color: #0066b3;
    opacity: 0.7;
}
#lista-arquivos .title-header-gray {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#lista-arquivos .title-header-gray .tool {
    color: #fff;
}
#lista-arquivos .title-header-gray .tool:hover {
    color: yellow !important;
}

.checkbox-content{
    padding:10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #00aeef;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 15px;
}

/*********************************************************************************************************************************/
.margin-bottom{
    margin-bottom:10px !important;
}
.content-img-arq i {
    font-size: 155px;
    color:#00aeef;
}
.badge { 
    background-color: #ff5f5f!important;
    border-radius: 10px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 10px!important;	
    height: 15px!important;
    line-height: 14px!important;
    position: absolute!important;
    right: -5px!important;	
    top: 0px!important;
    width: 16px!important;
    padding: 0!important;
}
/*#box-user-login {
    background-color: rgba(255, 255, 255, 0.75) !important;
    border: medium none;
}*/
.form-control {
    border: 1px solid #00aeef!important;
}

/*ALTERAÇÕES LAURA*/

.widgets {
    background: #fff none repeat scroll 0 0;
    color: #123a93;
    padding: 5px; 
    border-radius: 15px;
}
.title-widget i {        
    color: #bbb!important;        
}
.title-widget {
    background: -webkit-linear-gradient(top, #ddd , #fff)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #ddd , #fff)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #ddd , #fff)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #ddd , #fff)!important; /* Standard syntax */		
    border-radius: 14px 14px 0 0;
    cursor: move;
    margin: -1px -1px 5px !important;
    padding: 7px 10px 7px 0;
}
#widget-medico .lista-medicos-agenda {
    max-height: 305px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#widget-listaespera .table.table-striped td {
    padding: 2px;
}

.nav-sidebar > li > a:focus, 
.nav-sidebar > li > a:hover {
    background-color: #00aeef!important;
}
.result-calculator {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #123a93;
    display: block;
    font-size: 32px;
    height: 50px;
    line-height: 1;
    margin: 6px 8px 5px 6px;
    padding: 8px 15px !important;
    text-align: right;
    width: 94% !important;
}
.tecla_calculator{
    padding-right:5px!important; 
    padding-left:5px!important;
}
.sub-menu  a {
    color: #fff!important;
} 
.line-right{
    border-right:1px solid #0066b3;
}
.line-left{
    border-left:1px solid #0066b3;
}
.group-radio .form-group{
    margin:0!important;
}
.section-anaminese {
    background: rgba(250, 250, 250, 0.7) none repeat scroll 0 0;
    border-radius: 4px;
    padding:10px;
}
.section-evolucao {
    background: rgba(245, 225, 150, 0.7) none repeat scroll 0 0;
    border-radius: 4px;
}
.checkbox-content .col-md-1,
.checkbox-content .col-md-2, 
.checkbox-content .col-md-3,
.checkbox-content .col-md-4,
.checkbox-content .col-md-5,
.checkbox-content .col-md-6,
.checkbox-content .col-md-7,
.checkbox-content .col-md-8,
.checkbox-content .col-md-9,
.checkbox-content .col-md-10,
.checkbox-content .col-md-11, 
.checkbox-content .col-md-12{
    padding: 0 !important;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 200px;
}
.fecha-medicamentos{
    opacity:0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: -30px;
}
.fecha-medicamentos:hover{
    color:#00aeef;
}
.item.medicamentos:hover .fecha-medicamentos{
    opacity:1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-tabs {
    border-bottom: medium none!important;
}
.slider-handle {
    background-color: #0066b3 !important;
    background-image: linear-gradient(to bottom, #0066b3 0px, #0066b3 100%) !important;
}
.slider-selection {
    background-image: linear-gradient(to bottom, #23a6c4 0px, #035c7d 100%) !important;
}
.fc-center h2 {
    font-size: 15px;
}

.info-ajus{
    padding:25px;
}
.info-ajus .bigger-icon {
    color: #00aeef; 
    font-size: 110px;
}
.info-ajus h3 {
    border-bottom: 2px solid #00aeef;
    padding: 10px 0;
}
.panel-title:hover,
.panel-title:focus,
.panel-title:active,
.panel-title {
    color: #fff!important;
}

.dados-block{
    border: 1px solid #333;
    padding:10px;
}

.space {
    margin-bottom: 80px;
}

.dados-block p {
    margin-bottom: 5px;
}
.barra-superior .nav > li > a:focus, 
.barra-superior .nav > li > a:hover {
    background-color: transparent!important;
}

.btn-absolute {
    bottom: 1px!important;
    position: absolute!important;
    right: 16px!important;
}

.box-relogio:hover {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.box-relogio {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #00aeef;
    border-radius: 0 4px 4px;
    bottom: 10px;
    color: #555;
    min-height: 60px;
    padding: 10px; 
    position: fixed;
    right: -280px;
    width: 280px;
    z-index: 10000;
    opacity: 0.8;
}
.receita-controlada {
    color: #777777;
}
.list-consultas-abertas {
    border: 2px solid #ddd;
    border-radius: 50px;
    color: #fff;
    list-style: inside none disc;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 5px 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.list-consultas-abertas a{	
    color:#fff;	
}
.list-consultas-abertas:nth-of-type(2n+1){
    background: #00aeef none repeat scroll 0 0!important;
}
.list-consultas-abertas:nth-of-type(1n+1){
    background: #c33d50 none repeat scroll 0 0;
}
#ul-consultas-abertas {
    padding: 0;
}

.retrai-box-consulta {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #00aeef;
    border-left: 1px solid #00aeef;
    border-radius: 4px 0 0 4px;
    border-top: 1px solid #00aeef;
    left: -35px;
    padding: 8px 5px;
    position: absolute;
    top: -1px;
}

.check-save::after { 
    color: #ddd;
    content: '\e83f';
    font-family: sara;
    font-weight: inherit;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 9;
}
.check-save{
    display: block;
    font-weight: normal;
    position: relative;
}


#ajustes-categorias-tab li {
    float: none;
}

.table-responsive.scroll {
    height: 300px;
    overflow-y: auto;
}
.ficha-paciente-agente,
.fc-time {
    font-size: 12px !important;
}
.fc-title {
    font-size: 14px !important;
    display:inline;
}
#ficha-paciente-agente:hover {
    background: #ccc;
}
#ficha-paciente-agente{
    color:#333; 
    margin-left:5px;
    z-index: 9999999;
    border-radius: 3px;
    margin-left: 5px;
    padding: 8px;
}
#ficha-paciente-agente:hover{
    color:#00aeef;
}
.option-value {
    display: none;
}

.content-impresso p {
    margin: 0;
}
.table-impressos-content-list {
/*    display: table-caption;*/
    max-height: 200px;
    overflow: auto;
}
.table-impressos-content-list table,
.table-impressos-content-list tbody,
.table-impressos-content-list tr,
.table-impressos-content-list td {
/*    display: block;*/
}
.editor-impressos-content {
    min-height: 570px;
}
label{
    margin-bottom:0!important
}

.top-header a.btn {
    margin-top: 8px; 
}
.erro404 {
    background-color: #fff;
    background-image: url("/imagens/bgs/page-header-graf.png");
    background-position: 155% center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #00aeef;
    padding: 50px 0;
}
.erro404 h4 {
    color: #00aeef;
    font-size: 30px;
}
.erro404 h1{
    color: #00aeef;
    font-size: 150px;
    margin-top:0;
}
.erro404 .esq h4,
.erro404 .esq h1 {
    color: #123a93;
}
.erro404 .dir h4,
.erro404 .dir h1 {
    color: #c33d50;
}

label.col-sm-6 {
    padding: 0 8px;
}

.image-file.animate:hover {
    transition: transform 550ms linear 0s;
    transform: scale(1.05);
}
.image-file {
    transition: transform 550ms linear 0s;
}

.content-img-arq > [data-lightbox="imagens"] {
    display: block;
    height: 250px !important;
    overflow: hidden;
    border: 2px solid #00aeef;
}
.content-img-arq > .images.no-border {
    height: auto !important;
    border: none;
}
.btn.btn-alert.active {
    background: #c94d26 none repeat scroll 0 0 !important;
}
.btn-via-adm i {
    color: #123a93;
}
.input-group-btn {
    font-size: inherit!important;
}
.relative {
    position: relative;
}
.input-group-btn .dropdown-menu {
    left: 0 !important;
}

.barra-superior {
    border-bottom: 20px solid #00aeef;
}
.dr-name{
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.media.active {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    padding: 2px;
}
.arquivo-title {
    float: left;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: initial;
}
.gridster ul {
    list-style: outside none none;
    padding:0!important;
}

.acessonegado,
li.acessonegado .icon,
li.acessonegado .descr {
    color: #999 !important;
}



/*******************************************************************  EXCLUSIVO  MOBILE CSS    **********************************************************************************/
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 40px;
    }
    .content-img-arq i {
        font-size: 65px;
    }
    .barra-superior .navbar-form button {

        top: 10px;
    }
}

@media (max-width: 768px) {
    .content_alert {	  
        left: 5%;
        top: 40%;
        width: 85% !important;	 
    }
}


@media (max-width: 768px) {
    .atalho_bar {
        left: 0;
        position: relative;
        top: 50%;
        width: 100%;
    }
    .stop-paciente, .play-paciente, .stop-paciente-atendimento, .play-paciente-atendimento {

        padding: 13px!important;

        width: 100%!important;
    }
}


/*******************************************************************  EXCLUSIVO  DESKTOP CSS    **********************************************************************************/

@media (min-width: 768px) {
    .element {
        width:calc(83.3333% - 45px)!important;
    }
    .element-2 {
        margin-left: 50px;
        width: calc(100% - 100px) !important;
    }

}



/*******************************************************************    PRINT CSS    **********************************************************************************/

@media print {

    .navbar-fixed-top ,
    #sidebar-menu,
    #main-element,
    #sidebar-widgets,
    #area_print_impressos	{
        visibility:hidden; 
    }
    .content-printable {
        visibility:visible;                                            
    }	
    .icon-aplicacao {
        background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
        border: 3px solid #0066b3;
        border-radius: 50px;
        color: #0066b3;
        display: block; 
        font-size: 25px;
        height: 60px;
        padding: 10px 0;
        position: absolute;
        right: calc(50% - 30px) !important;
        top: 15px;
        width: 60px;
    }

}


#index-home-mobile .title {
    background: #0066b3;
    /*opacity: 0.65;*/
    width: 100%;
    /*margin: 70px 7px 2px 3px;*/
    padding: 45px 20px 5px;
    /*border-radius: 5px;*/
    margin-top: -8px !important;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
   
}
#index-home-mobile .line1 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #000;
}
#index-home-mobile .line2 {
    font-size: 18px;
    color: #FFF;
}
#index-home-mobile .line3 {
    color: #555;
    font-size: 18px;
    font-weight: 500;
}
#index-home-mobile .background {
   /*background-image: url('/imagens/bg-home-mobile.jpg');*/
    position: fixed;
    top: 49px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: -1;
    
}


/*******************************************************************    ESTILOS PERSONALIZADOS    **************************************************************************/

.fc-list-item:hover td {
    background-color: #eee !important;
    cursor: pointer;
}

.btn-criar-agendamento-home {
    border-radius: 0 4px 0 0 !important;
    margin-bottom: -10px !important;
    margin-right: -15px !important;
    margin-top: -10px !important;
    padding: 9px 14px !important;
}

#monta-formulario-anamnese textarea,
#monta-formulario-evolucao textarea {
    min-height: 200px;
    resize: vertical;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 1030;
}
.highslide-container {
    z-index: 1055 !important;
}

.highslide-container > table {
  display: none;
}

#paciente-retorno .label {
  cursor: default;
  font: 12px arial;
  padding: 7px 20px;
}

/********* CORES FORÇADAS *************/

.txt-white {
    color: white !important;
}
.txt-white.hover:hover {
    opacity: 0.8 !important;
}
.bg-white {
    background-color: white !important;
}
.bg-white.hover:hover {
    opacity: 0.8 !important;
}
.txt-gray {
    color: #999 !important;
}

/* CLASSES INPUTS SENHA */
.submit-eye {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    border: none;
    background: transparent;
    outline: none;
}
.generate_pass {
    position: absolute;
    top: 10px;
    right: -5px;
    z-index: 10;
    border: none;
    background: transparent;
    outline: none;
}

.requisitos_pass {
    text-align: left;
    line-height: 1.25;
    font-size: 12px;
    color: #666;
    font-family: tahoma,verdana, arial;
    margin-top: 3px !important;
}

.table_pass_strength {
    margin-top: 2px;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}
/* FIM CLASSES INPUTS SENHA */

.btn-sucesso, 
.btn-green,
.btn-confirma,
.btn-discret.green {
    background-color: #1aae9f !important;
    border: 1px solid #1aae9f !important;
    color: #fff!important;	
}
.btn-sucesso:hover, 
.btn-green:hover,
.btn-confirma:hover,
.btn-discret.green:hover {
    background-color: #139689 !important;
    border-color: #139689 !important;
    color: #fff !important;
    transition: all 0.4s ease;
    opacity: 1;
}
.btn-info:hover,
.btn-success:hover{
    background-color: #0260a8!important;
    border-color: #0260a8  !important;
}
.btn-secundario:hover{
    background-color: #2798c5!important;
    border-color: #2798c5!important;
}
.btn-danger, 
.btn-red {
    background-color: #C33D50!important;
    border: 1px solid #852835 !important;
    color: #fff!important;	
}

.preco-total{
    text-align: center !important;
}

#side-bar-main-menu .fc-state-default,  .btn{
    background-color: none!important;
    background-repeat: repeat-x!important;
    border-color: none!important;
}

/***** ALTERAÇÃO TELA RECUPRAR SENHA - LAURA *****/

#box-send-mail{
    text-align: center;
}

#box-send-mail h3{
    margin-top: -15px !important;
   
}

#box-send-mail p{
    margin-bottom: 20px !important;
    
}

#box-send-mail .logo-text-message{
    display: none;
}

#logout .icon{
    font-size: 1em !important;
  
}
#logout span{
    margin-left: 0!important;
}

#logout{
    width: 100%;
    text-align: center;
    margin-top: 10% ;
}

#foto-dr {
    height: 105px;
    width: 105px;
    border-radius: 100%;
    margin-top: -20% !important;
    margin-left: 15px;
    border: 2px solid #0066b3;
    background-color: #eee;
}

#nome-usuario-iniciais {
    text-align: center;
    font-size: 48px;
    padding: 15px 0px 15px 3px;
    color: #3284c2;
    font-weight: 300;
    letter-spacing: 3px;
}
/* ---------------------------------------------- label float ------------------------------------------------------- */
.campos-label-float  {
	position:relative;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
    width: 100%;
  }
  
.label-float{
	position: absolute;
	margin-left: 5px;
	top: 10px;
	color: #999;
	background-color: #fff;
	z-index: 2;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
  }
  
.clicado .label-float{
	transform: translateY(-125%);
	font-size: .90em;
  }
.input-label-float {
	position: relative;
	padding: 9px;
	width: 100%;
	outline: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	transition: box-shadow 150ms ease-out;
	background-color: #fff !important;  
}
select{
    color: #444;
}
 .dados-agendamento label{
	top: -15px;
}
.label-fixed-top{
	font-size: .90em;
    background-color: #fff;
    top: -10px;
    position: absolute;
    z-index: 2;
    margin-left: 5px;
	outline: none;
}
