.no-margin-top{
    margin-top: 0 !important;
}
.gray{
    color: gray;
}
.mrl-40{
    margin: 0 40px 0 40px;
}
.line{
    border: 2px solid;
    width: 20px;
    height: 2px;
    float: left;
    margin-top: 7px;    
    margin-right: 12px;
}


.status-indicator{
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-top: 4px;
    float: left;    
    border-radius: 999px !important;    
}
.status-indicator.progress{
    background: #3EAF5C;
}
.status-indicator.pending{
    background: #f1f14f;
}
.status-indicator.finished{    
    background: #4D4B4B;
}
.status-indicator.scheduled{
    border: 1px solid #000;
}

.scrollable{
    max-height: 100%;
    overflow-y: scroll;
}

.top-60{
    margin-top: 60px !important;
}
.mt-10{
    margin-top: 10px !important;
}

.red-border{    
    border-color: red;
}

.yellow-border{    
    border-color: #eaea5b;
}

.white-border{    
    border-color: #000;
    background: #FFFFFF;
    height: 7px;
    width: 20px;
}

.white-border{
    border-color: white;
    outline: 1px solid #73879C;
}

.blue-border{    
    border-color: blue;
}

.btn-group .btn{
    margin-bottom: 5px !important;
}
.mobile-items .dropdown-menu{
    min-width: 40px;
    margin-top: -50px;
}

.operation_list table tr td{
    vertical-align: middle;
}

.mobile-items .dropdown-menu li{
    width: 70px;
}

.media .profile_thumb_operador{
    font-size: 30px;
    border: 1px solid;    
    margin: 20px 10px 5px 0;
    font-size: 30px;
    border-radius: 50%;
    padding: 9px 12px;
}
ul.top_profiles{
    height: auto !important;
}

.top_profiles .panel_toolbox li{
    background:none !important;
}

.top_profiles .media{
    background: none !important;
    border-bottom: 1px solid #E6E9ED;
}

.top_profiles .media:last-child{
    border-bottom: 0;
}

#signup_box label{
    float: left;
}

.rounded{
    border-radius: 999px
}

@media screen and (max-device-width: 640px){
    .x_content .tab-pane svg{
        padding: 0 !important;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.col-xs-6ths {
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .col-md-6ths {
        width: 25%;
        float: left;
    }
}


@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .col-md-6ths {
        width: 25%;
        float: left;
    }
}

.webpush-container {
    display: none;
}

#webpush-subscribe-button, #webpush-message{
    display: none;
}

.tb-inputs thead tr th,.tb-inputs tbody tr td{
    border: 0;
}

.tb-inputs tbody input,select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.x_panel_no_width{
    position: relative;    
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-top: 20px;
    opacity: 1;
    transition: all .2s ease;
    overflow: hidden;
}
.x_panel_no_width .x_content{
    overflow: auto;
}
.x_panel_no_width ul{
    padding: 0;
}
.x_panel_no_width li{
    list-style: none;
}


.tb-formset input,select{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width: 600px) {
    #month-tab li{
        width: 100%;
    }
    .select-year-box{
        margin-top: 0 !important;
    }
}

.react-datepicker__input-container,.react-datepicker-wrapper{
    width: 100%;
}
.searchForm{
    margin: 20px 0;
}
.btnCleanSearch{
    margin-top: 20px;
    height: 36px;
}
.x_title i{
    cursor: pointer;
}
.x_title span{
    color: #73879C !important;
    cursor: pointer;
}

#reprocess_list_container .bg-success{
    background-color: #3EAF5C !important;
}

#traccar {
    height:600px;
    position: relative;
}

#traccar-hack {
    position: absolute;
    top: 225; 
    left: 230px; 
    background-color: #F6F6F6; 
    width: 100%; 
    height: 300px; 
    z-index:9999;
} 

.row{
    margin-right: 0px !important;
    margin-left: -15px !important;
}

#traccar-frame {

    /* margin-left: 10px; */
    width: 100%; 
    height:550px; 
    margin-top: 15px; 
    border-width:0px;
    color:#FFFFFF !important;
}

#traccar-hide-controls{
    position: absolute; 
    top: 18px; 
    right: 18px; 
    background-color: #4D4B4B; 
    height: 39px;
    width: 225px;
}

@media only screen and (max-width: 600px) {
    #month-tab li{
        width: 100%;
    }
    .select-year-box{
        margin-top: 0 !important;
    }
}

.no-margin-bottom{
    margin-bottom:0;
}
.no-margin{
    margin: 0;
}

.h-250 {
    height: 250px;
}
.w-170 {
    width: 170px;
}
.bold {
    font-weight: 700;
}


.z-depth-2{
   box-shadow:  0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.dashboard .ind-container .x_panel {
    min-height: 86px;
}

.right_col {
    min-height: 0% !important ;
}
#img-circle{

    width: 75px !important;
    height: 75px !important;

}
.check_input{
  display: none;
}

.w-47{
    margin: 0 10px ;
    width: 48% !important;
}
@media only screen and (max-width: 760px) {
    /* esconde o elemento de controle caso em Mobile */
    .w-47{ width: 100% !important; margin: 0 0px ;}
}

/* @media (min-width: 200px) and (max-width: 500px) {
    .tab_right{display: none;}
    .months{display: none !important ;}
    .cardfixed{ height: 100% !important;}
    .col-md-12h{width: 100%;}
}

@media  (min-width: 501px) and (  max-width: 1500px) {
    .tab_top{display: none;}
    .months_list{display: none;}
    .cardfixed{ height: 311px !important;}

} */
.main-container{
     margin-top: 50px;
}
