/**
 * PHP Login & User Management
 *
 * Copyright 2012 Jigowatt, LTD
 */

.pace {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 25px;
    border: 2px solid #1AD6FD;
    background-color: transparent;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: width 1s ease-in-out 1s linear;
    -moz-transition: width 1s ease-in-out 1s linear;
    -ms-transition: width 1s ease-in-out 1s linear;
    -o-transition: width 1s ease-in-out 1s linear;
    transition: width 1s ease-in-out 1s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 190px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    height: 15px;
    font-size: 12px;
    background: #1ad6fd;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ad6fd 0%, #52edc7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1ad6fd), color-stop(100%, #52edc7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #1ad6fd 0%, #52edc7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #1ad6fd 0%, #52edc7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #1ad6fd 0%, #52edc7 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #1ad6fd 0%, #52edc7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ad6fd', endColorstr='#52edc7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #1AD6FD;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
}

.pace.pace-inactive {
    display: none;
}

.dashboard-buttons {
    position: absolute;
    right: 9px;
    top: 0px;
    color: #848484;
}

.dashboardgrip {
    background: transparent;
    border-bottom: none;
}

.oqtitlecenter {
    position: absolute;
    margin: auto;
    width: 100%;
}

.oqtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    font-size: 16px;
    cursor: default;
    padding: 8px;
    color: #848484;
    text-align: left;
}

.oqdashboardtitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    font-size: 20px;
    cursor: default;
    padding: 0px;
}

.oqvalues {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    cursor: default;
    padding: 5px 30px;
}

.dxc-tooltip {
    z-index: 99999;
}

.img-circular {
    width: 40px;
    height: 40px;
    background-size: cover;
    display: block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.preload {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
}

body {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}

.languageSelect {
    float: right;
}

.sidebar-nav {
    padding: 9px 0
}

.avail {
    border-color: #57a957;
    color: #468847;
}

.exists {
    border-color: #ee5f5b;
    color: #b94a48;
}

a.signup-link em {
    font-style: normal;
    font-size: 10px;
    color: #bababa;
    margin-right: 6px;
}

.signin {
    max-width: 500px;
    width: 350px;
}

#pbtns a.btn {
    margin: 6px
}

.modal-btn {
    margin-top: 45px;
    float: right;
}

form.normal-label label {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}

.forgotcenter {
    margin: auto;
    width: 50%;
}

div.login {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.a-tooltip {
    display: inline-block;
}

.btn.login-submit {
    margin-right: 5px;
    width: 110px;
}

input[type="checkbox"]#remember,
.remember {
    display: inline
}

.login-label {
    margin-right: 170px
}

span.forgot {
    font-weight: normal;
    font-size: 11px;
    color: #999;
    position: fixed;
    padding-left: 20px;
}

input[type="checkbox"] {
    margin-right: 5px
}

p.signup {
    margin: 2em
}

.loader {
    padding: 0 10px
}

#userDrop {
    cursor: pointer
}

.login h4 {
    padding-bottom: 1%
}

.info-links a {
    font-size: 13px!important;
    margin-left: 10px;
}

.features h1 {
    margin: 36px 0 27px;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

.features p.intro {
    text-align: center;
    font-size: 18px;
    color: #777;
    margin: 0.5em 0 3em;
}

.hero-unit {
    text-align: left;
    height: 304px;
    padding: 105px 620px 0 0;
    margin-right: -80px;
    background: url('../img/main-hero.png') right bottom no-repeat;
    padding-bottom: 0px;
}

.hero-unit h1 {
    font-size: 55px;
    margin-top: 0.2em;
    line-height: 1.1;
    font-weight: normal;
}

.hero-unit h2 {
    font-weight: normal;
}

.hero-unit p {
    margin: 1em 0;
}

.gravatar {
    padding: 1px;
    display: inline;
}

.dropdown.open .dropdown-toggle {
    color: #222;
}


/** Responsive styles */

@media (min-width:768px) and (max-width:980px) {
    body {
        padding-top: 0
    }
    .hero-unit h1 {
        font-size: 24px
    }
    .hero-unit h2 {
        font-size: 14px
    }
    .hero-unit .btn {
        margin-bottom: 10px;
    }
}

@media (max-width:980px) {
    .navbar-fixed-top .brand {
        float: left;
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:480px) {
    body {
        padding-top: 40px
    }
    h2 {
        margin-top: 27px
    }
    .hero-unit {
        text-align: center;
        padding: 40px 0 0 0;
        background: 0;
        height: 330px !important;
        margin: 0;
    }
    .hero-unit h1 {
        font-size: 14px
    }
    .hero-unit h2 {
        font-size: 14px
    }
    h2 small {
        display: block;
        line-height: 18px;
    }
    h3 {
        margin-top: 18px
    }
    .hero-unit h1,
    .hero-unit p {
        text-align: center;
        margin-right: 0;
    }
    .hero-unit h1 {
        font-size: 45px;
        margin-right: 0;
    }
    .hero-unit p {
        margin-right: 0;
        margin-left: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .hero-unit .btn {
        display: block;
        font-size: 18px;
        padding: 10px 14px;
        margin: 0 auto 10px;
    }
    .hero-unit {
        padding-top: 0
    }
    table code {
        white-space: normal;
        word-wrap: break-word;
        word-break: break-all;
    }
}

@media (max-width:768px) {
    .hero-unit {
        text-align: center;
        padding: 40px 0 0 0;
        background: 0;
        height: 130px;
        margin: 0;
    }
    body {
        padding-top: 0
    }
    .hero-unit .btn {
        margin: 10px
    }
}

@media (min-width:480px) and (max-width:768px) {
    .hero-unit h1 {
        font-size: 28px
    }
    .hero-unit h2 {
        font-size: 14px
    }
    .hero-unit p {
        margin-right: 0;
        margin-left: 0;
    }
    .hero-unit {
        margin-bottom: 100px
    }
}

.choiceLabel {
    margin-left: 10px;
}

.choiceLabel>div {
    display: inline-block;
    margin-right: 4px;
}

.choiceLabel label {
    margin-left: 3px;
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border-top: 2px solid #1abc9c;
}

.menu-button {
    position: relative;
    margin: 5px;
    height: 36px;
    width: 36px;
    cursor: pointer;
}

.menu-button:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 3px;
    border-bottom: 17px double #1abc9c;
    border-top: 6px solid #1abc9c;
    width: 30px;
    height: 5px;
}

.menu-left {
    float: left;
    margin-right: 1.5em;
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background-color: #1abc9c;
}

.sidebar h6 {
    margin: 0 .8em;
    padding: 0;
    font-weight: 300;
}

.sidebar li {
    margin: .5em 0;
    padding: 0 1em;
    line-height: 32px;
}

.sidebar li:hover {
    background-color: #e84e40;
}

.sidebar hr {
    margin: 2em auto;
    border: 0;
    padding: 0;
    width: 80%;
    height: 1px;
    background-color: white;
}