/**
*
 * Theme Name: Z2Data - Z2Data Company, Building Company Template
 * Version: 1.3
 * Description: HTML5 Template for Z2Data Company and Building Company
 * Author: BlogWP
 * Author URI: https://themeforest.net/user/blogwp
 */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Roboto:300,400,500,600,700|Droid+Serif&subset=latin");
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:100,300,400,500,700');


@import "bootstrap.min.css";
@import "colors.css";
@import "font-awesome.min.css";
@import "shortcodes.css";

/**
 * Reset Browsers
 * General
 * Elements
 * Form
 * Typography
 * Extra classes
 * Layout
 * Grid
 * Hero Background SlideShow
 * Top Bar
 * Header
 * Featured Title
 * Blog
 * Blog Single
 * Widgets
 * Bottom Bar
 * Pagination & Arrows
 * Scroll Top Button
 * Media Queries
 * Retina Devices
 */

/* Reset Browsers
-------------------------------------------------------------- */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

blockquote, q {
    quotes: none
}

a:focus {
    outline: none
}

a:hover, a:active {
    outline: 0
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}*/

/* General
-------------------------------------------------------------- */

body {
    min-width: 360px;
}

body,
button,
input,
select,
textarea {
    font-family: "Roboto", sans-serif;
    color: #49494a;
    font-size: 14px;
    line-height: 1.875;
    background: #001534 url("../img/bg_circles.png") no-repeat;
    background-position: center center;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 20px;
}

strong,
b {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

blockquote {
    border: 2px solid #edac26;
    font-style: italic;
    padding: 35px 30px;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
    }

    blockquote > p:last-child {
        margin-bottom: 0;
    }

    blockquote .small {
        display: inline-block;
    }

    blockquote cite {
    }

    blockquote em,
    blockquote i {
        font-style: normal;
    }

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Roboto', monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: #f6f6f6;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0 0 20px 35px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

ul li,
ol li {
    line-height: 1.86em;
    padding: 0.26em 0;
}

ul.list-unstyled {
    margin-left: 0;
    list-style: none;
}

.list-fixed-icon .fa {
    display: inline-block;
    width: 1.2em;
    text-align: right;
    padding-right: 1.4em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 30px;
}

del {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* Table */
table,
th,
td {
    border: 1px solid #eaeaea;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
}

/* Media */
embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button, input, select, textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

    input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */
input[type="search"] {
    outline: 0
}

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none
    }

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    color: #494848;
    border: 1px solid #b5b3b3;
    padding: 11px 19px;
    line-height: inherit;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}


    .divsigninall {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #49494a;
}

 .divsigninall h1 {
        line-height: 28px;
    }

 .divsigninall h1 a {
            color: #49494a;
            font-weight: 300;
            text-decoration: underline;
        }

.divsigninner {
    background: #ffffff;
    border-radius: 8px;
    width: 50%;
    margin: 0 auto;
}

.signinsso {
    display: none;
}

.signtabs {
    width: 100%;
    float: left;
    clear: both;
}

.signinreg {
    width: 70%;
    clear: both;
    padding: 45px 0px;
    margin: 0 auto;
    text-align: center;
}
.signinsso {
    width: 70%;
    clear: both;
    padding: 45px 0px;
    margin: 0 auto;
    text-align: center;
}

.setpw {
    width: 80%;
    clear: both;
    padding: 35px 0px 55px 0px;
    margin: 0 auto;
    text-align: center;
}

    .setpw .NewPassword {
        border-radius: 8px 8px 0px 0px;
        margin-bottom: 0px;
    }

#pwrules {
    width: 100%;
    float: left;
    background: #f3f3f3;
    color: #5e5e5e;
    margin-bottom: 10px;
    text-align: left;
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
}

    #pwrules i {
        margin-right: 7px;
    }

.setpw input:disabled,
.setpw button:disabled,
.setpw button:disabled:hover {
    /*background: #152682;
    border: 1px solid #181d80;
    color: #5157c8;*/
    color: #6790e0
}

    .setpw input:disabled::-webkit-input-placeholder { /* WebKit browsers */
        /*color: #5157c8;*/
        color: #b5b3b3;
    }

    .setpw input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        /*color: #2d33a9;*/
        color: #b5b3b3;
    }

    .setpw input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
        /*color: #2d33a9;*/
        color: #b5b3b3;
    }

    .setpw input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
        /*color: #2d33a9;*/
        color: #b5b3b3;
    }

.pwvalidate-remove {
    color: #5e5e5e;
}

.pwvalidate-ok {
    color: #04742b;
}
.indexheroimg {
    margin-bottom: 30px;
    max-width: 210px;
}
.signinreg h1,
.signinsso h1,
.setpw h1 {
    font-size: 21px;
    font-weight: 400;
    color: #49494a;
    margin: 15px 0px 10px 0px;
}

.signtabs-reg {
    /*float: left;
    padding: 15px 0px;
    text-align: center;
    width: 50%;
    border-radius: 8px 0px 0px 0px;*/
}

.signtabs-sso {
    /*float: left;
    padding: 10px 0px;
    text-align: center;
    width: 50%;
    border-radius: 0px 8px 0px 0px;*/
}

.signtab-each {
    /*background: #141976;
    color: #929cd7;
    font-size: 20px;*/
    cursor: pointer;
}

.signtabs-reg.active,
.signtabs-sso.active {
    /*background: #1b2c92;
    color: #ffffff;
    font-weight: 400;
    cursor: default;*/
}

.signinerror {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #49494a;
    display: none;
}

.ssoerror {
    margin: 0px 0px 20px 0px;
    font-weight: 100;
    font-size: 16px;
    color: #49494a;
    display: none;
}

.emailvalerror {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #49494a;
    display: none;
}

.mfa-error {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #49494a;
    display: none;
}

.mfa-model-error {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    font-size: 16px;
    color: #49494a;
   
}

/* For Chrome, Safari, Edge, and Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


#countdownText {
    display: none;
}

.signtabs a:hover {
    text-decoration: none;
    color: #757382;
}

input:focus,
button:focus {
    outline: none;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

button {
    width: 100%;
    border-radius: 4px;
    background: #0053eb;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 20px 0px;
    margin-top: 5px;
}

.z2signin button:hover {
    background: #085bf3;
}

.signinextralinks {
    color: #49494a;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 50px;
}
    .signinextralinks a {
        color: #49494a;
        font-weight: 400;
    }
.divforgotpw {
    display: none;
}

.h1reset {
    display: none;
}

.signinreg h1.h1resetdone {
    display: none;
    margin-top: 40px;
    font-size: 20px;
}

.textreturn {
    display: none;
}


/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 1199px) {
    .divsigninner {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .divsigninner {
        width: 80%;
    }

    .signinreg,
    .signinsso,
    .setpw {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .divsigninner {
        width: 80%;
    }

    .signinreg,
    .signinsso,
    .setpw {
        width: 90%;
    }
}

@media only screen and (max-width: 479px) {
    .divsigninner {
        width: 100%;
    }
    .signinreg,
    .signinsso,
    .setpw {
        width: 90%;
    }
}
