/* intro */
body{
    padding-bottom: 0;
    background-color: #f1f1f1!important;
}
div.content{
    background-color: #f1f1f1;
    padding-top: 0;
}
.content-wrapper{
    margin-top: 70px;
    margin-left: 250px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    color: #000;
    font-family: 'Nunito Sans', sans-serif!important;
}
/* intro end */

/* menu */
.navbar-default {
    background-color: #fff;
}
.sidebar-menu li:hover:not(.no-before),
.sidebar-menu li:hover a,
li.dropdown.open.active{
    background-color: #ebebeb;
}
.sidebar-menu li.dropdown:hover > ul {
    left: 70px;
    position: absolute;
    width: 190px;
}
.sidebar-menu ul.treeview-menu{
    z-index: 9999;
    background-color: #f5f5f5;
    padding: 0!important;
    margin-left: -2px;
}
.sidebar-menu ul.treeview-menu li a{
    background-color: #fff;
}
.sidebar-menu ul.treeview-menu li a:hover{
    background-color: #ebebeb;
}
.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    font-size: 18px;
}
.sidebar-mini.sidebar-collapse .main-sidebar{
    width: 80px!important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    left: 80px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span{
    padding: 15px;
}
.nav.navbar-nav li i,
.nav.navbar-nav li a{
    line-height: 48px;
}
ul.nav.navbar-nav,
.button-menu-mobile {
    float: left;
}
.navbar-default .navbar-nav>li>a{
    color: #000;
    font-weight: 600;
}
.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side{
    margin-left: 80px !important;
    margin-top: 70px !important;
}
li .button-menu-mobile{
    background-color: transparent;
    color: #000;
    width: 100%;
}
.main-header .navbar {
    margin-left: 0px;
}
.sidebar-mini.sidebar-collapse .main-header .logo,
.main-header .logo {
    width: 100%;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
    color: #d44f9d;
}
.navbar-default .navbar-nav li.open .dropdown-menu a{
    color: #000;
}
.navbar-default .navbar-nav li.open .dropdown-menu a:hover{
    font-weight: 600;
}
.sidebar-menu li a{
    color: #000;
}
.side-menu {
    width: 250px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right){
    width: 230px;
    border-radius: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    width: 227px;
}
.sidebar-menu .treeview-menu>li a{
    padding: 15px;
}
.sidebar-menu .treeview-menu>li a:hover{
    padding: 15px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 50px;
}
ul.sidebar-menu li:not(.no-before):hover::before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #000;
    content: "";
    display: block;
    z-index: 9;
}
ul.sidebar-menu .treeview-menu li:hover::before{
    position: absolute;
    left: 0;
    height: 50px;
    width: 8px;
    background-color: #000;
    content: "";
    display: block;
    z-index: 9;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer{
    background-color: #fff;
    padding: 0;
}
.navbar-nav>li>.dropdown-menu{
    padding: 0;
    border: none!important;
}
.topbar .topbar-left{
    background-color: #fff;
    border-right: 1px solid #e2e2e2;
}
.topbar .topbar-left .logo{
    height: 100%;
} img{
    max-width: 160px;
    max-height: 60px;
    margin: 5px auto;
}
.sidebar-mini.sidebar-collapse .main-header .navbar,
.main-header .navbar{
    margin-left: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;
}
.sidebar-menu>li:hover>.treeview-menu{
    display: none;
}
.sidebar-mini:not(.sidebar-collapse) .sidebar-menu>li:hover > .treeview-menu {
    display:none;
    position: relative;
    left: 0px;
    width: auto;
}
.sidebar-menu>li{
    min-height: 50px!important;
}
.sidebar-menu>li>a{
    padding: 0;
}
.sidebar-menu>li>a i{
    /*line-height: 50px;*/
    line-height: 40px;
}
.sidebar-menu>li {
    min-height: 40px!important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right){
    line-height: 35px;
    padding: 3px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
    top: 41px!important;
}
.sidebar-menu .treeview-menu>li a {
    padding-bottom: 8px;
    padding-top: 8px;
}
.sidebar-menu ul.treeview-menu li a:hover {
    padding-bottom: 8px;
    padding-top: 8px;
}
ul.sidebar-menu .treeview-menu li:hover::before {
    height: 36px;
}
.notification-icons i{
    font-size: 18px;
    margin-top: 2px;
}
.notification-icons a.dropdown-toggle{
    position: relative;
}
.notification-icons span.badge{
    position: absolute;
    top: 20%;
    right: 8px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li{
    text-align: center;
    padding-left: 0!important;
}
.sidebar-menu>li:not(.no-before) {
    text-align: left;
    padding-left: 30px;
}
li.dropdown.active{
    border-bottom: solid 2px #000;
}
.sidebar-menu .treeview-menu>li a, .sidebar-menu .treeview-menu>li:hover a{
    text-align: left;
    padding-left: 30px;
}
li.dropdown.active:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #000;
    content: "";
    display: block;
    z-index: 9;
}
li.current-page:before{
    position: absolute;
    left: 0;
    height: 100%;
    width: 7px;
    background-color: #000;
    content: "";
    display: block;
    z-index: 9;
}
li.current-page{
    border-bottom: solid 2px #000;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu{
    border-right: solid 2px #ebebeb;
    border-bottom: solid 2px #ebebeb;
}
.navbar-default li.footer{
    left: 0;
}
.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a{
    font-size: inherit;
    color: #4489e4!important;
    width: 70%!important;
    margin: 10px auto;
}

.navbar-nav>.messages-menu>.dropdown-menu>li.footer>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li.footer>a:hover{
    background-color: #4489e4!important;
    color: #fff!important;
}
.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    left: auto !important;
    right: 0 !important;
    width: 280px;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a{
    white-space: initial;
    font-size: 14px;
    line-height: initial;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a:hover,
.navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a:hover{
    font-weight: 400;
}

.btn.btn-primary.btn-bordered.waves-effect.w-md.waves-light i.fa.fa-history{
    line-height: initial;
}

.task-red{
    color: #f96a74!important;
}
.task-blue{
    color: #4489e4!important;
}
.task-yellow{
    color: #ffa91c!important;
}
.alert_format {
    color: #4489e4!important;
}
.navbar-left ul.nav.navbar-nav i {
    font-size: 18px;
    color: #000;
    line-height: 48px;
}
.main-footer{
    z-index: 0;
}

/* menu end */

/* box-dash */
.panel-group {
    margin-bottom: 0!important;
}
.table-colored.table-hover tr:hover{
    background-color: #e2e2e2;
    color: #000;
}
.box-header.with-border{
    position: relative;
}
.box-header.with-border .pull-right{
    position: absolute;
    right: 15px;
    top: 0;
    padding: 10px;
}
.box-header.with-border a{
    color: #666f7b;
}
.box-header.with-border a:hover{
    color: #666f7b;
}
.table-colored.table-hover a{
    font-weight: 700;
    color: #000;
}
.table-colored.table-hover a:hover{
    color: #d65cad;
}
.table-colored.table-hover .pull-right{
    float: none!important;
    text-align: center;
    display: inline-grid;
}
.box-header.with-border.panel-group:hover{
    cursor: pointer;
}
.main-sidebar.side-menu a.dropdown-toggle:hover .treeview-menu{
    display: none;
}
.table-colored{
    color: #000;
    font-weight: 600;
}
.panel-collapse.box-body{
    min-height: 220px;
    max-height: 220px;
    /*    width: calc(100% + 56px);
        margin-left: -20px;
        margin-right: -20px;*/
    margin-top: 15px;
}
.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;
}
/* box-dash end */

/* dashboard */
tbody#animals_table tr td:last-of-type a {
    margin: 5px 30px;
    float: right;
}
tbody#animals_table tr td:last-of-type {
    max-width: 100px;
}
tbody#animals_table tr td:last-of-type a i{
    padding: 5px 15px;
    font-size: 15px;
}
.btn-tools-invoice{
    text-align: right;
}
.btn-tools-invoice i{
    font-size: 15px;
    padding: 2px 10px;
    margin: 7px 15px;
}
.btn-tools-invoice button{
    margin: 0 15px;
}
#dashboard table tbody tr .pull-right i{
    padding: 5px 0;
}
/* dashboard end */

/* footer */
.main-footer{
    margin-left: 0 !important;
    /*margin-top: 70px !important;*/
    position: relative;
    border-top: 0;
}
.main-footer a{
    color: #d44f9d!important;
    font-weight: 700;
}
.main-footer .pull-right{
    position: absolute;
    right: 15px;
}
.sidebar-mini.sidebar-collapse .main-footer{
    margin-left: 0!important;
}
/*footer end*/

/* agenda */
.input-group .input-group-addon{
    border: none;
}
.box-header .input-group.date.form_date{
    width: 10%;
}
.box-header .input-group.date.form_date .input-group-addon{
    font-size: 18px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}
table .btn.btn-xs{
    color: #000;
}
.table.table-hover tr:hover .btn.btn-xs{
    color: #000;
}
.no-borders .btn.disabled,
.no-borders .btn.disabled:hover{
    background-color: #c2c2c2!important;
    color: #fff;
    border: none;
}
.no-borders .btn{
    border: none;
}
.table-colored-bordered.table-bordered-inverse.table-schedules {
    border-color: #e2e2e2;
    color: #000;
}
.table-colored-bordered.table-bordered-inverse.table-schedules thead th{
    background-color: #e2e2e2;
    color: #000;
    border: 1px solid #e2e2e2;
}
.table-colored-bordered.table-bordered-inverse.table-schedules tr,
.table-colored-bordered.table-bordered-inverse.table-schedules td{
    border: 1px solid #e2e2e2 !important;
}
#schedules-table {
    overflow-x: scroll;
    display: block;
    height: 670px;
    overflow-y: hidden;
}
#schedules-table thead,
#schedules-table tbody {
    display: inline-block;
}
#schedules-table tbody {
    max-height: 600px;
    overflow: scroll;
}
#schedules-table .width-th,
#schedules-table .width-tr td{
    min-width: calc(1520px / 11);
}
#schedules-table thead th {
    height: 60px;
    vertical-align: middle;
}
#schedules-table td {
    vertical-align: middle;
}
#schedules-table .width-custom{
    min-width: 100px;
}
#schedules-table .width-tr td.fake-td{
    max-width: 50px;
}
button.btn-custom.purple{
    color: #fff!important;
    border: 2px solid #d44f9d !important;
    background-color: #d44f9d !important;
}
button.btn-custom.purple:hover{
    background-color: #fff!important;
    color: #d44f9d !important;
    border: 2px solid #d44f9d !important;
}
/* agenda end */

/* show_client*/
#show_client .tab-pane{
    background-color: #fff;
}
#show_client .tab-pane input[type="submit"]{
    color: #fff!important;
    border: 2px solid #00a65a!important;
    background: #00a65a!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}
#show_client .tab-pane input[type="submit"]:hover{
    background-color: transparent!important;
    color: #00a65a!important;
}
ul.info-cliente .col-md-4.col-sm-12.text-center span.label{
    line-height: 38px;
}
#newclientUpdateForm .input-group .input-group-addon,
#newclientCRMForm .input-group .input-group-addon,
#negocio_form .form-group .input-group .input-group-addon{
    min-width: 100px;
    border: solid 2px #c2c2c2;
    padding: 0 15px;
    font-weight: 700;
}
#newclientUpdateForm .input-group .input-group-addon i,
#newclientUpdateForm .input-group .input-group-addon span.dripicons-calendar{
    font-size: 18px;
}
#newclientUpdateForm .input-group .form-control,
#newclientCRMForm .input-group .form-control,
#negocio_form .input-group .form-control{
    margin-left: -2px;
    border: solid 2px #c2c2c2;
}
#newclientUpdateForm div.row.separator-row{
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}
#newclientUpdateForm div.row.separator-row:last-of-type{
    border-bottom: none;
}
#formcrm .box-body.table-responsive.no-padding,
#contacorrente .box-body.table-responsive.no-padding,
#documents .box-body.table-responsive.no-padding{
    text-align: center;
    color: #f96a74;
    font-weight: 700;
    padding: 25px!important;
}
#formcrm .box-body.table-responsive.no-padding thead,
#formcrm .box-body.table-responsive.no-padding tbody,
#contacorrente .box-body.table-responsive.no-padding thead,
#contacorrente .box-body.table-responsive.no-padding tbody,
#documents .box-body.table-responsive.no-padding thead,
#documents .box-body.table-responsive.no-padding tbody{
    color: black;
    font-weight: 600;
}

#documents .box-footer{
    border: none;
}
#negocio_form .form-group .input-group .input-group-addon.no-border{
    padding-bottom: 30px;
}
.container1 .nav-tabs.nav-justified>li {
    vertical-align: middle;
    height: 100%;
    background-color: #fff;
}
.box-profile .list-group-item {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-top: none;
    border-bottom: solid 2px #c2c2c2;
}
.box-profile .list-group-item a{
    color: #000;
    font-weight: 600;
}
#formclientanimals tbody tr td{
    vertical-align: middle;
}
#formclientanimals tbody tr td.last-td{
    display: inline-grid;
    width: 100%;
}
#formclientanimals tbody tr td.last-td a{
    width: 65%;
    margin: 2px auto!important;
}
.container1 .tabs-bordered li.active,
.container1 .tabs-bordered li.active:hover,
.container1 .tabs-bordered li.active:focus {
    border-bottom: 2px solid #d44f9d !important;
    margin-bottom: -1px;
}
.container1 .tabs-bordered li.active a,
.container1 .tabs-bordered li.active a:hover,
.container1 .tabs-bordered li.active a:focus {
    border-bottom: none!important;
    margin-bottom: 0;
    color: #d44f9d;
}
.separator-row .input-group {
    width: 100%;
}
.container1 .tab-content{
    padding: 0;
    margin-top: 20px;
}
.box-body .box{
    box-shadow: none;
}
#negocio_form .box-header{
    border-bottom: 1px solid #f4f4f4;
}
#charts-area .box.panel-group{
    min-height: 400px;
    border: solid 2px #eee!important;
    margin-top: 30px;
}
.box-profile .list-group-item.info-group {
    padding-top: 0;
    padding-bottom: 10px;
}
.box-profile .list-group-item.info-group .block-info-client{
    display: inline-table;
    padding-right: 10px;
}
.modal-body #mensagem{
    width: 100%;
}
/* show_client end */

/* Alerts */
#alerts-table .pull-right{
    float: none!important;
    text-align: center;
}
#alerts-table .pull-right a{
    padding: 0 5px;
}
#alerts-table a{
    color: #000;
    font-weight: 700;
}
#alerts-table a:hover{
    color: #d65cad;
}
.tab-user-list{
    border: solid 2px #c2c2c2!important;
    margin-bottom: 10px;
}

/* Alerts end */

/* hospitalizations*/
.box-body.box-profile.fake{
    padding: 0;
}
#historicointer.box.box-primary{
    box-shadow: none;
    border: solid 2px #c2c2c2!important;
}
#hospitalization-tables .tab-content {
    box-shadow: none;
}
#hospitalization-tables .box.box-primary{
    box-shadow: none;
    border: solid 2px #c2c2c2!important;
}
.table-schedules .no-bg{
    background-color: transparent!important;
    border: none!important;
}
#hospitalization-tables a{
    color: #000;
    font-weight: 700;
}
#hospitalization-tables .active a {
    color: #d44f9d;
}
.btn-space .btn{
    margin: 15px 0;
}
.btn-space .margin-auto .btn {
    margin: 15px auto;
    width: 100%;
}
.btn.btn-primary.btn-bordered.waves-effect.right{
    float: right;
}
.row.no-border {
    border-top: solid 2px #c2c2c2!important;
}
.row.no-border #historicointer.box.box-primary {
    box-shadow: none;
    border: none!important;
}
.input-group-addon.link.agendar {
    color: #4489e4;
    border: solid 2px #4489e4!important;
    transition: all 0.3s ease-out;
}
.input-group-addon.link.agendar:hover {
    color: #fff;
    background: #4489e4;
    border: solid 2px #4489e4!important;
}
.hospitalization_btn,
.hospitalization_btn.disabled{
    background-color: #e2e2e2;
    margin: 10px 15px!important;
    border: none;
    padding: 5px 20px!important;
    font-size: 12px;
}
.hospitalization_btn:hover{
    background-color: #d44f9d!important;
    color: #e2e2e2;
}
.box-title.margin-auto{
    margin: 0 auto;
    display: table;
}
.btns-days {
    margin: 0 auto;
    display: table;
}
#internamento .row .box .box-header.with-border {
    margin-bottom: 30px;
}
.width100{
    width: 100%;
}
.tag-info{
    border-radius: 25px;
    line-height: 10px;
    border: solid 2px #d44f9d !important;
    background-color: transparent!important;
    color: #d44f9d!important;
    font-size: 12px;
}
.btn-group.no-borders .btn.disabled{
    margin: 0 5px;
    border: 2px solid transparent;
}

.btn-group.no-borders .btn{
    border: solid 2px #c2c2c2;
}
.descriptionOther p,
.descriptionSoro p,
.descriptionMonit p,
.descriptionMedic p,
.descriptionExam p{
    font-weight: 900;
}

#products_table td.last-td,
#animals_clients_table td.last-td{
    display: inline-grid;
    width: 100%;
}
#products_table td.last-td a,
#animals_clients_table td.last-td a{
    width: 35%;
    line-height: 25px;
    margin: 2px auto!important;
}
.table-colored-bordered.table-bordered-primary thead th.no-bg {
    /*background-color: rgba(68, 137, 228, 0.8);*/
    background-color: #c2c2c2;
    color: #000;
}

/* hospitalizations end */

/* login */

img.logo.img-responsive{
    max-height: 120px;
}
.account-pages input[type="email"]{
    height: 30px;
    margin: 0;
    padding: 6px 12px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #555;
    min-width: 150px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
button.btn.btn-block.btn-custom:hover {
    opacity: 1;
}
.Copyright{
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
}
.Copyright.text-center{
    color: #000;
    font-weight: 600;
}
.Copyright a,
.list-inline li a{
    color: #d44f9d;
    font-weight: 600;
    font-size: 12px;
}
.account-pages{
    font-family: 'Nunito Sans', sans-serif;
}
#login-bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../pics/vm-bg.jpg);
}
/* login end */

/* gestao pontos */
.bordered{
    border: solid 2px #c2c2c2;
}
/* gestao pontos end */

/* listagens */
.listagem-body .panel{
    border: none;
}
.listagem-body .panel-info > .panel-heading{
    background-color: transparent;
    border: solid 2px #c2c2c2!important;
    margin-top: 15px;
}
.listagem-body .panel-collapse{
    border: solid 2px #c2c2c2!important;
    border-top: 0!important;
    padding: 10px 0;
}
.listagem-body .panel-group .panel-heading+.panel-collapse>.list-group{
    border: none!important;
}
.listagem-body input,
.listagem-body  select {
    border: solid 2px #c2c2c2!important;
    border-radius: 0!important;
}

/* listagens end*/

/* show_animal */

.animal-tabs .tab-pane{
    background-color: #fff!important;
}

.animal-tabs .tab-pane button.save{
    color: #fff!important;
    border: 2px solid #00a65a!important;
    background: #00a65a!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}
.animal-tabs .tab-pane button.save:hover{
    background-color: transparent!important;
    color: #00a65a!important;
}
.text-center.bordered p{
    margin: 15px;
    color: #4489e4
}
.text-center.bordered{
    border: solid 2px #4489e4;
}

#hMedico .separator-row,
#fAnimal1 .separator-row,
#backoffice_view .separator-row{
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}
#hMedico .separator-row:last-of-type{
    border-bottom: none!important;
}
#fAnimal1 .separator-row-fake{
    margin: 15px;
    padding-bottom: 20px;
}
#backoffice_view .separator-row:last-of-type{
    border-bottom: none!important;
}

.separator-row p{
    font-weight: 700;
}
table.tableB>tbody>tr>td{
    border: 2px solid #4489e4!important;
}
table.tableB>tbody>tr>td:first-of-type {
    background: #4489e4;
    color: white;
    font-weight: 700;
}
select#ano {
    border: solid 2px #c2c2c2;
    padding: 3px 15px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.red-nofoudn{
    text-align: center;
    color: #f96a74;
}
/* show_animal end */

/* search */
.tabelas-search tbody#products_table tr td:last-of-type a,
.tabelas-search tbody#clients_table tr td:last-of-type a,
.tabelas-search tbody#products_config_table tr td:last-of-type a,
.tabelas-search tbody#services_table tr td:last-of-type a{
    margin: 5px 30px;
    float: right;
}
.tabelas-search tbody#products_table tr td:last-of-type a i,
.tabelas-search tbody#clients_table tr td:last-of-type a i,
.tabelas-search tbody#products_config_table tr td:last-of-type a i,
.tabelas-search tbody#services_table tr td:last-of-type a i{
    padding: 5px 15px;
    font-size: 15px;
}
/* search end */

/* step before hospitalization */
.tab-content #Consulta{
    background: #fff;
}

#tab_logic tbody tr td:last-of-type a{
    margin: 5px 2px;
    display: inline;
    border: solid 2px #c2c2c2;
}
#tab_logic tbody tr td:last-of-type a i{
    padding: 5px 5px;
}

/* step before hospitalization end */

/* pre-rastreio */

.rastreio-page input[type="submit"] {
    color: #fff!important;
    border: 2px solid #00a65a!important;
    background: #00a65a!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}

/* pre-rastreio */

/*show product*/

#save_product_form .row.separator-row {
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}

/*insert product*/

#insert_product_info_config_form .row.separator-row {
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}

#insert_new_product_form .row.separator-row {
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}


/* new client */
#newclientForm .row.separator-row {
    margin: 15px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: solid 2px #c2c2c2;
}
#newclientForm button[type="button"]{
    color: #fff!important;
    border: 2px solid #00c0ef!important;
    background: #00c0ef!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}
#newclientForm button[type="button"]:hover {
    background-color: transparent!important;
    color: #00c0ef!important;
}
#newclientForm button[type="submit"]{
    color: #fff!important;
    border: 2px solid #00a65a!important;
    background: #00a65a!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}
#newclientForm button[type="submit"]:hover {
    background-color: transparent!important;
    color: #00a65a!important;
}
/* new client end*/

/* backoffice */
#backoffice input[type="submit"] {
    color: #fff!important;
    border: 2px solid #00a65a!important;
    background: #00a65a!important;
    font-weight: 700;
    border-radius: 2px;
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease-out;
}
#backoffice input[type="submit"]:hover{
    color: #00a65a!important;
    background-color: #fff!important;
}
/* backoffice end */

.navbar-custom-menu>.user-menu-tablet>.navbar-nav>li>.dropdown-menu {
    position: absolute;
    right: 0;
    left: auto;
}

/* news colors tables */
.table-colored.table-primary thead th,
.table-colored.table-custom thead th,
.table-colored.table-danger thead th,
.table-colored.table-danger.type2 thead th,
.table-colored.table-warning thead th,
.table-colored.table-success thead th{
    background-color: transparent;
    color: #000;
}

#waiting_body,
#attendence_body,
#scheduled_body,
#hospitalizations_body,
#missed_body,
#done_body{
    border-top: solid 3px !important;
}

#waiting_body{
    border-top-color: #90CAF9!important;
}
#attendence_body{
    border-top-color: #FFE082!important;
}
#scheduled_body{
    border-top-color: #80CBC4!important;
}
#hospitalizations_body{
    border-top-color: #FFAB91!important;
}
#missed_body{
    border-top-color: #9FA8DA!important;
}
#done_body{
    border-top-color: #C5E1A5!important;
}

#waiting_body .table-colored.table-hover tr:hover,
#attendence_body .table-colored.table-hover tr:hover,
#scheduled_body .table-colored.table-hover tr:hover,
#hospitalizations_body .table-colored.table-hover tr:hover,
#missed_body .table-colored.table-hover tr:hover,
#done_body .table-colored.table-hover tr:hover{
    background-color: transparent;
}


/* end table colors*/

/* other css*/
.box-header.with-border{
    border-bottom: solid 2px #c2c2c2!important;
}
.page-title-box h4{
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-family: 'Nunito Sans', sans-serif;
}
.table>tbody>tr>td{
    border: none!important;
    border-top: 1px solid #ddd!important;
}
.margin-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-top-25{
    margin-top: 25px;
}
.margin-bot-50{
    margin-bottom: 50px;
}
.margin-bot-30{
    margin-bottom: 30px;
}
.margin-bot-15{
    margin-bottom: 15px!important;
}
.pad-bot-15{
    padding-bottom: 15px;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td{
    border: none;
}
.box{
    padding: 20px;
    border: none!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 20px;
    background-color: #ffffff;
    font-family: 'Nunito Sans', sans-serif!important;
}
.box, .container1 .tab-content{
    box-shadow: 1px 1px 5px rgba(153, 153, 152, 0.5);
}
.datetimepicker-dropdown-bottom-right:before,
.datetimepicker-dropdown-bottom-right:after{
    right: 0;
    left: 0!important;
    margin: 0 auto;
    width: 10px;
}
.datetimepicker{
    margin: 0 auto;
    right: 0!important;
    left: 80px!important;
    width: 240px;
    top: 280px!important;
}
button.btn,
a.btn {
    font-weight: 700;
    transition: all 0.3s ease-out;
}
.btn-bordered.btn-inverse {
    color: #000 !important;
    border: 2px solid #000 !important;
    transition: all 0.3s ease-out;
}
.tabs-bordered li.active a,
.tabs-bordered li.active a:hover,
.tabs-bordered li.active a:focus {
    border-bottom: 2px solid #d44f9d !important;
    margin-bottom: -1px;
    color: #d44f9d;
}
.table-striped>tbody>tr{
    background-color: #efefef!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff!important;
}
.table-hover>tbody>tr:hover {
    background-color: #d2d2d2!important;
}



button.button-menu-mobile.waves-effect .waves-ripple {
    background-color: #ebebeb!important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li.no-before,
.sidebar-menu>li.no-before{
    height: 70px!important;
}
.checkbox input[type="checkbox"]{
    opacity: 1!important;
}
.table-colored.table-purple thead th {
    background-color: #d44f9d;
}

.input-group .input-group-addon{
    min-width: 70px;
    border: solid 2px #c2c2c2!important;
    padding: 0 15px;
    font-weight: 700;
    height: 38px!important;
}
.input-group .input-group-addon.no-border{
    border: none!important;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
    border: solid 2px #c2c2c2;
}

/* .form-group.has-success .form-control, .form-group.has-success .input-group-addon {
    border-color: #00a65a!important;
} */

.form-group .input-group{
    width: 100%;
}

.checkbox{
    padding-left: 0;
}

.checkbox label::before{
    content: none;
}
.alert .close {
    color: #fff!important;
    opacity: 1;
    filter: alpha(opacity=20);
    text-decoration: none;
}
.alert .close:hover {
    color: #fff!important;
    opacity: .9;
}

.nav>li>a {
    padding: 10px 10px;
}

input[type=checkbox], input[type=radio] {
    margin: 5px 5px 0 0;
}


.nav.navbar-nav li a.btn-primary{
    line-height: inherit;
    width: 50%!important;
}

.modal .modal-dialog .close{
    text-align: center;
}

.btn{
    font-weight: 700;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
}

.modal-dialog{
    top: 10%;
}

.content-wrapper, .right-side {
    background-color: #f1f1f1;
}

.Editor-editor {
    height: 500px;
    border: 2px solid #c2c2c2;
}
#menuBarDiv, #statusbar {
    background-image: none!important;
    padding: 15px!important;
    background-color: #c2c2c2!important;
    border: none!important;
}
#statusbar .label {
    float: none!important;
    background: #c1c1c1!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
    color: #000;
    text-shadow: none!important;
}

#wrapper {
    overflow: inherit;
}

a:hover, a:active, a:focus {
    color: rgba(212, 79, 157, 0.8);
}
a{
    color: #d44f9d;
}

.connecting-line{
    background: #d44f9d!important;
}
.wizard li.active span.round-tab {
    border: 2px solid #d44f9d!important;
}
.wizard-inner .nav-tabs {
    border: none;
}
.wizard li.active:after{
    border-bottom-color: transparent!important;
}
.wizard li.active span.round-tab i {
    color: #d44f9d!important;
}

.wizard .tab-pane{
    padding-top: 0!important;
}

hr {
    border-top: 2px solid #c2c2c2;
}

.float-r{
    float: right;
}

.float-l{
    float: left;
}

.tab-pane .list-inline{
    margin-top: 25px;
}

.list-inline>li {
    padding-right: 0px;
    padding-left: 0px;
}

.tag-success{
    border-radius: 25px;
    line-height: 10px;
    border: solid 2px #00a65a!important;
    background-color: transparent!important;
    color: #00a65a!important;
}
.tag-danger{
    border-radius: 25px;
    line-height: 10px;
    border: solid 2px #f96a74!important;
    background-color: transparent!important;
    color: #f96a74!important;
}
.tag-danger:hover{
    background-color: #f96a74!important;
    color: #fff!important;
}
.tag-success:hover{
    background-color: #00a65a!important;
    color: #fff!important;
}
.tag-info:hover{
    background-color: #d44f9d!important;
    color: #fff!important;
}

.pad-top-20-r-align{
    padding-top: 20px;
    text-align: right;
}
.width-auto{
    width: 16%;
    margin: 0 5px;
    height: 25px;
    border: solid 2px #4489e4;
    background: #4489e4;
    color: #fff;
    font-weight: 900;
}
a.dropdown-toggle:hover {
    cursor: pointer;
}

.account-box {
    z-index: 999999;
    background: rgba(255,255,255,0.9);
}


/* error */
.description p {
    margin-top: 20px;
    font-weight: 900;
    background: #dd4b39!important;
    padding: 15px;
    color: #fff!important;
    border-radius: 0;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body{
    font-weight: 900;
    border: none;
    border-radius: 0;
}

.box-body.box-profile img,
.profile-user-img{
    max-height: 100px!important;
}

.table-colored.table-hover .pull-right {
    width: 100%;
}

.schedules-box{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.schedules-box h4,
.schedules-box h3{
    font-size: 15px;
}
.schedules-box .form-group.non-print{
    margin-bottom: 0!important;
}

#schedules-table thead th {
    padding: 10px;
}

.pull-right.non-print.printagenda {
    top: -60px;
    position: relative;
}

.table-colored-bordered.table-bordered-primary {
    border: 2px solid #BDBDBD;
}
.table-colored-bordered.table-bordered-primary thead th {
    background-color: #BDBDBD;
}

ul.sub-treeview, ul.sub-treeview2 {
    display: none!important;
    list-style: none;
}
ul.sub-treeview.open, ul.sub-treeview2.open {
    display: block!important;
}
ul.sub-treeview li, ul.sub-treeview2 li{
    position: relative;
    display: flex;
}
.sidebar-menu ul.treeview-menu ul.sub-treeview li a{
    background-color: #fff;
    width: 100%;
}

.sidebar-menu ul.treeview-menu ul.sub-treeview2 li a{
    background-color: #fff;
    width: 100%;
}

.sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu.menu-open {
    display: block!important;
    position: relative!important;
    height: 100%!important;
}

.input-group-addon.new-config-icon{
    width: 0;
    padding: 0;
    min-width: inherit;
    background: transparent;
}

.the-legend {
    font-size: 12px;
}

.btn-success {
    background-color: #00a65a !important;
    border: 1px solid #00a65a !important;
}

.btn-bordered.btn-success {
    background-color: #fff!important;
    color: #00a65a !important;
    border: 2px solid #00a65a !important;
}

.btn-bordered.btn-success:hover,
.btn-bordered.btn-success:focus,
.btn-bordered.btn-success:active {
    background-color: #00a65a!important;
    color: #ffffff!important;
    border: 2px solid #00a65a !important;
}

button[type="submit"].btn-success,
button[type="button"].btn-success{
    color: #fff;
    background-color: #00a65a !important;
    border: 2px solid #00a65a !important;
}
button[type="submit"].btn-success:hover,
button[type="button"].btn-success:hover{
    color: #00a65a!important;
    background-color: transparent !important;
    border: 2px solid #00a65a !important;
}

button.btn.btn-primary.btn-xs.pull-right{
    padding: 5px 15px!important;
    margin-left: 5px!important;
}


/* new colors */


.table-colored-bordered.table-bordered-primary thead th {
    background-color: #fff;
    color: #d44f9d;
}
.table-colored-bordered.table-bordered-primary {
    border: 2px solid #d44f9d;
}

.table-colored-bordered.table-bordered-primary>tbody+tbody {
    border-top: none;
}

.tag-info {
    border: solid 2px transparent!important;
    background-color: #f1f1f1!important;
    color: #d44f9d!important;
}

.tag-info:hover{
    background-color: #c2c2c2!important;
    color: #d44f9d!important;
    border: solid 2px #d44f9d!important;
}

.btn-group.no-borders .btn {
    border: solid 2px #c2c2c2;
    margin-right: 5px;
    margin-top: 5px;
}

.btn-group.no-borders .btn:hover{
    background-color: #c2c2c2!important;
    border: solid 2px #c2c2c2!important;
}
/* new colors end */

#schedules-table .width-tr td.fake-td {
    max-width: 50px;
    min-width: 50px;
    width: 50px;
}


#search_products_result_div #table thead th,
#search_products_result_div #table tbody td {
        min-width: 130px;
        text-align: center;
}

#search_products_result_div .form-control {
    padding: 7px 0px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    font-family: 'Nunito Sans', sans-serif!important;
}

#content_modal_fecho_caixa table tbody tr td,
#content_modal_fecho_caixa table tbody tr th{
    color: #000!important;
    font-size: 13px;
}

#content_modal_fecho_caixa table tbody tr td {
    border-top: 1px solid transparent!important;
}

#products_table_content .input_50,
#products_table_content .input_75{
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#search_products_result_div #table thead th {
    padding: 20px;
}

.input-group {
    font-weight: 700;
    color: #555;
}
.input-group .form-control, .input-group-addon, .input-group-btn{
    margin-left: -2px;
    border: solid 2px #c2c2c2;
}

input#frase_nif {
    background: none;
    border: none;
}

#hospitalization-tables .box.box-primary,
#historicointer.box.box-primary,
#accountDay .box.box-primary,
div#consumos.box.box-primary,
#content_modal_fecho_caixa .box.box-primary{
    border: none!important;
    box-shadow: none;
}

.table-bordered{
    border: 2px solid rgba(152, 166, 173, 0.2);
}

.tag-info:hover {
    background-color: #fff!important;
    color: #d44f9d!important;
    border: solid 2px #d44f9d!important;
}

.tag-info {
    border: solid 2px #d44f9d!important;
    background-color: #ffffff!important;
    color: #d44f9d!important;
    transition: all ease 200ms;
}

.tag-info.link:hover {
    background-color: #d44f9d!important;
    color: #fff!important;
    border: solid 2px #d44f9d!important;
}

.tag-info.link {
    border: solid 2px transparent!important;
    background-color: #d44f9d!important;
    color: #ffffff!important;
    transition: all ease 200ms;
}

.box-header.with-border {
    border-bottom: 2px solid rgba(152, 166, 173, 0.2) !important;
}
#salaespera table.table.table-striped.table-bordered thead tr th:last-of-type,
#hospitalizationnow tbody tr td:last-of-type {
    border-right: solid 2px #d44f9d!important;
}
#salaespera table.table.table-striped.table-bordered thead tr th{
text-align: center;
}
#salaespera table.table.table-striped.table-bordered thead tr th:first-of-type{
    text-align: left;
}
.table a {
    font-weight: 900;
}
.btn-space .btn.tag-info{
    min-height: 32px;
}

.btn-group.no-borders .btn.disabled {
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 0;
}
#emconsulta .input-group {
    margin-bottom: 10px;
}
#emconsulta .input-group button.btn.btn-success {
    margin-left: 15px;
}
button.btn.btn-success:hover,
.btn-success:hover{
color: #00a65a!important;
background-color: #fff!important;
border: 2px solid #00a65a !important;
}

button.btn.btn-success,
.btn-success{
    border: 2px solid #00a65a !important;
}

h3.box-title.btn-space {
    width: 100%;
    text-align: center;
}

textarea.form-control {
    resize: vertical;
}

.table-responsive {
    border: none!important;
}

#modal_fecho_caixa.modal .modal-dialog .modal-content .modal-body {
    max-height: 70vh;
    overflow: scroll;
}

#search_results_product #products_table td.last-td a {
    width: 100%;
    line-height: 25px;
    margin: 2px auto!important;
}

 .new-task-btn{
     margin-top: 21px;
 }

.margin-left-15{
    margin-left: 15px;
    float: left;
}

#hospitalization-tables .active a i {
    font-size: 16px;
}

.form-group.has-success .input-group-btn {
    border: none;
}

.form-control,
.form-control:focus{
    border: solid 2px #c2c2c2;
}
.btn-primary{
    border: 2px solid #4489e4!important;
}
.btn-primary:hover,
button.btn-primary:hover{
    color: #4489e4!important;
    background-color: #fff!important;
    border-color: #4489e4!important;
}
.btn-bordered.btn-success:hover{
    background-color: #00a65a!important;
    color: #fff!important;
}
.btn-bordered.btn-primary:hover,
.btn-bordered.btn-primary:focus,
.btn-bordered.btn-primary:active {
    background-color: #4489e4!important;
    color: #ffffff !important;
    border: 2px solid #4489e4 !important;
}

.btn-danger {
    background-color: #f96a74 !important;
    border: 2px solid #f96a74 !important;
}
.btn-danger:hover {
    background-color: #fff !important;
    border: 2px solid #f96a74 !important;
    color: #f96a74!important;
}
.listagem-body .panel-info > .panel-heading{
    position: relative;
}

.listagem-body .panel-info > .panel-heading h4 a::after{
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 50px;
    color: #d44f9d;
}
.listagem-body .panel-info > .panel-heading h4 a.collapsed::after{
    content: "\f067";
}
tbody#invoices_table td:last-of-type .pull-right button{
    margin: 2px;
}

#search_results_product #products_table td.last-td a {
    width: 50%;
}

#products_table input.product_quantity {
    border: 2px solid #c2c2c2;
    padding: 5px 15px;
}
select {
    min-height: 38px;
    border: solid 2px #c2c2c2;
}

input,
select,
.form-control{
    border-radius: 0!important;
}
.input-group .form-control:last-child {
    min-width: 75px;
}

.btn.tag-info.nolink {
    cursor: auto;
}

.hospital-box .box-body,
.hospital-box .box.box-primary,
.hospital-box .box-header{
    padding-top: 0;
}
.hospital-box .btn-voltar{
    margin-top: 0;
}

input[type="button"].btn-sucess{
    font-size: 14px;
    padding: 7px 14px;
    outline: none !important;
    font-family: 'Nunito Sans', sans-serif;
    background-color: #00a65a !important;
    border: 2px solid #00a65a !important;
    color: #fff;
}

input[type="button"].btn-sucess:hover{
    background-color: transparent !important;
    border: 2px solid #00a65a !important;
    color: #00a65a;
}

.tag-info {
    margin: 15px 0;
}

.btn.btn-bordered {
    background: #fff!important;
}

button[type="submit"].btn-success.btn-bordered, button[type="button"].btn-success.btn-bordered{
    background: #fff!important;
}


button[type="submit"].btn-success.btn-bordered:hover, button[type="button"].btn-success.btn-bordered:hover{
    background: #00a65a!important;
    color: #fff!important;
}
button[type="submit"].btn-warning.btn-bordered:hover, button[type="button"].btn-warning.btn-bordered:hover{
    background: #ffa91c !important;
    color: #fff!important;
}
button[type="submit"].btn-danger.btn-bordered:hover, button[type="button"].btn-danger.btn-bordered:hover{
    background: #f96a74 !important;
    color: #fff!important;
}
/*****************************
********  Responsive  ********
*****************************/

@media screen and (max-width: 1300px) {
    table td, table tr{
        font-size: 13px;
    }
}
@media screen and (max-width: 1200px) {
    tbody#invoices_table td:last-of-type {
        text-align: center!important;
    }
    tbody#invoices_table td:last-of-type .pull-right{
        float: none!important;
    }
}


@media screen and (max-width: 992px) {
    #alerts-table .pull-right {
        float: none!important;
        text-align: center;
        display: inline-grid;
        margin: 0 auto;
        width: 100%;
    }
    .nav.navbar-nav li i, .nav.navbar-nav li a {
        line-height: 38px;
    }
    .hide-tablet{
        display: none!important;
    }
    .nopadding-tablet{
        padding: 0!important;
    }
}

@media screen and (max-height: 800px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu.on-top-mobile{
        bottom: 50px;
        top: initial;
        z-index: -50;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 80px!important;
        overflow: inherit;
        padding-bottom: initial;
    }
    .side-menu {
        overflow-y: scroll;
        padding-bottom: 100px;
    }
}


@media screen and (max-width: 768px) {
    .non-print .nopadding-tablet{
        text-align: center!important;
        padding-bottom: 15px!important;
    }
    .navbar-custom-menu .user-menu-tablet .navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 5%;
        left: auto;
        border: 1px solid #ddd;
        background: #fff;
    }
    .pull-right.non-print.printagenda{
        display: none;
    }
    .breadcrumb.agenda{
        display: none;
    }
    .col-sm-12.nova-marcacao{
        text-align: center!important;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    #modal_fecho_caixa .modal-dialog{
        width: 90%!important;
    }
    #nav_choose_cash_register .modal-dialog,
    #modal_abertura_caixa .modal-dialog,
    .modal-dialog {
        width: 90%!important;
    }

    .dropdown-menu {
    position: absolute!important;
    background-color: #fff!important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;
    }
    .form-control{
        height: 47px;
    }

    .input-group-addon{
        white-space: normal;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    ul.nav.navbar-nav.navbar-left.nav-menu-left .nav.navbar-nav {
        display: inline-flex;
        margin-left: 35px;
        margin-top: -8px;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar, .main-header .navbar{
        height: 70px;
    }
    .main-sidebar{
        -webkit-transform:translate(0, 0)!important;
        -ms-transform:translate(0, 0)!important;
        -o-transform:translate(0, 0)!important;
        transform:translate(0, 0)!important;
    }
    .sidebar-menu>li>a{
        text-align: center;
    }
    .sidebar-menu>li>a span{
        display: none;
    }
    .sidebar-menu>li>a:active span{
        display: block;
    }
}


.show-menu-tablet{
    display: none;
}

@media screen and (max-width: 580px) {
    .main-header .navbar-custom-menu .user-menu-tablet{
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        text-align: right;
        background: #fff;
        border-top: solid 1px #cbcbcb;
        box-shadow: 0 6px 12px rgba(0,0,0,.175)!important;
        margin-top: 70px;
        opacity: 1;
        transition: all ease 0.2s;
        z-index: -9;
    }
    .user-menu-tablet ul.nav.navbar-nav{
        float: right;
        margin-right: 15px;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side {
        margin-left: 0px !important;
        margin-top: 140px !important;
    }
    .show-menu-tablet{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 25px;
        color: #000;
    }
    button.button-menu-mobile.open-left.waves-effect{
        display: none;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 100%!important;
        right: 0;
        left: -100%;
        transform: initial;
        transition: all ease 1s;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar.open-menu-tablet{
        left: 0!important;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        text-align: left;
        padding-left: 30px!important;
    }
    li.dropdown.active{
        background-color: #ebebeb;
    }
    .sidebar-menu li.active>.treeview-menu{
        position: relative!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
        padding: 0!important;
    }
    .main-header .logo{
        padding: 0 5px;
    }
    .topbar .topbar-left {
        width: 120px;
    }
    .sidebar {
        overflow: scroll;
        max-height: 100vh;
        padding-bottom: 100px;
    }
    .sidebar-menu>li>a{
        text-align: initial!important;
    }
    .sidebar-menu>li>a span{
        display: initial!important;
    }
    .agenda-cols-mobile{
        margin-bottom: 20px!important;
    }
    .agenda-cols-mobile .col-sm-6{
        width: 100%;
        text-align: center!important;
        margin-bottom: 20px;
    }
    .navbar-custom-menu>.user-menu-tablet>.navbar-nav>li>.dropdown-menu {
        position: absolute;
        right: 0;
        left: 0;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        min-width: 100%!important;
        right: 0;
        left: -100%;
        transform: initial;
        transition: all ease 1s;
    }

    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu.on-top-mobile {
        top: inherit;
        bottom: inherit;
        top: inherit;
        z-index: inherit;
    }
}

@media screen and (max-width: 480px) {
    .box{
        padding: 20px 10px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:hover>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu.menu-open {
        top: 0!important;
    }
    span.round-tab {
        font-size: 15px!important;
        width: 35px!important;
        height: 35px!important;
        line-height: 35px!important;
    }
    .wizard .nav-tabs > li a {
        width: 35px!important;
        height: 35px!important;
        line-height: 35px!important;
    }
    .new-task-btn {
        margin-top: 20px;
        float: none!important;
    }
    .margin-top-mobile{
        margin-top: 10px;
    }
    .container1 .tabs-bordered li.active,
    .container1 .tabs-bordered li.active:hover,
    .container1 .tabs-bordered li.active:focus {
        margin-bottom: 0;
    }
    #search_results_product #products_table td.last-td a {
        width: auto!important;
    }
}

/*****************************
******  Responsive End  ******
*****************************/
