.calc-container .calc-list.hide-calc{
	display: none;
}

.calc-fields-container.aql-container {
    display: block !important;
}

.aql-container .col-lg-4 {
    padding-right: 15px;
}

.row-1.col-lg-6 {
    padding-right: 15px;
}

.aql-col {
    border: none !important;
}


.aql-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.aql-input-minor-aql, .aql-input-major-aql, .aql-input-critical-aql
 {
    flex-direction: row !important;
}

.aql-container .row {
    padding-top: 15px;
}

.aql-container .calc-item__description span {
    display: none !important;
}




.sms-title {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
}


.aql-container
select.calc-drop-down.ccb-field.ccb-appearance-field {
    font-size: 14px !important;
}
.calc-fields-container.aql-container {
    background: #f3efeffa;
    border: 1px solid #03c4eb;
}
.aql-container .aql-col {
    padding-top: 10px !important;
    font-weight: bold;
    color: black;
}


.row.header {
    background: #03c4eb;
}

.aql-container
.row {
    padding: 10px;
}

.row-1 .calc-item__title span {
    color: white !important;
}

.aql-container option:nth-child(1){
  display: none;
}