body {
    background: #e5e5e5;
    color: #666;
    height: 100%;
    width: 100%;
}

table tr td:not(.p-datepicker-day-cell, .p-datepicker-day) {
    border-bottom: 1px solid #ddd;
}

th.p-datepicker-weekday-cell {
    text-align: center;
}

#menu {
    position: fixed;
    top: 100px;
    z-index: 1;
    width: 350px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #ccc;
    font:
        15px Arial,
        Helvetica,
        sans-serif;
}

#menu > .title {
    padding: 20px;
}

#menu .search {
    padding: 0 20px;
    margin-bottom: 20px;
}

#menu .search input {
    padding: 18px 8px;
}

#menu .search .btn {
    padding: 8px 24px;
}

#menu .menu-list li a {
    padding: 18px 20px 15px 10px;
    display: block;
    color: #666;
    margin-left: 4px;
    text-decoration: none;
}

#menu .menu-list li a > img {
    margin-right: 5px;
}

.isDesktop #menu .menu-list li a:hover {
    text-decoration: none;
    background: #f0f0f0;
    border-left: 4px solid #4d90fe;
    margin-left: 0;
}

.isDesktop #menu .menu-list li.sub-menu {
    position: relative;
}

.isDesktop #menu .menu-list li.sub-menu li a {
    padding: 8px;
}

.isDesktop #menu .menu-list li.sub-menu .menu-box-title > img {
    margin-right: 5px;
}

.isMobile #menu .menu-list li a:active {
    text-decoration: none;
    background: #f0f0f0;
    border-left: 4px solid #4d90fe;
    margin-left: 0;
}

#menu {
    left: -350px;
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    transform: translateX(-350px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.menu-active #menu {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
    left: 0px;
}

#menu .menu-list hr {
    margin: 10px 20px;
}

#menu .menu-list li.sub-menu:hover .menu-box {
    display: block;
    pointer-events: visiblePainted;
}

.menu-box {
    position: absolute;
    right: -678px;
    top: -50px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    background: #fff;
    width: 680px;
    box-shadow: 2px 0 5px #ccc;
    display: none;
    /*transition: top .234s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}

.menu-box .title {
    color: #666;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin: 20px 0 10px;
}

.menu-box .favorito-marcar {
    border: 0;
    background: none;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.menu-box li a {
    padding-right: 8px !important;
}

.menu-box li a > img {
    margin-right: 10px;
}

.menu-box li a button > img {
}

div.mb-list-columns {
    /*width: 100%;*/
    column-width: 305px;
    /*column-count: 2;*/
    column-gap: 28px;
}

div.mb-list-columns > div {
    /*margin-top: 2px;
        margin-bottom: 2px;*/
    column-break-inside: avoid;
    display: inline-block;
    width: 100%;
}

/* /menu */

/* Início do formulário*/
.f-row {
    margin-bottom: 15px;
}

.f-label {
    line-height: 34px;
}

.f-control textarea,
.f-control input,
.f-control select {
    /*border-radius: 0;*/
    resize: none;
}

.f-input-date {
    background-image: url(../Images/ico-calendar.png);
    background-position: 99% 50%;
    background-repeat: no-repeat;
}

.f-title {
    font-size: 18px;
    color: #545454;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}

/* Fim do formulário */
#wrapper-main {
}

.box-container hr.row {
    margin: 20px -30px;
    border-color: #bbb;
}

.linhaBBB {
    border-color: #bbb;
}

.box-container table a:not(.btn),
.box-container-content table a:not(.btn) {
    color: #666;
    margin-right: 10px;
}

.box-container .table.table-striped > tbody > tr {
    border-left: 2px solid #fff;
}

.box-container .table.table-striped > tbody > tr:hover {
    border-left: 2px solid #4d90fe;
}

.box-container .table.table-striped > tbody > tr:hover td {
    background-color: #ecf2ff;
}

.dataTables_filter {
    display: none;
}

.paginate_enabled_previous,
.paginate_enabled_next,
.paginate_disabled_previous,
.paginate_disabled_next {
    border: 1px solid #bbb;
    font-size: 24px;
    font-weight: bolder;
    color: #666;
    padding: 0 20px;
    line-height: 24px;
    background: #fff;
    cursor: pointer;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    background: #f5f5f5;
    cursor: no-drop;
}

.paginate_enabled_previous:hover,
.paginate_enabled_next:hover,
.paginate_disabled_previous:hover,
.paginate_disabled_next:hover {
    color: #666;
    text-decoration: none;
}

.dataTables_length {
    position: absolute;
    bottom: 70px;
    right: 50px;
}

.dataTables_info {
    position: absolute;
    bottom: 70px;
    left: 160px;
}

.dataTables_paginate {
    position: absolute;
    bottom: 70px;
    left: 50px;
}

.table-pagination {
    margin-right: 10px;
}

#header {
    padding: 10px 0;
    box-shadow: 0 3px 5px #ccc;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

#header-home {
    padding-bottom: 0;
}

#header .lead {
    line-height: 30px;
    margin-bottom: 0;
    border-left: 1px solid #000;
    margin-top: 19px;
    font-size: 20px;
}

#header .label {
    position: relative;
    top: 11px;
    right: 10px;
}

#header a {
    color: #333;
}

#header .open a,
#header a:hover {
    text-decoration: none;
}

#header .col-md-3 > ul {
    line-height: 44px;
    margin-bottom: -20px;
    text-align: right;
}

#header #usuario #info.dropdown-menu {
    right: -9px !important;
    top: 54px !important;
}

.user-card {
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.user-card img {
    margin-right: 10px;
    border: 1px solid #000;
}

.user-card b {
    font-size: 20px;
}

.user-btn a {
    padding: 8px 20px;
    margin-right: 10px;
}

.user-btn a.btn-primary {
    color: #fff !important;
}

.user-card .info {
    color: #399ef9;
}

#header #info.dropdown-menu {
    right: 5px !important;
    top: 48px;
    border-radius: 0;
}

#sistemas {
    font-size: 12px;
    background: #fff;
}

.box-container {
    border: 1px solid #ddd;
    background: #fff;
    margin-top: 30px;
}
/* Elevate box and focus in title*/
/*.box-container {
    border: none !important;
    border-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 2px 3px rgba(0,0,0,.2);
}*/

.box-container-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding: 30px;
    /*border-bottom: 1px solid #bbb;*/
    /*background-color: #FbFbFb;*/
}

.box-container-title > a {
    font-size: 14px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: normal;
}

.box-container-title .dropdown-menu {
    font-weight: normal;
}

.box-container-content {
    padding: 30px;
}

.dropdown-with-arrow {
    width: 420px;
    padding: 20px;
    font:
        15px "Myriad Pro",
        sans-serif;
    right: -17px !important;
    top: 40px;
    text-align: left;
}

.dropdown-arrow {
    position: absolute;
    top: -13px;
    right: 20px;
}

#help strong {
    font-size: 20px;
}

.box-container-title .glyphicon {
    /*font-size: 27px;*/
}

.box-container-modal {
    padding: 20px;
    box-shadow: 0 0 8px #aaa;
    width: 500px;
    position: absolute;
    background: #fff;
    display: none;
}

.box-container-modal-imagem {
    float: left;
    margin-right: 20px;
}

.box-container-modal-texto b {
    font-size: 20px;
}

.box-container-modal-botao {
    border-top: 1px solid #aaa;
    padding: 10px 0;
    text-align: right;
    overflow: hidden;
    margin-top: 20px;
}

.container-alert {
    padding: 20px;
    box-shadow: 0 0 8px #aaa;
    /*background: #FFF0F0;
    border: 1px solid #D90000;
    margin-top: 30px;*/
    overflow: hidden;
    display: none;
}

.container-alert-imagem {
    float: left;
    margin-right: 20px;
}

.container-alert-texto {
    float: left;
}

.container-alert-texto p:first-child > b {
    font-size: 20px;
}

.item-sistema {
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.item-sistema:last-child {
    border-bottom: 0;
}

.item-sistema .form-control {
    width: auto;
    display: inline-block;
    margin: 0 10px;
    margin-bottom: 5px;
}

#footer {
    padding: 14px 0;
    box-shadow: 0 -3px 5px #ccc;
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

#footer ul {
    margin-bottom: 0;
    font:
        12px Verdana,
        sans-serif;
}

#footer a {
    color: #666;
}

#alerts li {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    height: 82px;
    margin-bottom: 20px;
}

#alerts .title {
    font-size: 17px;
}

#alerts li b {
    margin-top: 8px;
    display: inline-block;
}

#alerts li p:last-child {
    margin-bottom: 0;
}

#alerts li img {
    margin-right: 10px;
}

#headerbar {
    background: #f5f5f5;
}

.menu-active #headerbar .col-md-1 {
    background: #eee;
}

#headerbar .col-md-1 {
    border-right: 1px solid #333;
    line-height: 24px;
    padding: 8px;
}

#headerbar .col-md-1 a {
    color: #666;
    display: inline-block;
}

#header.header-home {
    padding: 0;
    padding-bottom: 0;
}

#header.header-home .col-md-2 .dropdown {
    padding: 5px 0 5px;
}

#header.header-home .col-md-2 .dropdown.open {
    background: #eee;
}

#header.header-home .col-md-3 {
    margin-top: 18px;
}

#headerbar .dropdown-menu,
.sistemas-recentes {
    width: 480px;
    padding: 20px;
}

#headerbar .dropdown-menu {
    width: 420px;
    top: 38px;
}

#headerbar .dropdown-menu .title,
.sistemas-recentes .title {
    font-size: 17px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#headerbar .dropdown-menu .row,
.sistemas-recentes .row {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
    margin: 0;
}

#headerbar .dropdown-menu .row:hover,
.sistemas-recentes .row:hover {
    background: #f0f0f0;
    border-left: 3px solid #4d90fe;
    margin-left: -3px;
}

#headerbar .dropdown > a {
    line-height: 40px;
    display: inline-block;
    padding: 0 6px;
}

#home-logo {
    width: 132px;
    margin-right: 8px;
}

/* classes de utilidades*/
select.error,
input.error {
    border-color: #d90000;
    box-shadow: none;
}

label.error {
    font-weight: normal;
    margin-top: 4px;
}

.control-label.required:after {
    color: #d00;
    content: "*";
    position: absolute;
}

.control-label.subtitle {
    font-size: 10px;
}

.ng-invalid.ng-touched {
    border-color: #a94442;
}

label.error {
    color: #d90000;
    font-size: 12px;
}

.text-bold {
    font-weight: bold;
}

.double-box-white {
    margin: 0 0px;
}

.white-box {
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px 5px;
    padding: 20px;
    overflow: hidden;
}

#wizard {
    width: 100%;
    font-size: 15px;
    margin: 0 auto 50px;
    overflow: hidden;
}

.wizard-col {
    width: 20%;
    float: left;
    text-align: center;
    padding: 50px 20px;
    border-left: 1px solid #ccc;
    height: 400px;
}

.wizard-col:nth-child(1) {
    border-left: none;
}

.wizard-title {
    font-weight: bold;
}

.wizard-icon {
    font-size: 60px;
    color: #333;
    margin: 20px 0 10px;
}

#wizard-nav {
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}

#wizard-nav .glyphicon {
    font-size: 23px;
    margin-right: 10px;
}

.wizard-nav-item {
    padding: 20px 30px;
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.wizard-nav-item b {
    position: relative;
    top: -4px;
}

.wizard-nav-item.active,
.wizard-nav-item:hover {
    background: #f5f5f5;
    border-bottom: 7px solid #4d90fe;
    padding-bottom: 13px !important;
}

.wizard-nav-item a {
    color: #666;
}

.wizard-nav-item a:hover {
    text-decoration: none;
}

.box-container-sub-title {
    font-size: 14px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: normal;
    color: #428bca;
    display: inline-block;
    line-height: 16px;
}

@media (max-width: 768px) {
    #header.header-home .col-md-2 .dropdown {
        padding-bottom: 0 !important;
    }

    .dropdown-menu {
        padding: 10px;
        width: 260px;
    }

    #header .col-md-3 {
        margin-top: 20px;
        display: inline-block;
    }

    #header .col-md-3 > ul {
        text-align: left;
    }

    .visible-xs.sistema-title {
        font-size: 14px;
        margin: 10px;
    }

    #header .lead {
        margin-top: 20px !important;
    }

    #headerbar .col-md-1 {
        border-right: 0;
    }

    #entidade-btn {
        width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #headerbar .dropdown-menu {
        width: 260px;
        left: 0;
        top: 40px;
    }

    #header #info.dropdown-menu,
    #header #usuario #info.dropdown-menu {
        position: absolute;
        top: 46px !important;
        left: -190px !important;
    }

    .dropdown-arrow {
        display: none;
    }

    #info > ul > li {
        padding: 4px;
        height: auto;
    }

    #info > ul > li > img {
        display: none;
    }

    #menu {
        top: 153px !important;
        width: 320px !important;
    }

    .hide-xs,
    #header-entidades b {
        display: none;
    }

    .token-input-dropdown-facebook,
    .token-input-list-facebook {
        width: 240px !important;
    }

    #wizard .wizard-col {
        float: none;
        border-left: 0;
        border-bottom: 1px solid #ccc;
        width: auto;
        height: auto;
        padding: 20px;
    }
}

.hand,
a {
    cursor: pointer;
}

a.a-normalize {
    font-size: 14px !important;
    font-weight: normal !important;
    vertical-align: middle;
}

p a.a-normalize {
    font-size: 13px !important;
}

textarea {
    resize: vertical;
    min-height: 35px;
}

.tooltip {
    background-color: #e6f2fa !important;
    color: #0071bb !important;

    font: oblique normal normal 12px/14px Helvetica;
    letter-spacing: 0.04px;
    z-index: 10000 !important;
}

.tooltip-right::after {
    border-color: #0000 #e6f2fa #0000 #0000 !important;
}

.tooltip-left::after {
    border-color: #0000 #e6f2fa #0000 #0000 !important;
}

.tooltip-top::after {
    border-color: #e6f2fa #0000 #0000 !important;
}

.tooltip-bottom::after {
    border-color: #e6f2fa #0000 #0000 !important;
}
