@import url("font-awesome.min.css");

/* Reset */

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, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead, 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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    -webkit-text-size-adjust: none;
}

footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1 {
    font-size: 2em;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.6em;
    padding-bottom: 0.8em;

}

h3 {
    font-size: 1.2em;
    padding-bottom: 0.6em;

}

pre, xmp, plaintext, listing {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px 1em;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.no_mobile1 {
    display: table-cell;
}

.no_mobile2 {
    display: table-cell;
}

.no_mobile_inline {
    display: inline-block;
}

/* SITE *************************************/

body {
    background-color: #1c3b7b;
    line-height: 1;
    font-size: 1em;
    color: black;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

a {
    text-decoration: none;
    color: #444;
}

a:hover {
    color: #777;
}

*:link, *:visited, *:hover, *:active, *:focus {
    transition: color .2s linear,
    background-image .2s linear,
    background-color .2s linear,
    font-size 0.5s ease-in-out,
    border-color .2s linear;
}

hr {
    border-top: 1px solid #ddd;
}

label {
    width: 12em;
    color: #484848;
    font-size: 0.8em;
    display: inline-block;
    line-height: 1.2;

}

.fa {
    color: #888;
}

.fa:hover {
    color: red;
}

.spacer1 {
    display: inline-block;
    width: 1em;
}

.fa-question-circle {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 240px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.2;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext a {
    color: #fff;
    text-decoration: underline;
}

header {
    background-color: #7a7a7a;
    height: 5.5em;
    padding-left: 2em;
    padding-right: 2em;
    border-bottom: 0.4em solid #E0E0E0;
    position: relative;
    color: white;

}

content {
    display: block;
    min-height: 700px;
}

section {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

footer {
    background-color: #eee;
    min-height: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.3em;
    color: #777;
    font-size: 0.8em;
    margin-top: 30px;
}

.logo {
    width: 6em;
    height: 5.5em;
    padding-left: 0.5em;
    padding-right: 0.2em;
    padding-top: 0.5em;
    float: left;

}

.logo img {
    width: 100%;

}

menu {
    margin-left: 3em;
    float: left;

}

.menu_item {
    width: 10em;
    height: 2em;
    padding-top: 3.5em;
    float: left;
    background-color: #666;
    border-bottom: 0.4em solid #E0E0E0;
    text-align: center;
    font-size: 1em;
    color: white;

}

.menu_item:hover {
    background-color: #222;
    border-bottom: 0.4em solid orange;
    color: white;
}

.menu_active {
    background-color: #444;
    border-bottom: 0.4em solid red;
}

.eula_box {
    overflow: scroll;
    width: 80%;
    height: 250px;
    background-color: #EFEFEF;
    padding: 10px;
    margin-left: 150px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.25;
    font-size: 0.9em;
}

.eula_box p {
    margin-bottom: 1em;
}

.dashboard {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 0.1em solid #ddd;
    position: relative;
}

.dash_item, .dash_item2 {
    padding: 0 .4em 0 .2em;
    line-height: 1.2;
}

.dash_item {
    /*width: 12em;*/
    float: left;
}

.dash_item2 {
    /*width: 8em;*/
    float: left;
}

.dash_break {
    display: none;
}

.result {
    color: #0E58F6;
    font-weight: 700;
    font-size: 1.1em;
}

.error {
    color: red;
    font-size: 1.4em;

}

.success {
    color: green;
    font-size: 1.4em;
    padding-bottom: 2em;
}

/* FORM ---------------------- */
.formfield_box {
    padding-top: 5px;
    padding-bottom: 5px;
}

.formfield * {
    vertical-align: middle;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    color: #555;
    width: 240px;
    font-size: 1em;
    padding: 3px 0px 3px 5px;
    margin-top: 2px;
    margin-right: 6px;
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
    height: 25px;
    line-height: 15px;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
    box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}

input[type="file"] {
    font-size: 16px;
}

textarea {
    height: 100px;
    padding: 5px 0px 0px 5px;
    font-size: 0.9em;
}

.formfield textarea {
    width: 240px;
    height: 60px;
}

.button {
    box-shadow: inset 0px 1px 0px 0px #aaa;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    background-color: #E9E9E9;
    border-radius: 9px;
    border: 1px solid #E9E9E9;
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 40px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.button:hover(:not:disabled) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aaa), color-stop(1, #ccc));
    background: -moz-linear-gradient(center top, #aaa 5%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc');
}

.button:active {
    position: relative;
    top: 1px;
}

.button:disabled {
    color: #aaa;
}

.button_s {
    box-shadow: inset 0px 1px 0px 0px #aaa;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    background-color: #E9E9E9;
    border-radius: 9px;
    border: 1px solid #E9E9E9;
    display: inline-block;
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    font-style: normal;
    height: 30px;
    line-height: 15px;
    text-decoration: none;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.button_s:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #aaa), color-stop(1, #ccc));
    background: -moz-linear-gradient(center top, #aaa 5%, #ccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc');
}

.button_s:active {
    position: relative;
    top: 1px;
}

.button--inline {
    margin: 0;
    padding: .2em 0;
    height: auto;
    line-height: inherit;
    background: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.button--inline:hover {
    background: none;
}

.button--inline:active {
    position: static;
    top: auto;
}

.fa-download {
    position: relative;
    top: 1px;
}

select {
    background: url('images/down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('images/down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 2px;
    text-overflow: '';
    line-height: 15px;
    height: 30px;
    font-size: 1em;
    padding-right: 20px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50px;
}

.slider:before {
    position: absolute;
    background: -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(100%, #E9E9E9));
    background-color: white;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;

    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #0E58F6; /*#00BF33;*/
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* ERRORS */

.error_form {
    color: red;
}

.error_message {
    color: red;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.success_message {
    color: green;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.error_box {
    width: 90%;
    max-width: 600px;
    min-height: 25px;
    border-style: solid;
    border-radius: 5px;
    border-color: red;
    border-width: 2px;
    background-color: #fbdedf;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 1em;
}

.error_box a {
    color: red;
}

.upgrade_box {
    width: 90%;
    max-width: 600px;
    min-height: 25px;
    border-style: solid;
    border-radius: 5px;
    border-color: red;
    border-width: 2px;
    background-color: #fbdedf;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 1em;
}

.upgrade_box a {
    color: #0E58F6;
}

.success_box {
    width: 90%;
    max-width: 600px;
    min-height: 25px;
    border-style: solid;
    border-radius: 5px;
    border-color: green;
    border-width: 2px;
    background-color: #C5F5D3;
    color: black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 1em;
}

.progress {
    display: block;
    position: relative;
    width: 90%;
    max-width: 620px;
    height: 25px;
    border: none;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    background: #bbb;
}

.progress__bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    border-radius: 5px;
    background: #2d46fa;
}

.progress__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.update_log {
    width: 90%;
    max-width: 620px;
    height: 500px;
}

/* TABLES---------------------- */

.table_header {
    background-color: #eee;
    height: 30px;
    border-color: #fff;
    vertical-align: center;

}

.table_header td {
    padding: 5px;
}

.table_odd {
    background-color: #f5f5f5;
    min-height: 30px;
    vertical-align: top;
    border-color: #fff;
}

.table_odd td {
    padding: 5px;
}

.table_even {
    background-color: #fff;
    min-height: 30px;
    vertical-align: top;
    border-color: #f5f5f5;
}

.table_even td {
    padding: 5px;
}

/* SCRIPTS */
#group_plus {
    display: none;
    margin-left: 1em;
}

/* Containers */

#container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    background-color: #fff;
}

/* Mobile Menu
* { margin: 0px; padding: 0px; }

*/

#view-code {
    color: #4183d7;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: 640px;
    left: 50%;
    margin-left: -35px;
    z-index: 100;
}

div.screen {
    width: 320px;
    height: 560px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 50px;
    left: 50%;
    margin-left: -160px;
    background: #31558a;
}

.list {
    margin-top: 36px;
    text-align: left;
}

.item {
    height: 115px;
    margin-top: 30px 0;
    padding-left: 115px;
    clear: both;
}

.item .img, .item span {
    background: #214273;
    border-radius: 3px;
}

.item .img {
    float: left;
    width: 71px;
    height: 71px;
    margin-left: -93px;
}

.item span {
    height: 11px;
    width: 180px;
    margin-bottom: 19px;
    float: left;
}

.item span:nth-of-type(3) {
    width: 75px;
    margin-botom: 0;
}

div.burger {
    height: 30px;
    width: 40px;
    position: absolute;
    z-index: 101;
    top: 11px;
    right: 21px;
    cursor: pointer;
}

div.x,
div.y,
div.z {
    position: absolute;
    margin: auto;
    z-index: 106;
    top: 0px;
    bottom: 0px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.x, div.y, div.z {
    height: 3px;
    width: 26px;
}

div.y {
    top: 18px;
}

div.z {
    top: 37px;
}

div.collapse {
    top: 20px;
    background: #eee;
    -webkit-transition: all 70ms ease-out;
    -moz-transition: all 70ms ease-out;
    -ms-transition: all 70ms ease-out;
    -o-transition: all 70ms ease-out;
    transition: all 70ms ease-out;
}

div.rotate30 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

div.rotate150 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-transition: all 50ms ease-out;
    -moz-transition: all 50ms ease-out;
    -ms-transition: all 50ms ease-out;
    -o-transition: all 50ms ease-out;
    transition: all 50ms ease-out;
}

div.rotate45 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.rotate135 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

div.circle {
    border-radius: 50%;
    width: 0px;
    height: 0px;
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 36px;
    background: rgba(42, 42, 42, 0.92);
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 300ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.circle.expand {
    width: 900px;
    height: 900px;
    top: -360px;
    left: -500px;
    -webkit-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);

}

div.menu {
    height: 568px;
    width: 320px;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

div.menu ul li {
    list-style: none;
    position: absolute;
    z-index: 120;
    pointer-events: auto;
    top: 50px;;
    left: 50px;
    opacity: 0;
    width: 320px;
    text-align: left;
    font-size: 0px;
    -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3px;
}

div.menu .fa {
    color: white;

}

div.menu li.animate {
    font-size: 21px;
    opacity: 1;
    -webkit-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

div.menu li.animate:nth-of-type(1) {
    top: 120px;
    transition-delay: 0.0s;
}

div.menu li.animate:nth-of-type(2) {
    top: 190px;
    transition-delay: 0.03s;

}

div.menu li.animate:nth-of-type(3) {
    top: 260px;
    transition-delay: 0.06s;

}

div.menu li.animate:nth-of-type(4) {
    top: 330px;
    transition-delay: 0.09s;

}

div.menu li.animate:nth-of-type(5) {
    top: 400px;
    transition-delay: 0.12s;

}

div.menu li.animate:nth-of-type(6) {
    top: 470px;
    transition-delay: 0.15s;

}

/* end mobile menu */

#menu_desktop {
    display: block;
}

#menu_mobile {
    display: none;
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1280px) {
    .menu_item {
        width: 8em;
    }
}

@media screen and (max-width: 960px) {
    .menu_item {
        width: 6.8em;
    }

    .dash_break {
        display: block;

        clear: both;
    }
}

@media screen and (max-width: 768px) {
    #menu_desktop {
        display: none;
    }

    #menu_mobile {
        display: block;
    }

    header {
        height: 4.5em;
    }

    .logo {
        width: 5em;
        height: 4.5em;
        padding-left: 0.3em;
        padding-top: 0.5em;
    }

    label {
        display: block;
        width: auto;
    }

    .tooltip {
        display: none;
    }

    .no_mobile1 {
        display: none;
    }

    .no_mobile_inline {
        display: none;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea {
        margin-bottom: 2px;
        width: 70%;
    }

    .dash_item {
        /*width: 11em;*/
        float: left;
    }

    .formfield textarea {
        width: 50%;
        height: 60px;
    }

    .dash_item2 {
        /*width: 7em;*/
        float: left;
    }

    .progress {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {

    section {
        padding-left: 1em;
        padding-right: 1em;
    }

    content {
        display: block;
        min-height: 360px;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea {
        margin-bottom: 2px;
        width: 100%;
    }

    .formfield textarea {
        width: 80%;
        height: 60px;
    }

    .dash_item {
        /*width: 100%;*/
        float: left;
    }

    .dashboard {
        padding-top: 0.4em;
        padding-bottom: 0.6em;
    }

    .dash_item2 {
        /*width: 6.6em;*/
        float: left;
    }

    .no_mobile2 {
        display: none;
    }

}
