﻿/*********************************************************************************************/
/*                                       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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}



/*********************************************************************************************/
/*                                   Core Styling                                            */
/*********************************************************************************************/

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fonts/OpenSans-Bold.ttf);
}

body {
    font-family: OpenSans, Helvetica, sans-serif;
    font-size: 10pt;
}

label {
    line-height: 25px;
}

p {
    line-height: 1.5em;
}

h1 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
}

h2 {
    font-size: 20px;
    margin: 10px 0px 10px 0px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #58c2d4;
}

    a:hover {
        text-decoration: underline;
    }


input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    border: 1px solid #d9d9d9;
    border-radius: 0px;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-image: none;
    width: 100%;
    height: 34px;
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    font-size: 14px;
    display: block;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.error {
    color: red;
}

.btn {
    padding: 3px 12px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    line-height: 1.4285;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #4DC0D6;
    color: #FFF;
}

.portal-reseller {
    font-size: 14pt;
    line-height: 30px;
    padding-top: padding;
    0px-left: 10px;
    font-weight: bold;
    color: #4DC0D6;
}

.portal-brand {
    font-size: 12pt;
    color: #fff;
}

/*********************************************************************************************/
/*                                  Login Dialog                                             */
/*********************************************************************************************/

.login-dialog {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #FFF;
}

    .login-dialog.is-responsive {
        width: 50%;
        height: 50%;
        min-width: 320px;
        max-width: 500px;
    }

    .login-dialog input[type="checkbox"] {
        height: 20px;
        width: 20px;
        float: left;
    }

    .login-dialog .checkbox > label {
        float: left;
        padding-left: 5px;
        line-height: 20px;
    }

    .login-dialog p {
        line-height: 20px;
    }

.login-logo {
    background-image: url('../images/reseller_300x180.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.login-dialog p {
    color: #FFF;
}

.login-dialog label {
    color: #fff;
}

.login-dialog input[type="text"] {
    background-color: #FFF;
    color: rgb(85, 85, 85);
}

.login-dialog input[type="password"] {
    background-color: #FFF;
    color: rgb(85, 85, 85);
}

.login-dialog input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #4DC0D6;
}

.login-dialog .btn {
    background-color: #4DC0D6;
}

    .login-dialog .btn:hover {
        background-color: #4DC0D6;
    }

    .login-dialog .btn:focus {
        background-color: #4DC0D6;
        border-color: #4DC0D6;
    }

/*********************************************************************************************/
/*                               Animated Loading                                            */
/*********************************************************************************************/

.loader-dots,
.loader-dots:before,
.loader-dots:after {
    border-radius: 30%;
    width: 1.2em;
    height: 1.2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load-dots-an 1.8s infinite ease-in-out;
    animation: load-dots-an 1.8s infinite ease-in-out;
}

.loader-dots {
    color: #4dc0d6;
    font-size: 10px;
    margin: auto auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader-dots:before,
    .loader-dots:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader-dots:before {
        left: -2em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader-dots:after {
        left: 2em;
    }

@-webkit-keyframes load-dots-an {
    0%, 80%, 100% {
        box-shadow: 0 2em 0 -1.3em;
    }

    50% {
        box-shadow: 0 2em 0 0;
    }
}

@keyframes load-dots-an {
    0%, 80%, 100% {
        box-shadow: 0 2em 0 -1.3em;
    }

    50% {
        box-shadow: 0 2em 0 0;
    }
}
