﻿
/*html, body {
            position: relative !important;
            height: 100% !important;
            width: 100% !important;
            overflow:hidden;
        }*/

html, body, form {
    position: relative;
    background-color: #00C853;
    /*width: 100% !important;*/
    height: auto;

    background: url('../images/bg_login.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.h-fullscreen {
    height: 100% !important;
}

/*body {
            background-color: #00C853;
        }*/

/*.modal-fullscreen.open {
            width: 500px !important;
            max-height: 550px !important;
            max-width: 500px !important;
            height: 550px !important;
            top: calc((100%-550px)/2) !important;
        }

        .modal-fullscreen > .modal-content {
            height: 100% !important;
        }*/

.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}

    .card .card-content p {
        margin: 0;
    }

.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

@media (max-width: 600px) {
    .c-content {
        position: relative;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    .card {
        position: relative;
        top: 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: none !important;
        transition: none !important;
        border-radius: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    html, body, form {
        position: relative;
        background-color: #00C853;
        height: 100%;
    }
}

@media (min-width: 601px) and (max-height: 650px) {
    .c-content {
        position: relative;
        top: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 650px;
        min-height: 650px;
        width: 100%;
    }
}

@media (min-width: 601px) and (min-height: 651px) {
    .c-content {
        position: relative;
        top: calc((100vh - 650px)/2);
        margin-left: auto;
        margin-right: auto;
        height: 650px;
        min-height: 650px;
        width: 100%;
    }
}

.card {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-transition: none !important;
    transition: none !important;
    height: 550px;
    max-height: 550px;
    width: 400px;
    max-width: 400px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

.container {
    width: 90% !important;
}

.btn-block {
    width: 100%;
}


/* custom toggle style */

.my-toggle {
    background: transparent;
    border: 0;
    border-radius: 0.25em;
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
}

    .my-toggle:hover,
    .my-toggle:focus {
        /*background-color: #eee;*/
        color: #555;
        outline: transparent;
    }

.hideShowPassword-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: 100% !important;
}

.hideShowPassword-field {
    margin: 0px;
    padding-right: 0 !important;
}

.hideShowPassword-toggle-hide, .hideShowPassword-toggle-show {
    background-color: transparent !important;
    border: none !important;
}

/* 3.1 Page Loader */

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E6E8EC;
    z-index: 9999;
    filter: alpha(opacity=60);
    opacity: 0.5;
}

    #page-loader.fade {
        display: none;
    }

        #page-loader.fade.in,
        #page-loader.fade.show {
            display: block;
        }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.spinner,
.spinner-small {
    height: 40px;
    width: 40px;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    border: 2px solid rgba(0,0,0,0.5);
    border-top: 2px solid #fff;
    border-radius: 100%;
}

.fade.in .spinner,
.fade.in .spinner-small,
.fade.show .spinner,
.fade.show .spinner-small {
    -webkit-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
}

.spinner-small {
    border: 2px solid rgba(0,0,0,0.05);
    border-top: 2px solid #24B498;
    height: 30px;
    width: 30px;
    margin: -15px 0 0 -15px;
}

.material-loader {
    position: fixed;
    width: 200px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -100px;
}

    .material-loader .message {
        line-height: 100px;
        text-align: center;
    }

.ie8 .material-loader .message {
    padding-left: none;
}

.material-loader .circular {
    animation: rotate 2s linear infinite;
    height: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -55px;
}

.material-loader .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124;
    }
}

@keyframes color {
    100%, 0% {
        stroke: #212121;
    }
}