/*body {
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 5px;
    padding: 0;
    color: #000;
    background: #fff;
    text-align: left;
}*/

@font-face {font-family: "Tahoma";
    src: url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/cd0381aa3322dff4babd137f03829c8c.svg#Tahoma") format("svg"); /* iOS 4.1- */
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

html, button, input, select, textarea {
font-family: inherit;
color: #222;
font-size: 100%;
}

body {
font-family: 'Open Sans', sans-serif;
/*display:none;*/
/*color: #444444;*/
font-size: 12px;
/*line-height: 1.5;*/
 padding-right: 0px !important; /*bootstrap modal. prevents page content jumping left*/
}

.overlayDISABLED {
  position: absolute;
  left: 0;
  right: 0;
  top: 172px;
  bottom: 0;
  display: none;
  height: 100%;
  background: #111;
  /*background: rgba(95, 163, 0, 0.75);*/
  background: rgba(255, 175, 0, 0.5);
  z-index: 20;
}

/*.home .overlay {
  top: 584px;
}*/


#pageFrame {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    text-align: left;
    /*width: 1030px;*/
}

#header {
  width: 100%;
  margin: 10px 0 0 5px;
  padding: 0;
}

/*a:link {
color: #06c;
text-decoration: none;
}

a:visited {
color: #339;
text-decoration: none;
}
*/

.link {
  color: #007bff;
  cursor: pointer;
}


#logo {
float: left;
text-align: left;
margin-top: 10px;
}

#header img {
margin-right: 5px;
}

header.page-header {
  margin-bottom: 15px;
}


/*As One Styles*/

.breadcrumbs {
  display: none;
  margin-top: 15px;
  color: #111;
}

.breadcrumbs a {
color: #999999;
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .hero {
clear: both;
line-height: 1.2;
margin-bottom: 15px;
/*color: #111;*/
}

h1, .h1 {
/*font-weight: 300;*/
/*font-size: 35px;*/
}

h2, .h2 {
/*font-weight: 300;*/
/*font-size: 30px;*/
}

::selection {
background: #06e;
color: #fff;
text-shadow: none;
}

.g1, .secondary {
background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 65%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(65%, #e9e9e9));
background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 65%);
background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 65%);
background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 65%);
background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 65%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
}

.main-nav {
border-bottom: 1px solid #222;
}

.grid {
width: 1030px;
margin: 0 auto;
padding: 0 30px;
}


.grid:before, .grid:after {
content: " ";
display: table;
}

.grid:after {
clear: both;
}

.grid .grid {
max-width: 100%;
padding: 0;
}

.lead {
width: auto;
}
.lead, .blog h2 + p {
font-size: 20px;
color: #999999;
}

.top-nav div {
padding-top: 15px;
}

.page-header .lead {
width: 60%;
}

.main-nav ul {
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
}

ul, ol {
padding-left: 30px;
margin: 1.5em 0;
}

.menu a, .dropdown a {
  cursor: pointer;
}

.menu > li, .menu > li > a {
font-size: 20px;
color: #666;
display: block;
}

.menu > li {
float: left;
padding: 15px 30px;
margin: 0;
border-left: 1px solid #fff;
border-right: 1px solid #eaeaea;
}

.menu > li:first-child {
padding-left: 225px;
border-left: none;
}

.menu > li > .sub-menu {
display: none;
position: absolute;
/*width: 1000px;*/
background: #eeeeee;
top: 60px;
margin-left: -28px;
padding-bottom: 30px !important;
z-index: 30;
border-bottom: 1px solid #222;
border-left: 1px solid #222;
border-right: 1px solid #222;
}

.menu > li:hover .sub-menu, .menu > li:focus .sub-menu {
  display: block;
}

.menu > li > .sub-menu:hover, .menu > li > .sub-menu:focus {
display: block;
}

.menu > li:hover, .menu > li > a:hover, .menu > li:focus, .menu > li > a:focus {
color: #111;
text-decoration: none;
}

.sub-menu a {
margin: 0 30px;
font-size: 14px;
color: #444444;
padding: 10px 0;
display: block;
font-weight: normal;
border-bottom: 1px solid #fff;
}

.sub-menu li:hover {
  background-color: #DDD;
}
.sub-menu a:hover {
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #DDD;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
}


p {
line-height: 1.6;
margin-bottom: 1.5em;
}

.team-member {
background: #fff;
margin: 0 5px;
}

.team-handle {
/*background: #111;*/
background: rgb(255,175,0);
color: #111;
font-size: 14px;
padding: 10px 10px 10px 30px;
cursor: pointer;
position: relative;
border-bottom: 1px solid rgb(233,160,0);
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}

.team-desc {
background: #fff;
background: rgba(255, 255, 255, 0.8);
font-style: italic;
font-size: 14px;
overflow: hidden;
-webkit-transition: padding 0.25s ease-in-out;
-moz-transition: padding 0.25s ease-in-out;
-o-transition: padding 0.25s ease-in-out;
-ms-transition: padding 0.25s ease-in-out;
transition: padding 0.25s ease-in-out;
padding: 0 10px;
display: none;
}

.team-desc ul {
  margin: 0 0 20px 0;
}

.team-handle:before {
content: "+";
position: absolute;
left: 10px;
top: 20px;
font-size: 150%;
line-height: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}


.handle-active:before {
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}

.no-js .team-desc {
  display: block;
}







.logo {
/*padding-top: 15px;*/
}



.desk-1 {
  width: 100%;
}

.desk-1-4 {
width: 25%;
}

.desk-1-2 {
width: 50%;
}

.desk-3-4 {
width: 75%;
}

.desk-1-3 {
width: 33.3%;
}

.desk-2-3 {
width: 66.66%;
}

[class*='desk-'], [class*='mob-'] {
float: left;
}





.pl0 {
padding-left: 0;
}

.m0 {
margin: 0;
}

[class*='desk-']:last-of-type, [class*='mob-']:last-of-type {
padding-right: 0;
}
[class*='desk-']:first-of-type, [class*='mob-']:first-of-type {
padding-left: 0;
}


/*QuoteSearch Box*/
nav.quoteSearch {
  margin-top:30px;
}

nav.quoteSearch span {
  font-size: 13px;
  color: #666;
}

nav.quoteSearch input {
  font-size: 14px;
  font-style: oblique;
}


/*Folder table*/
#folderTable {
  width: 100%;
  padding: 25px;
  background-color: #EEE;
}

#folderTable table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
}



#folderTable table td.left {
  text-align: left;
}



#folderTable .insuranceType {
  color: #111;
  font-weight: 700;
  line-height: 16px;
}

/*WebQuote table*/
#webQuoteTable {
  width: 100%;
  padding: 25px;
  background-color: #EEE;
}

#webQuoteTable table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
}

#webQuoteTable table td {
  padding: 3px;
  border-left: 1px solid rgb(255,175,0);
  border-right: 1px solid rgb(255,175,0);
  text-align: left;
  vertical-align: top;
}

.borderTop {
   border-top: 1px solid rgb(255,175,0);
}
.borderBottom {
   border-bottom: 1px solid rgb(255,175,0);
}


#webQuoteTable table td.left {
  text-align: left;
}

#webQuoteTable table th {
  background-color: rgb(255,175,0);
  text-align: left;
  border: 1px solid rgb(255,175,0);
  padding: 2px 2px 2px 5px;
  color: #111;
}

#webQuoteTable table table td {
  border: transparent;
  border-top: 1px solid #ccc;
  text-align: left;
}

#webQuoteTable .first td {
  border: transparent;
}


/*From GC site*/
.question, .information {
padding: 5px 0 0 0;
width: 860px;
}
.question {
border-width: 1px;
border-style: solid;
border-color: #c6c6c6 transparent transparent transparent;
position: relative;
background-color: transparent;
}

.question.first {
border-color: transparent;
}

fieldset {
width: 100%;
}

fieldset {
display: block;
border: 0;
}

fieldset legend {
  line-height: 26px;
  font-size: 20px;
  margin-bottom: 2px;
  padding-bottom: 6px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #777;
  width: 100%;
}

.editor-validation {
font-size: 13px;
line-height: 17px;
margin-left: 40px;
max-width: 590px;
}
.editor-validation {
display: block;
min-height: 20px;
color: #ac0000;
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}


.field-validation-error {
position: relative;
}


.editor-validation .field-validation-error:before, .editor-validation .validation-summary-errors:before {
position: absolute;
top: 2px;
left: -30px;
display: inline-block;
content: "";
width: 16px;
height: 16px;
border: 1px solid #c9000c;
background: #f03428 url('../Web.UI/Images/Common/icons.png') 6px -62px no-repeat;
border-radius: 3px;
}

/*Info hover icons*/
a.info {
    position:relative;           /*this is the key*/
    z-index:24;
    color:#00F;               /* colour of display text */
    border:0px dotted #999;    /* border colour */
    text-decoration:none;
}

#loadingLayer {
    min-height:400px;
     height:auto !important;
     height:400px;
}

a.info:hover {
    z-index:25;
    background-color:#96C29C;
}

a.info span {
    display: none;  /* hide the span text using this css */
}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    margin-top: -20px;
    left: 3em;
    padding:3px;
    width:250px;
    border:2px solid #006A34; /* border colour */
    background-color:#FFF; /* background colour here */
    color:#000000;         /* text colour */
    text-align: center;
    font-size: 1em;
    font-style:normal;
    z-index:30;
    text-decoration:none;
}

.fi-info {
        font-size: 23px;
        color: rgb(0, 100, 255);
}

.fi-shadow {
        text-shadow: 0 0 5px #CCC,0 0 10px #CCC,0 0 20px #DEB364;
        padding: 3px;
}

.declarationQ {
    width:750px;
    float:left;
    text-align: left;
}

.declarationA {
    width:150px;
    float: right;
}

.pageTitle {
  text-align: center;
}

.error {
  font-size: 11px;
  font-weight: bold;
  color: #FF0000;
}

.errorAlert {
  padding: 2px 5px;
  background-color: rgb(250, 250, 143);
  border: 1px solid #F00;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  border-radius: 5px;
  text-align: center;
}


.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}


/*WebQuote table*/


#webQuoteTableNew {
  width: 100%;
  padding: 25px;
  background-color: #EEE;
  /*margin-bottom: 200px;*/
}



#webQuoteTableNew table {
  width: 100%;
  border-collapse: collapse;
  background-color: #FFF;
}


#webQuoteTableNew table td {
  padding: 3px;
  text-align: left;
  vertical-align: top;
}


#webQuoteTableNew .section {
  margin-bottom: 20px; 
  border: 1px solid rgb(255,175,0);
  background-color: #FFF;
}

#webQuoteTableNew .section > table > tbody > tr > td {
  border-top: 1px solid #DCE5CF;
}

#webQuoteTableNew .section > table > tbody > tr:first-child > td {
  border-top: 0;
}

#webQuoteTableNew .sectionHeader {
  background-color: rgb(255,175,0);
  text-align: left;
  padding: 2px 2px 2px 5px;
  color: #111;
}

#webQuoteTableNew .sectionBody {
  text-align: left;
  padding: 5px;
}

#webQuoteTableNew .sectionBody > table > tbody > tr > td {
  border-top: 1px solid #DCE5CF;
}

#webQuoteTableNew .sectionBody > table > tbody > tr:first-child > td {
  border-top: 0;
}


#webQuoteTableNew .sectionBody > table > tbody > tr > td > div > table > tbody > tr > td {
  border-top: 1px solid #DCE5CF;
}



/*#webQuoteTableNew input[type=radio] {
    margin: 0 5px 0 10px;
}*/

#webQuoteTableNew #ClaimsLayer {
  width: 850px; 
  margin: 5px auto
}

#webQuoteTableNew #ClaimsLayer td,
#webQuoteTableNew #ClaimsLayer input,
#webQuoteTableNew #ClaimsLayer select {
  text-align: center;
}

#webQuoteTableNew .pbHead {
    border: 1px solid #000000;
    font-weight: bold;
  }
 #webQuoteTableNew .pbLeft {
    border-left: 1px solid #000000;
  }
#webQuoteTableNew  .pbBottom {
    border-bottom: 1px solid #000000;
  }
#webQuoteTableNew  .pbRight {
    border-right: 1px solid #000000;
  }
#webQuoteTableNew  .pbTop {
    border-top: 1px solid #000000;
  }


.missingMsg {
  color: #F00;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}


/*START jQuery UI overides*/

.ui-widget {
  font-size: 0.85em;

}

.ui-widget-content {
    border: 1px solid #000;
}

.ui-widget-header {
    border: 1px solid #000;
    background: rgb(255,175,0);
     /*url("images/ui-bg_highlight-soft_33_5fa300_1x100.png") 50% 50% repeat-x;*/
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #000;
    background: rgb(255,175,0);
     /*url("images/ui-bg_highlight-hard_60_5fa300_1x100.png") 50% 50% repeat-x;*/
    color: #111;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #111;
    background: rgb(255,175,0);
    /*url("images/ui-bg_highlight-hard_50_4eb305_1x100.png") 50% 50% repeat-x;*/
}
/*jQuery UI overides END*/



/*Bootstrap overrides*/
.help-block {
  font-size: 11px;
}


.dropdown-menu {
    min-width: 250px;
}

a:focus {
  outline: 0;
}
/*Bootstrap overrides END*/




/*AnguComplete Overrides*/
.angucomplete-selected-row {
    background-color: rgb(255,175,0);
    color: #000;
}

nav.quoteSearch .highlight {
    color: #000;
    font-weight: 700;
    font-size: 10px;
}

#addressSearch .angucomplete-dropdown {
  margin-top: 32px;
}

#quoteSearch .angucomplete-dropdown {
  margin-top: -1px;
}
/*AnguComplete Overrides END*/





/* Vue Quotesearch (typeahead) */
.typeahead-selected-row {
    background-color: rgb(255,175,0);
    color: #000;
}

nav.quoteSearch .highlight {
    color: #000;
    font-weight: 700;
    font-size: 10px;
}

#addressSearch .typeahead-dropdown {
  margin-top: 32px;
}

#quoteSearch .typeahead-dropdown {
  margin-top: -1px;
}





/*Address Finder*/
#addressFinder {
  margin: 5px 0; 
  text-align: center;
  background-color: #e7e9ea;
  border: 1px solid #CCC;
}

#addressFinder .highlight {
  color: #000;
  font-weight: 700;
  font-size: 10px;
}

#addressSearch_value {
  /*font-size: 11px;*/
  text-align: center;
}
/*Address Finder END*/


.hand {
  cursor: pointer;
}



.confirmationText {
 font-style: italic;
  color: #25215A;
  padding-bottom: 5px;
}

.required {
  color: #F00;
}

.sub-label {
  font-size: 85%;
  color: #444;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1px;
}

.progressBarClass {
  opacity:0;
}

.progressBarClassFadeIn {
  opacity:1;
  transition:opacity 0.5s ease-in;*
  -webkit-transition-delay: 0.5s; /* Safari */
  transition-delay: 0.5s;
}

.progress-bar {
  /*height: 16px;*/
  /*border-radius: 4px;*/
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));*/
  transition: 0.5s linear;
  transition-property: width, background-color;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

/*Quicklogin top fixed bar*/
.loggedInAs {
  position: fixed; 
  height: 30px; 
  z-index: 1000; 
  font-size: 12px; 
  left: 0; 
  top: 0;  
  width: 100%; 
  background-color: rgba(50,50,50,1); 
  color: #c5eff7; 
  text-align: center; 
  
  -webkit-box-shadow: 0 8px 6px -6px #AAA; 
  -moz-box-shadow: 0 8px 6px -6px #AAA; 
  box-shadow: 0 8px 6px -6px #AAA; 
  
  line-height: 30px;
}


/*Datepicker 19-11-2017*/
.datepicker >.vdp-datepicker__calendar {
    position: absolute;
    z-index: 100;
    background: #fff;
    /*width: 200px;*/
    border: 1px solid #555;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*background: #fff url(images/ui-bg_highlight-soft_10_ffffff_1x100.png) 50% top repeat-x;*/
    color: #000;
    width: 17em;
    padding: .2em .2em .4em .3em;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 0.85em;
}

  .datepicker .vdp-datepicker__calendar header {
    border-bottom-right-radius: 10px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
          color: #fff;
    font-weight: bold;
    font-size: 0.95em;
    border: 1px solid #000;
    background-color: #63A200;
        position: relative;
    padding: .2em 0;
    height: 2em;
    line-height: 2em;
  }

  .datepicker input {
    border: 0;
    text-align: center;
    width: 100%;
  }

  .datepicker .vdp-datepicker__calendar .cell.day-header {
      /*font-size: 75%;*/
      white-space: no-wrap;
      cursor: inherit;
      text-align: center;
      font-weight: bold;
      color: #FFF;
      margin: 0;
      width: 33px;
      border: 0;
      padding: 0px 0;
      height: 22px;
      font-size: 9px;
  }

  .datepicker .vdp-datepicker__calendar  header {
    height: 2.5em;
  }

  .datepicker .vdp-datepicker__calendar header .prev {
    width: 14.285714285714286%;
    float: left;
    text-indent: -10000px;
    position: relative;
    height: 1.8em;
}
  .datepicker .vdp-datepicker__calendar header .up {
   /*padding-top: .3em;*/
}

.datepicker .vdp-datepicker__calendar header .next {
    width: 14.285714285714286%;
    float: left;
    text-indent: -10000px;
    position: relative;
    height: 1.8em;
}

  .datepicker .vdp-datepicker__calendar .cell {
    display: inline-block;
    padding: 0 0px;
    width: 2.67em;
     height: 18px; 
     line-height: 18px; 
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    margin: 2px 0 0 2px;
    font-size: .8em;
    background-color: #63A200;
    color: #000;
}

.datepicker .vdp-datepicker__calendar .cell.day-header:hover{
  background-color: #63A200;
}



.datepicker .vdp-datepicker__calendar header .prev:not(.disabled):hover, 
.datepicker .vdp-datepicker__calendar header .next:not(.disabled):hover, 
.datepicker .vdp-datepicker__calendar header .up:not(.disabled):hover 
{
  background-color: transparent;
}

.datepicker .vdp-datepicker__calendar .blank {
  background-color: #FFF;
  border: 1px solid #FFF;
  }

.datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day, .datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month, .datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year {
    border: 1px solid #000;
        background-color: #63A200;
}

.datepicker .disabled {
  opacity: .35;
}

.datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover, .datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover, .datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #4bd;
}


/*Transistions*/
.outer {
      overflow: hidden;
  }

  .slide-leave-active,
.slide-enter-active {
  transition: 0.1s;
}
.slide-enter {
  transform: translate(0, -100%);
}
.slide-leave-to {
  transform: translate(0, -100%);
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 1s;
  transition-property: opacity;
  transition-timing-function: ease;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}







.cursor {
  cursor: pointer;
}


.statisticsCard {
  font-size: 11px;
}

@media (min-width: 992px)
{
  .statistics .selectBrokersMaxWidth {
    max-width: 400px;
  }
}


@media (min-width: 1200px)
{
  .statistics .selectBrokersMaxWidth {
    max-width: 500px;
  }
}


#contact-us .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}

#contact-us .iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.italic {
  font-style: italic;
}