@import url("https://fonts.googleapis.com/css?family=Roboto");
.mcf-paint-header h1 {
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 4px;
}
.mcf-paint-header p {
	font-size: 13px;
    color: #999;
    margin-bottom: 0px;
}
.mcf-paint-body  .mcf-tabs-section {
	text-align: center;
    margin-top: 30px;
}
.mcf-paint-body .mcf-tabs-section label{
	background-color: #ff8000;
    color: white;
    font-size: 25px;
    padding: 5px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.mcf-form-wrapper {
	margin-top: 30px;
}
.mcf-form-label {
	font-size: 16px;
	color:#0D3291;
	margin-top: 6px;
}
.mcf-paint-input {
	width: 100%;    
    border-color: #ff800069 !important;    
    margin-bottom: 10px;
    border-radius: 4px;
    border-radius: 0 !important;
}
.mcf-calc-result-box{
    border: 1px solid #ff800069;
    padding: 25px;
    text-align: center;
}
.mcf-calc-result-box h3,
.mcf-calc-result-box table th{
    color: #0D3291;
}
.mcf-calc-result-box table td{
    color: #ff8000;
}
.mcf-tabs-section input[type=radio]:checked + label {
    background-color: #0D3291 !important;
}
.mcf-paint-actions{
    text-align: center;
    margin-top: 10px;
}
.mcf-pruduct-type-html{
    margin-bottom: 10px;
}
.mcf-paint-form input[type="submit"]{
    color: #fff !important;
    background: #0D3291 !important;
    min-width: 30% !important;
    font-size: 20px !important;
    border-radius: 0 !important;
}
.mcf-paint-actions a,
.mcf-paint-actions button{
    color: #fff !important;
    background: #0D3291 !important;
    font-size: 20px !important;
    border-radius: 0 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #ff800069 !important;
}
.mcf-tabs-section input[type=radio]:checked + label::before{
    content: '✔';
    background-position: 5px 10px;
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    z-index: 2;
}

/*PDF Section*/
.pdf-box{
    border: none !important;
}
.mcf-calc-result-box .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2px;
    background-color: transparent;
    border-collapse: collapse;
}
.mcf-calc-result-box th,
.mcf-calc-result-box td{
    padding: 0.75rem;
    vertical-align: top;
    border-top: 2px solid #cececeb0;
    text-align: left;
}
.mcf-calc-result-box thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef;
}
/*Select2 Section*/
li.select2-results__option{
    margin-left: 0 !important;
    font-size: 15px !important;
}
ul.select2-results__options{
    margin: 0!important;
    padding: 0!important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ff800069 !important;
    border-radius: 0 !important;
    height: 34px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #0D3291 !important;
}

.mcf-unit-input input[type=radio],
.mcf-tabs-section input[type=radio]{
    position: absolute;
    visibility: hidden;
    display: none;
}
.mcf-unit-input label {
    color: #0D3291;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    padding: 7px 20px;
    margin-bottom: 0 !important;
    border: solid 1px #ff800069;
    margin-right: 6px;
}
.mcf-unit-input input[type=radio]:checked + label {
    color: #fff;
    background: #0D3291;
}
.mcf-unit-input .radio-group {
    display: inline-block;
    margin-top: 31px;
    overflow: hidden;
    display: flex;
    text-align: center;
}

/*Responsive Mobile*/
@media only screen and (max-width: 600px) {
  .mcf-unit-input .radio-group {
    margin-top: 0 !important;
  }
  .mcf-paint-form input[type="submit"]{
    margin-bottom: 10px;
    margin-top: 10px;
    width: 50%;
    padding: 7px 20px;
  }
  .mcf-paint-btngroup{
    text-align: center;
  }
  .mcf-tabs-section input[type=radio]:checked + label::before{
    left: 0;
  }
  .mcf-unit-input label{
    max-width: 50% !important;
  }
}