﻿* {
    margin: 0;
}

@font-face {
    font-family: MijnDBG-Montserrat;
    src: url('/Content/mijndbg/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

html {
    background: url('/Content/mijndbg/picture_backgr.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'MijnDBG-Montserrat', verdana;
    font-size: 12px;
}

html, body {
    margin: 0;
    padding: 0;
    color: #5f5e5c;
}

#wrapper {
    height: 100%;
    width: 100%;
}

#wrap {
    background-color: #efeeea;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1024px;
    height: 600px;
    border-bottom-left-radius: 100px;
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    -moz-border-radius-topright: 100px;
    -webkit-border-top-right-radius: 100px;
}

#wrap-content {
    width: inherit;
    height: inherit;
    padding-top: 40px;
}

#wrap-footer {
    display: block;
    width: 100%;
    color: white;
    clear: both;
}

#wrap-content #left {
    float: left;
    width: 462px;
    height: inherit;
    background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    padding-left: 85px;
    padding-top: 20px;
}

    #wrap-content #left img {
        width: 250px;
    }

#wrap-content #right {
    float: left;
    width: 362px;
    padding: 20px;
}

    #wrap-content #right img {
        width: 100%;
        border-bottom-right-radius: 100px;
        -moz-border-radius-bottomright: 100px;
        -webkit-border-bottom-right-radius: 100px;
        border-top-left-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -webkit-border-top-left-radius: 100px;
    }

h1 {
    font-size: 30px;
    margin: 0;
    font-family: Montserrat;
}

    h1#loginHeader {
        padding-top: 50px;
        font-weight: normal;
    }

        h1#loginHeader .green {
            color: #698a44;
        }

input {
    border-radius: 10px;
    border: 1px solid #CCC;
    height: 30px;
    text-indent: 3px;
    width: 280px;
    background-color: #efeeea;
}

#RememberMe {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #CCC;
    vertical-align: text-bottom;
    font-weight: 400;
}

.clearfix {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    line-height: 22px;
}

    .clearfix label {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        width: 110px;
    }

    .clearfix a {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: #000;
    }

    .clearfix label.stayloggedin {
        font-size: 12px !important;
        font-style: italic;
        font-weight: 500;
        line-height: 22px;
    }

input[type=checkbox] {
    width: 10px;
    height: 10px;
    margin: 0;
}

#btnLogin {
    border: none;
    background: url("/Content/mijndbg/button.png") no-repeat scroll 0 0 transparent;
    background-size: 100%;
    width: 180px;
    height: 56px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

label {
    font-weight: bold !important;
}

#btnResetPassword {
    background-color: #8dc63f;
    border: 1px solid #8dc63f;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 13px;
}

.help-inline.error {
    margin-left: 115px;
}

.expandMe {
    position: relative;
    top: 20px;
    width: 1024px;
    margin: 0 auto;
}

.displaynone {
    display: none;
}

input[type=button], input[type=submit] {
    cursor: pointer;
}

.alert-message {
    border-left: 1px solid #eedc94;
    border-right: 1px solid #eedc94;
    border-top: 1px solid #eedc94;
    border-bottom: 1px solid #e4c652;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 18px;
    color: #FFFFFF;
    background-color: #eedc94;
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    background-image: linear-gradient(top, #fceec1, #eedc94);
}

    .alert-message a, .alert-message a:hover, .alert-message a:visited, .alert-message a:active, .alert-message a:focus, .alert-message a:link {
        text-decoration: none;
    }

    .alert-message p {
        margin: 0;
    }

    .alert-message .close {
        margin-top: 1px;
        *margin-top: 0;
    }

    .btn.danger, .alert-message.danger, .btn.error, .alert-message.error {
        color: #FFFFFF;
        background-color: #C43C35;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-image: linear-gradient(top, #EE5F5B, #C43C35);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#EE5F5B), to(#C43C35));
        background-image: -webkit-linear-gradient(top, #EE5F5B, #C43C35);
        background-image: -moz-linear-gradient(top, #EE5F5B, #C43C35);
        background-image: -ms-linear-gradient(top, #EE5F5B, #C43C35);
        background-image: -o-linear-gradient(top, #EE5F5B, #C43C35);
        border-left-color: #C43C35;
        border-right-color: #C43C35;
        border-top-color: #C43C35;
        border-bottom-color: #C43C35;
    }

    .alert-message.success {
        color: #FFFFFF;
        background-color: #57a957;
        background-repeat: repeat-x;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-image: linear-gradient(top, #62c462, #57a957);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
        background-image: -webkit-linear-gradient(top, #62c462, #57a957);
        background-image: -moz-linear-gradient(top, #62c462, #57a957);
        background-image: -ms-linear-gradient(top, #62c462, #57a957);
        background-image: -o-linear-gradient(top, #62c462, #57a957);
        border-left-color: #57a957;
        border-right-color: #57a957;
        border-top-color: #57a957;
        border-bottom-color: #3d773d;
    }

.close {
    float: right;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 13.5px;
    text-shadow: 0 1px 0 #ffffff;
    filter: alpha(opacity=25);
    -khtml-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}

    .close:hover {
        color: #000000;
        text-decoration: none;
        filter: alpha(opacity=40);
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        opacity: 0.4;
    }

.container {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    height: inherit;
    padding-top: 10px;
}

#tblFooter {
    width: 100%;
}

    #tblFooter tr td {
        text-align: center;
    }

        #tblFooter tr td a {
            color: white;
            text-decoration: none;
        }

            #tblFooter tr td a:hover {
                text-decoration: underline;
            }

.pipe {
    padding-left: 25px;
    padding-right: 25px;
}

.ExtraOptions {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 22px !important;
    text-decoration: none !important;
    font-style: italic !important;
    color: #5f5e5c !important;
}



/*border-radius: 10px;
border: 1px solid #CCC;
height: 30px;
background-color: #efeeea;*/

.checkbox-container {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px !important;
    padding: 2px 0px !important;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #efeeea;
    border: 1px solid #CCC;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #002B4E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
