﻿body {
    background-color: #f2f2f2;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 12px;
    color: #003e50;
}

.Content {
    background-color: #fff;
    max-width: 600px;
    margin: 2% auto;
    padding: 30px;
}

.Logo {
    margin-bottom: 25px;
}


.LoginContainer {
    border: 1px solid;
    border-color: #003e50;
    background-color: #fbfbfb;
    padding: 10px;
}

    .LoginContainer form label {
        font-weight: bold;
        display: inline-block;
        width: 120px;
    }

    .LoginContainer form input {
        width: 40%;
    }

    .LoginContainer form button {
        border: 1px solid;
        border-color: #003e50;
        background-color: #fff;
        font-weight: bold;
        color: #003e50;
    }
        .LoginContainer form button:disabled {
            border-color: #717171 !important;
            color: #ada8a8 !important;
        }

.RegisterContainer {
    border: 1px solid;
    border-color: #003e50;
    background-color: #fbfbfb;
    padding: 10px;
}

    .RegisterContainer form label {
        font-weight: bold;
        display: inline-block;
        width: 180px;
    }

    .RegisterContainer form input {
        width: 60%;
    }

    .RegisterContainer form select {
        width: 60.5%;
    }

    .RegisterContainer form button {
        border: 1px solid;
        border-color: #003e50;
        background-color: #fff;
        font-weight: bold;
        color: #003e50;
    }

        .RegisterContainer form button:disabled {
            border-color: #717171 !important;
            color: #ada8a8 !important;
        }

.RegisterAdress {
    float: left;
}
#CompanyZIP {
    width: 80px;
    margin-left: 184px;
    margin-right: 3%;
    margin-top: 5px;
    margin-bottom: 10px;
}
#CompanyTown {
    width: 245px;
    margin-top: 5px;
    margin-bottom: 10px;
}
#Company {
    margin-bottom: 5px;
}
#CompanyStreet {
    margin-left: 184px;
}

.PasswordRecovery {
    float: right;
    font-weight: normal !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    cursor: pointer !important;
    /*text-decoration: underline;*/
    font-family: inherit;
    font-size: inherit;
}

    .PasswordRecovery:hover {
        text-decoration: underline !important;
    }

.Impressum {
    float: right;
    font-weight: normal !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 12px;
    color: #003e50;
}

    .Impressum:hover {
        text-decoration: underline !important;
    }

a {
    font-weight: normal !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-family: inherit;
    font-size: inherit;
    font-size: 12px;
    color: #003e50;
}

    a:hover {
        text-decoration: underline !important;
    }

.SecurityNote {
    padding-top: 35px;
    padding-bottom: 20px;
    min-height: 100px;
    position: relative;
}

.ImgLock {
    float: left;
    padding-right: 20px;
}

.SecurityContent {
    position: absolute;
    bottom: 0;
    left: 180px;
}

.ErrorMsg {
    color: red;
    font-weight: bold;
    padding-top: 15px;
}

.SuccessMsg {
    color: green;
    font-weight: bold;
    padding-top: 15px;
}

.column1 {
    float: left;
    width: 70%;
}

.column2 {
    float: left;
    text-align: right;
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
    margin-top: 3px;
    margin-bottom: 3px;
}



.WelcomeScreen {
    margin: 50px;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #004B91;
}

    .WelcomeScreen a {
        color: #004B91;
        text-decoration: none;
    }

        .WelcomeScreen a:hover {
            text-decoration: underline;
        }

    .WelcomeScreen h1 {
        padding-top: 100px;
    }

    .WelcomeScreen .imgVOVLogo {
        float: right;
        margin-right: 10%;
    }

/*START EXTJS*/
.x-tab-icon {
    height: 16px !important;
}

.x-item-disabled, .x-item-disabled label {
    opacity: 1.0 !important;
}

    .x-item-disabled .x-form-item-body {
        opacity: 0.5 !important;
    }

    .x-item-disabled .x-form-field {
        opacity: 0.5 !important;
    }

.x-trigger-noedit {
    color: #717171;
}

.x-panel-body-default {
    border-width: 0px !important;
}
/*ENDE EXTJS*/


.grid-finishedquestions-icon-true {
    background-position: -0px -0px !important;
}

.grid-finishedquestions-icon-false {
    background-position: -80px -144px !important;
}