/*===========================================
GENERAL STYLES
********************************************/
body{
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    background-color: #eaeaea;
}

label, .md-button {
    font-weight: 400 !important;
}

i {
    vertical-align: middle;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff !important;
}

.margin-top-30{
    margin-top: 30px !important;
}

.ng-leave { display:none !important; }
.ng-hide.ng-hide-animate{
    display: none !important;
}

.no-margin{
    margin:0px !important;
}

.no-padding{
    padding: 0px !important;
}

.margin-8{
    margin: 8px !important;
}

.margin-16{
    margin: 16px !important;
}

.margin-bottom-8{
    margin-bottom: 8px !important;
}

.margin-left-8{
    margin-left: 8px !important;
}

.margin-sides-8{
    margin: 0px 8px !important;
}

.margin-bottom-top-16{
    margin: 16px 0px !important;
}

/*=====================================/
COLORS
/=====================================*/
.trev_amarelo{
    color: #ffd500
}

.trev_azul{
    color:#00509f;
}

.trev_back_amarelo{
    background-color: #ffd500
}

.trev_back_azul{
    background-color:#00509f;
}

/*=====================================/
TOP
/=====================================*/

.main-header .sidebar-toggle {
    padding: 22px 20px !important;
}

.main-header .sidebar-toggle:before {
    content: none !important;
}

.topbar-button{
    min-width: 0px;
    margin: 0px;
    line-height: 18px;
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media screen and (max-width: 600px){
    .user-header{
        display: none;
    }
    .user-footer{
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

@media screen and (max-width:600px){
    .main-header .sidebar-toggle{
        padding-top: 22px !important;
        padding-bottom: 22px !important;
    }
}

/*=====================================/
TOP - LOGO
/=====================================*/

.main-header .logo {
    height: 73px !important;
    line-height: 73px !important;
}

.logo-link:hover{
    color:#ffffff
}

/*=====================================/
SIDEBAR LEFT
/=====================================*/

.left-side, .main-sidebar {
    padding-top: 73px !important;
}

.user-panel {
    padding: 15px 10px !important;
}

.sidebar-menu>li>a {
    margin-top: 10px;
}

.image-logo{
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 60px;
    padding: 10px;
}

/*=====================================/
SIDEBAR RIGHT
/=====================================*/

.control-sidebar {
    padding-top: 73px !important;
}

/*=====================================/
MAIN
/=====================================*/

@media screen and (max-width:767px){
    .content{
        margin-top: 25px;
    }
}

/*===========================================
LOGIN
============================================*/
.login-page{
    background-color: #00509f;
}

.login-logo a, .register-logo a {
    color: #FEFEFE;
}
.login-page h1,
.login-page h2{
    color: #00509f;
}
a {
    color: #d24021;
}

.panel a:hover, .panel a:active, .panel a:focus {
    color: #ece8eb;
}

a:hover, a:active, a:focus {
    color: #e06e6e;
}

.login-page .row{
   margin-bottom: 5px;
}

.login-page .input-field {
    margin-top: .5rem;
}

.login-box{
    margin:0px auto;
}

.login-box-body{
    border: 1px solid #dedede;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0 rgba(145,145,145,.5);
}

.login-container{
    padding-top: 50px;
}

.login-logo h2{
    margin: 0px;
}

.login-logo, .register-logo{
    margin: 0px;
    background: #ffd500;
    padding: 20px;
}

@media screen and (max-width:600px){
    .login-container{
        padding-top: 40px;
    }
}

/*===========================================
BREACRUMB
============================================*/

.page-breadcrumb {
    margin: 0;
    color: #c5ccd5 !important;
}

.page-breadcrumb a{
    color:#3c8dbc !important;
}

.page-breadcrumb .active{
    color:#a2a2a2;
}


.content-header {
    padding: 0px 15px 0;
    position:relative;
}

.content-header>.breadcrumb {
    float: none;
    background: 0 0;
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 12px !important;
    padding: 7px 2px;
    position: relative;
    top: 0px;
    right:0px;
    /* border-radius: 2px; */
}

.content-header > h3{
    margin: 5px 0px;
}

.content-header .md-button{
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 4;
}

/*===========================================
MENU
============================================*/

md-menu-item {
    min-height: 30px;
    height: 30px;
}

md-menu-item>.md-button {
    font-size: 12px;
}

md-menu-item>.md-button .material-icons {
    font-size: 20px;
}

.card-header{
    font-size: 17px;
    font-weight: 400;
}

/*
@media screen and (max-width: 400px){

    .content-header{
        text-align: center;
    }
    .page-breadcrumb {
        display: none;
    }
}
*/

@media screen and (max-width: 500px){

    .tab-label{
        display: none;
    }
}

.switch-margin{
    margin-top:10px;
}

/*===========================================
CONTACT FORM
============================================*/

.contact-form{
    border: 1px solid #e1e1e1;
    margin: 8px;
    background-color: #f1f1f1f1;
}

/*===========================================
EFEITOS HIDE / SHOW
============================================*/

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove,
.animate-show-row.ng-hide-add,
.animate-show-row.ng-hide-remove{
    transition: 0.5s linear all;
    -webkit-transition: 0.5s linear all;
}

/* Transição de hide para show */
.animate-show.ng-hide-add{
    opacity: 1;
}

/* Transição de show para hide */
.animate-show.ng-hide-remove{
    opacity: 0.8;
}

/* Transição de show para hide e vice-versa  */
.ng-hide{
    opacity: 0.5;
    background:#f5f5f5;
}

/*===========================================
PERFIL
============================================*/

#profile-main .pmo-pic {
    position: relative;
    margin: 0px 0px 30px 0px;
}

#profile-main .pmo-pic img {
    text-align: center;
    width: 150px !important;
    display: inline-block;
    height: 150px !important;
    border-radius: 50%;
}

.p-relative {
    position: relative !important;
}

#profile-main .pmo-pic .pmop-edit {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    text-align: center;
    padding: 10px 10px 5px;
    -webkit-transition: opacity;
    -o-transition: opacity;
    transition: opacity;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

#profile-main .pmo-pic .pmop-edit i {
    vertical-align: middle;
}

#profile-main .pmo-pic .pmop-edit:hover {
    background: rgba(0, 0, 0, 0.8);
}

#profile-main .pmo-pic:hover .pmop-edit {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (min-width: 768px){
    #profile-main .pmo-pic img {
        width: 100%;
    }
    #profile-main .pmo-pic .pmop-edit {
        width: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@media screen and (max-width: 768px){
    .p-relative {
        text-align: center;
    }
}

.img-profile{
    /* background-color: #1565C0; */
    border-radius: 50%;
    padding: 0px;
}

/*=====================================/
INFO TOOLTIP
/=====================================*/

.md-card-content{
    position: relative;
}

/*
.info{
    position: absolute;
    right: 0px;
    top: 0px;
}
*/

/*=====================================/
LOADING BAR
/=====================================*/

#loading-bar .bar{
    background:#ffd500 !important;
}

/*=====================================/
FILTER INPUT
/=====================================*/

.filter-inputs-row,
.filter-inputs-row > td > md-input-container
{
    padding: 0px !important;
    margin: 10px 0px !important;
}

.filter-inputs-row .clear{
    position: absolute;
    right: 0;
    color:#919191;
    cursor: pointer;
}

.search-active{
    color:#3c8dbc !important;
}

@media screen and (max-width:600px){
    tr.md-row > td.md-cell{
        padding: 10px 0px;
        font-size: 12px;
    }
}

@media screen and (max-width:400px){
    a.clear{
        display: none;
    }
}

md-menu.menu-table-filter-columns{
    font-size: 12px;
}

/*=====================================/
TABLE PADDING
/=====================================*/

/*
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
    padding: 0 16px 0 0 !important;
}
*/

/*=====================================/
DASHBOARD CARDS
/=====================================*/

.dashboard-card md-card-title{
    padding: 10px 16px 16px !important;
}

.dashboard-card .dark-grey,
.dashboard-card .dark-grey md-icon
{
    color:rgba(0,0,0,0.7)
}

.dashboard-card .dark-blue,
.dashboard-card .dark-blue md-icon
{
    color:rgba(15,2,55,0.7);
}

.dashboard-card .dark-yellow,
.dashboard-card .dark-yellow md-icon
{
    color:rgba(122,55,0,0.7)
}

.dashboard-card md-card-title md-card-title-text .md-headline{
    font-size:18px !important;
}

/*
@media screen and (min-width: 600px) and (max-width: 750px){
    .dashboard-card{
        min-height: 130px;
    }
}
*/


/*=====================================/
CHART
/=====================================*/

md-grid-tile .chart-container {
    width: 90%;
    height: 90%;
}

.chart-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-width:80%;
}

/*=====================================/
FULL CALENDAR (UI CALENDAR)
/=====================================*/

.fc-day-number {
    font-size: 14px !important;
}

.fc-event {
    line-height: 1.5 !important;
    border-radius: 0px !important;
    padding: 3px 2px !important;
}

.search-select{
    border: 1px solid rgba(200,200,200,0.6) !important;
    padding: 3px !important;
    margin-top: -24px !important;
}

.md-open-menu-container {
    z-index: 9999 !important;
}

md-backdrop{
    position: fixed !important;
}

.md-dialog-is-showing{
    overflow: visible !important;
}

.select-module{
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
}

/*=====================================/
MWL CALENDAR
/=====================================*/

mwl-calendar .cal-slide-content {
    padding: 16px !important;
    color: #000000 !important;
    background-color: rgb(21, 101, 192) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
mwl-calendar .cal-slide-content a.event-item {
    color: #ffffff !important;
}

mwl-calendar .event {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/*=====================================/
CALENDAR CONTROLS
/=====================================*/

@media screen and (max-width: 600px){
    .calendar-control-row{
        margin:16px 0px;
    }
}

/*=====================================/
MAP INFO WINDOW
/=====================================*/

.info-window-inner p{
    margin: 0px;
}
.info-window-inner{
    font-size: 12px;
    line-height: 18px;
}

/*=====================================/
NAV VISITS
/=====================================*/

.visit-done{
    color: green;
    font-size: 20px;
    margin-top: -5px;
}

.visit-undone{
    color: red;
    font-size: 20px;
    margin-top: -5px;
}

/*=====================================/
SCHEDULER
/=====================================*/

.cell-is-weekend{
    color: rgb(230, 0, 0) !important;
}

.cell-is-today{
    color:green !important;
    font-weight: bold !important;
    background-color: rgba(20, 135, 236, 0.21);
}

.cal-day-selected {
    background-color: pink !important;
}

/*=====================================/
MAP LEGEND
/=====================================*/

.map-legend{
    margin:20px 0px;
    list-style:none;
    padding: 0px;
}

.map-legend li{
    display:inline-table;
    padding:10px 5px;
}

.map-legend div{
    float:left;
    margin:2px 5px 0px 0px;
}

.circle{
    border-radius: 50%;
    width: 16px;
    height: 16px;
}
.legend-green{
    background-color: #009C3C;
}
.legend-yellow{
    background-color: #FFCC00;
}
.legend-red{
    background-color: #FF0000;
}
.legend-grey{
    background-color: #808080;
}
.legend-orange{
    background-color: #f39e28;
}
.legend-green-moss{
    background-color: #a6c369;
}
.legend-grey-dark{
    background-color: #202020;
}
.legend-black{
    background-color: #000000;
}

.legend-color-green{
    color: #009C3C;
}
.legend-color-yellow{
    color: #FFCC00;
}
.legend-color-red{
    color: #FF0000;
}
.legend-color-grey{
    color: #808080;
}

.dark-grey{
    color:#616161;
}

.color-white{
    color: #ffffff;
}

/**
    Tirar bordas arredondadas dos panels
**/
.panel-group .panel {
    border-radius: 0px !important;
}

.panel-right-list md-list-item{
    margin-bottom: -8px;
}

/*=====================================/
FONT COLOR NAMES
@see http://www.color-hex.com/color-names.html
/=====================================*/

.color-white{
    color: #ffffff;
}

.color-grey95{
    color: #f2f2f2;
}

.color-greyish{
    color: #b8c7ce
}

.text-angular{
    width: 100%;
    color:#000000;
}

/*=====================================/

/=====================================*/


.sac-log-card md-card-header{
   background-color: #1566c0;
}

.sac-log-card md-card-header-text .md-title{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 8px;
}

.sac-log-card md-card-header-text .md-subhead{
    color: #ffffff;
    margin-left: 8px;
}

.sac-log-card .md-avatar{
    width: 48px;
    height: 48px;
    border-radius:50%;
}

.sac-log-card .other-info b{
    color:#1566c0;
}

.md-avatar-little{
    width: 32px;
    height: 32px;
    border-radius:50%;
}

.card-chart .md-subtitle{
    color:#265e8e !important;
    font-size: 12px !important;
}

/*=====================================/

/=====================================*/
.align-two-cards-left{
    margin: 8px 8px 0px 0px !important;
}

.align-two-cards-right{
    margin: 8px 0px 0px 8px !important;
}

@media screen and (max-width: 599px){
    .align-two-cards-left{
        margin: 8px 0px !important;
    }
    .align-two-cards-right{
        margin: 8px 0px !important;
    }
}

/*=====================================/
Posicionar botão no canto inferior da tela, sobreposto
/=====================================*/

.md-button.md-fab.md-fab-bottom-right {
    top: auto;
    right: 35px;
    bottom: 20px;
    left: auto;
    position: fixed;
}

/*=====================================/
Iframe do youtube
/=====================================*/

.yt-container {
    padding-bottom: 40%;
    position:relative;
    margin-bottom: 15px;
}
.yt-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*=====================================/
Warn messagebox
/=====================================*/
.mb-warn{
    padding: 10px;
    margin: 0px;
    background: #e06e6e;
    text-align: center;
    font-weight: bold;
}



.selectdemoSelectHeader {
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ 
}
    .selectdemoSelectHeader .demo-header-searchbox {
      border: none;
      outline: none;
      height: 100%;
      width: 100%;
      padding: 0; }
    .selectdemoSelectHeader .demo-select-header {
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
      padding-left: 10.667px;
      height: 48px;
      cursor: pointer;
      position: relative;
      display: flex;
      align-items: center;
      width: auto; }
    .selectdemoSelectHeader md-content._md {
      max-height: 240px; }