﻿body {
    margin: 0;
    padding: 0;
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: "Oxygen", sans-serif;
    color: #232323;
}

.body {
    background-image:none;
}

table {
    width:100%;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'Raleway', sans-serif;
}


.dm {
    background-image: url(images/dm.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
    width: 100%;
    position: absolute;
    height: 130px;
    content: "";
}

#container {
    z-index: 999;
    background-color: White;
    margin: 20px auto 10px auto;
    width: 960px;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 85px;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.59);
    min-height: 200px;
    height: auto;
    border-top: 5px solid #142a47;
    border-bottom: 5px solid #f69010;
}

.login-container {
    top: 0%;
    max-height: 300px;
}

a {
    color: #6fa9d9;
}

.clear {
    clear: both;
}

.loginError {
    color: Red;
    margin-left: 5px;
}

/* ############### MENU  ############## */

#modulesList {
    list-style: none;
    padding: 0;
    margin: 0 15px 0 15px;
}

    #modulesList li {
        border: 1px solid #FFF;
        border-radius: 15px;
        display: block;
        width: 420px;
        padding: 5px;
        float: left;
        margin: 10px 20px 10px 20px;
        background: #fff;
    }

        #modulesList li a {
            width: 105px;
            height: 75px;
            display: block;
            float: left;
        }

        #modulesList li div {
            float: left;
            height: 100%;
            line-height: 75px;
            text-align: center;
            display: block;
            padding-left: 10px;
        }



/* ################ ADMIN ################ */
.adminMenuOption {
    border: 2px solid #374e66;
    border-radius: 5px;
    min-height: 150px;
    margin-top: 25px;
}

    .adminMenuOption > h3 > a {
        text-decoration: none;
        color: #374e66;
    }

.adminMenuOptionIcon {
    width: 60px;
    height: 60px;
    font-size: 3em;
    color: #374e66;
    margin-top: 25px;
}

.editArea span {
    margin-right: 25px;
}

.adminModuleGroup {
}

.adminModule {
    width: 300px;
    height: 25px;
    float: left;
    border: 1px solid #9CCCCC;
    display: block;
    margin: 0 9px 5px 9px;
}

    .adminModule input[type=checkbox], .adminModule label {
        line-height: 25px;
        vertical-align: middle;
    }

.section.hero {
    background-image: url(images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height:250px;
}

#title {
    padding-top:25px;
    text-align:center;
}

#loginList ul {
    margin: 20px 0 10px 0;
    padding: 0;
    list-style: none;
}

#loginList li {
    border: 1px solid Blue;
    padding: 0;
    margin: 3px 10px 3px 10px;
    -webkit-box-shadow: inset 0 0 3px Blue;
    -moz-box-shadow: inset 0 0 3px Blue;
    box-shadow: inset 0 0 3px Blue;
    width: 456px;
    float: left;
    color: Black;
}

    #loginList li a {
        text-decoration: none;
        color: Black;
        width: 440px;
        height: 100%;
        display: block;
        padding: 5px 8px 5px 8px;
    }

#loginList .loginName {
    font-weight: bold;
}

#loginList .loginTimeSpan {
    font-size: 90%;
}

#loginList li.active {
    border-color: Green;
    -webkit-box-shadow: inset 0 0 3px Green;
    -moz-box-shadow: inset 0 0 3px Green;
    box-shadow: inset 0 0 3px Green;
}

#loginList li.expired {
    border-color: Red;
    -webkit-box-shadow: inset 0 0 3px Red;
    -moz-box-shadow: inset 0 0 3px Red;
    box-shadow: inset 0 0 3px Red;
}

#availableModules {
    width: 100%;
    border-collapse: collapse;
}

    #availableModules th {
        text-align: left;
        background-color: #142a47;
        border-bottom: 1px solid #142a47;
        border-top: 1px solid #142a47;
        color: #fff
    }

    #availableModules td {
        border-bottom: 1px solid #EEEEEE;
        color: #8E8B85;
    }

        #availableModules td a {
            color: #787570;
        }

    #availableModules tr:hover {
        background-color: #F4F4ED;
    }

.code-input {
    margin-right: 15px;
    margin-left: 12px;
}

input[type=password],
input[type=text] {
    height: 30px;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    padding: 0px;
    border: 1px solid #eee;
}

.btn {
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    z-index: 1;
    height: 32px;
    border-radius: 4px;
    min-width: 100px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: rgb(107, 185, 76);
    text-align: left;
    color: #fff;
    font-weight: 500;
}

.moduleviewer-main {
    text-align:center;
    margin-top:25px;
}

.moduleviewer-select {
    min-width: 135px;
    margin-right: 15px;
}

.module-list-item-container {
    background: #fff;
}

.module-list-item {
    min-height: 195px;
    background: #fff;
    padding: 5px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 5px;
    border-bottom: none;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    border:1px solid;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.module-list-item-name {
    text-align: left;
    padding: 5px;
    padding-left: 15px;
    background: #142a47;
    color: #fff;
}

.hidden {
    display:none;
}