/* Include variables for LESS */
/* Import file styles */
@import url('/lib/style/fontstyle.css');
@import url('/lib/style/logo_svg_anim.css');
/* General css */

p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: Work Sans SemiBold;
    margin: 0 0 20px 0;
    color: #111;
}
h1,
h2 {
  line-height: 1.2;
}
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}
/*=======================================================================
2.  Default Style
=========================================================================*/
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.fxt-content-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fxt-none-767 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .fxt-none-991 {
    display: none !important;
  }
}
/*========================================================================
3.  Body Styling
=========================================================================*/
html {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: 'Work Sans SemiBold';
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
}
.wrapper {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 15px;
}

.wrapper {

    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1em;
}


.login-main {
    width: 592px;
    margin: 0 auto;
    background: #FFFFFF;
    background-size: cover;
    min-height: 400px;
    border-radius: 8px;
    border: 1px solid #dadce0;
    display: table-cell;
    box-shadow: 0px 1px 5px 1px rgb(164 184 255);
    border-radius: 5px;
}

.structure {
    padding: 48px 40px 36px;
    width: 100%;
    background-color: #fff;
}

._zp_goldmedal_logo {
}

.svg_logo{
  width:100%;
}

.form_fields {
  border:10px;
}

.txtlblmail {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #5A738E;
    font-size: 15px;
    line-height: normal;
    margin-top: 2px;
}

.border_alert_afer-error {
    border: 1px solid #d93025;
}

.login-box {
    padding: 0em 0em;
}

.input-group {
    position: relative;
    /*margin: 30px 0 20px;*/
    width: 100%;
}

.input-group-button {
    position: relative;
    width: 100%;
}

.input-group-changepassword {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.input-group_date {
    position: relative;
    margin: -10px 0 20px;
    width: 50%;
}

.input-group_date_date {
    position: relative;
    width: 50%;
}

input {
    padding: 12px 15px;
    font-size: 16px;
    display: block;
    /*width: 100%;*/
    border: none;
    border: 1px solid #999;
    border-radius: 8px;
}

    input:focus {
        outline: none;
    }

.label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: -7px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.control-label-to {
    top: 3px;
    color: #333;
    font-weight: 600;
}

.control-label {
    color: #838383;
    font-weight: normal;
    font-size: 14px;
    font-family:'Work Sans SemiBold';
    line-height: 1.35715;
    font-weight: bold;
}

input:focus ~ label,
input:valid ~ label {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #d93025;
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
}


.bar_date {
    position: relative;
    display: block;
    width: 51%;
}

    .bar_date:before,
    .bar_date:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #999;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar_date:before {
        left: 50%;
    }

    .bar_date:after {
        right: 50%;
    }

input:focus ~ .bar_date:before,
input:focus ~ .bar_date:after {
    width: 50%;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #999;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* animations */
@-webkit-keyframes inputHighlighter {
    from {
        background: #333;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #333;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #333;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.btn-danger-next {
    color: #fff;
    background-color: #e31837;
    border-color: #e31837;
    border-bottom: 3px rgba(0,0,0,0.1) solid;
}

.btn-next {
    line-height: 10px;
    min-width: 88px;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bolder;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-size: 300% 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 15px 35px;
    border-radius: 5px;
}

.btn-next:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.btn-next:focus {
     outline: none;
 }

.btn-next.color {
    background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
    box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.next-button-block {
    text-align: right;
    padding: 3em 0em;
}

.error {
    margin-top: 10px;
    color: #d50000;
}

.notshow {
    display: none;
}

.login-hi {
    text-align: center;
    color: #212121;
    background-size: cover;
    padding: 20px;
}

.hi {
    font-family: roboto,arial,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3333;
    text-transform: capitalize;
}

.username {
    border-radius: 16px;
    padding: 5px 7px 5px 5px;
    font-family: roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3333;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    letter-spacing: .25px;
    max-width: 100%;
}

.firstverify {
    font-family: roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3333;
    color: #212121;
    font-family: roboto,arial,sans-serif;
}

.userimages {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.usernameforimages {
    padding: 5px 7px 5px 5px;
    font-family: roboto,arial,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3333;
    -webkit-align-items: center;
    align-items: center;
    color: #3c4043;
    cursor: pointer;
    letter-spacing: .25px;
    max-width: 100%;
}

.tooltip {
    position: relative;
    display: block;
    opacity: inherit;
}

    .tooltip .tooltiptext {
        width: 100%;
        visibility: hidden;
        background-color: #FFF;
        color: #555;
        border-radius: 6px;
        border: 1px solid #ccc;
        padding: 0px 7px 6px 9px;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 26%;
        margin-left: -122px;
        opacity: 0;
        transition: opacity 0.3s;
        font-family: montserrat-regular;
        font-size: 14px;
        margin-right: 100px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }


    .tooltip .tooltiptext-changepassword {
        width: 100%;
        visibility: hidden;
        background-color: #FFF;
        color: #555;
        border-radius: 6px;
        border: 1px solid #ccc;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 26%;
        margin-left: -122px;
        opacity: 0;
        transition: opacity 0.3s;
        font-family: montserrat-regular;
        font-size: 14px;
        margin-right: 100px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }

        .tooltip .tooltiptext-changepassword::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext-changepassword {
        visibility: visible;
        opacity: 1;
    }

.passwordshould {
    color: #ed1965;
    font-size: 18px;
    font-weight: 700;
}

.availability-margin-top {
    margin-top: 15px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.car-highlight2 {
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #333;
    z-index: 99;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 28px 15px 10px;
    border-width: 10px;
    border-color: #7D2000;
    border-style: none solid none none;
    font-weight: 400;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    letter-spacing: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: capitalize;
    top: 360px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w3-animate-left {
    animation: animateleft 0.4s;
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0;
    }

    to {
        left: 0;
        opacity: 1;
    }
}

.targetmonthandyear {
    font-size: 16px;
    line-height: 18px;
    color: #ed1965;
    text-transform: capitalize;
    text-align: right;
    margin-bottom: 10px;
}

#chartdiv {
    width: 100%;
    height: 400px;
    font-size: 11px;
    font-weight:bold;
}

.topmargin{
    margin-top: 10px;
}

#chartdivforday {
    width: 100%;
    height: 400px;
    font-size: 11px;
    font-weight:bold;
}

.buttonInside {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 40px;
    border: none;
    height: 25px;
    width: 43px;
    border-radius: 100%;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 2px;
}

.login-head {
    background-size: cover;
    padding: 20px 20px 20px 0px;
}

    .login-head h1 {
        font-size: 24px;
        font-weight: 700;
        color: #202124;
        padding: 0em 0em 0em 0em;
    }

.login-block {
    padding: 4em 2em;
}

    .login-block input[type="text"], .login-block input[type="password"] {
        font-size: 0.9em;
        padding: 10px 20px;
        width: 100%;
        color: #8C8C8C;
        outline: none;
        border: 1px solid #D3D3D3;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        background: #F5F5F5;
        margin: 0em 0em 1.5em 0em;
    }

    .login-block input[type="submit"] {
        border: none;
        outline: none;
        cursor: pointer;
        color: #fff;
        background: #337AB7;
        width: 100%;
        margin: 0 auto;
        border-radius: 3px;
        padding: 0.5em 1em;
        font-size: 1em;
        display: block;
    }

        .login-block input[type="submit"]:hover {
            background: #68AE00;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }
