fieldset {
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

fieldset legend {
    font-weight: bold;
}

.quotation-form-fixed {
    position: absolute;
    width: 90%;
    max-width: 500px;

    top: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 63.938em) {
    .splash-background {
        height: 370px !important;
    }

    .quotation-form-fixed {
        top: 300px;
    }
}

.quotation-box {
    position: relative;
    border: 5px solid #7c55e5; /*#a399ff;*/
    border-radius: 15px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    z-index: 1;
    padding: 10px !important;

    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
}

.quotation-box .header {
    padding-top: 10px;
}

.quotation-box .header h2 {
    margin: 0px;
    font-size: 28px;
}

.quotation-box .body {
    padding: 10px;
}

.quotation-box .form-control {
    border-radius: 0px;
}

.quotation-box .pure-u {
    padding: 5px;
}

.quotation-box .form-control {
    height: 40px;
    font-size: 14px;
}

.quotation-box .control-label {
    line-height: 1.2;
    display: block;
    margin-bottom: 0px;
    margin-top: 7px;
}

@media screen and (max-width:35.438em) {
    .quotation-box .control-label {
        font-size: 13px;
    }
}

.tippy-box[data-theme~='evo'] {
    background-color: #1f1f4d;
    color: #FFFFFF;
}

.change-plate-category {
    display: block;
    font-size: 12px;
    line-height: 1;
}


/**
 * TomSelect
 */
 
 .quotation-box .ts-wrapper {
    background: #f2f3f9 !important;
 }

 .quotation-box .ts-control {
    padding: 0px 0px 0px 0px !important;
    background: #f2f3f9 !important;
    border: 0 solid #f2f3f9 !important;    
 }

.quotation-box .ts-control input {
    height: 40px !important;
    font-size: 14px !important;
    background: #f2f3f9 !important;
    border: 0 solid #f2f3f9 !important;
    border-radius: 5px !important;
    padding-left: 10px !important;
}

.quotation-box .ts-control input:focus {
    border: 2px solid #5333cc !important;
}

.quotation-box .has-items .ts-control > input {
    border: 0px solid #FFFFFF !important;
}


/* */
.quotation-box .ts-control div.item {
    height: 40px !important;
    font-size: 14px !important;
    background: #f2f3f9 !important;
    border: 0 solid #f2f3f9 !important;
    border-radius: 5px !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.quotation-box .has-items .ts-control > input {
    margin: 0px !important;
    min-width: 2px;    
}

.quotation-box .ts-dropdown {
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
}

.quotation-box .ts-dropdown .ts-dropdown-content .option {
    border-bottom: 1px solid #DDDDDD;    
}
.quotation-box .ts-control::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    
    /* Criando um "V" com bordas */
    width: 4px;
    height: 4px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    background: transparent;
}

@media screen and (max-width:35.438em) {
    .quotation-box {
        padding: 5px !important;
    }

    .quotation-box .ts-control div.item {
        font-size: 12px !important;
    }

    .hidden-xs {
        display: none;
    }	
}
    
/*
 * Easy autocomplete.
 */
.quotation-box .easy-autocomplete input {
    border-width: 0px;
    box-shadow: none;
    color: #000000;
}

.quotation-box input:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.quotation-box .easy-autocomplete-container {
    max-height: 250px;
    overflow-y: auto;

    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.54);
}