/* Copyright 2012-2019 VS Networks LLC, All Rights Reserved. */
/* VS Networks CONFIDENTIAL */

/* Mobile First */


/* Base ---------------------------------------------------- */

body {
    color: #323b40;
}

body.modal-open {
    position: static;
}

.btn-login {
    background-color: #323b40;
    color: #fff;
}

.btn-hover:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.or-separator {
    position: relative;
    text-align: center;
    font-size: 2em;
    margin: 40px 0;
}
.or-separator::before, .or-separator::after {
    left: 0;
    border-top: 1px solid #323b40;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 45%;
    z-index: 0;
}
.or-separator::before {
    left: auto;
    right: 0;
}

.btn-google {
    width: 290px;
    margin: 20px auto;
}
.btn-stihl {
    text-align: center;
    background-color: #f38100;
    color: #fff;
    width: 290px;
    margin: 20px auto;
}
.btn-deere {
    text-align: center;
    background-color: #186108;
    color: #fff;
    width: 290px;
    margin: 20px auto;
}
.btn-auth0 {
    text-align: center;
    background-color: #fff;
    color: #000!important;
    width: 290px;
    margin: 20px auto;
    border: #000 solid 1px;
}
.btn-stihl > img {
    margin-right: 10px;
    margin-bottom: 3px;
}
.btn-deere img {
    margin-right: 10px;
    padding-bottom: 3px;
}
.btn-auth0 img {
    margin-right: 10px;
    padding-bottom: 3px;
}
.btn:active {
    outline:none!important;
}

.errors {
    color: #e22910;
}
.messages {
    color: #323b40;
}


/* Form ---------------------------------------------------- */

.form-group,
.checkbox {
    margin-bottom: 20px;
}

.form-control:active,
.form-control:focus {
    border: 1px solid #323b40!important;
}

.form-control.error {
    border: 1px solid #e22910;
}

label {
    font-weight: 400;
}

.recovery-link {
    color: #2199e8;
}


/* Login Container ---------------------------------------------------- */

.login-container {
    background: #ffffff url("https://cdn.vs-networks.com/img/login/login-container-image.png") no-repeat right center;
    position: fixed;
    right: 0;
    float: right;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 50px 0;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.login-header {
    margin: 35px 0 0 0;
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.hpanel .panel-body {
    background: transparent;
    border: none;
    border-radius: 2px;
    padding: 0;
    position: relative;
}

.hpanel > .panel-footer {
    color: inherit;
    border: none;
    font-size: 90%;
    background: transparent;
}

.panel-footer {
    margin-top: 20px;
    padding: 0;
    background: transparent;
}

.login-footer {
    margin-top: 4em;
}

.login-logo {
    margin: 0 auto;
}

.login-copyright {
    padding: 20px 0 15px;
}


/* Background Images ---------------------------------------------------- */

.background-image-container {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: none;
}


/* Tablets */
@media screen and (min-width: 768px) {

    .login-container {
        max-width: 400px;
    }

    .login-header {
        margin: 50px 0 30px;
    }

    .login-logo {
        display: block;

    }

    .background-image-container {
        display: block;
    }

}


/* Laptop and Large Screens */
@media screen and (min-width: 1024px) {

    .login-container {
        max-width: 500px;
    }

    .login-header {
        margin: 100px 0 30px;
    }

}

.jqstooltip {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    background: rgb(0, 0, 0) transparent;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    color: white;
    font: 10px arial, san serif;
    text-align: left;
    white-space: nowrap;
    padding: 5px;
    border: 1px solid white;
    z-index: 10000;
}
.jqsfield {
    color: white;
    font: 10px arial, san serif;
    text-align: left;
}
