﻿html {
    overflow-y: scroll;
}

/*#region Global Text Colors*/
.lightgrey1Text {
    color: #CCCCCC;
}

.lightgrey2Text {
    color: #F2F2F2;
}

.darkgreyText {
    color: #464646;
}

.blueText {
    color: #01AEF6;
}

.orangeText {
    color: #FF8700;
}

.greenText {
    color: #00C902;
}

.redText {
    color: #FF3100;
}

.whiteText {
    color: #FFFFFF;
}

.greyText {
    color: #CCC;
}
/*#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-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-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-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;
}

/*#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-no-top-padding {
    padding-bottom: 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;
}

.w-100 {
    width: 100%;
}

.display-flex {
    display: flexbox;
}

.no-outline {
    outline: 0;
}

.no-display {
    display: none;
}

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.common-form-field:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.common-form-field[disabled],
.common-form-field[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-widget-dropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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: 308px;
    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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-dropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-dobdropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-vehAgedropdownlist:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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;
}

    .common-form-field-radiobutton-single label {
        padding-left: 10px;
    }

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 {
    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-align-left label {
        padding-left: 10px;
    }

table.common-form-field-radiobutton-singleline-align-left td:first-child {
    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,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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;
}

input[type=radio] {
    bottom: 2px;
}

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-gridTextbox:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-datepicker:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success:focus {
        border-color: #00C902;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #00C902;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #00C902;
    }

.has-warning {
    border-color: #FF3100;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-warning:focus {
        border-color: #FF3100;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #FF3100;
        box-shadow: inset 0 1px 1px rgba(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-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;
}

    .orange-button:hover,
    .orange-button:focus {
        background-color: #FF8700;
        color: #FFFFFF;
    }

.blue-button {
    border: 2px solid #01AEF6;
    color: #01AEF6;
}

    .blue-button:hover,
    .blue-button:focus {
        background-color: #01AEF6;
        color: #FFFFFF;
    }

.blue-button-selected {
    border: 2px solid #01AEF6;
    background-color: #01AEF6;
    color: #FFFFFF;
}

    .blue-button-selected:hover,
    .blue-button-selected:focus {
        color: #FFFFFF;
    }

.grey-button {
    border: 2px solid #464646;
    color: #464646;
}

    .grey-button:hover,
    .grey-button:focus {
        background-color: #464646;
        color: #FFFFFF;
    }

.white-button {
    border: 2px solid #FFF;
    color: #FFF;
}

    .white-button:hover,
    .white-button:focus {
        background-color: #FFF;
        color: #FF8700;
    }

.green-button {
    border: 2px solid #00C902;
    color: #00C902;
}

    .green-button:hover,
    .green-button:focus {
        background-color: #00C902;
        color: #FFFFFF;
    }

.red-button {
    border: 2px solid #FF3100;
    color: #FF3100;
}

    .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;
    }

.blue-button-fill {
    background-color: #01AEF6;
    border: 2px solid #01AEF6;
    color: #ffffff;
}

    .blue-button-fill:hover,
    .blue-button-fill:focus {
        background-color: #1ab5f2;
        border: 2px solid #1ab5f2;
        color: #FFFFFF;
    }

.orange-button-fill {
    background-color: #FF8700;
    border: 2px solid #FF8700;
    color: #ffffff;
    width: 90px;
}

    .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;
}

.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: 1000;
    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.0;
}

.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 .25s;
    -moz-transition: opacity 1s ease .25s;
    -o-transition: opacity 1s ease .25s;
    -ms-transition: opacity 1s ease .25s;
    transition: opacity 1s ease .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 .25s;
    -moz-transition: opacity 1s ease .25s;
    -o-transition: opacity 1s ease .25s;
    -ms-transition: opacity 1s ease .25s;
    transition: opacity 1s ease .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 .25s;
    -moz-transition: opacity 1s ease .25s;
    -o-transition: opacity 1s ease .25s;
    -ms-transition: opacity 1s ease .25s;
    transition: opacity 1s ease .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: 1160px;
    border: 1px solid #01AEF6;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}
/*#endregion*/

/*#region Width*/
.width-110P {
    width: 110%;
}

.width-100P {
    width: 100%;
}

.width-62P {
    width: 62%;
}

.width-10 {
    width: 10px;
}

.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-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-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-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, .3);
    box-shadow: 1px 2px 6px rgba(175, 33, 38, .3);
    -webkit-animation: pulse 8s infinite 3.4s ease-in;
    animation: pulse 8s infinite 3.4s ease-in;
}

.newBadge {
    position: absolute;
    top: 220px;
    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, .6);
    box-shadow: 1px 2px 6px rgba(175, 33, 38, .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: 215px;
    left: -25px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background: #ed1c24;
    z-index: 1;
    -webkit-box-shadow: 1px 2px 6px rgba(175, 33, 38, .3);
    box-shadow: 1px 2px 6px rgba(175, 33, 38, .3);
    -webkit-animation: pulse 8s infinite 3.4s ease-in;
    animation: pulse 8s infinite 3.4s ease-in;
}

.newBadge-big {
    position: absolute;
    top: 215px;
    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, .6);
    box-shadow: 1px 2px 6px rgba(175, 33, 38, .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: .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;
            /* -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;
            }

            .nav-menu ul li:hover {
                background: #F2F2F2;
            }

                .nav-menu ul li:hover a {
                    color: #464646;
                }

.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, .15);
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(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, .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;
        color: #464646;
    }

        .nav-menu ul li ul li a {
            color: #464646;
            white-space: nowrap;
            display: block;
            height: 55px;
            padding: 0 20px;
        }

        .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, .175);
    box-shadow: 0 6px 12px rgba(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, .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, .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, .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: 1120px;
    border: 1px solid #01AEF6;
    border-radius: 5px;
    background: #fff;
    padding: 20px;
}

.background-box-agent-admin-user {
    height: 870px;
    width: 1120px;
    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: 1120px;
    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;
}

.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;
}

.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;
    }

.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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-100:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .common-form-field-short:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .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;
}



/*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 .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 .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 .25s;
    -o-transition: box-shadow 500ms ease-in-out .25s;
}

a.black-tooltip:hover span {
    z-index: 90;
    left: 30px;
    width: 150px;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out .25s;
    -moz-transition: opacity 500ms ease-in-out .25s;
    -o-transition: opacity 500ms ease-in-out .25s;
    -ms-transition: opacity 500ms ease-in-out .25s;
    transition: opacity 500ms ease-in-out .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 .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 .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 .25s;
    -o-transition: box-shadow 500ms ease-in-out .25s;
}

a.black-tooltip:hover span {
    z-index: 90;
    left: 30px;
    width: 150px;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out .25s;
    -moz-transition: opacity 500ms ease-in-out .25s;
    -o-transition: opacity 500ms ease-in-out .25s;
    -ms-transition: opacity 500ms ease-in-out .25s;
    transition: opacity 500ms ease-in-out .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, .1);
}

    .dim-layer:hover {
        background-color: rgba(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: .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: .5;
}
    .play-btn:hover {
        opacity: .9 !important;
    }
.blocker {
    padding: 0;
}

/* THIS IS THE STYLING FOR THE JQUERY MODAL USED ON THE HOME FOR THE REFERRAL ENGINE PROGRAM*/

.modal {
    width: 100%;
    padding: 30px 34px;
    max-width: 420px;
}
label {
    font-weight: 600;
}
.company-form-requirements,
.email-form-requirements,
.name-form-requirements,
.phone-form-requirements {
    transition: all 280ms ease-in;
    color: #eb4362;
    font-size: .75rem;
    margin: 0 0 8px;
    visibility: hidden;
}

#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) {
    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 {
        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);
}