a{
    color:#555;
}

a:hover{
    text-decoration: none;
}

.delivery_init, .delivery_view,
.history_open, .waiting_init,
.evaluate_init, evaluate_init
{
    cursor:pointer;
}
.link
{
    cursor: pointer;
}
form label{
    font-size: 1.3em;
    font-weight: 300;
}
button a, a.stage-name {
    color:#fff
}

input[type="checkbox"]{
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}
input[type="checkbox"].approve{
    width:30px;
    height:30px;
}

h1.page-header{
    color: #00857f;
    font-size:1.5em;
    margin-top:10px;
    margin-bottom:10px;
}

h2.page-header{
    color: #434343;
    font-size:1.2em;
    margin-top:30px;
    margin-bottom:10px;
}

.color-netcar{
    color: #00857f;
}

.btn-primary{
    background-color:#00857f!important;
    border-radius: 0px;
    width:100px;
}
.print-consoles{
    margin-top:20px;
    margin-bottom:10px;
}

@media print
{
    .no-print
    {
        display:none !important;
    }
}

/*Responsive table*/
tr.color-netcar > td{
    border-bottom:1px solid #00857f!important;
}

.gradeA td{
    padding-top:20px!important;
    padding-bottom:20px!important;
}

textarea:focus, input, select:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.panel-body{
    overflow:hidden;
}

#dataTables-list_wrapper .form-control {
    display:inline;
    width:65px;
}
#dataTables-list_filter label {
    width:100%;
}

#dataTables-list_filter .form-control{
    width:100%;
}

.pagination{
    float:right;
}

/*Coordinates*/

.consertsCoords-frontal,
.consertsCoords-traseiro,
.consertsCoords-interno{
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #000;
}

.reparo{
    background-color: #f0d900;
}

.code-intervention{
    padding-top:5px;
    padding-left:7px;
    color:#fff;
}

.martelinho{
    background-color: #0f17ee;
}

.pintura{
    background-color: #fd2913;
}

.repetido{
    background-color: #d9534f;
}

.reparo-color{
    color: #f0d900;
}

.martelinho-color{
    color: #0f17ee;
}

.pintura-color{
    color: #fd2913;
}

#page-wrapper{
    padding-bottom:10px;
}

/* Steps */
.waiting_init, .evaluete_init{
    cursor:pointer;
}

.disapprove{
    text-decoration:line-through;
}

/*Comments*/
.chat li.left .chat-body {
    margin-left:0px;
}

.chat-panel .panel-body {
    height:auto!important;
    overflow-y: unset;
}

.comment{
    width:100%;
    height:100px;
    margin-bottom:10px;
}

#form_insert_comment{
    margin-bottom:40px
}

.row-comments{
    margin-bottom:20px;
}

.status-nok{
    color: #d9534f;
}

.status-ok{
    color: #00857f;
}

.status-approve{
    color: #5bc0de;
}

.status-warning{
    color: #f0ad4e;
}

.capture-modal {
    margin: 0 auto;
    width:80%
}

.comment_trigger{
    cursor:pointer;
}

.price-total{
    font-size: 30px;
    padding:20px;
    color:#fff;
    background:#d9534f;
}

.car-intervention:first-of-type{
    margin-top:10px;
}
.car-intervention{
    margin-bottom:10px;
}

/*Step By Step*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    margin-top:30px;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

/**/
.nav-move-cars>li>a,
.nav-move-cars>li>a:hover,
.nav-move-cars>li>a:focus,
.nav-move-cars>li>a:link {
    padding:0!important;
    background-color: #fff!important;
}


.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}