@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html{
    font-size: 16px;
}

body{
    background-color: #1D9C89;
    font-family: Roboto;
}

 body:after {
          content: "";
          display: block;
          width: 25.25rem;
          height: 5.25rem;
          position: absolute;
          bottom: 0;
          right: 0;
          background-image: url(https://www.bedardplus.com/images/white-plus-small.png);
          background-repeat: no-repeat;
          background-size: cover;
          z-index: -1;
          opacity: 0.15;
        }

.container{
padding: 0;
width: 100%;
margin-top: 2rem;
}


.crmEntityFormView .cell .field-label{
    font-size: 1.125rem;
color: #FFF;
}

#EntityFormControl {
    line-height: 1.5;
}

#EntityFormPanel fieldset table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

#EntityFormPanel fieldset table tr td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 6px 0 6px;
    margin-bottom: 12px;
}

#EntityFormPanel fieldset table tr td .control input, #EntityFormPanel fieldset table tr td .control textarea, #EntityFormPanel fieldset table tr td .control select {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    padding: 0 16px;
    color: #FFF;
    background-color: #007D6A;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    box-sizing: border-box;
    height: 3rem;
    transition: all 0.3s;
}

#EntityFormPanel fieldset table tr td .control input:hover, #EntityFormPanel fieldset table tr td .control textarea:hover, #EntityFormPanel fieldset table tr td .control select:hover {
    border-color: #FFF;
}

#EntityFormPanel fieldset table tr td .control textarea{
    height: 6rem;
    padding: 1rem;
}

#EntityFormPanel fieldset table tr td .control input:focus {
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}

#EntityFormPanel fieldset table tr td[colspan="2"] {
    max-width: 100%;
    flex: 0 0 100%;
}

.crmEntityFormView .cell.checkbox-cell div.info{
    padding-left: 2.5rem;
}

.crmEntityFormView .cell.checkbox-cell div.info, .crmEntityFormView .cell.checkbox-cell div.control{
    margin-top: 1rem;
}

#EntityFormPanel fieldset table tr td .control .checkbox input{
    height: 1.5rem;
    width: 1.5rem;
}

.help-block.error, label.control-label.required:before, .crmEntityFormView .cell div.info.required label:after, .crmEntityFormView .cell div.info div.validators, .crmEntityFormView .validator-text, .crmEntityFormView .rank-order-cell .validator-text, .crmEntityFormView .constant-sum-cell .validator-text, .crmEntityFormView .stack-rank-cell .validator-text{
    color: #FFF;
}

#EntityFormControl .entity-form .file-cell .info label{
    background-color: #007D6A;
    border-radius: 4px;
    height: 3rem;
    padding: 0;
    font-size: 1.125rem;
    border: 1px solid transparent;
    transition: all 0.3s;
}

#EntityFormControl .entity-form .file-cell .info label:hover{
    border-color: #FFF;
    cursor: pointer;
}



#EntityFormControl .actions input.submit-btn {
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1.25rem 5rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #E1382D;
    box-shadow: none;
    font-size: 1.125rem;
    border: none;
    background-color: #FFF;
    margin-top: 2rem;
}

#EntityFormControl .actions {
    padding: 0 0 1rem;
    border: none;
    margin: 0;
}

#EntityFormControl .actions input.submit-btn:hover {
    color: #fff;
    background-color: #E1382D;
}

.crmEntityFormView .cell.checkbox-cell label{
    font-weight: 400;
}

@media screen and (max-width: 575px){
    #EntityFormPanel fieldset table tr td{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #EntityFormControl .actions input.submit-btn {
        width: 100%;
    }
}


#EntityFormControl .entity-form h2 {
    display: none;
}

#EntityFormPanel fieldset table tr td .control .checkbox {
    position: absolute;
    top: 4px;
    top: .25rem;
    left: 0;
    display: block;
    width: 16px;
    width: 1.5rem;
    height: 16px;
    height: 1.5rem;
}

#EntityFormPanel fieldset table tr td .control {
    position: relative;
}

#EntityFormPanel fieldset table tr td .control .checkbox input {
    margin-top: 0;
    width: 20px;
}

.crmEntityFormView .cell {
    padding: 0;
}

#EntityFormControl .entity-form {
    margin-bottom: 1rem;
}

#EntityFormControl .entity-form .file-cell {
    position: relative;
    background: #9ca2a3;
    border-radius: 0.5rem;
    min-height: 4rem;
    display: inline-block;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.25s;
    color: white;
}

#EntityFormControl .entity-form .file-cell .control input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    display: none;
}

#EntityFormControl .entity-form .file-cell .info label {
    text-align: center;
    width: 100%;
    margin: 0;
    height: 4rem;
    line-height: 4rem;
}

#EntityFormControl .entity-form .file-cell:hover {
    background: #888f91;
}


input.form-control::-webkit-input-placeholder {
    color: #FFF;
    opacity: 40%;
}


input.form-control:-moz-placeholder {
    color: #FFF;
    opacity: 40%;
}

input.form-control:ms-input-placeholder{
    color: #FFF;
    opacity: 40%;
}

input.form-control::moz-placeholder  {
    color: #FFF;
    opacity: 40%;
}

#EntityFormControl .actions input.submit-btn {
    color: #FFF;
    border: 2px solid #FFF !important;
    padding: 1.25rem 2rem;
}

option {
    background-color: #EBEBEB;
    color: #101123;
}