﻿html {
  overflow-y: scroll;
}

/*#region Global Text Colors*/
.lightgrey1Text {
  color: #cccccc;
}

.lightgrey2Text {
  color: #f2f2f2;
}

.darkgreyText {
  color: #707070;
}

.blueText {
  color: #01aef6;
}

.orangeText {
  color: #ff8700;
}

.greenText {
  color: #00c902;
}

.redText {
  color: #ff3100;
}

.whiteText {
  color: #ffffff;
}

.greyText {
  color: #ccc;
}

.text-grey {
    color: #686868;
}
/*#endregion*/

/*#region Headings*/
h1 {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  /*line-height: 26px;*/
}

h3 {
  font-size: 18px;
  font-weight: 300;
  /*line-height: 24px;*/
}

h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
/*#endregion*/

/*#region Margins*/
.margin-X-0 {
    margin-left: 0;
    margin-right: 0;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.margin-bottom-8 {
  margin-bottom: 8px;
}

.marg-bot-10 {
  margin-bottom: 10px;
}

.marg-bot-11 {
  margin-bottom: 11px;
}

.marg-bot-14 {
  margin-bottom: 14px;
}

.marg-bot-15 {
  margin-bottom: 15px;
}

.marg-bot-20 {
  margin-bottom: 20px;
}

.marg-bot-30 {
  margin-bottom: 30px;
}

.marg-bot-40 {
  margin-bottom: 40px;
}

.marg-bot-50 {
  margin-bottom: 50px;
}

.marg-bot-100 {
  margin-bottom: 100px;
}

.marg-top-3 {
  margin-top: 3px;
}

.marg-top-5 {
  margin-top: 5px;
}

.marg-top-10 {
  margin-top: 10px;
}

.marg-top-14 {
  margin-top: 14px;
}

.marg-top-15 {
  margin-top: 15px;
}

.marg-top-20 {
  margin-top: 20px;
}

.marg-top-30 {
  margin-top: 30px;
}

.marg-top-34 {
    margin-top: 34px;
}

.marg-top-40 {
  margin-top: 40px;
}

.marg-top-50 {
  margin-top: 50px;
}

.marg-top-60 {
  margin-top: 60px;
}

.marg-top-100 {
  margin-top: 100px;
}

.marg-top-113 {
  margin-top: 113px;
}

.marg-top-134 {
  margin-top: 134px;
}

.marg-top-120 {
  margin-top: 120px;
}

.marg-top-222 {
  margin-top: 222px;
}

.marg-left-3 {
    margin-left: 3px;
}

.marg-left-5 {
  margin-left: 5px;
}

.marg-left-10 {
  margin-left: 10px;
}

.marg-left-16 {
  margin-left: 16px;
}

.marg-left-20 {
  margin-left: 20px;
}

.marg-left-30 {
  margin-left: 30px;
}

.marg-right-5 {
  margin-right: 5px;
}

.marg-right-10 {
  margin-right: 10px;
}

.marg-right-20 {
  margin-right: 20px;
}

.marg-right-40 {
  margin-right: 40px;
}

.marg-right-50 {
  margin-right: 50px;
}



/*#endregion*/

/*#region Navigation-header-Content-footer Layout*/
.navbartext {
  padding-left: 20px;
  padding-right: 20px;
}

.navbartext > li > a {
  color: #ffffff;
  background-color: #01aef6;
}

.navbartext > li > a:hover,
.navbartext > li > a:focus {
  color: #464646;
  background-color: #f2f2f2;
}

.header {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
}

.headertext {
  font-size: 15px;
  line-height: 20px;
}

.header-right {
  padding-left: 20px;
  padding-right: 20px;
}

.header-vertical-divider {
  border-right: 1px #cccccc solid;
}

.mainContent {
  width: 1200px;
  height: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
}

/*.footer {
    font-size: 12px;
    font-weight: 300;
	line-height: 16px; 
    width:1200px;
    height:80px;
    background-color:#FFFFFF;
}
.footerLogo {
    height:50px;
    width:195px;
    padding-top:10px;
    padding-left:15px;
    padding-right:30px;
}
.footerDivider {
    height:80px;
    border-right:1px #CCCCCC solid;
}
.footerText {
    width:500px;
    padding-top:15px;
    padding-left:30px;
    font-size:12px;
    font-weight:300;
    line-height:16px;
    color:#464646;
}
.footerIcon {
    height:70px;
    width:55px;
    padding-top:5px;
    padding-left:10px;
    padding-right:10px;
    color:#CCCCCC;
    font-size:12px;
    font-weight:300;
    line-height:16px;
}*/
/*#endregion*/

/*#region Form Fields*/
.common-form-row { 
  padding-top: 15px;
  padding-bottom: 15px;
}

.common-form-row-output {
    padding-top: 15px;
}

.common-form-row-no-top-padding {
  padding-bottom: 15px;
}

.common-form-row-no-bottom-padding {
  padding-top: 15px;
}

.row {
  display: inline-block;
}

.row-left {
  display: inline-block;
  float: left;
}

.row-right {
  display: inline-block;
  float: right;
}

.row-vertical {
  display: inline-block;
  vertical-align: top;
}

.d-block {
  display: block;
}

.d-block-centre {
    display: block;
    margin: 0 auto;
}

.w-100 {
  width: 100%;
}

.h-inherit {
    height: inherit;
}

.display-flex {
  display: flex;
}

.no-outline {
  outline: 0;
}

.no-display {
  display: none !important;
}

.flex {
  display: flex;
}

.flex-horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-horizontal-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-grow {
    flex-grow: 1;
}

.text-align-centre {
  text-align: center;
}

.common-form-label {
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

.common-form-label-blue {
  height: 30px;
  background-color: #ffffff;
  color: #01aef6;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

.common-form-label-greybg {
  height: 30px;
  background-color: #f2f2f2;
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

.warrantyExpiryRadioButton {
  height: 30px;
  /*background-color: #ffffff;*/
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
  padding-top: 5px;
  padding-right: 15px;
}

.common-form-label-radiobutton {
  height: 60px;
  background-color: #ffffff;
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box;
}

.common-form-label-mail {
  height: 30px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

.common-form-label-mail-ellipsis {
  height: 30px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  width: 313px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.common-form-field {
  width: 300px;
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .common-form-field.slider-form-field {
        border-radius: 3px 3px 0 0;
    }

    .common-form-field-2 {
        width: 300px;
        height: 30px;
        background-color: #ffffff;
        color: #464646;
        border: 1px solid #cccccc;
        border-radius: 3px;
        font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        padding-left: 6px;
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

.common-form-field-blue {
  width: 300px;
  height: 30px;
  background-color: #01aef6;
  color: #ffffff;
  border: 1px solid #01aef6;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field:not(.slider):focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field[disabled],
.common-form-field[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field.slider {
    box-shadow: none;
    border: none;
}

input[type=range] {
    background: repeating-linear-gradient(to right, #ccc, #ccc 10%, #000 10%, #000 11%, #ccc 11%, #ccc 20%);
}
    .common-form-field-widget-dropdownlist {
    display: block;
    width: 100%;
    height: 32px;
    background-color: #ffffff;
    color: #464646;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
    padding-left: 6px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-widget-dropdownlist:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field--widget-dropdownlist[disabled],
.common-form-field-widget-dropdownlist[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-dropdownlist {
  width: 300px;
  height: 32px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-dropdownlist:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-dropdownlist[disabled],
.common-form-field-dropdownlist[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-dobdropdownlist {
  width: 100px;
  height: 32px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  padding-left: 2px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-dobdropdownlist:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-dobdropdownlist[disabled],
.common-form-field-dobdropdownlist[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-vehAgedropdownlist {
  width: 154px;
  height: 32px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  padding-left: 2px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-vehAgedropdownlist:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-vehAgedropdownlist[disabled],
.common-form-field-vehAgedropdownlist[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-textarea {
  width: 298px;
  height: 100px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-textarea[disabled],
.common-form-field-textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-radiobutton-single {
  width: 300px;
  height: 30px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

table.common-form-field-radiobutton-single td:nth-child(2) {
  padding-left: 30px;
}

.common-form-field-radiobutton {
  width: 310px;
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

table.common-form-field-radiobutton tr:first-child td {
  padding-bottom: 20px;
  padding-top: 5px;
}

table.common-form-field-radiobutton label {
  padding-left: 10px;
  line-height: 15px;
  vertical-align: text-top;
}

.common-form-field-radiobutton-singleline {
  width: 632px;
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}

.common-form-field-radiobutton-singleline label {
  padding-left: 10px;
}

table.common-form-field-radiobutton-singleline td:first-child {
  padding-left: 320px;
}

table.common-form-field-radiobutton-singleline td:nth-child(2) {
  padding-left: 30px;
}

.common-form-field-radiobutton-singleline > input:first-child {
  margin-left: 323px;
}

.common-form-field-radiobutton-singleline > input:nth-child(3) {
  margin-left: 30px;
}

.common-form-field-radiobutton-singleline-align-left {
    padding-left: 10px;
}

table.common-form-field-radiobutton-singleline-align-left td:nth-child(2) {
  padding-left: 30px;
}

.common-form-field-radiobutton-singleline-align-left > input:first-child {
  margin-left: 323px;
}

.common-form-field-radiobutton-singleline-align-left > input:nth-child(3) {
  margin-left: 30px;
}

.common-form-field-check label {
  padding-left: 10px;
}

.common-form-field-check:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-check[disabled],
.common-form-field-check[readonly] {
  cursor: not-allowed;
  background-color: #f2f2f2;
  opacity: 1;
}

.common-form-field-check-useramend label {
  padding-left: 5px;
}

.common-form-field-check-useramend:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-check-useramend[disabled],
.common-form-field-check-useramend[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  cursor: pointer;
}

input[type="radio"] {
  width: 16px;
  height: 16px;
  bottom: 2px;
}

    input[type="radio"] + label {
        cursor: pointer;
        margin-left: 8px;
        font-weight: 400;
    }
    input[type="checkbox"] + label {
        cursor: pointer;
        margin-left: 8px;
    }

    input[type="radio"]:checked + label {
        font-weight: 700;
    }

    .common-form-field-gridTextbox {
        background-color: #ffffff;
        color: #464646;
        border: 0px solid #cccccc;
        border-radius: 3px;
        font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
        font-size: 14px;
        height: 34px;
        line-height: 20px;
        font-weight: 300;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

.common-form-field-gridTextbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-gridTextbox[disabled],
.common-form-field-gridTextbox[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.common-form-field-datepicker {
  width: 264px;
  height: 32px;
  background-color: #ffffff !important;
  color: #464646;
  border: 1px solid #cccccc;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-datepicker:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.common-form-field-datepicker[disabled],
.common-form-field-datepicker[readonly] {
  /*cursor: not-allowed;*/
  background-color: #eee;
  opacity: 1;
}

.datepicker-icon {
  display: inline-block;
  width: 35px;
  height: 32px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -4px;
  vertical-align: top;
}

.datepicker-icon-2 {
  display: inline-block;
  width: 35px;
  height: 32px;
  background-color: #f2f2f2;
  border: 1px solid #cccccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -4px;
  vertical-align: middle;
}
/*#endregion*/

/*#region RadEditor*/
.mailEditor {
  background-color: #f2f2f2 !important;
  border-radius: 5px;
  padding-top: 10px;
}

.mailEditor table > tbody > tr:nth-child(2) > td:nth-child(3) {
  background-color: #f2f2f2;
  padding-left: 10px;
  padding-bottom: 10px;
}

.mailEditor table > tbody > tr:nth-child(3) > td:first-child {
  border: 1px #cccccc solid;
  border-radius: 3px;
}

/*#endregion*/

/*#region Ajax Calender Extender*/
/*Sets style of outer container of calendar control*/
.date .ajax__calendar_container {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: #cccccc 0px 5px 10px 0px;
  color: #464646;
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 200px;
  margin: 2px 0px 0px 0px;
  padding: 4px;
  width: 200px;
  z-index: 1000;
}

/*Sets style of previous arrow, next arrow and current Month, Year(Title)*/
.date .ajax__calendar_header {
  height: 25px;
}

.date .ajax__calendar_prev,
.date .ajax__calendar_next {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 2px 5px 4px 5px;
}

.date .ajax__calendar_title {
  border-radius: 3px;
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 1px 5px 0px 5px;
}

.date .ajax__calendar_hover .ajax__calendar_prev,
.date .ajax__calendar_hover .ajax__calendar_next {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.date .ajax__calendar_hover .ajax__calendar_title {
}

/*Sets style of different views of calendar such as day view, month view and year view*/
.date .ajax__calendar_body {
  height: 145px;
  width: 200px;
}
/*Sets style of day view*/
.date .ajax__calendar_days {
  height: 145px;
  width: 200px;
}

/*Sets style of day name at the top of day view*/
.date .ajax__calendar_dayname {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  padding: 0px 5px 0px 5px;
  text-align: center;
}
/*Sets style of a day*/
.date .ajax__calendar_day {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 24px;
}

/*Sets style of month view*/
.date .ajax__calendar_months {
  height: 145px;
  width: 200px;
}
/*Sets style of a month*/
.date .ajax__calendar_month {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 37px;
  line-height: 14px;
  text-align: center;
  margin: 5px;
  width: 39px;
}

/*Sets style of year view*/
.date .ajax__calendar_years {
  height: 145px;
  width: 200px;
}
/*Sets style of a year*/
.date .ajax__calendar_year {
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 39px;
  line-height: 14px;
  text-align: center;
  margin: 4px;
  width: 39px;
}

.date .ajax__calendar_footer {
  height: 25px;
}

.date .ajax__calendar_today {
  padding-top: 7px;
}

.date .ajax__calendar_hover .ajax__calendar_day,
.date .ajax__calendar_hover .ajax__calendar_month,
.date .ajax__calendar_hover .ajax__calendar_year {
  background-color: #f2f2f2;
  border-radius: 15px;
}

/*sets style of currently selected date*/
.date .ajax__calendar_active .ajax__calendar_day,
.date .ajax__calendar_active .ajax__calendar_month,
.date .ajax__calendar_active .ajax__calendar_year {
  background-color: #01aef6;
  color: #ffffff;
  border-radius: 15px;
  font-family: myriad-pro, "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

/* sets the style of day, month name or year that is outside the current view e.g. days that don’t belong to the currently visible month*/
.date .ajax__calendar_other .ajax__calendar_day,
.date .ajax__calendar_other .ajax__calendar_month,
.date .ajax__calendar_other .ajax__calendar_year {
  color: rgb(153, 153, 153);
}
/*#endregion*/

/*#region Feedback*/
.has-success {
  border-color: #00c902;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success:focus {
  border-color: #00c902;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00c902;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00c902;
}

.has-warning {
  border-color: #ff3100;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning:focus {
  border-color: #ff3100;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3100;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3100;
}

.common-feedback {
  color: #ff3100;
  margin-top: 5px;
  text-align: left;
  display: none;
}
/*#endregion*/

/*#region Error Feedback*/
.error-message {
  border: 1px solid #ff3100;
  border-radius: 5px;
  color: #ff3100;
  padding: 15px 20px 15px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.common-error {
  margin-left: 50px;
  margin-right: 50px;
  text-align: left;
}

.success-message {
  border: 1px solid #00c902;
  border-radius: 5px;
  color: #00c902;
  padding: 15px 20px 15px 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.common-success {
  margin-left: 100px;
  margin-right: 100px;
  text-align: left;
}

.error-messages-1 {
  border: 1px solid #ff3100;
  border-radius: 5px;
  color: #ff3100;
  margin-top: 40px;
  padding: 15px 20px 15px 20px;
}

.error-messages-2 {
  border: 1px solid #ff3100;
  border-radius: 5px;
  color: #ff3100;
  margin-top: 120px;
  padding: 15px 20px 15px 20px;
}

.error-messages-3 {
  border: 1px solid #ff3100;
  border-radius: 5px;
  color: #ff3100;
  /*margin-top: 20px;*/
  padding: 15px 20px 15px 20px;
}

.error-messages-4 {
  border: 1px solid #01aef6;
  border-radius: 5px;
  color: #01aef6;
  padding: 15px 20px 15px 20px;
}

.success-messages-3 {
  border: 1px solid #00c902;
  border-radius: 5px;
  color: #00c902;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
}
/*#endregion*/

/*#region Buttons*/
/*Global styling for buttons*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.button-style {
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  height: 38px;
  padding: 0px 20px;
  text-align: center;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  outline: 0;
  cursor: pointer;
}

.button-pill-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.grey-outline-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 16px;
    color: #8E9CA1;
    padding: 10px 20px;
    box-shadow: 0 3px 4px -2px rgba(68, 83, 89, 0.32);
    -webkit-box-shadow: 0 3px 4px -2px rgba(68, 83, 89, 0.32);
    cursor: pointer;
    border: .5px solid #8E9CA1;
    gap: 8px;
}

    .grey-outline-button-icon:hover {
        background-color: #01aef6;
        color: #ffffff;
        border: .5px solid #01aef6;
    }

        .grey-outline-button-icon:hover img {
            filter: saturate(0) brightness(100);
            -webkit-filter: saturate(0) brightness(100);
        }

        .btn-pill-blue {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
            background-color: #01aef6;
            font-size: 16px;
            color: #fff;
            font-weight: 700;
            min-width: 130px;
            height: 38px;
            box-shadow: 0 1px 6px rgba(43, 102, 241, 0.32);
            cursor: pointer;
            padding: 0 8px;
            outline: none;
            border: none;
        }

.btn-pill-blue:hover,
.btn-pill-blue:active {
  background-color: #1ab5f2;
  color: #fff;
}

.btn-pill-blue img {
  margin-right: 4px;
}

    .btn-pill-blue.alt {
        background-color: #FF8700;
        box-shadow: 0 1px 6px rgba(200, 95, 0, 0.32);
    }
        .btn-pill-blue.alt:hover {
            background-color: #FF9114;
        }

.button-style-non-form {
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  height: 34px;
  padding: 0px 20px;
  text-align: center;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  line-height: 32px;
  outline: 0;
}

.button-style-link {
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  height: 34px;
  padding: 0px 11px;
  text-align: center;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  line-height: 32px;
  outline: 0;
}

.button-padding {
  margin-right: 10px;
}

.orange-button {
  border: 2px solid #ff8700;
  color: #ff8700;
  transition: all 120ms ease-out;
}

.orange-button:hover,
.orange-button:focus {
  background-color: #ff8700;
  color: #ffffff;
}

.blue-button {
  border: 2px solid #01aef6;
  color: #01aef6;
  transition: all 120ms ease-out;
}

.blue-button:hover,
.blue-button:focus {
  background-color: #01aef6;
  color: #ffffff;
}

.blue-button-selected {
  border: 2px solid #01aef6;
  background-color: #01aef6;
  color: #ffffff;
  transition: all 120ms ease-out;
}

.blue-button-selected:hover,
.blue-button-selected:focus {
  color: #ffffff;
}

.grey-button {
  border: 2px solid #464646;
  color: #464646;
  transition: all 120ms ease-out;
}

.grey-button:hover,
.grey-button:focus {
  background-color: #464646;
  color: #ffffff;
}

.white-button {
  border: 2px solid #fff;
  color: #fff;
  transition: all 120ms ease-out;
}

.white-button:hover,
.white-button:focus {
  background-color: #fff;
  color: #ff8700;
}

.green-button {
  border: 2px solid #00c902;
  color: #00c902;
  transition: all 120ms ease-out;
}

.green-button:hover,
.green-button:focus {
  background-color: #00c902;
  color: #ffffff;
}

.red-button {
  border: 2px solid #ff3100;
  color: #ff3100;
  transition: all 120ms ease-out;
}

.red-button:hover,
.red-button:focus {
  background-color: #ff3100;
  color: #ffffff;
}

.disabled-button {
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
}

.disabled-button:hover,
.disabled-button:focus {
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
}

.disabled-link {
  border: 2px solid #dcdcdc;
  color: #dcdcdc;
  pointer-events: none;
}

.blue-button-fill {
  background-color: #01aef6;
  border: 2px solid #01aef6;
  color: #ffffff;
  transition: all 120ms ease-out;
}

.blue-button-fill:hover,
.blue-button-fill:focus {
  background-color: #1ab5f2;
  border: 2px solid #1ab5f2;
  color: #ffffff;
}

    .blue-button-fill:disabled,
    .blue-button-fill[disabled],
    .btn-pill-blue:disabled,
    .btn-pill-blue[disabled] {
        background-color: #eee;
        pointer-events: none;
        border: 2px solid #eee;
        box-shadow: none;
    }

    .orange-button-fill {
        background-color: #ff8700;
        border: 2px solid #ff8700;
        color: #ffffff;
        width: 90px;
        transition: all 120ms ease-out;
    }

.orange-button-fill:hover,
.orange-button-fill:focus {
  background-color: #ff9c2a;
  border: 2px solid #ff9c2a;
  color: #ffffff;
}

/*#endregion*/

/*#region GridView*/

table.gridview td {
  border-bottom: 1px #cccccc solid;
}
/*#endregion*/

/*#region Boxes*/
.common-grey-box {
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 15px 20px;
}

.common-grey-box2 {
  text-align: justify;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 15px 20px 0px;
}

.common-grey-box3 {
  text-align: justify;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 0px 20px;
}

.common-warning-box {
  /*text-align: justify;*/
  background-color: #fffbe4;
  border: 1px solid #e5dab1;
  border-radius: 5px;
  padding: 15px 20px;
}

    

    .bluewhite-grid-container {
        border: 1px solid #01aef6;
        border-radius: 5px;
    }

.bluewhite-grid-header {
  color: #ffffff;
  background-color: #01aef6;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.greyred-grid-header {
  color: #ff3100;
  background-color: #f2f2f2;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.bluewhite-grid-footer {
  background-color: #f2f2f2;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*#endregion*/

/*#region Links*/
.hyperlink {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.hyperlink-without-decoration {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}
/*#endregion*/

/*#region Widgets*/
.widgets {
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
}
/*#endregion*/

/*#region Adorner*/
.overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.overlayContent {
  z-index: 99;
  margin: 250px auto;
  width: 200px;
  height: 80px;
}

@media (max-width: 767px) {
  .overlayContent {
    margin: 70px auto;
  }
}

.opacity-100 {
  opacity: 1;
}

.overlayContent p {
  color: #01aef6;
}

.overlayContent img {
  width: 140px;
  height: 140px;
}
/*#endregion*/

/*#region Tooltips */
.help-icons {
  padding-left: 15px;
  padding-bottom: 1px;
}

.help-icons-padding {
  margin-top: -35px;
  margin-left: 82px;
}

a.tooltipIcon span {
  z-index: -90;
  position: absolute;
  background: #f2f2f2;
  border: 1px solid #01aef6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: -8px;
  margin-left: 20px;
  padding: 15px 20px;
  color: #464646;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

a.tooltipIcon:hover span {
  z-index: 90;
  position: absolute;
  width: 250px;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.25s;
  -moz-transition: opacity 1s ease 0.25s;
  -o-transition: opacity 1s ease 0.25s;
  -ms-transition: opacity 1s ease 0.25s;
  transition: opacity 1s ease 0.25s;
}

a.tooltipIcon-radiobutton1 span {
  position: absolute;
  left: 40px;
  bottom: 0px;
  background: #f2f2f2;
  border: 1px solid #01aef6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: -8px;
  margin-left: 20px;
  padding: 15px 20px;
  color: #464646;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

a.tooltipIcon-radiobutton1:hover span {
  position: absolute;
  width: 250px;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.25s;
  -moz-transition: opacity 1s ease 0.25s;
  -o-transition: opacity 1s ease 0.25s;
  -ms-transition: opacity 1s ease 0.25s;
  transition: opacity 1s ease 0.25s;
}

a.tooltipIcon-radiobutton2 span {
  position: absolute;
  left: 40px;
  bottom: -30px;
  background: #f2f2f2;
  border: 1px solid #01aef6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: -8px;
  margin-left: 20px;
  padding: 15px 20px;
  color: #464646;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
}

a.tooltipIcon-radiobutton2:hover span {
  position: absolute;
  width: 250px;
  opacity: 1;
  -webkit-transition: opacity 1s ease 0.25s;
  -moz-transition: opacity 1s ease 0.25s;
  -o-transition: opacity 1s ease 0.25s;
  -ms-transition: opacity 1s ease 0.25s;
  transition: opacity 1s ease 0.25s;
}
/*#endregion*/

/*#region Tabs*/
.tabs {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-right: 3px;
}
/*#endregion*/

/*#region STYLING FOR FOOTER START*/
.footer {
  width: 1200px;
  height: 80px;
  background-color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.footerLogo {
  height: 65px;
  padding: 15px 30px 0px 15px;
  border-right: 1px solid #ccc;
}

.footerText {
  padding-left: 30px;
  font-size: 12px;
}

.footerIconLinks {
  padding: 0px 5px 0px 5px;
  font-weight: 300;
  line-height: 16px;
  color: #ccc;
  font-size: 12px;
  text-align: center;
  top: 10px;
  position: relative;
}

.footerIconLinkBox {
  padding-left: 115px;
}

/*#endregion*/

/*#region Global Background Colours*/
.blueBackGround {
  background: #01aef6;
}

.greenBackGround {
  background: #00c902;
}

.orangeBackGround {
  background: #ff8700;
}

.whiteBackGround {
  background: #fff;
}

.lightBlueBackGround {
  background: #ddf5fc;
}

.lightGrey1BackGround {
  background: #cccccc;
}

.lightGrey2BackGround {
  background: #f2f2f2;
}

.redBackGround {
  background: #ff3100;
}
/*#endregion*/

/*#region GLOBAL STYLING START*/
body {
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #464646;
  background-color: #fff;
  /*width: 1200px;*/
  min-width: 1230px;
  min-height: 600px;
}

.center-window {
  width: 1200px;
  margin: 0 auto;
}

* {
  margin: 0px;
  padding: 0px;
}

a {
  color: #01aef6;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
  color: #01aef6;
}

ul,
ol {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.box {
  display: inline-block;
}

.box-align-bottom {
  display: inline-block;
  vertical-align: bottom;
}

.backgroundBoxGeneral {
  /*height: 700px;*/
  width: 1160px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}

.backgroundBoxGeneralHeight {
  min-height: 600px;
  width: 100%;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}
/*#endregion*/

/*#region Width*/
.width-110P {
  width: 110%;
}

.width-100P {
  width: 100%;
  width: 100%;
}

.width-62P {
  width: 62%;
}

.width-35P {
    width: 35%;
}

.width-10 {
  width: 10px;
}

.width-40 {
    width: 50px;
}

.width-50 {
    width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-90 {
  width: 90px;
}

.width-110 {
  width: 110px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-176 {
  width: 176px;
}

.width-180 {
  width: 180px;
}

.width-200 {
  width: 200px;
}

.width-230 {
  width: 230px;
}

.width-235 {
  width: 235px;
}

.width-250 {
  width: 250px;
}

.width-260 {
  width: 260px;
}
.width-270 {
    width: 270px;
}

.width-290 {
  width: 290px;
}

.width-300 {
  width: 300px;
}

.width-303 {
  width: 303px;
}

.width-313 {
  width: 313px;
}

.width-320 {
  width: 320px;
}

.width-330 {
  width: 330px;
}

.width-340 {
  width: 340px;
}

.width-350 {
  width: 350px;
}

.width-360 {
  width: 360px;
}

.width-370 {
  width: 370px;
}

.width-375 {
  width: 375px;
}

.width-400 {
  width: 400px;
}

.width-430 {
  width: 430px;
}

.width-450 {
  width: 450px;
}

.width-525 {
  width: 525px;
}

.width-560 {
  width: 560px;
}

.width-650 {
  width: 650px;
}

.width-610 {
  width: 610px;
}

.width-660 {
  width: 660px;
}

.width-704 {
  width: 704px;
}

.width-750 {
  width: 750px;
}

.width-765 {
  width: 765px;
}

.width-788 {
  width: 788px;
}

.width-820 {
  width: 820px;
}

.width-880 {
  width: 880px;
}

.width-1150 {
  width: 1150px;
}
/*#endregion Width*/

/*#region Padding*/
.padding-0 {
  padding: 0;
}

.padding-3 {
  padding: 3px;
}

.padding-5 {
  padding: 5px;
}

.padding-8 {
  padding: 8px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-40 {
  padding: 40px;
}

.padding-top-0 {
  padding-top: 0px;
}

.padding-top-3 {
  padding-top: 3px;
}

.padding-top-4 {
  padding-top: 4px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-top-8 {
  padding-top: 8px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-bottom-0 {
  padding-bottom: 0px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-58 {
  padding-bottom: 58px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-left-6 {
  padding-left: 6px;
}

.padding-left-8 {
  padding-left: 8px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding-left-25 {
  padding-left: 25px;
}

.padding-left-30 {
  padding-left: 30px;
}

.padding-left-35 {
  padding-left: 35px;
}

.padding-left-40 {
  padding-left: 40px;
}

.padding-left-45 {
  padding-left: 45px;
}

.padding-left-50 {
  padding-left: 45px;
}

.padding-left-55 {
  padding-left: 55px;
}

.padding-left-60 {
  padding-left: 60px;
}

.padding-left-80 {
  padding-left: 80px;
}

.padding-left-85 {
  padding-left: 85px;
}

.padding-left-100 {
  padding-left: 100px;
}

.padding-left-155 {
  padding-left: 155px;
}

.padding-left-280 {
  padding-left: 280px;
}

.padding-left-320 {
  padding-left: 320px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-right-8 {
  padding-right: 8px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-right-30 {
  padding-right: 30px;
}

.padding-right-40 {
  padding-right: 40px;
}

.padding-right-50 {
  padding-right: 50px;
}

.padding-right-60 {
  padding-right: 60px;
}

.padding-right-70 {
  padding-right: 70px;
}

.padding-right-80 {
  padding-right: 80px;
}

.padding-right-90 {
  padding-right: 90px;
}

.padding-right-110 {
  padding-right: 110px;
}

.padding-right-130 {
  padding-right: 130px;
}

.padding-right-150 {
  padding-right: 150px;
}

.padding-right-190 {
  padding-right: 190px;
}

.padding-right-240 {
  padding-right: 240px;
}

.padding-right-270 {
  padding-right: 270px;
}

.padding-right-320 {
  padding-right: 320px;
}

.padding-left-right-5 {
    padding: 0px 5px;
}

.padding-left-right-10 {
  padding: 0px 10px;
}

.padding-left-right-11 {
  padding: 0px 11px;
}

.padding-left-right-20 {
  padding: 0px 20px;
}

.padding-top-bottom-30 {
  padding: 30px 0px;
}

.padding-top-bottom-15 {
  padding: 15px 0px;
}

.padding-15-20 {
  padding: 15px 20px;
}

/*#endregion*/

/*#region Align*/
.text-align-right {
  text-align: right;
}

.text-align-left {
  text-align: left;
}

.center {
  text-align: center;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.right-0 {
  right: 0;
}

.right-20 {
  right: 20px;
}
/*#endregion*/

/*#region Font size*/
.fontsize-10 {
  font-size: 10px;
}

.fontsize-11 {
  font-size: 11px;
}

.fontsize-12 {
  font-size: 12px;
}

.fontsize-13 {
  font-size: 13px;
}

.fontsize-14 {
  font-size: 14px;
}

.fontsize-15 {
  font-size: 15px;
}

.fontsize-16 {
  font-size: 16px;
}

.fontsize-18 {
  font-size: 18px;
}

.fontsize-20 {
  font-size: 20px;
}

.fontsize-22 {
  font-size: 22px;
}

.fontsize-24 {
  font-size: 24px;
}

.fontsize-30 {
  font-size: 30px;
}

.font-size-35 {
  font-size: 35px;
}

.fontsize-36 {
  font-size: 36px;
}

.fontsize-40 {
  font-size: 40px;
}

.fontsize-42 {
  font-size: 42px;
}

.fontsize-50 {
  font-size: 50px;
}

.fontsize-60 {
  font-size: 60px;
}

.lineheight-14 {
  line-height: 14px;
}

.lineheight-36 {
  line-height: 36px;
}
/*#endregion*/

/*#region Font weight*/
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/*#endregion*/

/*#region Dividers*/
.divider-hortizontal-grey {
  border-top: 1px #cccccc solid;
}

.divider-hortizontal-green {
  border-top: 1px #00c902 solid;
}

.divider {
  border-bottom: 1px #cccccc solid;
}

.common-divider {
  border-bottom: 1px #cccccc solid;
  padding-left: 15px;
  padding-right: 15px;
}

.common-darkgrey-divider {
  border-bottom: 1px #464646 solid;
  padding-left: 15px;
  padding-right: 15px;
}

.common-blue-divider {
  border-bottom: 1px #01aef6 solid;
  padding-left: 15px;
  padding-right: 15px;
}

.controlBody {
  width: 900px;
}

.controlBodySection1 {
  float: left;
  width: 130px;
}

.controlBodySection2 {
  float: right;
  width: 750px;
}
/*#endregion*/

/*#region Images*/
.image-top-radius {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.image-bootom-radius {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/*#endregion*/

/*#region TAB MENU*/
.menu-bar {
  background-color: #01aef6;
}

.menu {
  color: #fff;
}

.menu ul {
}

.menu ul a,
.menu ul a:visited {
  line-height: 64px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding: 0px 20px !important;
}

.menu ul a:hover {
  background-color: #f2f2f2;
  color: #464646;
}

/*#endregion */

/*#region subMenu    */
.submenu {
}

.submenu ul {
  list-style: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.submenu ul li a,
.submenu ul li a:visited {
  line-height: 46px;
  color: #464646;
  text-align: left;
}

.submenu ul li a:hover {
  background-color: #01aef6;
  color: #fff;
}

/*#endregion */

/*#region float    */
.float-right {
  float: right;
}

.float-left {
  float: left;
}
/*#endregion*/

/*#region line height*/
.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-45 {
  line-height: 45px;
}

.line-height-70 {
  line-height: 70px;
}
/*#endregion*/

/*#region height*/
.height-547 {
  height: 547px;
}

.height-578 {
  height: 578px;
}

.height-750 {
  height: 750px;
}

.height-30 {
  height: 30px;
}
/*#endregion*/

/*#region borders*/
.grey-border-left {
  border-left: 1px solid #cccccc;
}

.grey-border-right {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
/*#endregion*/

.mailNumber {
  position: absolute;
  top: 10px;
  left: 130px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  font-size: 18px;
  color: #ff8700;
  text-align: center;
  background: #fff;
  border-style: none;
  font-weight: 600;
  line-height: 25px;
  vertical-align: middle;
}

.newBadgeBack {
  position: absolute;
  top: 220px;
  left: -20px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: #ed1c24;
  -webkit-box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.3);
  box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.3);
  -webkit-animation: pulse 8s infinite 3.4s ease-in;
  animation: pulse 8s infinite 3.4s ease-in;
}

.newBadge {
  position: absolute;
  top: 200px;
  left: -20px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #ed1c24;
  border-style: none;
  font-weight: 600;
  line-height: 25px;
  vertical-align: middle;
  -webkit-box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.6);
  box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.6);
  z-index: 1;
  -webkit-animation: smallRotation 8s infinite 3s ease-in;
  animation: smallRotation 8s infinite 3s ease-in;
}

@keyframes smallRotation {
  0% {
    transform: rotate(0deg);
  }

  3% {
    transform: rotate(5deg);
  }

  6% {
    transform: rotate(0deg);
  }

  100% {
  }
}

@-webkit-keyframes smallRotation {
  0% {
    transform: rotate(0deg);
  }

  3% {
    transform: rotate(5deg);
  }

  6% {
    transform: rotate(0deg);
  }

  100% {
  }
}

/*THIS ANIMATION PULSES AND FADES OUT*/

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
    background: #ed1c24;
  }

  10% {
    transform: scale(2);
    opacity: 0;
    background: #ff8a8a;
  }

  20% {
    transform: scale(3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
    background: #ed1c24;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
    background: #ed1c24;
  }

  10% {
    transform: scale(2);
    opacity: 0;
    background: #ff8a8a;
  }

  20% {
    transform: scale(3);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
    background: #ed1c24;
  }
}

.newBadge > span {
  padding-top: 8px;
  position: relative;
  display: block;
}

.newBadgeBack-big {
  position: absolute;
  top: 185px;
  left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: #ed1c24;
  z-index: 1;
  -webkit-box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.3);
  box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.3);
  -webkit-animation: pulse 8s infinite 3.4s ease-in;
  animation: pulse 8s infinite 3.4s ease-in;
}

/* Vector */
.award-rating {
    top: 2px;
    position: relative;
    margin: 0 5px;
}



.newBadgeBack-big.awards,
.newBadge-big.awards {
    top: 210px
}

.newBadge-big {
  position: absolute;
  top: 185px;
  left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #ed1c24;
  border-style: none;
  font-weight: 600;
  line-height: 25px;
  vertical-align: middle;
  z-index: 2;
  -webkit-box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.6);
  box-shadow: 1px 2px 6px rgba(175, 33, 38, 0.6);
  -webkit-animation: smallRotation 8s infinite 3s ease-in;
  animation: smallRotation 8s infinite 3s ease-in;
}

.newBadge-big > span {
  padding-top: 14px;
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.8;
}

.dollarSign {
  font-size: 0.5em;
  vertical-align: super;
}

#logotext a:link {
  text-decoration: none;
  color: #fff;
}

#logotext a:visited {
  text-decoration: none;
  color: #fff;
}

#logotext a:hover {
  text-decoration: none;
  color: #fff;
}

#logotext a:active {
  text-decoration: none;
  color: #fff;
}

/*#region STYLING FOR NAVBAR START*/
.head-bar {
  width: 100%;
  height: 85px;
  background-color: #01aef6;
}

.nav-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo {
  float: left;
  display: inline-block;
}

.nav-menu {
  float: right;
  display: inline-block;
  height: 70px;
  font-size: 16px;
  margin-right: 5px;
}

.nav-menu ul {
  /*text-align: left;*/
  display: inline;
  margin: 0;
  list-style: none;
  height: 70px;
  /*padding: 15px 4px 17px 0;*/
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
}

.nav-menu ul li {
  display: inline-block;
  line-height: 70px;
  height: 100%;
  margin-right: -4px;
  position: relative;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  /* -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;*/
}

.nav-menu ul li a {
  color: #fff;
  display: block;
  height: 70px;
  padding: 0 20px;
  font-weight: 600;
  text-decoration: none;
}

.nav-menu ul li:hover {
  background: #f2f2f2;
}

.nav-menu ul li:hover a {
  color: #585858;
}

.pay-by-web-btn {
  padding: 12px 26px;
  box-shadow: 1px 2px 4px #e67017;
  border-radius: 8px;
  font-weight: 700;
}

.dropdown-nav li {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 1px solid #ccc;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-nav li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-menu ul li ul {
  z-index: 1000;
  padding: 0;
  position: absolute;
  top: 70px;
  left: 0;
  min-width: 200px;
  height: 55px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

/*Second level*/
.nav-menu ul li ul li {
  background: #fff;
  display: block;
  line-height: 55px;
}

.nav-menu ul li ul li a {
  color: #464646;
  white-space: nowrap;
  display: block;
  height: 55px;
  padding: 0 20px;
  color: #585858;
  font-weight: 500;
}

.nav-menu ul li ul li:hover {
  background: #01aef6;
}

.nav-menu ul li ul li:hover a {
  color: #fff;
}

.nav-menu ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-nav li:hover .tert-nav {
  visibility: visible;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
  border-left: 1px solid transparent;
}

/*Third level*/
.tert-nav {
  position: absolute;
  visibility: hidden;
}

.dropdown-nav li:hover .tert-nav {
  visibility: visible;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.tert-nav > li {
  display: block;
  min-width: 200px;
  background: #fff;
  color: #464646 !important;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.tert-nav > li > a {
  display: block;
  min-width: 200px;
  background: #fff;
  color: #464646 !important;
  border-right: 1px solid #ccc;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.tert-nav > li > a:hover {
  color: #fff !important;
  background: #01aef6;
}

.tert-nav > li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.tert-nav > li:first-child a {
  border-top-right-radius: 4px;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
/*#endregion*/

/*#region Resources*/
.resources-1 {
  display: inline-block;
  width: 518px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #01aef6;
  padding: 5px 20px 5px 20px;
}

.resources-2 {
  display: inline-block;
  padding: 10px 0px 10px 0px;
}

.resources-3 {
  display: inline-block;
  width: 400px;
}

.headerBoxResources {
  height: 40px;
  padding-left: 20px;
  vertical-align: middle;
  color: #ffffff;
  line-height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 540px;
}

/*#endregion*/

/*#region Product Search*/
.product-panel {
  width: 1160px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
}

.headerBoxProductSearchContainer {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #01aef6;
}

.headerBoxProductSearch {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  color: #ffffff;
  line-height: 40px;
}

.alternateRowProductSearch {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.rowProductSearch {
  background-color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.rowProductSearchContainer {
  border-right: 1px solid #01aef6;
}

.rowAlternateProductSearchContainer {
  border-right: 1px solid #01aef6;
  background-color: #f2f2f2;
}

.borderLeftBlue {
  border-left: 1px solid #01aef6;
}

/*#endregion*/

/*#region User Amend Details*/
.backgroundBoxUser {
  width: 1150px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #f2f2f2;
  padding: 25px;
}

.widgetBox {
  width: 565px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px #aaa;
}

.widgetBox-bottom {
  border-radius: 5px;
  box-shadow: 3px 3px 8px #aaa;
}

.userHeaderBox {
  height: 45px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  line-height: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 20px;
}
/*#endregion*/

/*#region Marketing Grid */
.marketingGridOuter {
  /*border-top: 1px solid #01AEF6;*/
  border-left: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-radius: 3px;
  overflow: hidden;
}

.marketingGrid {
  border-color: transparent;
}

.marketingGrid tr > th {
  background-color: #01aef6;
  border: 1px solid #01aef6;
  color: #ffffff;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}

.marketingGrid td {
  border-right: 1px solid #01aef6;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 14px;
}

.marketingGrid tr > th > a {
  color: #fff !important;
  text-decoration: none;
}

/*     .marketingGrid td:nth-child(1) {
            padding: 8px 10px;
        }
        .marketingGrid td:nth-child(2) {
            padding: 8px 10px;
        }
        .marketingGrid td:nth-child(3) 
        {
            color: #FF3100;
            padding: 8px 10px;
        }
        .marketingGrid td:nth-child(4) 
        {
            background-color:#CCCCCC;
            border-bottom:1px solid #CCCCCC; 
        }
        .marketingGrid td:nth-child(4) label {
            padding: 8px 10px;
        }
        .marketingGrid td:nth-child(4) input {
            padding:0px 10px;
        }
        .marketingGrid td:nth-child(5) {
            padding: 8px 10px;
            border-right:0;
        }*/
/*#endregion*/

/*#region Agent Admin*/
.search-agent-panel {
  width: 430px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: inline-block;
}

.search-agents-users-panel {
  width: 360px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: inline-block;
}

.add-new-agent-panel {
  width: 330px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: inline-block;
}

.agent-maintenance-agent-panel {
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 20px;
}

.container-agent-maintenance-1 {
  display: inline-block;
  width: 640px;
}

.container-agent-maintenance-2 {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 20px;
}

.background-box-agent-admin {
  min-height: 800px;
  width: 1420px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}

.background-box-agent-admin-user {
  height: 870px;
  width: 1420px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}

.headerBoxPrimaryContainer {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ff8700;
  /*width: 400px;*/
}

.headerBoxPrimary {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  color: #ffffff;
  line-height: 40px;
}

.agent-maintenance-primary-agent-1 {
  display: inline-block;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #ff8700;
}

.agent-maintenance-primary-agent-2 {
  display: inline-block;
  border-right: 1px solid #ff8700;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
}

.agent-maintenance-primary-agent-3 {
  padding: 0px 10px 0px 10px;
}

.agent-maintenance-secondary-agent-panel {
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 20px 20px 0px 20px;
}

.delete-agent-container {
  border: 1px solid #ff3100;
  border-radius: 5px;
  color: #ff3100;
  padding: 0px 15px 0px 15px;
}

.secondaryAgentGridGridOuter {
  border: 1px solid #00c902;
  border-radius: 3px;
  overflow: hidden;
}

.secondaryAgentGrid {
  border-color: transparent;
}

.secondaryAgentGrid tr > th {
  background-color: #00c902;
  border: 1px solid #00c902;
  color: #ffffff;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.secondaryAgentGrid td {
  border-right: 1px solid #00c902;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 12px;
}

.secondaryAgentGrid td:nth-child(3) {
  border-right: 0px;
}

.secondaryAgentGrid tr > th > a {
  color: #fff !important;
  text-decoration: none;
}

.label-add-secondary-agent {
  display: inline-block;
  width: 440px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.container-button {
  display: inline-block;
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

.container-user-1 {
  display: inline-block;
  width: 700px;
  margin-top: 20px;
}

.container-user-2 {
  display: inline-block;
  width: 395px;
  vertical-align: top;
  margin: 20px 0px 0px 20px;
}

.headerBoxUserDetail {
  height: 40px;
  padding-left: 20px;
  vertical-align: middle;
  color: #ffffff;
  line-height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.userDetails-1 {
  display: inline-block;
  width: 353px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ff8700;
  padding: 5px 20px 5px 20px;
}

.container-user-profile-check-1 {
  display: inline-block;
  width: 190px;
}

.container-user-profile-check-2 {
  display: inline-block;
  width: 170px;
}

.user-detail-email-1 {
  display: inline-block;
  width: 353px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #00c902;
  padding: 5px 20px 5px 20px;
}

.user-detail-email-2 {
  display: inline-block;
  padding: 10px 0px 10px 0px;
}

.user-detail-email-3 {
  display: inline-block;
  width: 270px;
}

.user-detail-user-access-1 {
  display: inline-block;
  width: 353px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ff3100;
  padding: 5px 20px 15px 20px;
}

.user-detail-buttons-container {
  margin-top: 40px;
  height: 40px;
}

.green-message-box {
  border: 1px solid #00c902;
  border-radius: 5px;
  color: #00c902;
}

.background-box-product-admin {
  min-height: 700px;
  width: 1420px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
}

.headerBoxAgent {
  height: 40px;
  padding-left: 20px;
  color: #ffffff;
  line-height: 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/*#endregion*/

/*#region Product Maintentenace Grid */
.agentProductGridOuter {
  border: 1px solid #01aef6;
  border-radius: 3px;
  overflow: hidden;
}

.agentProductGrid {
  border-color: transparent;
}

.agentProductGrid tr > th {
  background-color: #01aef6;
  border: 1px solid #01aef6;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.agentProductGrid td {
  border-right: 1px solid #01aef6;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  color: #464646;
  /*padding: 5px 5px*/
  font-size: 12px;
}

.agentProductGrid td:nth-child(1) {
  padding: 8px 5px;
}

.agentProductGrid td:nth-child(2) {
  padding: 8px 5px;
}

.agentProductGrid td:nth-child(3) {
  padding: 8px 5px;
}

.agentProductGrid td:nth-child(4) label {
  padding: 8px 5px;
}

.agentProductGrid td:nth-child(4) input {
  padding: 0px 5px;
}

.agentProductGrid td:nth-child(5) label {
  padding: 8px 5px;
}

.agentProductGrid td:nth-child(5) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(6) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(8) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(9) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(10) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(11) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(12) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(13) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(14) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(15) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(16) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(17) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(18) input {
  padding: 0px 2px;
}

.agentProductGrid td:nth-child(20) {
/*  border-right: 0px !important;
*/}

.agentProductGrid-gridTextbox {
  background-color: #ffffff;
  color: #464646;
  font-size: 12px;
  height: 32px;
  line-height: 20px;
  font-weight: 300;
}

/*#endregion*/

/*#region Mailbox*/
.blueBox-1 {
  height: 600px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
}

.blueBox-2 {
  height: 560px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  width: 746px;
}

.blueBox-3 {
  min-height: 655px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
}

.blueBox-4 {
  height: 600px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}

.blueBox-5 {
  height: 570px;
  border: 1px solid #01aef6;
  border-radius: 5px;
  background: #fff;
  width: 746px;
}

.elevated-bluebox {
    border-radius: 5px;
    overflow: hidden;
    border: .5px solid #72d4fd;
    box-shadow: 2px 2px 8px rgba(91, 148, 171, .32);
}

.scroll-container-1 {
  overflow-y: scroll;
}

.scroll-container-2 {
  overflow-y: auto;
}

.mail-outlook-content {
  padding-left: 15px;
  padding-right: 15px;
  height: 60px;
  padding: 10px 10px 10px 0px;
  vertical-align: middle;
}

.circleBase {
  background: #01aef6;
  border-radius: 50%;
  behavior: url(PIE.htc);
  display: inline-block;
  height: 10px;
  margin-top: 20px;
  vertical-align: text-bottom;
  width: 10px;
}

.new-mail-box {
  background-color: #f2f2f2;
  border-top-left-radius: 5px;
  border-right: 1px #cccccc solid;
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 174px;
}

.delete-mail-box {
  background-color: #f2f2f2;
  border-top-right-radius: 5px;
  height: 30px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  width: 174px;
}

.delete-saved {
  min-height: 50px;
  width: 1140px;
  background-color: #ff3100;
}

.saved-application-review {
  border: 1px solid #01aef6;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 15px;
  margin-top: 20px;
}

.white-red-button {
  border: 2px solid #fff;
  color: #fff;
}

.white-red-button:hover,
.white-red-button:focus {
  background-color: #fff;
  color: #ff3100;
}

.inline-block {
  display: inline-block;
}

.padding-top-14 {
  padding-top: 14px;
}

.redlineTextCellFormatting {
  background-color: #ff3100 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
  padding: 8px 10px;
  border: 0;
}

.redlineButtonCellFormatting {
  background-color: #ff3100 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 8px 10px;
  border: 0;
  border-right: 1px solid #01aef6;
}

.marg-right-10 {
  margin-right: 10px;
}

.marg-right-30 {
  margin-right: 30px;
}

.savedApplicationGridOuter {
  /*border-top: 1px solid #01AEF6;*/
  border-left: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-radius: 3px;
  overflow: hidden;
}

.pbmSavedApplicationGridOuter {
  /*border-top: 1px solid #01AEF6;*/
  border-left: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-radius: 3px;
}

.savedApplicationGrid {
  /*border-color: transparent;*/
  border: 1px solid #01aef6;
}

.savedApplicationGrid tr > th {
  background-color: #01aef6;
  border: 1px solid #01aef6;
  color: #ffffff;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  min-width: 100px;
  font-weight: 600;
}

.savedApplicationGridtd {
  border-right: 1px solid #01aef6;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 14px;
  max-width: 250px;
  -ms-word-break: break-word;
  word-break: break-word;
}
.savedApplicationGridtd .blue-button-fill {
  background-color: #01aef6;
  border: none;
  color: #ffffff;
  width: 90px;
  height: 38px;
}

.savedApplicationGridtd .blue-button-fill:hover,
.savedApplicationGridtd .blue-button-fill:focus {
  background-color: #1ab5f2;
  color: #ffffff;
}

.pbmSavedApplicationGridtdBottomRow {
  border-right: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-left: 0;
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 14px;
}

.pbmSavedApplicationGridtdBottomRowFirstColumn {
  border-right: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-left: 1px solid #01aef6;
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 14px;
}

.pbmSavedApplicationGridtdBottomRowFirstColumnTopRow {
  /*border-right: 1px solid #01AEF6;*/
  border-bottom: 0;
  /*border-left: 1px solid #01AEF6;*/
  border-top: 0;
  color: #464646;
  padding: 8px 10px;
  font-size: 14px;
}

.savedApplicationGrid tr > th > a {
  color: #fff !important;
  text-decoration: none;
}

.error-messages-savedApplications {
  border: 1px solid #01aef6;
  border-radius: 5px;
  color: #01aef6;
  /*margin-top: 20px;*/
  padding: 15px 20px 15px 20px;
}

.sabutton-style-non-form {
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  height: 38px;
  padding: 0px 20px;
  text-align: center;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 16px;
  background-color: transparent;
  line-height: 32px;
  outline: 0;
}

.button-style-non-form-sm {
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  padding: 0px 20px;
  text-align: center;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: 12px;
  background-color: transparent;
  line-height: 20px;
  outline: 0;
}

.savedApplicationSoonToExpire {
  border-right: 1px solid #01aef6;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
  color: #ff3100;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 14px;
}

.pbmSavedApplicationSoonToExpire {
  border-right: 1px solid #01aef6;
  border-bottom: 1px solid #01aef6;
  border-left: 0;
  border-top: 0;
  color: #ff3100;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 14px;
}

/*#endregion*/

/***Addition***/

.whiteText-boldHeight {
  color: #ffffff;
  line-height: 25px;
}

.common-form-field-100 {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 10px;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-100:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

input {
  box-sizing: border-box;
}

.common-form-field-short {
  width: 95px;
  height: 30px;
  background-color: #ffffff;
  color: #464646;
  border: 1px solid #464646;
  border-radius: 3px;
  font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 6px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.common-form-field-short:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.width570 {
  width: 527px;
}

.price-list-panel-1 {
  width: 360px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  display: inline-block;
}

/* THIS IS THE STYLING FOR THE JQUERY MODAL USED ON THE HOME FOR THE REFERRAL ENGINE PROGRAM*/

.blocker {
  padding: 0;
  z-index: 2;
}

body .jquery-modal .modal {
  width: 100%;
  padding: 40px 34px;
  max-width: 500px;
}

/*Tims Styling*/
.prod-grey-box {
  text-align: justify;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  padding: 15px 20px 15px 20px;
}

.prod-manage-flex {
  display: -webkit-flex;
  display: flex;
}

.prod-butt-flex {
  display: -webkit-flex;
  display: flex;
}

.prod-width {
  min-width: 570px;
  box-sizing: border-box;
}

.prod-width-auto {
  width: auto;
}

.make-bold {
  font-weight: 700;
}

.make-bold:before {
  font-weight: 700;
}

.number-container {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.number-element {
  margin: 0;
  padding: 0 0 10px 35px;
  text-indent: -21px;
  list-style-type: none;
  counter-increment: item;
}

.number-element:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

/*Roberto's Stylings*/
.pbm-dropdown {
  width: 100%;
  border: 1px solid #cccccc;
}

.thumbnail-spacing {
  width: 90%;
  padding: 10px;
}

.info-mark {
  width: 22px;
  padding: 5px 0 0 20px;
}

.info-mark:hover {
  cursor: pointer;
}

.notebox {
  background-color: #f2f2f2;
  border-radius: 8px;
}
/*CHECKBOXES*/ /*CHECKBOXES*/ /*CHECKBOXES*/

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 12px;
}

.label-cbx input:checked + .checkbox {
  border-color: #01aef6;
}

.label-cbx input:checked + .checkbox svg path {
  fill: #01aef6;
}

.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}

.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #c8ccd4;
  border-radius: 3px;
}

.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.label-cbx .checkbox svg path {
  fill: none;
  stroke: #01aef6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  position: relative;
  top: -10px;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

/*BLACK TOOLTIP*/ /*BLACK TOOLTIP*/ /*BLACK TOOLTIP*/

.black-tooltip {
  position: relative;
}

a.black-tooltip span {
  z-index: -90;
  position: absolute;
  background: #58595b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: -8px;
  margin-left: 20px;
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
  -webkit-box-shadow: 0 1px 1px 15px #464646;
  box-shadow: 3px 3px 15px #464646;
  -webkit-transition: -webkit-box-shadow 500ms ease-in-out 0.25s;
  -o-transition: box-shadow 500ms ease-in-out 0.25s;
}

a.black-tooltip:hover span {
  z-index: 90;
  left: 30px;
  width: 150px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out 0.25s;
  -moz-transition: opacity 500ms ease-in-out 0.25s;
  -o-transition: opacity 500ms ease-in-out 0.25s;
  -ms-transition: opacity 500ms ease-in-out 0.25s;
  transition: opacity 500ms ease-in-out 0.25s;
}

.comprehensiveMotorvehicleInsuranceChkBoxContainer {
  border-radius: 8px;
  padding: 0px 10px 0px 10px;
  background-color: #f2f2f2;
  font-size: 11px !important;
}

.checkBoxUnChecked {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(~/../../images/NewDesign2015/tickbox1.gif);
  vertical-align: top;
}

.checkBoxChecked {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(~/../../images/NewDesign2015/tickbox2.gif);
  vertical-align: top;
}
/*Roberto's Stylings*/

.thumbnail-spacing {
  width: 90%;
  padding: 10px;
}

.info-mark {
  width: 22px;
  padding: 5px 0 0 20px;
}

.info-mark:hover {
  cursor: pointer;
}

.info-mark-sm {
  position: absolute;
  width: 20px;
  cursor: pointer;
}

.notebox {
  background-color: #f2f2f2;
  border-radius: 8px;
}
/*CHECKBOXES*/ /*CHECKBOXES*/ /*CHECKBOXES*/

.label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 12px;
}

.label-cbx input:checked + .checkbox {
  border-color: #01aef6;
}

.label-cbx input:checked + .checkbox svg path {
  fill: #01aef6;
}

.label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}

.label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}

.label-cbx .checkbox {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid #c8ccd4;
  border-radius: 3px;
}

.label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

.label-cbx .checkbox svg path {
  fill: none;
  stroke: #01aef6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 71px;
  stroke-dashoffset: 71px;
  transition: all 0.6s ease;
}

.label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: all 0.3s ease;
}

.label-cbx > span {
  pointer-events: none;
  vertical-align: middle;
}

.cntr {
  position: relative;
  top: -10px;
}

.invisible {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

/*BLACK TOOLTIP*/ /*BLACK TOOLTIP*/ /*BLACK TOOLTIP*/

.black-tooltip {
  position: relative;
}

a.black-tooltip span {
  z-index: -90;
  position: absolute;
  background: #58595b;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-top: -8px;
  margin-left: 20px;
  padding: 10px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
  -o-transition: opacity 0s ease 0s;
  -ms-transition: opacity 0s ease 0s;
  transition: opacity 0s ease 0s;
  -webkit-box-shadow: 0 1px 1px 15px #464646;
  box-shadow: 3px 3px 15px #464646;
  -webkit-transition: -webkit-box-shadow 500ms ease-in-out 0.25s;
  -o-transition: box-shadow 500ms ease-in-out 0.25s;
}

a.black-tooltip:hover span {
  z-index: 90;
  left: 30px;
  width: 150px;
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in-out 0.25s;
  -moz-transition: opacity 500ms ease-in-out 0.25s;
  -o-transition: opacity 500ms ease-in-out 0.25s;
  -ms-transition: opacity 500ms ease-in-out 0.25s;
  transition: opacity 500ms ease-in-out 0.25s;
}

.pbmLogo {
  position: relative;
  bottom: -5px;
  left: 10px;
}

.pbmLabel {
  position: relative;
  left: 30px;
  top: 0;
}

.compensate-for-scrollbar {
  /*Prevents fancybox to push the page left*/
  margin-right: 0;
}

.main-img {
  transition: all 600ms ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.widgetHome1-new:hover .main-img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  filter: grayscale /*(0.9);
    -webkit-filter: grayscale*/ (0.9);
}

.dim-layer {
  transition: all 400ms ease-in-out;
  position: absolute;
  top: 0;
  width: 100%;
  height: 240px;
  background-color: rgba(0, 0, 0, 0.1);
}

.dim-layer:hover {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.dim-layer:hover .play-btn {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.6;
}

.play-btn {
  transition: opacity 200ms ease-in-out, transform 500ms ease-in 100ms;
  position: absolute;
  cursor: pointer;
  width: 80px;
  height: 80px;
  top: 35%;
  left: 39%;
  opacity: 0.5;
}
.play-btn:hover {
  opacity: 0.9 !important;
}

label {
  font-weight: 600;
}
.company-form-requirements,
.email-form-requirements,
.name-form-requirements,
.phone-form-requirements,
.best-time-requirements,
.info-form-requirements {
    transition: all 280ms ease-in;
    color: #eb4362;
    font-size: 0.75rem;
    margin: 0 0 8px;
    visibility: hidden;
}

.common-warning-box label {
    font-weight: 400;
    color: #464646;
    text-align: left
}

#contact-email:invalid:not(:focus):not(:placeholder-shown),
#company-name:invalid:not(:focus):not(:placeholder-shown),
#contact-phone:invalid:not(:focus):not(:placeholder-shown),
#contact-name:invalid:not(:focus):not(:placeholder-shown),
.invalid-jq-focus {
  transition: all 280ms ease-in;
  border-bottom: 2px solid #eb4362;
}

#contact-email:invalid:not(:focus):not(:placeholder-shown)
  ~ .email-form-requirements,
#company-name:invalid:not(:focus):not(:placeholder-shown)
  ~ .company-form-requirements,
#contact-phone:invalid:not(:focus):not(:placeholder-shown)
  ~ .phone-form-requirements,
#contact-name:invalid:not(:focus):not(:placeholder-shown)
  ~ .name-form-requirements, 
#contact-best-time:invalid:not(:focus):not(:placeholder-shown)
  ~ .best-time-requirements{
  visibility: visible;
}

.if-logo span {
  color: #464646;
  transition: all 100ms ease-in;
}
.if-logo:hover span {
  color: #01aef6;
}

.card-shadow {
    box-shadow: 0 0.6px 1px -2px rgba(0, 0, 0, 0.022), 
        0 1.6px 2.5px -2px rgba(0, 0, 0, 0.031), 
        0 3.2px 5.1px -2px rgba(0, 0, 0, 0.039),
        0 6.2px 7.1px -2px rgba(0, 0, 0, 0.089);
}


/* Roberto will comment here... */
.faded {
  transition: all 300ms ease-in-out;
  opacity: 0.3;
  filter: grayscale(0.9);
  -webkit-filter: grayscale(0.9);
}
.faded > a.orange-button {
  cursor: none;
  pointer-events: none;
}

/* Temporary Styling for AssetInsure Calcultator */

:root {
  --title-font: "myriad-pro", sans-serif;
  --body-font: "myriad-pro", arial, sans-serif;
  --text-color: #4d4d4d;
  --label-color: #606060;
  --text-color-light: #7b7b7b;
  --input-bg: #f8f8f8;
  --input-hover: #f8fbfc;
  --input-hover-dark: #d3e5ec;
  --main-color: rgb(37, 120, 154);
  --main-color-light: rgba(90, 147, 170, 1);
  --main-color-ultraLight: #e1eff5;
  --accent-color: #f1632b;
  --accent-color-light: #f79068;
  --accent-color-extralight: #f7a17e;
  --approved-color: #65cf65;
  --input-err: #ff9191;
  --delete: #f25858;
  --success: #7dc77d;
  --info: #a1c1ce;
  --warning: #f2dd9b;
  --high-shadow: 0 12px 24px rgba(91, 148, 171, 0.32);
  --card-shadow: 0 1px 12px rgba(91, 148, 171, 0.32);
  --low-shadow: 0 3px 6px rgba(91, 148, 171, 0.32);
  --min-shadow: 0 1px 2px rgba(91, 148, 171, 0.42);
  --small-font: 12px;
  --regular-size: 16px;
  --button-font-size: 18px;
}

.section-container,
.veh-rego-input {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: all 0.6s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: all 0.6s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  position: relative;
  top: 0;
}

.section-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-container h2 {
  margin-right: 12px;
  font-weight: 800;
  font-size: 22px;
}

.entrance {
  top: 10px !important;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.vanish {
  display: none !important;
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.input-row.inactive {
  opacity: 0.5;
}

.input-el {
  margin-top: 10px;
  position: relative;
  width: 320px;
  margin-right: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
}

.input-el label {
  display: block;
  margin-bottom: 5px;
  color: var(--label-color);
  font-family: var(--body-font);
  font-size: var(--regular-size);
}

.input-el input {
  width: inherit;
  height: 48px;
  border: none;
  border-radius: 4px;
  outline: none;
  padding-left: 10px;
  background-color: var(--input-bg);
  font-family: var(--body-font);
  color: var(--main-color);
  font-size: 16px;
  text-transform: capitalize;
}

.input-el .uppercase {
  text-transform: uppercase;
}

.input-el.autocomplete {
  position: relative;
  width: 180px;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
}

.input-el.autocomplete .dp-list-container {
  width: 190px;
  top: 72px;
  z-index: 99;
}

.input-el.autocomplete .dp-list-container.active {
  top: 76px;
}

.input-el .bar {
  position: relative;
  display: block;
}

.input-el .bar:before,
.input-el .bar:after {
  content: "";
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: var(--main-color);
  -webkit-transition: 0.15s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: 0.15s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: 0.15s cubic-bezier(0.16, 0.54, 0.66, 1.26);
}

.input-el .bar:before {
  left: 49%;
}

.input-el .bar:after {
  right: 49%;
}

.input-el input:focus ~ .bar:before {
  width: 50%;
}

.input-el input:focus ~ .bar:after {
  width: 50%;
}

.bar-err:after,
.bar-err:before {
  background: var(--input-err) !important;
}

.bar-err.bar:before {
  width: calc(50% + 10px);
}

.bar-err.bar:after {
  width: 50%;
}

.input-el .lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.input-el.inactive,
.input-el.inactive {
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.input-el.inactive input {
  background-color: transparent;
  border-bottom: 1px solid var(--main-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  outline: none;
  border-radius: 0;
}

.input-el.inactive .dropdown,
.input-el.inactive .switch-el {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  pointer-events: none;
  outline: none;
}

.input-el input.email {
  text-transform: lowercase;
}

.input-el.uppercase input {
  text-transform: uppercase;
}

.input-el input:hover,
.input-el input:focus {
  background-color: var(--input-hover);
}

.input-el input::-webkit-input-placeholder {
  text-transform: none;
  color: #bec3c5;
}

.input-el input::-moz-placeholder {
  text-transform: none;
  color: #bec3c5;
}

.input-el input:-ms-input-placeholder {
  text-transform: none;
  color: #bec3c5;
}

.input-el input::-ms-input-placeholder {
  text-transform: none;
  color: #bec3c5;
}

.input-el input::placeholder {
  text-transform: none;
  color: #bec3c5;
}

.input-el input[type="date"]:invalid::-webkit-datetime-edit {
  text-transform: uppercase;
  color: #bec3c5;
  user-select: none;
}

.error-msg {
  position: absolute;
  bottom: -10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
}

.err-active {
  bottom: -20px;
  opacity: 1;
  visibility: visible;
}

.tick-overlay {
  width: 0px;
  position: absolute;
  right: 10px;
  left: auto;
  top: 30px;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: var(--regular-size);
}

.field-valid {
  width: 20px;
}

.input-check {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.short-el {
  width: 180px;
}

/* ---------------------------------- */
/* DROPDOWN STYLINGS */
/* ---------------------------------- */

.small-dropdown-container {
  width: 160px !important;
  display: block;
  outline: none;
  top: 0;
}

.dropdown {
  height: 48px;
  width: initial;
  background-color: var(--input-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  border: 1px solid var(--main-color-light);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.dropdown:hover,
.dropdown:focus,
.dropdown:active {
  background-color: var(--input-hover);
  outline: none;
}

.dropdown span {
  font-family: var(--body-font);
  color: var(--main-color);
  font-size: var(--regular-size);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown .caret {
  background-image: url("/images/roadmap/arrow_carrot-down.svg");
  width: 12px;
  height: 6.8px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -o-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.dropdown .close-caret {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.dp-list-container::-webkit-scrollbar,
.form-wrapper::-webkit-scrollbar,
.ui-autocomplete::-webkit-scrollbar {
  width: 8px;
}

.dp-list-container::-webkit-scrollbar-track,
.form-wrapper::-webkit-scrollbar-track,
.ui-autocomplete::-webkit-scrollbar-track {
  border-radius: 0 4px 4px 0;
  width: 8px;
  background-color: var(--input-bg);
  z-index: 4;
}

.dp-list-container::-webkit-scrollbar-thumb,
.form-wrapper::-webkit-scrollbar-thumb,
.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 8px;
  z-index: 4;
  background-color: rgba(90, 147, 170, 0.6);
}

.dp-list-container {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: var(--card-shadow);
  box-shadow: var(--card-shadow);
  width: 100%;
  list-style: none;
  font-family: var(--body-font);
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  max-height: 152px;
  overflow-y: auto;
}

.dp-list-container.active {
  opacity: 1;
  visibility: visible;
  top: 54px;
  z-index: 99;
  max-height: 260px;
}

.dp-list-container.active li {
  padding: 12px 10px;
  cursor: pointer;
  user-select: none;
}

.dp-list-container span {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: 5px;
  padding: 10px;
}

.dp-list-container li,
.af_list li {
  padding: 8px 10px;
  -webkit-transition: padding 0.1s ease-out, background-color 0.01s ease-out;
  -o-transition: padding 0.1s ease-out, background-color 0.01s ease-out;
  transition: padding 0.1s ease-out, background-color 0.01s ease-out;
  z-index: 100;
  color: var(--main-color);
  font-size: var(--regular-size);
}

.dp-list-container li p {
  color: var(--main-color);
  margin-left: 2px;
  display: inline-block;
}

.dp-list-container li:hover {
  background-color: var(--input-hover);
}

.dp-list-container li:first-child,
.af_listli:first-child {
  border-radius: 4px 4px 0 0;
}

.dp-list-container li:last-child,
.af_listli:last-child {
  border-radius: 0 0 4px 4px;
}

.dp-list-container li.active {
  background-color: var(--main-color);
  color: #ffffff;
}

.ui-autocomplete {
  max-height: 260px !important;
}

.ui-menu {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: var(--card-shadow);
  box-shadow: var(--card-shadow);
  list-style: none;
  font-family: var(--body-font);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: none !important;
  overflow-x: hidden;
}

/* ---------------------------------- */
/* BUTTONS SECTION STYLINGS */
/* ---------------------------------- */

button:focus {
  outline: none;
}

.btn {
  background: #ffffff;
  font-size: var(--button-font-size);
  font-family: var(--title-font);
  color: #3d3d3d;
  width: auto;
  position: relative;
  padding: 12px 20px 12px 30px;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover.btn-primary,
.btn:hover.btn-secondary {
  background-position: right center;
}

.btn-primary.focus,
.btn-primary:focus,
.btn.focus,
.btn:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  cursor: default;
  background: var(--main-color-light);
  opacity: 0.5;
  -webkit-box-shadow: 0px 1px 3px rgba(91, 148, 171, 0.32);
  box-shadow: 0px 1px 3px rgba(91, 148, 171, 0.32);
}

.btn-primary {
  background: -o-linear-gradient(
    75deg,
    var(--accent-color-light) 0%,
    var(--accent-color) 65%
  );
  background: -o-linear-gradient(
    15deg,
    var(--accent-color-light) 0%,
    var(--accent-color) 65%
  );
  background: linear-gradient(
    75deg,
    var(--accent-color-light) 0%,
    var(--accent-color) 65%
  );
  -webkit-box-shadow: 0px 2px 6px rgba(247, 161, 126, 0.32);
  box-shadow: 0px 2px 6px rgba(247, 161, 126, 0.32);
  background-size: 200% auto;
  color: #ffffff;
}

.icon-btn:not(.finalise-btn) {
  margin-top: 10px;
  top: 0;
}

.icon-btn > span:not(.spinner) {
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  left: 0;
  color: #ffffff;
}

.icon-btn:hover:not([disabled]) > span:not(.spinner) {
  left: -5px;
}

.center-btn-icon {
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  top: 1.5px;
  opacity: 0;
  left: -20px;
  outline: none;
}

.icon-btn:not(.btn-loading):not([disabled]):hover > .center-btn-icon {
  left: 0;
  opacity: 1;
}

.edit-btn {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  position: relative;
  top: 2px;
}

.edit-btn span {
  position: relative;
  top: -3px;
  margin-left: 20px;
  color: var(--accent-color);
  font-family: var(--title-font);
  font-weight: 500;
}

.edit-btn:hover {
  margin-left: 5px;
}

.pencil {
  background-image: url("/images/roadmap/edit.svg");
  width: 14px;
  height: 14px;
}

.btn-loading {
  border-radius: 2px;
  width: 50px;
  height: 50px;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.spinner {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 8px;
  left: calc(50% - 17px);
  background: transparent;
  box-sizing: border-box;
  border-top: 4px solid var(--accent-color);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-radius: 100%;
  animation: spin 0.6s ease-out infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.vehicle-read-logo {
  width: 50px;
  height: 50px;
  background-image: url("/images/roadmap/car-logos/honda.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 24px;
}

.vehicle-read-details p {
  color: var(--main-color);
  /*text-transform: lowercase;*/
  font-size: 16px;
  font-weight: 500;
}

.vehicle-read-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 32px;
}

.vehicle-read-details strong {
  font-weight: 700;
}

.switch-el {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}

.switch-el p {
  font-size: 15px;
  font-weight: 500;
}

.switch-container {
  height: 20px;
  width: 42px;
  border-radius: 14px;
  background-color: #c5c5c5;
  position: relative;
  margin: 0 10px 0 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
  transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
}

.switch-container.active {
  background-color: var(--input-hover-dark);
}

.switch-el:hover .switch:not(.active) {
  background-color: var(--input-hover-dark);
}

.switch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--input-hover);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
  transition: all 0.2s cubic-bezier(0.16, 0.54, 0.66, 1.26),
    background-color 0.1s ease-out;
}

.switch.active {
  background-color: var(--main-color);
  -webkit-box-shadow: 0 2px 4px rgba(37, 120, 154, 0.75);
  box-shadow: 0 2px 4px rgba(37, 120, 154, 0.75);
  left: 18px;
}

.switch.active:hover {
  background-color: var(--main-color);
}

.product-card-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  height: auto;
}

.product-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  width: 100%;
  box-shadow: var(--card-shadow);
  border-radius: 4px;
  transition: all 0.4s cubic-bezier(0.16, 0.54, 0.66, 1.26);
}

.product-desc {
  width: 100%;
  height: 100%;
  padding: 8px 12px 8px 10px;
  position: relative;
}

.product-desc p {
  font-size: 16px;
}

.product-desc b {
  font-size: 16px;
  font-weight: 800;
  max-width: 250px;
  display: block;
  position: relative;
}

    

.plan-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

    .plan-price p {
        font-size: 12px;
        font-weight: 500;
        color: var(--text-color-light);
        font-weight: 500;
    }
    .plan-price b {
        font-size: 16px;
        font-weight: 800;
        text-align: right;
    }

    .plan-price .commission {
        color: var(--main-color);
        font-size: 12px;
        font-weight: 500;
    }

    .plan-price b.commission {
        font-weight: 600;
        font-size: 14px;
    }

.widget-list {
  list-style: none;
}

.widget-list li {
  margin-left: 20px;
  position: relative;
}

.widget-list li:before {
  content: "✓";
  position: absolute;
  left: -16px;
  color: #01aef6;
}


/* DROP-DOWN LIST */

.common-form-field-dobdropdownlist.roadmap {
    width: 160px;
}

.drop-down, .dropdown1, .dropdown-sm, .dropdown2, .dropdown2-sm, .dropdown3, .dropdown4, .dropdown5, .dropdown6 {
    transition: 50ms ease-in-out;
    height: 24px;
    /*border: 1px solid #e6e7e8;*/
    -webkit-appearance: none;
}

    .drop-down > * {
        padding-left: 5px;
    }

.dropdown-sm {
    width: 135px;
}

.drop-down:focus, .dropdown1:focus, .dropdown2:focus, .dropdown3:focus, .dropdown4:focus, .dropdown5:focus, .dropdown6:focus {
    box-shadow: 0 0 3px rgba(0, 185, 242, 0.35);
    border: 1px solid rgba(0, 185, 242, 0.35);
}

.dropdown1 {
    width: 176px;
}

.dropdown2 {
    width: 372px;
}

.dropdown2-sm {
    width: 307px;
}

.dropdown3 {
    width: 568px;
}

.dropdown4 {
    width: 820px !important;
    border: 0;
}

.dropdown5 {
    width: 366px !important;
    border: 0;
}

.dropdown6 {
    width: 625px !important;
    border: 0;
}

.dropdown7 {
    width: 535px !important;
    border: 0;
}


.dropdown-management {
    width: 575px;
}

.dropdown-viewIAR {
    width: 565px;
}

.dropdown-addIAR {
    width: 590px;
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background-image: none !important;
    background-color: var(--input-bg) !important;
    height: 48px !important;  
}

.RadComboBox_Default .rcbInput {
    color: var(--main-color) !important;
    font-size: 16px !important;
    font-family: var(--body-font) !important;
}

.RadComboBoxDropDown_Default {
    border: none !important;
    background: #fff !important;
    box-shadow: var(--high-shadow) !important;
}


/*CAROUSEL STYLING*/
.carousel-container {
    overflow: hidden;
}
.carousel {
    position: absolute;
    display: flex;
    transform: translateX(0);
    transition: all .5s ease-out;
}
.tile-container {
    position: absolute;
    transform: translateX(0);
    transition: .5s ease-in;
    opacity: 0;
}
.tile-container.active {
    opacity: 1;
    z-index: 1;
}

#dots {
    position: absolute;
    width: inherit;
    top: 208px;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.dot {
    width: 12px;
    height: 12px;
    border: 1px solid #01aef6;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active {
    background-color: #01aef6;
    border: 1px solid transparent;
}


/* CONFETTI GENERATOR*/
@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.confettiful-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 240px;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 228px;
    z-index: 10;
}

.confetti {
    position: absolute;
    z-index: 10;
    top: -10px;
    border-radius: 0%;
}
    
.confetti--animation-slow {
    animation: confetti-slow 9s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 6s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 4.5s linear 1 forwards;
}

.category-box {
    padding: 16px;
    border-radius: 4px;
    
}

    .category-box.cat-a {
        background-color: #E6F9FE;
        border: 1px solid #00BAF1;
        box-shadow: 0 2px 2px rgba(91, 148, 171, .32)
    }
    .category-box.cat-b {
        background-color: #F0FAEE;
        border: 1px solid #61CD4F;
        box-shadow: 0 2px 2px rgba(49, 140, 58, .32)
    }
    .category-box.cat-c {
        background-color: #F5F9E7;
        border: 1px solid #98BC09;
        box-shadow: 0 2px 2px rgba(152, 188, 9, .32)
    }
    .category-box.cat-d {
        background-color: #F8F5EC;
        border: 1px solid #B89A39;
        box-shadow: 0 2px 2px rgba(184, 154, 57, .32)
    }
    .category-box.cat-e {
        background-color: #FFF5EA;
        border: 1px solid #F8972B;
        box-shadow: 0 2px 2px rgba(248, 151, 43, .32)
    }
    .category-box.cat-f {
        background-color: #F7EFF5;
        border: 1px solid #AF5C98;
        box-shadow: 0 2px 2px rgba(123, 31, 240, .32)
    }
    .category-box.cat-g {
        background-color: #F4EFF7;
        border: 1px solid #8F5CAF;
        box-shadow: 0 2px 2px rgba(127, 38, 219, .32)
    }
    .category-box.cat-u {
        background-color: #FEE9EA;
        border: 1px solid #F01F24;
        box-shadow: 0 2px 2px rgba(240, 31, 36, .32)
    }



.category-style {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 42px;
    min-height: 42px;
    border-radius: 4px;
}

    .category-style.cat-a {
        background-color: #D1EEFB;
        box-shadow: 0 2px 2px rgba(91, 148, 171, .32)
    }

    .category-style.cat-b {
        background-color: #D1F2CC;
        box-shadow: 0 2px 2px rgba(48, 160, 29, .32)
    }
    .category-style.cat-c {
        background-color: #EDF4D4;
        box-shadow: 0 2px 2px rgba(177, 205, 68, .32)
    }
    .category-style.cat-d {
        background-color: #F6EDCF;
        box-shadow: 0 2px 2px rgba(164, 153, 57, .32)
    }
    .category-style.cat-e {
        background-color: #FEE5CA;
        box-shadow: 0 2px 2px rgba(177, 96, 21, .32)
    }
    .category-style.cat-f {
        background-color: #E8D5E0;
        box-shadow: 0 2px 2px rgba(119, 67, 128, .32)
    }
    .category-style.cat-g {
        background-color: #D7DBFF;
        box-shadow: 0 2px 2px rgba(86, 67, 128, .32)
    }
    .category-style.cat-u {
        background-color: #FCD2C0;
        box-shadow: 0 2px 2px rgba(180, 80, 80, .32)
    }

.category-letter {
    font-size: 28px;
    font-weight: 800;
}

    .category-letter.cat-a {
        color: #00BAF1;
        text-shadow: 0px 1px 1px rgba(201,246,255,0.75), 0px -1px 1px rgba(0, 61, 171, .85);
    }
    .category-letter.cat-b {
        color: #61CD4F;
        text-shadow: 0px 1px 1px rgba(255,246,255,0.75), 0px -1px 1px rgba(35, 106, 23, .85);
    }

    .category-letter.cat-c {
        color: #98BC09;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(20, 96, 41, .85);
    }
    .category-letter.cat-d {
        color: #B89A39;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(144, 91, 29, .85);
    }
    .category-letter.cat-e {
        color: #F8972B;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(178, 71, 30, .85);
    }
    .category-letter.cat-f {
        color: #AF5C98;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(106, 46, 107, .85);
    }
    .category-letter.cat-g {
        color: #8F5CAF;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(86, 67, 128, .85);
    }
    .category-letter.cat-u {
        color: #F01F24;
        text-shadow: 0px 1px 1px rgba(255,255,202,0.75), 0px -1px 1px rgba(154, 38, 38, .85);
    }

.category-info-box {
    border-radius: 4px;
    background-color: #FFF9E2;
    border: 1px solid #E5E16D;
    width: 676px;
}
.category-info-box p {
    padding: 16px;
}


/*The following styling is for the static Live Chat bubble*/

.psmtc_eLxO,
#sceLxO.ps_rvm__hidden .ps_messenger__toggle-content {
    transform: scale(1);
    transition: all .3s cubic-bezier(0.16, 0.54, 0.66, 1.26);
    right: 40px !important;
}

    .psmtc_eLxO:hover,
    #sceLxO.ps_rvm__hidden .ps_messenger__toggle-content:hover {
        transform: scale(1.05);
    } 

.label-status {
    padding: 3px 12px 4px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

    .label-status.purchased {
        background-color: #47DA48;
        text-shadow: 1px 1px 6px #3aa122;
    }
    .label-status.viewed {
        background-color: #45B2E0;
        text-shadow: 1px 1px 6px #1f77a5;
    }
    .label-status.sent {
        background-color: #EDCB5D;
        text-shadow: 1px 1px 6px #b39020;
    }
    .label-status.expired {
        background-color: #FD544D;
        text-shadow: 1px 1px 6px #D11A12;
    }
    .label-status.default {
        background-color: #8f8f8f;
        text-shadow: 1px 1px 6px #4f4f4f;
    }


/*OVERRIDING ASPNET RANGE SLIDER STYLING*/
.slider-form-field {
    position: relative;
}

.custom-rail {
    height: 4px !important;
    width: 100% !important;
    background-color: #00BAF1 !important;
    border-radius: 0 0 3px 3px !important;
}

.custom-handle {
    cursor: pointer;
    overflow: visible !important;
}

.slider-min,
.slider-max {
    font-size: 12px;
}


.custom-handle img {
    display: none;
}

    .custom-handle::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: -8px;
        border-radius: 50%;
        background-color: #ffffff;
        border: 2px solid #01aef6;
    }

    .custom-handle:hover::after {
        background-color: #f2f2f2;
    }

.organge-reportHeading {
    font-family: "Calibri";
    font-size: 15pt;
    color: White;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
    border-left: 1px solid #FF8700;
    border-top: 1px solid #FF8700;
    border-right: 1px solid #FF8700;
    border-bottom: 1px solid #FF8700;
    background-color: #FF8700;
    margin-bottom: 15px;
}

.blue-reportHeading {
    font-family: "Calibri";
    font-size: 12pt;
    color: White;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
    border-left: 1px solid #01AEF6;
    border-top: 1px solid #01AEF6;
    border-right: 1px solid #01AEF6;
    background-color: #01AEF6;
}

.blue-reportFooter-left {
    font-family: "Calibri";
    font-size: 12pt;
    color: White;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
    border-left: 1px solid #01AEF6;
    border-top: 1px solid #01AEF6;
    border-right: 1px solid #01AEF6;
    background-color: #01AEF6;
    width:50%
}

.blue-reportFooter-right {
    font-family: "Calibri";
    font-size: 12pt;
    color: #01AEF6;
    word-wrap: break-word;
    padding: 10px 10px 10px 75px;
    border: 1px solid #01AEF6;
}

.report-Footer-Container {
    display: flex;
    margin-bottom: 25px;
}

.quoting-table-heading {
    font-family: "Calibri";
    font-size: 9pt;
    color: #464646;
    font-weight: bold;
    text-align: start;
    word-wrap: break-word;
    padding-left: 7px;
    padding-right: 3px;
    padding-top: 9px;
    padding-bottom: 0px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #CCCCCC;
}

.sticky-top-0 {
    position: sticky;
    top: 0;
}