﻿html, body {
    font-size: 16px;
    font-weight:300;
    color: #4f4f4f;
    margin:0;
    padding:0;
    height:100%
  
}
h1, h2, h3 {
    color: #2350A0;
}
h3 {
    font-weight:600;
    font-size:22px
}
hr {
    border-top: 1px solid #CCC;
    width:100%;
}

a:hover {text-decoration:none;  color: #0078FF}


@media only screen and (max-width:767px) {
    .mobileShow {display:block}
    .desktopShow {display:none}
}

@media only screen and (min-width:768px){
    .mobileShow {display: none}
    .desktopShow {display: block}

}

/*Colours*/
.bg-grey {
    background-color: #F0F0EB
}

.bg-blue {
    background: #0C3A84;
    color:white
}

.bg-white {
    background: white!important
}
.white {
    color: white
}
.grey {
    color: #4f4f4f!important
}
.dark-blue {
    color: #3e546c;
}

.red {
    color: #E71600
}

.admiralblue {color:#2350A0}
.admiralblue2 {color:#41A5F5}

.text-danger, .has-error .control-label {color:#cc0033}
.azzuri {
    color: #0078FF;
}

.height-100 {
    height: 100%
}
.height-90 {
    height: 90%
}



.container.body-content {
    min-height:100%
}
.main {
    position: absolute;
    top: 0;
    bottom: 0
}
.col-md-12 {
    padding-left: 0;
    padding-right: 0
}
.widget, widget-main {
    height: inherit;
    min-height: 100%;
    margin: 0;
    background: #FFF;
}
.c
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none
    }
}

textarea {
    resize: none;
}

.ivi_highlight_vrm {
    font-weight: 800;
}

.ivi_hpi_alert {
    background-color: #ff0000;
    color: #ffffff;
}


/*busy css*/
.loader {
    display: none;
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3b3b3b;
    border-bottom: 16px solid #3b3b3b;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

.pulse {
    animation: pulse 1s infinite;
    margin: 0 auto;
    display: table;
    animation-direction: alternate;
}


.pulse-inline {
    animation: pulse 1s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Car reg*/

.registration-ui {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    padding: .25em 1em .25em 1.75em;
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
}

    .registration-ui:before {
        content: 'GB';
        display: block;
        width: 30px;
        height: 100%;
        background: #063298;
        position: absolute;
        top: 0;
        border-radius: 5px 0 0 5px;
        color: #f8d038;
        font-size: .5em;
        line-height: 75px;
        padding-left: 5px;
    }

    .registration-ui:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 5px;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        border: 1px dashed #f8d038;
    }

.registration-ui-generic {
    background: linear-gradient(to bottom, #f8d038 0%,#f5ca2e 100%);
    padding: .25em 1em .25em 1.75em;
    font-weight: bold;
    font-size: 2em;
    border-radius: 5px;
    border: 1px solid #000;
    box-shadow: 1px 1px 1px #ddd;
    position: relative;
    font-family: helvetica, ariel, sans-serif;
}
    .registration-ui:after {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: 5px;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        border: 1px dashed #f8d038;
    }

/*https://dvladesign.herokuapp.com/*/
.reg-mark {
    font-weight: bolder;
    background-color: #ffd307;
    border: 0.13em solid #333;
    padding: 0.33em 0.4em 0.33em 0.5em;
    border-radius: 0.25em;
    text-transform: uppercase;
    font-size: 200%;
    margin-right: 0.6em
}

.derivitive-mark {
    font-weight: bolder;
    border: 0.13em solid #333;
    padding: 0.33em 0.4em 0.33em 0.5em;
    border-radius: 0.25em;
    text-transform: uppercase;
    font-size: 200%;
    margin-right: 0.6em
}

.totalLossImage {
    display: inline;
    width: 25%;
}

.totalLossSteps {
    width: 100% !important;
}

.totalLossStep {
    width: 25%;
    cursor: auto !important;
}

.widget .widget-header h2 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 1.5em;
    margin: 0;
    line-height: 35px;
    float: left;
}
.widget {
    margin:0;
}

verysmall,
.verysmall {
    font-size: 65%;
}


.iconFull {
    text-align: center;
    border: 0 none;
}


.iconOpacity {
    text-align: center;
    opacity: 0.5;
    border: 0 none;
}

.vcenter {
    vertical-align: middle;
}

.vcenter-10 {
    vertical-align: middle;
    line-height: 10px;
}

.vcenter-20 {
    vertical-align: middle;
    line-height: 20px;
}

.vcenter-30 {
    vertical-align: middle;
    line-height: 30px;
}

.vcenter-40 {
    vertical-align: middle;
    line-height: 30px;
}
.margin-left-none{
    margin-left:0!important;
}
.margin-left-05 {
    margin-left: 0.5em!important;
}

.margin-left-10 {
    margin-left: 1.0em!important;
}

.margin-left-15 {
    margin-left: 1.5em!important;
}

.margin-left-20 {
    margin-left: 2.0em!important;
}

.margin-left-25 {
    margin-left: 2.5em!important;
}
.margin-right-none {
    margin-right: 0!important;
}
.margin-right-05 {
    margin-left: 0.5em!important;
}

.margin-right-10 {
    margin-right: 1.0em!important;
}

.margin-right-15 {
    margin-right: 1.5em!important;
}

.margin-right-20 {
    margin-right: 2.0em!important;
}

.margin-right-25 {
    margin-right: 2.5em!important;
}
.margin-bottom-none {
    margin-bottom: 0!important;
}
.margin-bottom-05 {
    margin-bottom: 0.5em!important;
}

.margin-bottom-10 {
    margin-bottom: 1.0em!important;
}

.margin-bottom-15 {
    margin-bottom: 1.5em!important;
}

.margin-bottom-20 {
    margin-bottom: 2.0em!important;
}

.margin-bottom-25 {
    margin-bottom: 2.5em!important;
}

.margin-bottom-30 {
    margin-bottom: 3.0em!important;
}
.margin-bottom-50 {
    margin-bottom: 5.0em!important;
}
.margin-bottom-100 {
    margin-bottom: 10em!important
}
.margin-top-none {
    margin-top: 0!important
}
.margin-top-05 {
    margin-top: 0.5em!important;
}

.margin-top-10 {
    margin-top: 1.0em!important;
}

.margin-top-15 {
    margin-top: 1.5em!important;
}

.margin-top-20 {
    margin-top: 2.0em!important;
}

.margin-top-25 {
    margin-top: 2.5em!important;
}

.margin-top-30 {
    margin-top: 3.0em!important;
}

.padding-left-none {
    padding-left: 0!important;
}

.padding-left-05 {
    padding-left: 0.5em!important;
}

.padding-left-10 {
    padding-left: 1em!important;
}

.padding-left-15 {
    padding-left: 1.5em!important;
}

.padding-left-20 {
    padding-left: 2em!important;
}

.padding-left-25 {
    padding-left: 2.5em!important;
}

.padding-left-30 {
    padding-left: 3em!important;
}

.padding-right-none {
    padding-right: 0 !important;
}

.padding-right-05 {
    padding-right: 0.5em!important;
}

.padding-right-10 {
    padding-right: 1em!important;
}

.padding-right-15 {
    padding-right: 1.5em!important;
}

.padding-right-20 {
    padding-right: 2em!important;
}

.padding-right-25 {
    padding-right: 2.5em!important;
}

.padding-right-30 {
    padding-right: 3em!important;
}

.padding-top-none {
    padding-left: 0 !important;
}

.padding-top-05 {
    padding-top: 0.5em!important;
}

.padding-top-10 {
    padding-top: 1em!important;
}

.padding-top-15 {
    padding-top: 1.5em!important;
}

.padding-top-20 {
    padding-top: 2em!important;
}

.padding-top-25 {
    padding-top: 2.5em!important;
}

.padding-top-30 {
    padding-top: 3em!important;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-bottom-05 {
    padding-bottom: 0.5em!important;
}

.padding-bottom-10 {
    padding-bottom: 1em!important;
}

.padding-bottom-15 {
    padding-bottom: 1.5em!important;
}

.padding-bottom-20 {
    padding-bottom: 2em!important;
}

.padding-bottom-25 {
    padding-bottom: 2.5em!important;
}

.padding-bottom-30 {
    padding-bottom: 3em!important;
}





[v-cloak] {
    display: none;
}

.alertBar {
    margin-top: 10px;
}

.motPass {
    color: #006435;
    font-size: 2em;
}

.motFail {
    color: #b10e1e;
    font-size: 2em;
}

.busy-light {
    color: #ffffff;
}

.systemName {
    color: #fff;
    margin-top: 10px;
}

.imageSelector {
    height: 75px;
    width: 75px;
    border: 1px solid black;
    background: white;
    position: absolute;
    opacity: 0.7;
}

.imageSelectorInner {
    position: absolute;
    left: 12px;
    top: 9px;
}

.imageupload {
    width: 75px;
    height: 75px;
    position: relative;
    opacity: 0;
    filter: opacity(0);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.numericField {
    text-align: right;
}

.currencyField {
    text-align: right;
}

div.form-group-lg label.control-label{
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar {height: 80px; padding:15px; margin-bottom:0}

.navbar-white {
    background-color: #FAFAFA;
    border-bottom: 1px solid #d3d3d3;
}


.confirmation-bar label{margin-bottom:0; font-size:20px}
.confirmation-bar .form-group {margin-bottom:0}
.confirmation-bar span {margin-top:-5px}
input[type=checkbox], input[type=radio] {width: 1.4rem; height: 1.4rem; margin-left:5px; vertical-align:middle; margin-top: -4px; cursor: pointer}
input[type=radio] {margin-right:5px; margin-top: 2px}


.factors h3 {margin-bottom:0; padding-bottom: 15px}
.policy .panel {margin-bottom:50px}
.policy h3 {margin-bottom:0; padding-bottom:0}
.policy p {padding-bottom: 10px}
.policy .excessprice {padding-bottom:0}
.v-details p {margin-bottom:15px; margin-top:5px}
.key-vehicle .col-md-5 {padding-left:0}



/*Affects the main vue component*/
.container {
    padding: 0; width:100%
}

.panel input[type=checkbox], input[type=radio] {width: 1.1rem; height: 1.1rem}
.panel input[type=radio] {margin-top:5px}
.panel input[type=checkbox] {margin-top: 1px}
.panel .header h3 {color:#FFF500; font-size:16px; font-weight:200;  padding-bottom: 15px; padding-top: 7px; margin: 0}
.panel.container, .panel .container, .panel-body {
    padding-left: 1rem;
    padding-right:1rem
}
.panel .container:first-of-type {
    margin-top: 1.5rem;
}
.panel .container:last-of-type {
    margin-bottom: 1rem;
}

.login-register-container {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.login {background: url("/images/Bg-2.png") no-repeat right; background-size: auto; height:750px!important}
.register {background: url("/images/Bg-1.png") no-repeat; background-size: auto; height:750px!important}


.navbar-nav {
    margin: 7.5px -15px;
}

.nav>li {
    position: relative;
    display: block;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
    overflow-y: auto;
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}


.navbar-toggle .icon-bar {background-color: #888}
.nav.navbar-nav.navbar-right {margin-top:5px}
.nav.navbar-nav.navbar-right li a,
.nav.navbar-nav.navbar-right li button {
    color: #3E546C;
}

.navbar-nav>li>a {padding:0; margin-right:10px}

.navbar.navbar-fixed-bottom {
    background-color: #FFF;
    border-top: 1px solid #d3d3d3;
    height:70px;
    padding:0;
}

.widget {
    border:none;
}
.btn {
    border-radius: 4px;
}

.input-group-btn .btn {
    font-size: 14px;
}

.btn-green-bg, .btn-white-bg, .el-button {
    border-radius: 8px;
    padding-right: 2rem;
    padding-left: 2rem;
}


    .btn-green-bg, .btn-green-bg:focus, .btn-green-bg:hover, .el-button.el-button--default.el-button--small.el-button--primary.btn.btn-green-bg, .el-button.el-button--default.el-button--small.el-button--primary.btn.btn-green-bg:focus, .el-button.el-button--default.el-button--small.el-button--primary.btn.btn-green-bg:hover {
        background: rgb(0,197,48) !important;
        background: linear-gradient(180deg, rgba(0,197,48,1) 0%, rgba(0,163,46,1) 100%) !important;
        color: #FFF !important;
        border:none!important;
    }
    .btn-white-bg, .btn-white-bg:focus, .btn-white-bg:hover, .el-button.el-button--default.el-button--small.btn.btn-white-bg, .el-button.el-button--default.el-button--small.btn.btn-white-bg:focus, .el-button.el-button--default.el-button--small.btn.btn-white-bg:hover {
        background-color: transparent;
        border: solid 1px #0078FF;
        color: #0078FF;
    }


.navbar-fixed-bottom .btn-green-bg, .navbar-fixed-bottom .btn-white-bg {
margin-top:15px;
}
.btn-white-bg:hover {
    color: #000;
}
.margin-right-100 {
    margin-right: 100px !important
}

.btn-green-bg:hover {
    color: #adeca6;
}
.btn-default, .btn-default:hover, .btn-default:active {
    background-image: linear-gradient( #00B6E8, #0080CA);
    color:#fff!important;
    border: 1px solid #357BAE;
    padding-top:0.5em;
    padding-bottom:0.5em
}
.background-admiralblue p {
        color:#FFF;
}
.widget .widget-content {
    padding-right:0;
    padding-left:0;
}

.welcome-header h2, .welcome-header hr {
    color: #82C8FF;
    border-color: #357BB0;
    font-size: 20px;
    font-weight: 300;
}

.welcome-header p {
    font-size: 25px;
    /* color: #82C8FF;*/
    line-height: 28px;
}

.welcome-header .regular {
    padding-top: 0
}

.welcome-header .line2 {
    color: #82C8FF;
}

.welcome-header p:last-child {
    font-size: 18px;
    line-height: 28px;
}


.header {
    background: linear-gradient(to top, #11448C, #2350A0);
    padding-left: 1.5rem;
    padding-top: 0.5rem;
}

.fa-check {
    color: #82C8FF;
}

p {
    line-height:28px
}

.fewthings p {
    font-weight:400;
    font-size:20px;
}

.important-information li {
    list-style-type: disk;
    list-style-position:outside;
    /*line-height: 3.5rem;*/
    padding-left: 0.5rem;
    padding-bottom: 0.5rem
}


.excessprice {
    color: #2350A0;
    padding-top: 1rem
}
.panel {
    border: 1px solid #C9C9C9;
    background: #F0F0EB;
    margin-top:1rem;
    margin-bottom:50px
}

.step-content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.border-top{
    border-top: 1px solid #c9c9c9
}

.border-bottom {
    border-bottom: 1px solid #c9c9c9
}

.border-right {
    border-right: 1px solid #c9c9c9
}

.border-left {
    border-left: 1px solid #c9c9c9
}

.panel-main{
    padding-left:2.5rem
}

/*.row a {
    color: #0078FF
}*/
.row {
    margin-left:0;
    margin-right:0
}

.input-group-addon + .form-control {
    background-color: #FFF;
    border-left: none
}
select.form-control {
    background-color:#FFF;
}

.vehicle-damage-panel p:not(:first-of-type) {
    text-align: center
}

.form-control {
    background-color:white;
    border-radius: 6px
}

.col-md-6 .right {
    text-align:right;
}

.step-container {
    margin-top:3.7rem;
    margin-bottom:3rem;
}

.fa-stack{
    margin-top:1rem;
}
.fa-circle, .fa-circle-thin, .fa-envelope-o, .fa-user, .fa-check.fa-stack-1x {
    color: #41a5f5;
}

.imgbox {
    display: grid;
    height: 100%;
}

.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


.login-panel {
    padding-left:0;
    padding-right:0
}

.login-panel .imgbox {
    padding:0;
}

.page-heading {
    font-weight:600;
    font-size:42px;
    color: #2350A0;
    padding-top:3rem;
    padding-left:2rem;
}
.panel .col-md-6, .panel .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.flex {
    display:flex;
}

.bottom {
    position:absolute;
    bottom:0;
    width:100%
}

.confirm-bg {
    background:#0c3a84;
}
textarea {
    margin-bottom: 2rem;
}

.bold-value {
    font-weight:bold;
    color:black;
    font-size:1.5rem;
}
.error-code {
    border: solid 1px #4f4f4f;
}
.outcome-header {
    font-size:2.5rem;
    padding-bottom:0;
    font-family: jaf-facitweb, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.fa-6x {
    font-size: 6em
}
.fa-7x {
    font-size: 7em
}
.fa-8x {
    font-size: 8em
}
.fa-9x {
    font-size: 9em
}
.fa-10x {
    font-size: 10em
}


/*Confirm panel*/
.confirm-panel {background:#f6f7f2; border:1px solid #c3c4bf; padding:45px; -webkit-box-shadow: 0px 14px 9px -1px rgba(0,0,0,0.12); -moz-box-shadow: 0px 14px 9px -1px rgba(0,0,0,0.12); box-shadow: 0px 14px 9px -1px rgba(0,0,0,0.12)}
.confirm-panel h1 {color:#50504d; margin-top:0; margin-bottom:0; line-height: 1.3; font-size: 1.6em}
.confirm-panel ul {padding-inline-start: 25px; margin-bottom:0}
.confirm-panel .subtext {color:#4f8a2a; border-left:3px solid #4f8a2a; padding-left:15px; font-size: 20px; margin-bottom: 25px; font-weight:400}
.confirm-panel .subpanel, .summary-panel .subpanel, .white-subpanel {background:#fff; border:1px solid #c3c4bf; border-radius:5px; padding:15px 20px 15px 20px}

.summary-panel {
    border: 1px solid #C9C9C9;
}

.expandable-panel :not(.collapsed) .collapse-button {
    display: initial;
}

.expandable-panel :not(.collapsed) .expand-button {
    display: none;
}

.expandable-panel .collapsed .collapse-button {
    display: none;
}

.expandable-panel .collapsed .expand-button {
    display: initial;
}

.flex-align-center {
    align-items: center;
}

#repairerStatus.el-loading-parent--relative {
    height: 150px;
}

/*Media quaries*/
@media only screen and (max-width:992px) {
    .fa-stack {float:left; margin-right: 10px}   
    .panel .col-md-6, .panel .col-md-4 {padding-right: 15px; padding-left: 15px}
    .register, .login {display:none}
    .register-container .bottom {position: inherit; margin-top:110px}
    .login-container .bottom {position: inherit; margin-top: 50px; padding-bottom:5px}
    .login-register-container .col-md-6, .login-register-container .col-md-4 {padding-left:0; padding-right:0}
    .login-button, .register-button {width:100%}
}


@media only screen and (max-width:767px){
     html, body {font-size: 14px}
     h1 {padding-bottom:0.5em}

     .step-container, .step-content {margin-bottom:0}

     .welcome-header h2 {font-size: 21px}
     .welcome-header p {font-size:30px}
     .welcome-header p:last-child {font-size: 16px; padding-top: 0!important}

     .factors h3 {font-size:18px}

     .confirm-panel {margin-left: 15px; margin-right: 15px; padding: 25px}
     .confirm-panel .subtext {font-size: 16px}

    .navbar .navbar-collapse, .navbar .navbar-form {background:#fff; border:1px solid #ccc}
    .navbar.navbar-fixed-bottom {position:static; height:40px}

}

/*SELF ACCEPTANCE PORTAL*/

.SelfAcceptance .welcome-header .section {border-radius:10px; padding: 25px 35px}
.SelfAcceptance .welcome-header.bg-SE {background: #B0F0F0 no-repeat bottom left -140px; background-size: contain}

.SelfAcceptance .important-information .points{margin-bottom:25px; margin-top:20px}
.SelfAcceptance .important-information .points img {width:30px; margin-right:10px; float:left}
.SelfAcceptance .important-information .points span {display: block; overflow: hidden}

.SelfAcceptance .welcome-header h2 {font-size: 20px}
.SelfAcceptance .welcome-header p {font-size: 20px; line-height:28px}
.SelfAcceptance .welcome-header .regular {padding-top: 10px; font-size: 25px}
.SelfAcceptance .welcome-header p:last-child {font-size: 18px; line-height: 28px}

.SelfAcceptance .welcome-header a, .SelfAcceptance .welcome-header a:hover, .SelfAcceptance .welcome-header a:active {
    color: #fff;
    text-decoration: underline
}

.SelfAcceptance .welcome-header .continueMobile {
    font-size: 20px;
    margin-top: 10px
}

.SelfAcceptance .welcome-header .line2 {
    font-size: 16px !important
}

.navbar .opt-out p {margin-top:20px}

.btn-yellow-bg {background: linear-gradient(to bottom, #FBF890 0%,#D1AB0E 100%); border:1px solid #CFC2AA; color:#5A281E}
.btn-primary {background: linear-gradient(to bottom, #4497D9 0%,#3C8AC7 100%); border:1px solid #3077AF; color:#FFFFFF}
.btn-danger, .btn-danger:hover, .btn-danger:focus {background:#C20060}
.btn i {margin-right:0!important}

.el-input {width:100%!important}
.el-message-box__title {text-align:center; color:#4A69A9!important}

.v-details .col-md-12 { padding-left:initial; padding-right:initial}

h2.subtitle {color:#000; font-size:16px}

.summary-panel h2 {margin-top: 10px; margin-bottom: 10px; padding-bottom:0}
a.expand-button, a.expand-button:hover {color:#000}


.timeslot-container {
    display: flex;
}

.timeslot-option {
    flex-grow: 1;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #c3c4bf;
    background-color: #ffffff;
}

.timeslot-option:first-of-type {
    border-radius: 5px 0 0 5px;
}

.timeslot-option:last-of-type {
    border-radius: 0 5px 5px 0;
}

.timeslot-option.selected {
    color: #ffffff;
    background-color: #11448C;
}

.timeslot-option.selected .fa-check {
    color: #ffffff;
}

.callback input[type=checkbox] {
    display: inline;
}

@media only screen and (max-width:991px) {
    .SelfAcceptance .important-information .points {margin-bottom:0}
.v-details .panel .col-md-6, .v-details .panel .col-md-4 {padding-right:initial; padding-left: initial}
}

@media only screen and (max-width:991px) and (min-width:769px){
.SelfAcceptance .welcome-header.bg-SE {background: #B0F0F0 no-repeat bottom left -130px}
}

@media only screen and (max-width:768px) {
.SelfAcceptance .welcome-header .section { padding: 5px 15px}
.SelfAcceptance .welcome-header p {font-size:20px}
.SelfAcceptance .welcome-header p:last-child {line-height: 20px; font-size:16px}
.SelfAcceptance .welcome-header.bg-SE {background: #0C3A84 no-repeat top center; background-size: inherit}
.SelfAcceptance .welcome-header h2 {font-size:18px}

.navbar .opt-out {width:70%; float:left}
.navbar .opt-out p {display:none}
.navbar .continue {width:30%; float:right}
}
