﻿

page-wrap {
    width: expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
}

body {
    font-family: "Arial",sans-serif;
    font-size: 1.1em;
    position: relative;
    background-image: url("/pub/images/login_background.gif");
    background-repeat: repeat-x;
    background-position: 0 0;
}



.modal-header {
    min-height: 12.43px;
    padding: 0px;
    border-bottom: 3px solid #e5e5e5;
}

.div-line {
    min-height: 12.43px;
    padding: 0px;
    border-bottom: 3px solid #e5e5e5;
}

.div-linebreak {
    min-height: 1px;
    padding: 0px;
    border-bottom: 3px solid #e5e5e5;
}

.modal-content {
    border: 5px solid #F7F7F7;
    background-color: #F1F1F1;
}

.login_header {
    font-family: "Arial",sans-serif;
    font-size: 1em;
    color: #666;
}

.login_text {
    font-size: .75em;
    font-weight: 700;
    color: #666;
}

.anchor_text {
    font-size: .75em;
}

.inform-signinignination_text {
    font-size: .75em;
}





@media screen and (min-device-width: 768px) {
    .card-container.card {
        margin-left: 20%;
        margin-right: 25%;
    }
}

.card-container.card {
    border: 7px solid #F7F7F7;
    margin-top: 10%;
}

@media screen and (min-device-width: 768px) {
    .modalCustom {
        max-width: 600px !important;
        margin-top: 10% !important;
    }
}






.card {
    background-color: #F5F5F5;
    /* just in case there no content*/


    z-index: 10;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}

input[type="text"], [type="password"] {
    max-width: 20x;
    width: 100%;
    min-width: 10px;
}


.button {
    display: inline-block;
    position: relative;
    color: #888;
    text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
    text-decoration: none;
    text-align: center;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    font-family: helvetica, arial, sans-serif;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
    background-image: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 60%,rgba(225,223,226,1) 100%);
}

    .button:hover {
        color: #555;
    }

    .button:active, .button:active:after, .button:active:before {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button.btnCont {
        padding: 2px 12px;
    }

    /* Back Button */
    .button.back {
        border-left: none;
    }

        .button.back:after {
            content: '';
            position: absolute;
            height: 50%;
            width: 15px;
            border-left: 1px solid #bcbcbc;
            background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
            background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
            background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
            background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
            background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 1%,rgba(240,240,240,1) 100%);
            left: -5px;
            top: 1px;
            -webkit-transform: skew(-35deg, 0);
            -moz-transform: skew(-35deg, 0);
            -o-transform: skew(-35deg, 0);
            -ms-transform: skew(-35deg, 0);
            transform: skew(-35deg, 0);
        }

        .button.back:before {
            content: '';
            position: absolute;
            height: 48%;
            width: 15px;
            border-left: 1px solid #bcbcbc;
            bottom: 1px;
            left: -5px;
            -webkit-transform: skew(35deg, 0);
            -moz-transform: skew(35deg, 0);
            -o-transform: skew(35deg, 0);
            -ms-transform: skew(35deg, 0);
            transform: skew(35deg, 0);
            background-image: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
            background-image: -moz-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
            background-image: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
            background-image: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
            background-image: linear-gradient(top, rgba(240,240,240,1) 0%,rgba(239,239,239,1) 10%,rgba(225,223,226,1) 100%);
            -webkit-box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
            box-shadow: -2px 1px 2px rgba(100,100,100,0.1);
        }

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: .8em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    color: #15428B !important;
}


label {
    font-size: .75em;
}

.modal-dialog {
    width: 95%;
    padding-right: 5px;
}

.modal-content {
    height: 100%;
    border-radius: 0;
}

.alert {
    padding: 7px;
    margin-bottom: 0px;
}
