/*
Project Name:  4Medic
Description:   Sistema Médico
Author:        Equipe 4Medic
Author URI:    http://www.4medic.com.br

#Cores 4Medic
Azul Escuro: #0F62AC (R:15 G:98  B:172)
Azul Claro : #00AFEF (R:0  G:175 B:239)

FOLHAS DE ESTILOS PERSONALIZADAS
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:300,300i,400,400i,600,700,700i,800');

body {
    background-attachment: fixed;
    background: #eee !important;
    font-family: Open Sans;
    font-weight: 400;
    margin-top: 40px !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;
}
a:focus {
    outline: none;
}
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: #fbfbfb none repeat scroll 0 0!important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #fff;
}
button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
} 
option {
    padding: 10px;
}
select.form-control option {
    font-family: Arial !important;
}
blockquote {
    border-left: 5px solid #1db1a7!important ;
}
label {
    font-weight: normal!important;
    color:#999!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
}

/* HACK TO PICK-A-COLOR */
.pick-a-color-markup .btn {
    background-color: #fff !important;
    border: solid 1px #00AEEF !important;
}
.pick-a-color-markup .input-group-btn {
    position: static; 
}
.pick-a-color-markup .color-menu-tabs {
    height: 29px;
}
.pick-a-color-markup .color-preview {
    border-color: #666 !important;
}
.pick-a-color-markup .caret {
    color: #666 !important;
}
.pick-a-color-markup .hex-pound {
    font-weight: 300;
    font-size: 18px;
}
input.pick-a-color {
    text-transform: uppercase;
}

#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: '\25bc';
    font-family: sara;
    font-weight: inherit;
    padding: 7px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;  
    z-index: 9;
}
.error.new-select::after {
    background-color: #d2322d !important;
}
.none{
    display: none;
}
.display-none {
    display: none;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-10 {
    z-index: 10 !important;
}
.z-index-1000 {
    z-index: 1000 !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

/******************************* TOOLTIPS **************************************/
/*
    cor antiga: #727376!important;
*/
.tooltip-inner {
    background-color: #123A93!important;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #123A93!important; 
}
.tooltip.bottom .tooltip-arrow{
    border-bottom-color: #123A93!important;
}
.tooltip.top .tooltip-arrow{
    border-top-color: #123A93!important; 
}
.tooltip.right .tooltip-arrow {
    border-right-color: #123A93!important;
}
.tooltip {
    font-size: 14px!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;
}
#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"] {
    cursor: pointer;
    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;
    pointer-events: none; 
    position: absolute;
    top: 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.datepicker:hover {
    cursor: pointer;
    border-color: #123A93 !important;
    box-shadow: 0 0 3px 0 #00AEEF;
}
.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;
}
#ui-datepicker-div {
    /*datepicker geral - e do paciente*/
    z-index: 100010 !important;
}

.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: #ed9c28 !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-red {
    background: red !important;
    color: #fff !important;
}
.btn-green {
    background: green !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;
}
.btn-secondary {
    background-color: #fff !important;
    border-color: #0066b3 !important;
    border-style: solid !important;
    color: #0066b3 !important;
    opacity: 1;
}
.btn-secondary:hover {
    background-color: #0066b3 !important;
    border-color: #0066b3 !important;
    color: #fff !important;
    transition: all 0.4s ease;
    opacity: 1;
}

.fc-state-default,
.btn{ 
    position:relative;
    overflow: hidden;
}
.btn-circle {
    border-radius: 50px !important;
}
.block {
    display: block !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);
}


/* Personalização de .BTNs bootstrap */
.btn.btn-no-radius-left {
    border-radius: 0 4px 4px 0;
}
.btn.btn-no-radius-right {
    border-radius: 4px 0 0 4px;
}
.btn.no-margin-left {
    margin-left: -5px !important;
}
.btn.no-margin-right {
    margin-right: -5px !important;
}
.btn.btn-no-radius-left.no-margin {
    margin-left: -5px;
}
.btn.btn-no-radius-right.no-margin {
    margin-right: -5px;
}
.btn.border-left {
    border-left: 2px solid;
}
.btn.border-right {
    border-right: 2px solid;
}
.btn.border-both {
    border-right: 2px solid;
    border-left: 2px solid;
}
.btn.no-border {
    border: none !important;
}
.btn.no-border-left {
    border-left: none !important;
}
.btn.no-border-right {
    border-right: none !important;
}
.btn.btn-no-radius {
    border-radius: 0;
}
span i {
    cursor: default;
}
.agenda-full{
    width:100%!important;
}
#calendar-agenda .panel-heading {
    padding: 3px;
}
#calendar-agenda .panel-heading.one-medico {
    padding: 3px 3px 9px;
}
#calendar-agenda .one-medico .medico-nome {
    padding: 0px 9px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: 10px;
}
#calendar-agenda .btn-criar-agendamento-home {
    border-radius: 0 4px 0 0 !important;
    margin-bottom: -10px !important;
    margin-right: -4px !important;
    margin-top: -4px !important;
    padding: 10px 20px !important;
}
.navbar {
    border: medium none !important;
    border-radius: 0 !important;
}

.error span {
    background-color: red !important;
    border-color: red !important;
}
.error input {
    border-color: red !important;
}


/******************** DROP-DOWN ********************/
.dropdown-menu {
    left: auto;
    right: 15px;
    min-width: 250px;
    border-bottom: 5px solid #123a93;
    border-top: 5px solid #123a93 ;
}
.dropdown-menu.auto-width {
    min-width: auto !important;
}
.dropdown-menu.no-border {
    border-bottom: 0;
    border-top: 0;
}
.dropdown-menu.no-margin {
    right: 0px !important;
}
.dropdown-menu hr{
    margin: 10px !important;
    padding: 0 !important;
    border-color: #ccc;
}

/************ DROP-DOWN AS SELECT *****************/
.dropdown.drop-as-select {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.dropdown.drop-as-select .btn: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;
}
.dropdown.drop-as-select .btn {
    color: #666;
}
.dropdown.drop-as-select.selected .btn {
    color: #666;
    font-weight: 500;
}
.dropdown.drop-as-select .dropdown-menu {
    min-width: 100%;
    right: -1px;
    left: -1px;
    border: 1px solid #ccc;
    margin-top: 0px;
    border-radius: 0;
    max-height: 200px;
    overflow-y: scroll;
}
.dropdown.drop-as-select .dropdown-menu li {
    color: #666;
}
.dropdown.drop-as-select .dropdown-menu li a {
    color: #666;
}
.dropdown.drop-as-select.dropdown-error {}
.dropdown.drop-as-select.dropdown-error .btn {
    border-color: #d46767 !important;
    color: #c23434 !important;
}
.dropdown.drop-as-select.dropdown-error .btn .caret {
    color: #c23434 !important;
}

    
/**************** FIM DROP-DOWN *********************/


.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: #cccccc 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:checked ~ label {
    background: #00aeef none repeat scroll 0 0;
}

.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;
}

.ative-cadastro .motivo {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: 12px;
    z-index: 2;
}

.ative-cadastro .motivo .icon {
    background-color: #ffb7b7;
    border-radius: 25px;
    color: red;
    height: 22px;
    padding: 3px 0 0 4px;
    width: 22px;
}
.ative-cadastro:hover .motivo .icon {
    background-color: red;
    color: #ffb7b7;
}

/*************MENSAGEM DE ALERTA***************/

.content_alert {
    background: #fff none repeat scroll 0 0;
    left: 40%;
    position: fixed !important;
    border-radius: 6px;
    right: 40%;
    top: 20%;
    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;
}

.title-success {
    background-color: #0066b3 !important;
    color: #fff !important;
    border: 0;
}

/************************************ 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;
}
.navbar-atalho-receita .btn-atalho-padrao {
    background-color: #fff;
    border: 2px solid #ddd !important;
    border-radius: 0 !important;
    height: 40px;
    margin: 4px -4px !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 a {
    border: 1px solid #00aeef;
    padding: 10px 10px 0;
    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;
}

.avatar-foto {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ccc;
    margin-bottom: 10px;
    width: 100%;
}
.media img {
    border: 1px solid #00aeef;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ccc;
    margin: 5px;
}
.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: 3px;
}
.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: #00aeef !important;
    color: #fff !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-dialog.modal-600 {
    width: 600px;
}
.modal-dialog.modal-800 {
    width: 700px;
}
.modal-dialog.modal-700 {
    width: 800px;
}
.modal-dialog.modal-60 {
    width: 60%;
}
.modal-dialog.modal-70 {
    width: 70%;
}
.modal-dialog.modal-80 {
    width: 80%;
}
.modal-dialog.modal-85 {
    width: 85%;
}
.modal-dialog.modal-90 {
    width: 90%;
}
.modal-dialog.modal-95 {
    width: 95%;
}
.modal-dialog.modal-100,
.modal.full .modal-dialog {
    margin-top: 7px;
    width: 99% !important;
}
.modal-backdrop {
    z-index: 100000 !important;
}
.modal-open {
    overflow: hidden;
    z-index: 100000;
}
#modal-default .title-header.dragg-on {
    cursor: move !important;
}
#modal-default.no-draggable .title-header,
#modal-default .title-header.dragg-off {
    cursor: default !important;
}

.modal.in .modal-dialog.second-modal {
    box-shadow: 0 0 15px -5px #000;
}

#sidebar-widgets .table.table-striped td {
    padding: 2px 0 1px 1px;
}
#sidebar-widgets .sidebar-right {
    overflow: hidden;
    z-index: 1010 !important;
}
#sidebar-widgets .separator-top {
    margin-top: 10px;
}
#sidebar-widgets .separator-bottom {
    margin-bottom: 10px;
}
.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; 
}


.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: 2px !important;
    height: 25px;
    width: 25px;
}
.btn.btn-xs.btn-radius-action {
    background-color: #ddd !important;
    color: #666 !important;
    border: solid 1px #ccc !important;
}
.btn.btn-xs.btn-radius-action:hover {
    background-color: #0066B3 !important;
    color: #fff !important;
    border: solid 1px #0066B3 !important;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.table-striped {
    border-bottom: 2px solid #bbb;
}

.table th.small-col,
.table td.small-col {
    display: block;
    width: 20px !important;
}

/**************************************** SEARCH FORM****************************************/
.top-header .navbar-form {
    position: relative;
    margin-top: 0 !important;
}
.navbar-form button i{ 
    color:#333!important;
}
.navbar-form button { 
    position: absolute; 
    right: 15px;
    background:transparent;
    top:0;
}
.navbar-form .form-control {
    border-radius: 4px;  
}
.navbar-form .dropdown-menu { 
    left: auto;  
    right: 0;
} 
#search-top-bar .wrap {
    width: 300px;
}

/**************************************** REGRAS PACIENTE****************************************/

#menu-paciente {
    margin-top: 30px;
}
#menu-paciente li a {
    border-radius: 0;
}
.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;
} 
#page-pacientes .header-paciente .avatar-perfil a {
    border-radius: 100px;  
    max-width: 110px;
    background: #fff;
    padding: 0;
}
.header-paciente {
    margin: 0 0 20px;
    position: relative;
}
#page-pacientes .header-paciente .avatar-perfil {
    left: 32%;
    position: absolute;
}

#page-pacientes .header-paciente .avatar-perfil img{
    margin:0;
}
#page-pacientes .header-paciente .avatar-perfil a {
    border: 4px solid #eee;
}
#page-pacientes .header-paciente .avatar-perfil img {
    border: 4px solid #0066b3;
}
.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;
}
#icon-aniversario.agenda,
#icon-aniversario.atendimento {
    color: red;
}
.paciente-name-header .is-niver {
    background-color: red;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding: 4px 5px 6px;
}
#lista-pacientes .is-niver {
    border-radius: 20px;
    color: red;
    padding: 4px 5px 6px;
}
.is-niver.red {
    color: red;
}
.voce-nasceu {
    background-color: #00aeef;
    border: 2px solid #bbb;
    border-radius: 20px;
    color: #fff;
    padding: 5px 1px;
    text-align: center;
}
.paciente-box-left .extra-infos .extra-info {
    background-color: #00aeef;
    border-radius: 3px;
    color: #fff;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}
.paciente-box-left .extra-infos .extra-info.sim{
    background-color: #c33d50;
}
.paciente-box-left .extra-infos .grupos {
    margin-top: 10px;
}
.paciente-name-header .npo, 
.paciente-name-header .idade, 
.paciente-name-header .nome {
    border-left: 4px solid #ddd;
    margin: 0px 0 15px 0;
    padding: 3px 10px;
}

.paciente-name-header .idade {
    font-size: 16px;
}
.paciente-name-header .nome {
    font-weight: bold;
}

#barra-atalhos-rapidos {
    top: -8px;
}
#cronometro .content-play {
    margin-top: -7px;
}
.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: 35px !important;
    float: left;
    padding: 4px 7px 0px 7px;
}

.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;
}
#list-diagnostico, 
#list-medicamento,
#list-alergia {
    padding-left: 0px;
    list-style: none;
}
.atalho-anaminese {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    line-height: 1.5;
    position: relative;
    text-align: left;
    margin-top: 5px;
    width: 100%;
}
.atalho-anaminese i.pull-right {
    color: #00a797;
    cursor: help;
    font-size: 16px;
    margin-right: 8px;
    margin-top: 3px;
}
.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: #eee;
    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: #fff;
    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: 1000;
}
.content-widget .title-widget a {
    cursor: pointer;
}
.content-widget .title-widget a:hover i {
    color: #00aeef !important;
}

/******************************* AUTO PREENCHE E CADASTRA **************************************/
.ui-menu {
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom: 4px solid #ccc !important;
    box-shadow: 0px 5px 7px -3px #000;
    border-radius: 0 4px 4px 4px;
    margin-top: -2px;
    margin-left: 1px;
}
.new_block_insert {
    background: #fff;
    border: 1px solid #ddd; 
    border-bottom: 4px solid #ccc !important;
    box-shadow: 0px 5px 7px -3px #000;
    border-radius: 0 4px 4px 4px;
    list-style: outside none none;
    padding: 8px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.new_block_insert h4 {
    border-bottom: 1px solid #0066b3;
    margin: 0 0 5px;
    padding: 5px 0;
}

.new_block_insert .insert_line {
    background: #fff none repeat scroll 0 0 !important;
    display: block !important; 
    padding: 6px 0 !important;
}
#text-paciente {
    display: block;
    padding: 4px 0 0;
}
.ui-menu-item {
    color: #666;
    border-bottom: 1px solid #dddc;
}

/******************************* POPOVER **************************************/
.popover {	
    /*font-family: square721_btroman!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 15px !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;
}
#form-inf-paciente-popover .loading {
    display: block;
    position: absolute;
    top: 150px;
    background-color: #0066B3;
    left: 10px;
    right: 10px;
    top: 45%;
    bottom: 45%;
    border-radius: 5px;
    color: #fff;
}

/******************************* 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 **************************************/

.webcamBox .thumbBox,
.imageBox .thumbBox {
    border: 2px solid #0066b3!important;
    border-radius: 250px;
}
.webcamBox .spinner,
.imageBox .spinner {
    background: transparent none repeat scroll 0 0 !important;
}
.cropped-sucess img {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #00aeef; 
    border-radius: 100px;
    box-shadow: 0 0 0 3px #fff, 0 0 0 10px #ccc;  
    position: absolute; 
    right: 4%; 
    top: 10%; 
    width: 180px !important; 
} 
.imageBox, 
.webcamBox {
    border-radius: 30px; 
    box-shadow: 0 0 0 8px #fff, 0 0 0 12px #ccc;  
    margin: 20px auto !important; 
    max-width: 90% !important;
}
.webcamBox {
    background: #262626;
    border: 1px solid #aaa;
    cursor: deafult;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 500px;
}
.webcamBox .thumbBox {
    background: transparent none repeat scroll 0 0;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

/******************************* 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;
}
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;
}
.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;
}
/*************************************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: #0066b3 !important;
    border-color: #0066b3 !important;
    transform: scale(1.2);
    z-index: 1;
}
.navbar-atalho-receita li:hover a i {
    color: #fff !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%;
    margin: 0;
}
#HistoricoReceitas.lg .btn {
    margin-top: 20px;
    width: 100%;
}
#HistoricoReceitas.lg .dropdown-menu {
    left: 15px !important;
    right: 15px !important;
    min-width: 250px !important;
    overflow-x: hidden;
}
#historico_todas_receitas .cursor-pointer:hover td {
    background-color: #ddd;
    color: #777;
}


/*************************************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;
    height: 200px;
    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-left-10 {
    margin-left: 10px !important;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}
.margin-right-20 {
    margin-right: 20px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !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;
}

.widgets {
    background: #fff none repeat scroll 0 0;
    color: #123a93;
    padding: 5px; 
    border-radius: 15px;
    border: 2px solid #eee;
}
.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;
    margin: -1px -1px 5px !important;
    padding: 7px 10px 7px 0;
    cursor: default;
}
.draggable .title-widget {
    cursor: move;
}
#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;
}

#log-medicamentos-tabs-contents {
    padding: 0;
}

#log-geral-medicamentos {
    height: 500px;
    margin-bottom: 15px;
    overflow-y: auto;
}

.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;
}
.slider.slider-horizontal {
    width: 100%;
}
.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: none;
    margin: 10px 0;
    overflow: hidden;
    padding: 3px 10px 3px 12px;
    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,
#agendamento-online-tab li,
#historicos-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;
}
#calendar td.fc-list-item-bloqueio a:hover,
#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;
}
#calendar td.fc-list-item-bloqueio {
}
#calendar td.fc-list-item-bloqueio a {
    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 {
    max-height: 200px;
    overflow: auto;
}
.table-impressos-content-list.sadt {
    max-height: 400px;
}
.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;
}

#btns-impressos-edit-diversos .switch {
    margin: 5px 0;
}

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: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: 3px solid #00aeef;
}

/************* MINI BARRA SUPERIOR **************/
.barra-superior.mini-bar .navbar-brand {
    padding: 7px 20px;
    height: auto;
}
.barra-superior.mini-bar .navbar-brand img {
    max-height: 25px;
}
.barra-superior.mini-bar {
    border-bottom: 3px solid #00aeef;
}
.barra-superior.mini-bar .navbar-top {
    min-height: auto;
}
.barra-superior.mini-bar #menu-usuario .dropdown-toggle {
    padding: 7px 0;
}
.barra-superior.mini-bar .avatar-usu {
    border: medium none;
    height: 26px;
}
.barra-superior.mini-bar #search-top-bar {
    margin: 2px;
}
.barra-superior.mini-bar #search-top-bar .input {
    font-size: 12px;
    height: 30px;
    margin-top: 2px;
}
#sidebar-menu .sidebar-left.mini-bar,
#sidebar-widgets .sidebar-right.mini-bar {
    top: 42px;
}

/************************/

.media.active {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: block;
    padding: 2px;
}
#lista-arquivos .arquivo-title {
    color: #ccc;
}
#lista-arquivos .content-img-arq a {
  background-color: #eee;
  display: block;
  height: 200px;
  overflow: hidden !important;
}
#lista-arquivos .thumbnail {
    margin-bottom: 0;
}
#lista-arquivos .thumbbox {
    padding: 5px;
}
#lista-arquivos.ARQ .content-img-arq a {
    height: 180px !important;
    padding: 13px 0 !important;
}
.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) { 
    .paciente-name-header .cpf,
    .paciente-name-header .prontuario,
    .paciente-name-header .nome {
        border-right: medium none		
    }
}
@media (max-width: 768px) {
    #page-pacientes .header-paciente .avatar-perfil {
        right: 0;
        top: 10px;  
        left: auto;
    }
    .paciente-name-header h4 {
        margin-top: 5px!important;
    }
    #collapse-2 li {
        float: left;
    }	
} 
@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;
    }
}

#btn-mobile-voltar {
    color: #999;
    font-size: 32px;
    left: 0;
    padding: 7px 15px;
    position: fixed;
    top: 0;
    z-index: 1050;
    cursor: pointer;
}


/*******************************************************************  EXCLUSIVO  DESKTOP CSS    **********************************************************************************/

@media (min-width: 768px) {
    .element {
        width:calc(83.3333% - 45px)!important;
    }
    .element-2 {
        margin-left: 50px;
/*        width: calc(100% - 100px) !important;*/
        width: calc(100% - 40px) !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;
    }

}




/*******************************************************************    ESTILOS PERSONALIZADOS    **************************************************************************/

.fc-list-item:hover td {
    background-color: #eee !important;
    cursor: pointer;
}

.btn-criar-lembretes {
	padding: 9px 25px;
	border-radius: 0 4px 0 0;
}

#monta-formulario-anamnese textarea,
#monta-formulario-evolucao textarea {
    min-height: 200px;
    resize: vertical;
}

#monta-formulario-anamnese .mensage-not-save,
#monta-formulario-evolucao .mensage-not-save {
    border-radius: 3px;
    color: red;
    font-size: 14px;
    position: absolute;
    right: 14px;
    top: 57px;
    width: 290px;
    display: none;
}

.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;
}
#lista-pacientes td {
  color: #337ab7;
}
.border-info {
    border: 1px solid #b0d4e7;
}
.border-radius-5 {
    border-radius: 5px;
}


/*  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 .message {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}
/*  FIM - BACK LOADING */



/* PERIODO DE TESTE */
#message-user-in-test {
    position: fixed;
    top: 9px;
    z-index: 10000;
    background-color: #00aeef;
    left: 25%;
    right: 25%;
    color: #fff;
    padding: 10px 20px 0px 20px;
    border-radius: 4px;
    text-align: center;
}
#message-user-in-test.mini .text {
    margin-bottom: 4px;
}
#message-user-in-test.mini {
    top: 2px;
    padding: 3px 20px 0px 20px;
}
#message-user-in-test .btn {
    margin-left: 10px;
}
#message-user-in-test.mini .btn {
    padding: 3px 12px;
}
#message-user-in-test .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 20px;
    opacity: 0.5;
}
#message-user-in-test.mini .btn-close {
    padding: 7px 15px;
}
#message-user-in-test .btn-close:hover {
    opacity: 1;
    background: #3e97d8;
    border-radius: 0 4px 4px 0;
}


/*  INICIO - LOCK-ROTATE */
#back-lock-rotate {
    position: fixed;
    background: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    opacity: 0.95;
    color: #ccc;
}
#back-lock-rotate .content {
    position: fixed;
    left: 10%;
    right: 0;
    top: 15%;
}
#back-lock-rotate .message {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #666;
    width: 80%;
}
/*  FIM - BACK LOADING */



/****************** SMS ****************/
#envia-sms .sms-text {
    font-size: 18px;
    resize: none;
}
#envia-sms .btn-send-sms {
    padding: 30px 10px;
}

#list-fluxo tr:hover {
    background-color: #eaeaea !important;
    cursor: dafault;
}

#list-fluxo td.empty {
    background-color: #eee;
}

#list-fluxo td.empty {
    background-color: #eee;
    border-bottom:  none;
    border-top:  none;
}

#list-fluxo tr.separator {
    background-color: #eee;
}
#list-fluxo tr {
    background-color: #f9f9f9;
}

#list-fluxo tr.entrada {
    border-left: 10px solid green;
}
#list-fluxo tr.saida {
    border-left: 10px solid red;
}
#list-fluxo .entrada .icon {
    color: green;
}
#list-fluxo .saida .icon {
    color: red;
}

#menu-btn-direito-agenda {
    background-color: #eee;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 #aaa;
    padding: 5px;
    position: fixed;
    z-index: 10000;
}

#content-lista-atendimentos-temppp td,
#content-lista-atendimentos-temppp th {
    font-family: arial !important;
    font-size: 12px !important;
}

.btn-copy-clipboard {
    border-radius: 3px;
    color: #666;
    padding: 3px 8px;
}
.btn-copy-clipboard:hover {
    background-color: #ccc;
    color: #333;
}

#new-feature {
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    height: 80px;
    padding: 13px;
    position: absolute;
    text-align: center;
    width: 200px;
    z-index: 110000;
}
#new-feature .arrow::before {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: inline-block;
    left: 90px;
    position: absolute;
    top: -10px;
    vertical-align: middle;
}

.modal-backdrop.new-feature {
  opacity: 0.75 !important;
}

.filtered {}
.filtered .wrap-list {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #ccc;
    max-height: 140px;
    margin-top: 5px;
    overflow-y: auto;
    padding-top: 5px;
    position: absolute;
    z-index: 1;
}
.filtered .the-list {
    list-style: outside none none;
    padding: 0 5px;
}
.filtered .item {}
.filtered .item .button {
    color: #666;
    font-weight: normal;
    padding: 3px 20px;
    text-align: left;
}
.filtered .item:hover {
    background-color: #ddd;
}

/* NEW CHECKBOX */

.new-checkbox {
    cursor: pointer;
    padding: 3px 5px 3px 5px;
    margin-right: 2px;
}
.new-checkbox:hover .checkbox {
    color: #123A93;
}
.new-checkbox:hover {
    background-color: #d1e4ec;
    border-radius: 2px;
}
.new-checkbox .checkbox {
    cursor: pointer;
}


/* CONFIRMATION MODAL */
#confirmation-modal {
    display: block !important;
    padding-right: 17px !important;
    z-index: 100021 !important;
}
.modal-backdrop.confirmation-modal{
    z-index: 100020 !important;
}
#confirmation-modal .modal-dialog {
    background: transparent none repeat scroll 0 0;
    width: auto !important;
}
#confirmation-modal .modal-footer {
    border-top: medium none;
    margin-top: 20px;
}
#confirmation-modal .btn-confirm-hide  {
    display: none;
}
#confirmation-modal .modal-content .body-content,
#confirmation-modal .modal-body  {
    padding: 0 !important;
}
#confirmation-modal .modal-content {
    border: none !important;
    border-radius: 6px 6px 4px 4px !important;
    box-shadow: none !important;
}
#confirmation-modal .content-body {
    padding: 15px;
}
#confirmation-modal .title-header {
    border: none !important;
    margin: 0 !important;
    border-radius: 5px 5px 0 0 !important;
    background: rgb(0,102,179) !important;
}
#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-30 {
    width: 30% !important;
    left: 35% !important;
}
#confirmation-modal .modal-40 {
    width: 40% !important;
    left: 45% !important;
}
#confirmation-modal .modal-50 {
    width: 50% !important;
    left: 25% !important;
}
#confirmation-modal .dialog-logoff {
    border: solid 1px #c33d50;
    box-shadow: 0 0 12px -1px #c33d50;
    width: 30%;
}
.modal-backdrop.confirmation-modal.dialog-logoff{
    background-color: #fff !important;
}

/****FIM CONFIRMATION MODAL****/


/**** AJUSTES RESOLUÇÃO MENOR ****/
.resolucao-menor #pacientes-tabs-contents {
    margin-top: 10px;
}
.resolucao-menor #menu-paciente {
    margin-top: 10px;
}
.resolucao-menor .atalho_bar_line {
    margin-top: 10px;
}
/**** FIM AJUSTES RESOLUÇÃO MENOR ****/


/**** SYSTEM CHANGE LOGS ****/
#system-change-log {
    position: relative;
}
#system-change-log .painel-notification {
    position: absolute;
    top: 55px;
    width: 350px;
    background: #fff;
    right: 0px;
    padding: 20px;
    border-radius: 4px;
    border: solid 1px #ccc;
    box-shadow: 0 0 4px 1px #ddd;
}
#system-change-log .painel-notification p {}
/**** FIM SYSTEM CHANGE LOGS ****/



/********* GROUP FILTER STYLE **********/
.group-filter-style {
    margin-bottom: 10px;
}
.group-filter-style input {
    width: 130px !important;
}
.group-filter-style .first {
    border-radius: 4px 0 0 4px;
}
.group-filter-style .last {
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
}
.group-filter-style .btn-filter {
    border-radius: 0 4px 4px 0;
}
/********* FIM GROUP FILTER STYLE **********/

/********* COMPRA DE SMS - TODOS OS CONTROLLERS **********/
#form-dados-cartao-credito h3, #form-dados-cartao-credito h4 {
    font-weight: 300;
}
#form-dados-cartao-credito input:focus,
#form-dados-cartao-credito input:active {
    border-color: #00aeef !important;
}
#form-dados-cartao-credito select, 
#form-dados-cartao-credito input {
    
    border: 1px solid #ccc !important;
    text-transform: uppercase;
    font-size: 16px;
    height: auto;
    font-weight: 500;
    color: #666;
}
#form-dados-cartao-credito .line {
    clear: both;
    display: table;
    width: 100%;
    margin: 10px 0;
}
#form-dados-cartao-credito .form-control::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 300;
}
#form-dados-cartao-credito .dropdown button,
#form-dados-cartao-credito .dropdown {
    text-align: left !important;
    font-weight: 300 !important;
    font-size: 16px  !important;
    color: #999  !important;
}
#form-dados-cartao-credito .dropdown.selected button {
    font-weight: 400 !important;
    color: #666 !important;
}
#form-dados-cartao-credito .dropdown.input-error {
    border: none !important;
}
#form-dados-cartao-credito .dropdown.input-error button,
#form-dados-cartao-credito input.input-error {
    border-color: #d51414 !important;
    color: #d51414 !important;
}
#form-dados-cartao-credito input.input-error::placeholder {
    color: #d51414 !important;
}
#dialog-confirm-payment-sms .line {
    border: solid 1px #ccc;
    padding: 5px;
    margin-bottom: 3px;
    border-radius: 3px;
}
#confirmation-modal .dialog-paynow {
    top: 10%;
    left: 35%;
    right: 35%;
}

#retorn-result-paysms .message {}
#retorn-result-paysms .message .message-principal {
    font-weight: 300;
    font-size: 28px;
    padding: 10px 10px;
}
#retorn-result-paysms .message .message-secundaria {
    font-weight: 300;
    font-size: 22px;
    padding: 5px 10px;
}
#retorn-result-paysms .message .message-status,
#retorn-result-paysms .message .message-result {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
#retorn-result-paysms .message .message-codigo-operacao {}
#retorn-result-paysms .message .message-new-qtde-sms {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 50px;
}
#retorn-result-paysms .message .message-status {
    font-weight: bold;
}
#retorn-result-paysms .message .message-btn-actions {
    margin-bottom: 10px;
}

/********* FIM COMPRA DE SMS - TODOS OS CONTROLLERS **********/

#modal_suporte_mysuite .resp-container {
    position: relative;
    overflow: auto;
    padding-top: 0;
}
#modal_suporte_mysuite .resp-container .iframe {
    border: 0;
    width: 100%;
    height: 600px;
}

.sub-tablist .nav-tabs > li a {
    background: #eee none repeat scroll 0 0;
    color: #777 !important;
    border: solid 1px #ddd;
}
.sub-tablist .nav-tabs > li.active > a {
    background: #0066b3 !important;
    font-weight: bold;
    color: #f2f2f2 !important;
    border-bottom: 1px solid #0066b3 !important;
}

.btn-group-toggle .btn-toogle-check {
    padding: 4px;
    width: 31px;
    height: 31px;
}

.btn-group-toggle .btn-toogle-check.active {
    box-shadow: none;
    background: #0066b3 !important;
    color: #fff !important;
    font-weight: bold !important;
}

table tr.status-inativo td,
table tr.status-inativo td a,
table tr.status-inativo td span {
    color: #999 !important;
}

table tr.status-excluído td,
table tr.status-excluído td a,
table tr.status-excluído td span {
    color: #cc8080 !important;
    text-decoration: line-through;
    font-style: italic;
}

.dataTables_info, .dataTables_paginate,
.dataTables_length, .dataTables_filter {
   margin: 10px 15px !important;
}

/*
PLUGIN IntlTelInput
*/
.iti {
    display: block !important;
}
