body {
    font-family: Roboto !important;
}
.plans-manage-your-plan-forms-wrapper {
    display : flex;
    flex-direction: row-reverse;
}
.new-coverage-wrapper {
    flex: 65%;
}


.formcontainer {
    margin-bottom: 40px;
    padding: 34px 28px 13px;
}

.plans-manage-my-plan-header {
  color: #001F5F;
  font-family: Roboto;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 25px auto 20px 5px;
}

.current-coverage-container {
    padding: 20px 30px 0px 20px;
    background-color: #F3F4F4;
    height: fit-content;
    height: -moz-max-content;
    margin-right: 5px;
}

 .current-coverage-heading , .plan-name , .premium-title , .coverage-title {
    color: #001F5F;
    font-family: Roboto;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
}
  
 .current-coverage-heading {
    font-size: 24px;
    margin: 0 0 20px 0;
}

 .plan-name {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

 .plan-name-desc {
    padding-bottom: 20px;
    color: #545964;
    font-size: 16px;
    line-height: 24px;
}
.coverage-wrapper{
    width: 50%;
}
.coverage-details {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.premium-title , .coverage-title {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
.coverage-rate, .premium-rate {
    color: #545964;
    margin-right: 20px;
}
.premuim-wrapper {
    width: 50%;
}

.plans-manage-your-plan-forms-header {
	color: #001F5F;
	font-family: Roboto;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
    margin-bottom: 30px;
 }

.new-coverage-title {
    color: #001F5F;
    font-family: Roboto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
}

.new-coverage-desc {
    font-size: 16px;
    max-width: 70%;
    width: 100%;
    color: #545964;
    margin: 0;
}

.entity-form {
    margin-top: 25px;
}

.crmEntityFormView .cell .field-label, legend {
    color: #001F5F !important;
    font-family: Roboto;
    font-size: 16px !important;
    letter-spacing: 0;
}

.crmEntityFormView .cell.picklist-cell {
    padding: 0 28px 30px 0;
}

.crmEntityFormView .cell.form-control-cell, .cell.boolean-radio-cell {
    padding: 0 28px 30px 0;
}
.remove-cir .crmEntityFormView .cell.form-control-cell {
    padding: 0 28px 10px 0;
}

.cancel-coverage .crmEntityFormView .cell.form-control-cell {
    padding: 0 28px 10px 0;
}

input[type=text], select , .picklist {
    width: 100% !important;
    border: 1px solid #D5D7DA !important;
    max-width: 260px;
    padding: 6px 10px;
    font-size: 16px;
    height: 30px;
}


.input-group-addon .icon-calendar {
    padding: 6px 5px;
    border-left: 1px solid #ccc !important;
    position: relative;
    border-radius: 0;
    right: 53px !important;
    top: -4px;
}

.control textarea {
    border: 1px solid #ccc !important;
    width: 55rem !important;
}

.decrease-coverage .crmEntityFormView fieldset {
    margin: 0;
}

.decrease-coverage .crmEntityFormView .actions {
    border: none;
    padding: 0 0 82px;
}

.submit-btn { 
    float: left;
}

@media all and (max-width: 767px) {
    .parentDiv {
        margin-top: 0;
    }
   
    .formcontainer {
        padding-right: 0;
        margin-bottom: 60px;
    }

    .crmEntityFormView .cell {
        margin-bottom: 0;
    }
    
    .input[type=text], select , .picklist { 
        margin-bottom: 15px;
    }

    .template_main , .decrease-coverage,
    .cancel-coverage, .remove-cir   {
        padding: 0 0 !important;
    }

    .plans-manage-my-plan-header {
        padding: 0 0 0 15px;
        margin-top: 0;
    }

    .plan-name-desc {
        padding-bottom: 0;
    }
  
    .entity-form {
        padding-right: 30px;
    }
    
    .current-coverage-container {
        margin-left: -15px;
    }
    .new-coverage-desc {
        max-width: 85%;
    }

    .control textarea {
        width: 100% !important;
    }
    .new-coverage-wrapper .crmEntityFormView .actions .btn:first-child {
        margin: 0 !important;
    }
    .crmEntityFormView .actions {
        padding: 30px 0 47px !important;
    }
    .validators {
    display: none;
    }

}

@media all and (max-width: 900px ) { 
    .plans-manage-your-plan-forms-wrapper {
        flex-direction: column;
    }
    

    .new-coverage-wrapper {
        margin-top: 60px;
    }

     input[type=text], select , .picklist , input {
      margin-bottom: 15px;
    }
    
    .datetime .control {
        margin-bottom: 15px !important;
    }

   
}

#waepa_removeplanreason_label, #waepa_comment_label,
#waepa_selectplan_label, #waepa_whichplanwouldyouliketocancel_label,
#waepa_cancelwhyareyoucancellingyourplan_label {
    padding: 25px 0 0px;
    margin: 0;
}

.form-control-cell label,
.picklist-cell label, legend {
   font-weight: bold !important;   
}
.checkbox-cell label {
    font-weight: normal;
    color: #545964 !important;
}

.remove-cir .crmEntityFormView .actions {
    padding: 10px 0 82px;
    border: none;
}

.cancel-coverage .crmEntityFormView .actions {
    padding: 0px 0 82px;
    border: none;
}

.remove-cir {
    margin-bottom: -25px;
}

#waepa_decreaseerrormessage_label{
    color: #545964 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 20px;
    font-weight: normal !important;
    text-align: left;
    background-color: #FEE5E6;
    padding: 15px;
    display: flex;
}
#waepa_decreaseerrormessage_label::before {
    content: url(https://waepaportaldev.blob.core.windows.net/waepadevb2c/icons/warning-icon-red-large.svg);
    position: relative;
    top: 8px;
    margin-right: 5px;
    visibility: visible;
}
/*styles for error messages on forms*/
.alert-danger {
    background-color: rgb(254, 229, 230)!important;
    color: #545964 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 20px;
    font-weight: normal !important;
    border-radius: 0 !important;
    width: 90% !important;
}
.fa-info-circle{
    display: none;
}
.alert-danger::before {
    content: url(https://waepaportaldev.blob.core.windows.net/waepadevb2c/icons/warning-icon-red-large.svg);
    position: relative;
    top: 8px;
    margin-right: 5px;
    visibility: visible;
}
.validation-header{
    display: inline
}
.crmEntityFormView .validation-summary ul {
   margin-top: 10px;
   margin-left: 30px;
}
.validation-summary a {
    color: #545964 !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 20px;
    font-weight: normal !important;

}
/*style for add dependent form*/
#waepa_adddependent1_label, #waepa_adddependent2_label, #waepa_removedependent1_label, #waepa_removedependent2_label{
    line-height: 2.3;
    font-size: 16px;
    letter-spacing: 0.33px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0px;
    height: 40px!important;
    background-color: #ffffff;
    border: solid 1px #f1b434;
    cursor: pointer;
}
#waepa_adddependent1_label:hover, #waepa_adddependent2_label:hover, #waepa_removedependent1_label:hover, #waepa_removedependent2_label:hover{
    color: #001f5f;
    border: 1px solid #0083BF !important;
    box-shadow: 0px 11px 18px 0px rgba(50, 50, 50, 0.2);
    transform: translateY(-2px);
}
#waepa_additionalcomments_label{
    margin-top: 20px;
}
input[type="radio"]{
    margin-bottom: 0px !important;
    margin-top: 3px !important;
}
#waepa_sexchild1_label, #waepa_sexchild2_label, #waepa_sexchild3_label{
    margin-bottom: 10px !important;
    display: inline-block !important;

}
.section-title{
    font-size: 22px !important;
    margin-bottom: 15px !important;
}
.current-coverage-container{
    width: 50%;
}
/*styles for mobile*/
@media all and (min-width:319px) and (max-width: 768px) {
    .crmEntityFormView .validation-summary ul {
        margin-left: auto;
    }
}
/*to hide the tab titile and section title which should be shown only on CRM*/
.tab-title, .section-title{
    display: none;
} 
.crmEntityFormView .cell.checkbox-cell:first-child {
    position: relative !important;
    top: -40px !important;
}
[data-name="ContactDetails"] .tab-column{
    width: 65% !important;
}
@media all and (max-width: 767px) {
    [data-name="ContactDetails"] .tab-column{
        width: 100% !important;
    }
    .current-coverage-container{
        width: 100%;
    }

}
#waepa_contactemaildescription_label{
    font-weight: normal !important;
    font-size: 14px !important;
    color: #545964 !important;
    margin-top: -20px;
}
 #waepa_loginmailconfirmation_label{
    font-weight: bold!important;
    font-size: 14px !important;
}
#waepa_loginmailconfirmation{
    margin-top: 3px;
}
