/*
 * Copyright (c) 2018. Ronan Cândido
 */

.fa-tow-truck{
    display:block;
    height:20px;
    color:white;
    text-decoration:none;
    padding-left:20px;
}
.fa-tow-truck:before{
    content: '';
    background:url('img/tow-truck.png');
    background-size:cover;
    position:absolute;
    width:20px;
    height:20px;
    margin-left:-20px;
}

.fa-placa{
    display:block;
    height:20px;
    color:white;
    text-decoration:none;
    padding-left:20px;
}
.fa-placa:before{
    content: '';
    background:url('img/placa.png');
    background-size:cover;
    position:absolute;
    width:24px;
    height:20px;
    margin-left:-20px;
    margin-top:7px;
}

     /**********************CSS CHECKLIST FORM***********************************/

     /*form styles*/
 #msform {
     position: relative;
     margin-top: 10px;
 }

#msform fieldset {
    background-color: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    /*stacking fieldsets above each other*/
    position: relative;
    width: -webkit-fill-available;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #3c8dbc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3c8dbc;
}

#msform .action-button-submit {
    width: 100px;
    background: #f3c200;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 10px !important;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-submit:hover, #msform .action-button-submit:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f3c200;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}
.dme_link a {
    background: #FFF;
    font-weight: bold;
    color: #3c8dbc;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px;
}

.dme_link a:hover, .dme_link a:focus {
    background: #C5C5F1;
    text-decoration: none;
}



.panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #6d7194;
}

a:hover {
    text-decoration: none;
}

.drop-accordion .panel-default {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drop-accordion .panel-heading {
    overflow: hidden;
    margin-bottom: 5px;
    padding: 0;
    border: 1px solid #d9d7d7;
    background: #fafafa;
    border-radius: 0;
}

.leaf-ui .drop-accordion .panel-heading,
.circlus-ui .drop-accordion .panel-heading {
    border-radius: 4px;
}

.panel-title a {
    display: block;
    position: relative;
    padding: 10px 60px 10px 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #6d7194;
}

.panel-title span {

}

.panel-title .expand-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d9d7d7;
    font-size: 24px;
    line-height: 46px;
    color: #3c8dbc;
}

.expand-icon-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.panel-title .expand-icon {
    padding: 0 18px;
    vertical-align: middle;
}

.panel-title .expand-icon:before {
    content: "\f055";
}

.drop-accordion .panel-body {
    position: relative;
    border: 1px solid #d9d7d7;
}

.circlus-ui .drop-accordion .panel-body,
.leaf-ui .drop-accordion .panel-body {
    border-radius: 4px;
}

.panel-body-icon {
    width: 75px;
    float: left;
    padding: 10px;
}

.panel-body-icon i {
    font-size: 45px;
    color: #3c8dbc;
}

.drop-accordion .tab-collapsed {
    border: transparent;
    background: #3c8dbc;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.tab-collapsed a {
    color: #fff;
}

.tab-collapsed .expand-icon-wrap {
    border-color: #fff;
    color: #fff;
}

.tab-collapsed .expand-icon:before {
    content: "\f056";
}

.gallery {
    display: inline-block;
    margin-top: 5px;
}

.close-icon {
    border-radius: 50% !important;
    position: absolute;
    right: 5px;
    top: -10px;
    padding: 5px 8px;
}

.btn-upload {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px !important;
}

.bg-red .panel-title a{
    color: #fff !important;
}

.bg-red .panel-title .expand-icon-wrap {
    color: #fff !important;
}

.bg-green .panel-title a{
    color: #fff !important;
}

.bg-green .panel-title .expand-icon-wrap {
    color: #fff !important;
}

.bg-yellow .panel-title a{
    color: #fff !important;
}

.bg-yellow .panel-title .expand-icon-wrap {
    color: #fff !important;
}

/********************** FIM CSS CHECKLIST FORM***********************************/
