﻿.instructions {
   	font-family: 'Cabin' !important;
   	font-size: 16px !important;
   	font-weight: 400 !important;
   	color: #333333 !important;
}

.instructions-dialog {
    font-size: 18.5px !important;
    color: black  !important;
}

.instructions-consent-i {
    font-size: 20px !important;
    color: #0B7F99  !important;
}
.instructions-consent-iu {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}
.instructions-consent-i a {
    font-size: 20px !important;
    color: #0B7F99  !important;
    text-decoration: underline;
}

.btn-helptext {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}
.btn-helptext:hover {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:active {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}

.btn-helptext:focus {
  color: #fff;
  border-color: #fff;
  background: #0B7F99; 
}
.mm-visible {
    display: block;
}

.mm-invisible {
    display: none;
}
.description.above li {
    font-size: 18.5px !important;
    color: #0B7F99  !important;
 
}

.mm-checkboxes label {
  display: block;
  padding-right: 10px;
  padding-left: 22px;
  text-indent: -22px;
 
}
.mm-checkboxes input {
  vertical-align: top;
}
.mm-checkboxes label span {
  vertical-align: top;  
  font-size: 15px;
  font-weight: normal;
}

div.divbox {
    border: 2px solid #0B7F99;       
    margin: 3px;
    border-radius: 5px;
}
div.divbox-nf {
    border: 2px solid #0B7F99;       
    margin: 3px;
    border-radius: 5px;
}

div.div-hide {
    display: none;
}    

div.divbox:hover {
    background-color: #EBF0F4;
    -webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -moz-box-shadow: 0 0 10px rgb(0,0,0);
}

.left-padding {
    padding-left: 20px !important;
}
.div-bg {
    background-color: #cfedef;
}
.div-bg-mm {
    background-color: #cfedef;
}
.div-input {
    margin-bottom: 10px;
}

div.line {
    display: inline-block;
    border-top: 1px solid black;
}


.custom-description {
    font-size: 16px;
}

[role=none] {
    font-size: 20px !important;
    font-weight: 400 !important; 
    color: #000000 !important;
}

 
input[type=checkbox] { 
    transform: scale(1.2);
    margin-left: 5px !important;
    margin-top: 7.5px;
} 
legend {
    font-size: 23.5px;
    font-weight: 400;	
    /*line-height: 25px;*/   
    color: #000000;          
}
.info label {	
    font-size: 20px;
    font-weight: 400;	
    line-height: 25px;   
    color: #000000;          
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    line-height: 15px; 
}

 

#WebFormPanel {
    padding: 30px;
}

.crmEntityFormView .cell .picklist label {
    margin-left: 25px;
    padding-right: 20px;
}

.crmEntityFormView .cell.checkbox-cell label {
    float: left !important;
}

.crmEntityFormView .cell.checkbox-cell label {
    margin-left: 8px;
}


td[class="clearfix cell"] {
    padding: 0 18px 5px 0 !important;
}


.name-textfield {
    margin: 0 18px 0 0 !important;
}

p {
    margin-bottom: 0px;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    line-height: 15px; 
}

.form-control, .form-control[readonly] {	
    height: 40px;	
    border-radius: 2px;	
    background-color: #E7ECEF;	
    box-shadow: none;
    box-shadow: inset 0 -1px 0 0 #5A5A5A;
    font-size: 20px;
}

.form-control:focus {	
    background-color: #F1F5F7;	
    box-shadow: inset 0 -2px 0 0 #2370B4;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
    padding: 0 10px 0 12px;
}


@media (max-width: 767px) {
  .cell.checkbox-cell {
    margin: 0px 0px 15px !important;
    padding: 0px 10px 0px 12px !important;
  }
  .clearfix.cell {
	 margin-bottom:5px !important;
	 margin-top: 5px !important;
   }
}

.crmEntityFormView .cell {
    padding: 0 12px 20px;
}

[role=radiogroup] {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

input[type=radio] {
    margin: 9px 5px 5px 4px !important; 
    padding-top: 5px !important;
    transform: scale(1.2);
    position: absolute;
} 

.validation-summary {
  background-color: #e1fcf8;
}
.alert-warning {
  background-color: #e1fcf8;
}

h2, h3 {
    font-family: "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    color: #333333 !important;
}

option { 
    background-color: white;
}