﻿.quote-request-information {
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 20px;
}

.editQuoteRequestForm .multiSelect-container {
}

    .editQuoteRequestForm .multiSelect-container .option {
       width:20%;
        display:inline-block
    }
        .editQuoteRequestForm .multiSelect-container .option input[type="checkbox"] {
       margin-top:2px !important;
    }

         .editQuoteRequestForm h3{
             margin-top:5px;
             margin-left:20px;
         }

         .editQuoteRequestForm .second-field .form-group label{
             width:60px;
         }
          .editQuoteRequestForm .second-field .form-group .controls{
             margin-left:70px;
         }
          .editQuoteRequestForm .acceptMailControl{
              display: inline-flex;
          }
          .editQuoteRequestForm .acceptMail{
              margin-left:10px;
             margin-top:7px;
          }