/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
/* vietnamese */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/montserrat/v10/SKK6Nusyv8QPNMtI4j9J2yEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}*/
/* latin-ext */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/montserrat/v10/gFXtEMCp1m_YzxsBpKl68iEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}*/
/* latin */
/*@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(../fonts/montserrat/v10/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}*/

body {
    margin-right: auto;
    margin-left: auto;
/*    max-width: 500px;*/
    /*height: 100vh;
    min-height: 100vh;*/
}

body.regular {
    background-color: #F6F6F6;
    color: #7a7a7a;
    width: 100%;
/*    max-width: 500px;*/
}

body.loginPic {
    background-color: #5AC9E7;
    background-image: url("../img/screen-iphone.png");
}

body.loginPage, .settingsForm {
    font-family:'Monserrat', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    text-align:center;
    color: #F6F6F6;
/*    min-height: 100%;*/
    margin-top: 0px !important;
}

h1 {
    font-size:24px;
    font-weight:normal;
    margin:0px;
    overflow:visible;
    padding:0px;
    text-align:center;
}

div.container-full {
    margin-right: auto;
    margin-left:  auto;
/*    max-width: 500px;*/
    margin: 0px 0px 0px 0px;
    line-height: 120%;
    left: 50%;
}

sup {
    font-size: 25px;
}

a,select,img,.pointer,.appt-option,.logout-label,.logout-label-cal,.appt-dura,.appt-trav,.appt-time,.appt-address,.appt-address-other,.fact-option {
    cursor:pointer !important;
}

.premiumTitle sup {
    font-size: 13px;
}

.clear, .smooth {
    clear:both;
    width: 100%;
/*    max-width: 500px;*/
}

.full_screen_section {
  background-color: #F6F6F6;
  height: 100%;
  width: 100%;
}

.form-entry {
    text-align:center;
    margin:0px 0px 5px 0px;
}

.login-label {
    font-size: 20px;
    color: #3673B9;
}

.logout-label {
    font-size: 18px;
    color: #F6F6F6;
}

.logout-label-alert {
    font-size: 18px;
    color: #5AC9E7;
}

.logout-label:hover {
    color: #F6F6F6;
}

#page-notification div {
    text-align: center;
    vertical-align: middle;
    background-color: #ffe5ba;
    font-size: 18px;
    color: #4A4A4A;
    text-align: center; 
    padding: 12px 15px 10px 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #ccced1;
}

.header-apptlist {
    background-color: #F6F6F6;
    z-index: 1;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;

}
.scroller-apptlist {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 133px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;    
}

.blue-phone {
    color: #149DE7;
    text-decoration:none;
}

.header-cal {
    background-color: #F6F6F6;
    z-index: 1;
    height:60px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;
}

.grey-Days {
    font-size: 15px;
    /*border-left: 1px solid #ccced1;*/
    /*padding-left: 15px;
    margin-right: 15px;*/
}

.blue_day {
    color: blue;
}

.grey-Days-l {
    font-size: 15px;
    border-left: 1px solid #ccced1;
    /*padding-left: 15px;
    margin-right: 15px;*/
}

.scroller-cal {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 60px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;    
}

.scroller-cal-wizard {
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;    
}

.header-bkobs {
    background-color: #F6F6F6;
    z-index: 1;
    height:176px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;
}

.scroller-bkobs {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 176px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-wizard {
    background-color: #F6F6F6;
    z-index: 1;
    height:120px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;
}
.scroller-wizard {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 120px;

    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-acct {
    background-color: #F6F6F6;
    z-index: 1;
    height:177px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;
}

.scroller-acct {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 177px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-tasks {
    background-color: #F6F6F6;
    z-index: 1;
    height:155px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;

}

.scroller-tasks {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 157px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-appts {
    background-color: #F6F6F6;
    z-index: 1;
    height:60px;
    width:100%;
/*    max-width: 500px;*/
    position:relative;
}

.scroller-appts {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 60px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-settings {
    background-color: #F6F6F6;
    z-index: 1;
    height:60px;
    width:100%;
/*    max-width: 500px;*/
    position:fixed;
}

.scroller-settings {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 60px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-search {
    background-color: #F6F6F6;
    z-index: 1;
    height:110px;
    width:100%;
/*    max-width: 500px;*/
    position:relative;
}

.scroller-search {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    top: 110px;
    bottom:50px;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.header-metrics {
    background-color: #F6F6F6;
    z-index: 5;
/*    height:159px;*/
    width:100%;
/*    max-width: 500px;*/
    position:relative;
    height: 100%;
}

.acctRowTasks-div {
    margin: 15px;
}

#edit-email-msg, #edit-email-sub {
    width: 100%;
}
#edit-email-sub {
    height: 50px;
}

/*.acctRowTasks-popup {
    margin: 15px;
}*/

.scroller-metrics {
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
/*    top:159px;*/
/*    bottom:50px;*/
    overflow-y:scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;   
}

.blue-phone {
    color: #149DE7;
    text-decoration:none;
}

.hide-first {
    visibility: hidden;
}

#arrowBannerImgSec {
    float: left;
    position: relative;
    top: 30%;
    padding-left: 10px;
    padding-right: 10px;
    visibility: hidden;
}

#loginFormBase {
    bottom: 30px;
    width: 100%;
}

#show-google-redirect {
    text-align:center;
    padding: 15px;
    margin-bottom: 25px;
    margin: 8px 0;
    border-radius: 7px;
    text-align:center;
    color: #4A4A4A;
    font-size: 16px;
}

#space-label {
    margin-left: 10px;
    margin-right: 10px;
}

.loginFormInput {
    text-align:center;
    margin: auto;
    width: 80%;
}

.jdmLoginForm {
    font-size: 17px;
    width: 80%;
/*    max-width: 340px;*/
    padding: 7px 4px;
    margin: 8px 0;
    border-radius: 7px;
    text-align:center;
    color: #4A4A4A;
    border: 1px solid #ccced1;
}

.jdmLoginForm:hover {
    border: 1px solid #4A4A4A;
}

.jdmLoginForm:focus  { 
    background-color: white;
    outline: thick solid transparent;
 }

.login {
    font-size: 16px;
    color: #3673B9;
    margin: 40px 0px 30px 0px;
}

.settings {
    font-size: 16px;
    color: #5AC9E7;
}

.settings-login {
    font-size: 16px;
    color: #3673B9;
}

.alertForm {
    padding: 15px;
    margin-bottom: 25px;
    margin: 8px 0;
    border-radius: 7px;
    text-align:center;
    color: #4A4A4A;
}

#recentAll-index, #recentAll {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
}

.formLogin {
    width: 100%;
    background-color:#F6F6F6;
    background:linear-gradient(top, #ccced1 0%, #FFFFFF 100%);
    background:-webkit-linear-gradient(top, #ccced1 0%, #FFFFFF 100%);
    background:-ms-linear-gradient(top, #ccced1 0%, #FFFFFF 100%);
    background:-webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #ccced1),
      color-stop(1, #ffffff)
    );
    height: 100%;
    bottom: 0px;
    padding-bottom: 75px;
}

.formSettings {
    background-color:#F6F6F6;
    height: 100%;
    bottom: 0px;
}

#ctn-err {
    color: #4A4A4A;  
    font-size: 16px;
}

.bi-invalid-input {
    background-color:#fffacd!important;
}

.bi-invisible {
    display:none;
}

.home-sub-title {
    background-color:#3673B9;
    width:100%;
    text-align:center;
    padding:0px 0px 20px 0px;
    color: #F6F6F6;  
    font-size: 21px;
}

.home-sub-days {
    background-color:#3673B9;
    width:100%;
    text-align:center;
    padding: 5px 0px 19px 0px;
/*    margin: 1px 0px 0px 0px;*/
    color: #F6F6F6;  
    font-size: 21px;
}

.homeHead {
    background-color:#5AC9E7;
    width:100%;
    padding:9px 0px 0px 0px;
    text-align: center;
    background:linear-gradient(top, #5AC9E7 0%, #3673B9 100%);
    background:-webkit-linear-gradient(top, #5AC9E7 0%, #3673B9 100%);
    background:-ms-linear-gradient(top, #5AC9E7 0%, #3673B9 100%);
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #5AC9E7),
        color-stop(1, #3673B9)
    );
}

.columnLeft {
    float: left;
    width: 33.33%;
}

.columnRight {
    float: right;
    width: 33.33%;
}

.columnCenter {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 1px solid #e9e8e8;
    border-right: 1px solid #e9e8e8;
}

.ppDetails {
    float: right;
    width: 50%;
    color: #F6F6F6;
}

.borderLf {
    border-left: 1px solid #F6F6F6;
}

.borderRt {
    border-right: 1px solid #F6F6F6;
}

.borderLfD {
    border-left: 1px solid #e9e8e8;
}

.borderRtD {
    border-right: 1px solid #e9e8e8;
}


.premiumTitle {
    background-color:#A8ACAE;
    font-size: 17px;
    width:100%;
    text-align:center;
    padding:9px 0px 9px 0px;
    margin: 0px 0px 3px 0px;
    color: #F6F6F6;
}

.homeSubTitleLow {
    background-color:#3673B9;
    font-size: 23px;
    width:100%;
    text-align:center;
    padding:14px 0px 1px 0px;
    color: #F6F6F6;  
    background:linear-gradient(top, #2aaae2 0%, #3673B9 100%);
    background:-webkit-linear-gradient(top, #2aaae2 0%, #3673B9 100%);
    background:-ms-linear-gradient(top, #2aaae2 0%, #3673B9 100%);
    background:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #2aaae2),
        color-stop(1, #3673B9)
    );
}

.homeAssetNav {
    background-color:#ccced1;
    text-align:center;
    padding:9px 0px 9px 0px;
    color: #4A4A4A;  
    font-size: 14px;
}

.unknown-text {
    color: #5AC9E7;  
    font-size: 14px;
}

.homeAssetDetails {
    background-color:#F6F6F6;
    text-align:center;
    padding: 18px 0px 18px 0px;
    color: #3673B9;  
    font-size: 35px;
}

.homeAssetSubNav {
    background-color:#ccced1;
    text-align:center;
    padding: 8px 0px 7px 0px;
    margin: 0px 0px 2px 0px; 
    color: #4A4A4A;  
    font-size: 12px;
    text-transform:uppercase;
}

.homeAssetNavLow {
    background-color:#ccced1;
    text-align:center;
    padding:1px 0px 1px 0px;
/*    color: #4A4A4A;  */
    color: black;  
    font-size: 14px;
/*    padding-top: 5%;*/
    padding-top: 1vh;
    padding-bottom: 5%;
    min-height: 45px;
    max-height: 45px;
}

.homeAssetNavLowV2{
    background-color:#ccced1;
    text-align:center;
    color: black; 
    font-size: 14px;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
    display: table;
}

.homeAssetNavLowV2Span{
    display: table-cell;
    vertical-align: middle;
}

.homeAssetDetailsLow {
    background-color:#F6F6F6;
    text-align:center;
    padding: 15px 0px 15px 0px;
    color: #A8ACAE;  
    font-size: 25px;
}

.homeAssetSubNavLow {
    background-color:#A8ACAE;
    text-align:center;
    padding:3px 0px 2px 0px;
    color: #F6F6F6;  
    font-size: 12px;
    text-transform:uppercase;
}

.pointerDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #3673B9 transparent transparent transparent;
    text-align: center;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    content: '';
    left: 50%;
}

:root {
  --safe-area-inset-bottom: constant(safe-area-inset-bottom, 0);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0);
}

.footer-alert {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #4A4A4A;
    width: 100%;
    height: 50px;
/*    padding-top: -15px;*/
    z-index: 5;
    /*margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
    /*margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
/*    margin-top: calc(0px - var(--safe-area-inset-bottom));*/
    height: calc(50px + var(--safe-area-inset-bottom));
/*    bottom: calc(0px + var(--safe-area-inset-bottom));*/
    padding-bottom: calc(0px + var(--safe-area-inset-bottom));
}

.footer-popup {
    display: table;
    text-align:center;
    vertical-align: middle;
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
/*    max-width: 500px;*/
    /*margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
    /*margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
/*    margin-top: calc(0px - var(--safe-area-inset-bottom));*/
/*    height: calc(50px + var(--safe-area-inset-bottom));*/
/*    bottom: calc(0px + var(--safe-area-inset-bottom));*/
}

.footer-black {
    height : 50px;
    display: table;
    width: 100%;
/*    max-width: 500px;*/
    position:absolute;
    background-color: #4A4A4A;
    bottom: 0;  
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
    z-index: 1;


/*    margin-top: calc(0px - var(--safe-area-inset-bottom));*/
    height: calc(50px + var(--safe-area-inset-bottom));
   /* margin-top: 0px - constant(safe-area-inset-bottom);
    margin-top: 0px - env(safe-area-inset-bottom);
    height : 50px + constant(safe-area-inset-bottom);
    height : 50px + env(safe-area-inset-bottom);*/
    /*margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
   /* margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);*/
/*    bottom: calc(0px + var(--safe-area-inset-bottom));*/
}



.nav-highlighted {
   background-color: #4A4A4A;
   z-index: 1; 
}

.nav-highlighted-off {
   background-image:
    linear-gradient(
      to right,
      #4A4A4A,
      #838484 10%,
      #838484 90%,
      #4A4A4A 100%
    );
   z-index: 1;
}

.footer-black a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width:25px;
    height:25px;
}

.footer-black img {
    width: 100%;
    vertical-align: middle;
    width:25px;
    height:25px;
    margin-top: calc(0px - var(--safe-area-inset-bottom));
}

.timezone-aware {
    height: 25px;
    background-color: #f9de9d;
    text-align: center;
}

.timezone-aware span {
    font-size: 15px;
}

#x-icon {
    float: left;
    padding-left: 20px;
}

.pop-out-forecast {
    display: table;
    width: 100%;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

#arrowBannerImg {
    float: left;
    position: relative;
    top: 30%;
    padding-left: 10px;
}

.regularBanner {
    width:100%;
    height: 60px;
    border-bottom: 1px solid #A8ACAE;
    text-align: center;
}

.regularBanner span {
    padding-top: 17px;
}

.regularBanner img {
    float: right;
}

#change-apt-days {
    padding-right: 5%;
    padding-left: 5%;
}

#hidden-acnt-id {
    display: none;
}

#btnSubmit:hover {
    color: #4A4A4A;
}

.fancy-italic {
    font-style: italic;
}

.event {
    border-radius:4px;
    -webkit-border-radius:4px;
    color:#FFFFFF;
    font-size:12px;
    margin:0px 30px;
    padding:2px 0px;
}

.event.listening {
    background-color:#333333;
    display:block;
}

.event.received {
    background-color:#4B946A;
    display:none;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}
 
@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0.4; }
    to { opacity: 1.0; }
}

.blue {
    color: #149DE7;
}

.gray {
    color: #A8ACAE;
    font-size: 14px;
    text-decoration:none;
}

.identifierBar span {
    color: #4A4A4A;
}

.gray-phone {
    color: #7a7a7a;
    text-decoration:none;
}

.gray-phone:link {
    color: #7a7a7a;
    text-decoration:none;
}

.logout-label-next {
    font-size: 18px;
    color: #A8ACAE;
    margin-left: 20px;
    margin-right: 20px;
}

.logout-label {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

#rememberme {
    transform: scale(1.1);
}

.boxed {
    background-color: black;
}

.notify-change {
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
}

.identifierBar {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px 15px 2px 15px;
    background-color: #ccced1;
}

#regularHeadNav {
    color: #4A4A4A;
    font-size: 16px;
    position: fixed;
    left:50%;
    transform: translate(-60%);
}

#systemContent > .clear:first-child {
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    top: 0;
/*    bottom: 50px;*/
    bottom: calc(50px + var(--safe-area-inset-bottom));

}
/*#systemContent > .clear:first-child {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}*/


#all-page {
    position: relative !important;
/*    bottom: 50px;*/
    height: 100%;
}


#all-header, #all-page {
    width: 100%;
/*    max-width: 500px;*/
}

.regularHeadNavVersion {
    font-size: 12px;
    right:20px;
    position:absolute;
    bottom:-5px;
    color: #A8ACAE;
}

.stepBody {
    margin-left: 10px;
    margin-right: 10px;
    color: #4A4A4A;
    font-size: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
    
}

.topHeader {
    width: 100%;
/*    max-width: 500px;*/
    position: relative;
}


/* Buttons */
.btn {
  padding: 6px 15px;
}
.btn:focus {
  outline: 0;
}
[role=button] {
  color: #5E656B;
}
[role=button]:hover {
  cursor: pointer;
  color: #111111;
}
.vd_btn {
  background-color: #DDDDDD;
  color: #FFFFFF;
}
.vd_btn .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.vd_btn:focus {
  color: #FFFFFF;
}
.vd_btn:hover {
  background-color: #CCCCCC;
}
.btn-icon {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-lg {
  padding: 11px 19px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-xs {
  font-size: 11px;
  padding: 4px 8px;
}
.btn.vd_bg-green:hover,
.btn.vd_green:hover {
  background-color: #1b9859 !important;
  color: #FFF !important;
}
.btn.vd_bg-red:hover,
.btn.vd_red:hover {
  background-color: #f74a13 !important;
  color: #FFF !important;
}
.btn.vd_bg-blue:hover,
.btn.vd_blue:hover {
  background-color: #1e6189 !important;
  color: #FFF !important;
}
.btn.vd_bg-yellow:hover,
.btn.vd_yellow:hover {
  background-color: #f79013 !important;
  color: #FFF !important;
}
.btn.vd_bg-grey:hover,
.btn.vd_grey:hover {
  background-color: #6a6a6a !important;
  color: #FFF !important;
}
.btn.vd_bg-black:hover,
.btn.vd_black:hover {
  background-color: #040404 !important;
  color: #FFF !important;
}
.btn.vd_bg-facebook:hover,
.btn.vd_facebook:hover {
  background-color: #3c629a !important;
  color: #FFF !important;
}
.btn.vd_bg-twitter:hover,
.btn.vd_twitter:hover {
  background-color: #0485b0 !important;
  color: #FFF !important;
}
.btn.vd_bg-linkedin:hover,
.btn.vd_linkedin:hover {
  background-color: #297dad !important;
  color: #FFF !important;
}
.btn.vd_bg-googleplus:hover,
.btn.vd_googleplus:hover {
  background-color: #b61600 !important;
  color: #FFF !important;
}