@import url('https://fonts.googleapis.com/css?family=Roboto');

html, body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;  
}

form {
    margin-top: 4pc;
}

h5 {
    font-size: 1.44rem;
}

h5 a:hover {
    text-decoration: underline;
}

.text-white {
    color: #fff;
}

.container {
    padding-top: 1pc;
    padding-bottom: 4pc;
    background: #fff;
}

#mainNav{  
    background: #416f94;
}

.wrapper {
    height: 107%;
}

.sidebar-wrapper {
    width: 15%;
    background: #263238;
    height: 100%;
    float: left;
    position: relative;
    animation: SHW .3s;
}

.relative-content {
    position: relative;
}

.fixed_bottom_logo {
    width: 120px;
    position: fixed;
    left: 2pc;
    bottom: 3pc;
    opacity: 0.3;
}

.sidebar-wrapper ul li {

}

.sidebar-wrapper ul li a{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px #565f63 solid;
    padding-left: 16px;  
    display: block;
}

.sidebar-wrapper ul li a:hover, .sidebar-wrapper ul li a:active, .sidebar-wrapper .active  {
    background: #333333;
    color: #00BDFF !important;
}

.dropdown-content{
    background: #00BDFF;
}

.mod_description {
    margin-left: 12px;
}

#sidebar-toggle {
    position: absolute;
    top: -34px;
    right: 19px;
    font-size: 22px;
}

.sidebar-wrapper a{
    color: #333333  ;
}

.mod_list_menu {
    margin-top: 54px; 
}

.collapse-sidebar {
    width: 3.4%; 
    /*transition-duration: 0.3s;       */
}

.page-content-wrapper {
    width: 85%;
    float: left;
    background: #fff;
    padding: 2pc;
    transition-property: background;
    transition-duration: 1s;
    transition-timing-function: linear;
}

.expand-content {
    width: 96.6%;
    transition-duration: 1s;
}

.left-padding {
    padding-left: 10px;
}

nav .nav-wrapper img{
    width: 112px;
    margin-left: 8px;
}

h3 .glyphicon{
    font-size: 10px;
}

.collection .collection-item {
    border-radius: 0;
}

#btn-slider{
    position: absolute;
    left: 60px;
    top: 5pc;
}


span.badge.new:after {
    content: " ";
}

.side-nav li.active, .side-nav li a:focus  {
    background-color: rgba(0, 0, 0, 0.49);
}

.side-nav li a:hover  { 
    background-color: rgba(0, 0, 0, 0.39);
}

.modalInfo {
    width: 77%;
}

.modalInfo .fixed-action-btn{
    position: fixed;
    bottom: 23px;
    padding-top: 10px;
    left: 209px;
    margin-bottom: 0;
    z-index: 998;
    top: 0;
}

.lgModal {
    min-height: 45vw;
    width: 72vw;
    top: 16px !important;
    min-height: 45vw;
}

@media only screen and (max-width: 489px){
    
    #btn-slider {
        display: none;
    }

    .row .col.s1, .row .col.s2, .row .col.s3, .row .col.s4, .row .col.s5 {
        width: 100%;
    }

    .breadcrumb {
        font-size: 12px;      
    }

    .breadcrumb .btn {
        position: absolute;
        top: 10px;
        right: 6px;
    }
    
    .modal {
        width: 97%;
    }

    .sidebar-wrapper {
        display: none;
    }
    .page-content-wrapper {
        width: 100%;
    }

    .nav-path .a-floating-breadcrumb {
        position: absolute;
        top: 0px;
        right: 4px;
    }

    #aside {
        display: none;
    }

}

.btn-small {
    padding: 0px 9px 3px 9px;
    margin-left: 3px;
}

a.span_path {
    font-size: 21px;
}

.title_path i { 
    font-size: 15px;
}

/*#slide-out {
    width: 32px;
    left: 0;
    top: 64px;
}*/

.badge {
    width: 100px;
}

.collapsible .row {
  margin: 0;  
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.2rem;*/
    line-height: 0;*/
    /* display: block; */
    float: left;
    text-align: center;
    margin-right: 0;*/
}

.breadcrumb, .breadcrumb:last-child {
    color: #a8adb5;
}

.nav-path {
    background: #e2e9ef;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 7px;
    padding-bottom: 5px;
}

.nav-wrapper .btn-floating {
    float: right;
    margin-right: 10px;
    margin-top: 4px;
}

.collection-item {
    list-style: none;
}

.collection-item:hover {
    background: #eeeeee;
    cursor: pointer;
}

.breadcrumb:before {
    color: #fff;
}

.preloader-wrapper {
    display: none;
}


table span.badge {
    float: left;
}

.alert {
    background: #ececec;
    padding: 16px;
    color: #fff;
}

.alert-default {
  color: #78909c;
}

.img_info {
    width: 12pc;
    margin-top: 15%;
    margin-bottom:8%;
}

.alert-success {
    background: #42a5f5;
}

.startTask, .pauseTask {
    font-size: 20px;
}

.float-right {
    top: 20px;
    position: absolute;
    right: 0;
}

.sm-text {
    font-size: 12px;
}

.section p {
    display: none;
}

.section:first-of-type p {
    display: block;
}

.last-divider {
    display: none;
}

.panel_info {
    background: #f0f0f1;
    padding-top: 0.8pc;
}

.item {
    text-align: center;
    background: #efefef;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-top: 1pc;
    border-left: 2px solid #efefef;
}

.item:hover {
    background: #e4e4e4;
    border-left: 2px solid #2196f3;
}

.item i {
    font-size: 5pc;
    color: #c5c5c5;
}

.description_info {
    background: #e8e8e8;
    padding: 8px;
}

.modal-header .modal-close {
    position: absolute;
    right: 21px;
    top: 10px;
    z-index: 2000;
}

.modal-header .modal-close:after {
    content: 'x';
}

.breadcrumb:before {
    color: #a8adb5;
    margin-top: 0px;
    font-size: 20px;
}

.box-rota{
    background-color: #eceff1 !important;
    padding-left: 1rem;
}

.rota{
    color: #01579b !important;
    padding-left: 1rem;
}
.rota:last-child{
    font-weight: bold;
}

.breadcrumb, .breadcrumb:last-child {
   position: relative;
}

.breadcrumb:after {
    background: blue;
    content: '';
}

.collapsible-body {
    background: #fff;
}


.tabs .tab a {
    color: #b0bec5;
}

.tabs .tab a.active, .tabs .tab a:hover {
    background-color: transparent;
    color: #039be5;
}

.tabs .indicator {
    background-color: #039be5;
}

.progress {
    height: 7px;
}

.list-collection {
    margin-top: 0.8pc;
    margin-bottom: 0.8pc;
}

.list-item {
    background: #fff;
    border-left: 1px solid #cfd8dc;
    padding: 0.8pc;
    border-right: 1px solid #cfd8dc;
    border-bottom: 1px solid #cfd8dc;
    position: relative;
}

/*.a_task {
    position: absolute;
    right: 11px;
    bottom: 12%;
}
*/

.btn_group {
    position: absolute;
    right: 9px;
}

.a_complete {
    display: none;
}

.middle {
    bottom: 10%;
}

.description {
    font-size: 12px;
}

.grey-text {
    color: grey;
}

.list-item:first-child {
    border-top: 1px solid #cfd8dc;  
}

.list-item:last-child {
    border-top: 0;
    border-bottom: 1px solid #cfd8dc;  
}

.a_close {
    position: absolute;
    right: 4px;
    top: 3px;
    z-index: 1000;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#logo{
    width: 80%;
}

.box-bordered{
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 8px;
}

.destaque{
    font-weight: bold;
    color: #00BDFF;
}

.explain-text{
    font-size: 16pt;
    font-weight: 300;
    font-family: roboto;
}
.titulo{
    padding: 5px;
}
.valor{

}
.formulario{
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ddd;
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: none;
    padding: 20px 20px 65px !important;
}
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
*html .ui-autocomplete {
    height: 250px;
}

#registrationForm{
    margin-top:10%;
}

.row{
    margin-bottom: 2%;
}

.mensagem{
    color: #3F3F3F;
    font-size: 8pt;
    font-weight: bold;
}

.title{
    color: #32DA46;
    font-weight: bold;
    text-transform: uppercase;
}

.bordered{
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #ddd;
    border-radius: 4px 4px 4px 4px;
    border-width: 1px;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 2%;
    background-color: #F8F8F8;
}

.info{
    font-size:9pt;
    text-align: justify;
    color: #3F3F3F;
}

.warning{
    color: red;
    font-weight: bold;
}

.dados-bancarios{
    color: #9e9e9e;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-width: bold;
}

.title-painel{
    font-weight: bold;
    font-size: 15pt;
    margin-left: 2%;
}

a{
    text-decoration:none !important;
}

.num-percent{
    font-size: 15pt;
}

.text-ativo{
    color: #00BDFF !important;
}

.text-inativo{
    color: #f44336 !important;
}

.text-pend{
    color: #fdd835 !important;
}

.title-form{
    font-size:14pt;
    color: #c9c9c9;
}

.border-red{
    border: 1px solid #d32f2f;
}

.border-green{
    border: 1px solid #388e3c;
    padding-top: 3%;
    padding-bottom: 3%;
}

.loading-modal{
    font-size: 30pt;
}

.loading-modal-ico{
    font-size: 14pt;
}

.painel-card{
    background-color: #f5f5f5 !important;
    color: #333333 !important;
    cursor: pointer;
    transition-property: background-color, color;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}

.painel-card:hover{
    background-color: #333333 !important;
    color: #00BDFF !important;
}

.painel-card-text{
    font-size: 16pt;
}

.painel-card-title{
    font-size: 32pt !important;
}

.header-collapse-table{
    font-weight: bold;
}

.card-content{
    color: white !important;
}

.card-header{
    font-size: 1.5em !important;
}