﻿




.info-box {
    float: left;
    margin-right: 20px;
    font-size: 1.2em;
    border-radius: 8px;
    border: #222 2px solid !important;
}

    .info-box .info-box-heading {
        padding: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 1.2em;
        background-color: #444;
        color: #fff;
        white-space: nowrap;
    }

    .info-box p {
        margin: 0px;
        padding: 10px;
        color: #555;
        font-weight: bold;
        font-size: 1.4em;
    }



.list-box {
    position: relative;
    border: 1px solid #aaa;
    padding: 12px;
    padding-bottom: 8px;
    border-radius: 6px;
    background-color: #fff;
}

.list-box-item {
    position: relative;
    border: 1px solid #ccc;
    padding: 4px;
    margin-bottom: 4px;
    background-color: #fcfaf8;
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
}

    .list-box-item::after {
        content: '\2716';
        cursor: pointer;
        float: right;
        font-size: 14px;
        color: #a88;
        margin-top: -3px;
        text-shadow: rgba(255, 255, 255, 0.9) 1px 1px 3px;
        pointer-events: all;
    }




.section-box {
    position: relative;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #e3e3e3;
}


    .section-box > h1 {
        font: 18px 'Segoe UI', 'Segoe UI Light', Arial, Verdana;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        font-weight: bold;
        color: #333;
        background-image: url('/Content/images/titlebar_gray.png');
        border-bottom: 1px solid #bbb;
        margin: 0;
        padding: 8px 10px 5px 12px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .section-box > .content {
        padding: 10px;
    }

.button-box {
    font: 2.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
    color: #468284;
    text-align: center;
    background-color: white;
    border-style: solid;
    border-width: thick;
    border-color: lightgray;
    border-radius: 40px;
    width: 200px;
    height: 250px;
    margin: 0;
    padding: 8px 10px 5px 12px;
    cursor: pointer;
}

    .button-box:hover {
        font: 2.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
        color: #468284;
        text-align: center;
        background-color: white;
        border-style: solid;
        border-width: thick;
        border-color: darkgray;
        border-radius: 40px;
        width: 200px;
        height: 250px;
        margin: 0;
        padding: 8px 10px 5px 12px;
        cursor: pointer;
    }

.button-box-long {
    font: 2.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
    color: #468284;
    background-color: white;
    border-style: solid;
    border-width: thick;
    border-color: lightgray;
    border-radius: 20px;
    width: 270px;
    height: 80px;
    margin: 0;
    padding: 8px 10px 5px 12px;
    cursor: pointer;
}

    .button-box-long:hover {
        font: 2.0em 'Segoe UI Light', 'Segoe UI', 'Trebuchet MS', Arial;
        color: #468284;
        background-color: white;
        border-style: solid;
        border-width: thick;
        border-color: darkgray;
        border-radius: 20px;
        width: 270px;
        height: 80px;
        margin: 0;
        padding: 8px 10px 5px 12px;
        cursor: pointer;
    }

.notice-box {
    position: relative;
    border: 1px solid #dedede;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    color: #444;
}

    .notice-box > h1 {
        font: bold 16px "Segoe UI", Verdana, "Lucida Sans Unicode", sans-serif;
        line-height: 18px;
        margin: 0;
        padding: 5px 20px 5px 12px;
        overflow: hidden;
        color: #333;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAYAAAAFvPEHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAArSURBVBhXY/j3799/pr9//zIwMQABE5DLwPT//38oC5sYJbJgMWrZ9o8BABEaWq6EBzcVAAAAAElFTkSuQmCC);
    }

    .notice-box > h2 {
        line-height: 24px;
        margin: 0;
        padding: 5px 20px 5px 12px;
        font-size: 18px;
        overflow: hidden;
        color: #fff;
        text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
        background-color: #104087;
    }

    .notice-box > div {
        margin: 10px !important;
    }

    .notice-box span#Close {
        cursor: pointer;
        color: #08A;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    }

/*.notice-box h1:after 
{
  float: right;
  content: '\2716';
  cursor: pointer; 
  font: 16px Verdana, 'Arial'; 
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}*/



div#modelDataContainer {
    padding: 16px;
}




div.record-editor {
    display: inline-block;
    background-color: #e3e3e3;
    text-shadow: 1px 1px 0 #fff;
}

    div.record-editor > h2 {
        padding-top: 10px;
        font: 20px 'Zurich Condensed', Helvetica, Arial, sans-serif;
    }

    div.record-editor > h3, div.record-editor2 > h3 {
        padding-top: 10px;
        font: 16px 'Zurich Condensed', Helvetica, Arial, sans-serif;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        margin-top: 0px;
        padding-bottom: 4px;
        border-bottom: #A0CDE6 1px solid;
    }

    div.record-editor h4 {
        font-family: 'Zurich Condensed', Helvetica, Arial, sans-serif;
        text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
        color: #338DB6;
        margin-top: 10px;
        padding-bottom: 2px;
        border-bottom: #B0D0F6 1px solid;
    }


    div.record-editor div.navigationbar {
        margin-left: 162px;
        white-space: nowrap;
        margin-top: 20px;
        padding-bottom: 16px;
    }

legend {
    font: 14px 'Segoe UI', 'Segoe UI Light', "Lucida Sans Unicode", Verdana, sans-serif;
    color: #08A;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAYAAAAFvPEHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAArSURBVBhXY/j3799/pr9//zIwMQABE5DLwPT//38oC5sYJbJgMWrZ9o8BABEaWq6EBzcVAAAAAElFTkSuQmCC);
    padding: 4px 8px;
    border: #AAA 1px solid;
    border-radius: 3px;
    margin-bottom: 10px;
}

.modelData legend {
    padding-bottom: 8px;
    color: #000;
    font: bold 20px 'Segoe UI';
    text-shadow: 0 0 10px #fff;
}

fieldset,
.modelData fieldset {
    border: #CCC 1px solid;
    border-radius: 4px;
    background: #fff;
    padding: 10px 20px 10px 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.modelData fieldset {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 16px;
}

.modelData input,
.modelData textarea {
    border: 1px solid #eee;
}




#exceptionDisplay h1 {
    color: #F44;
    font: 16px 'Segoe UI', 'Trebuchet MS', Arial;
}

#exceptionDisplay h2 {
    color: #B22;
    font: 12px 'Verdana', 'Trebuchet MS', Arial;
    margin: 10px 0;
    padding: 0 10px;
}

#exceptionDisplay p {
    color: #222;
    font: 11px Arial, 'Verdana', 'Trebuchet MS', Arial;
    margin: 10px 0;
    padding: 0 10px;
}

#exceptionDisplay legend {
    background: #933;
    color: #FFF;
    font: 18px 'Lucida Grande', 'Segoe UI', 'Segoe UI Light', Verdana;
    border: #fff 1px solid;
    border-radius: 4px;
    padding: 2px 10px 6px;
}

fieldset#exceptionDisplay {
    margin-top: 20px;
}

.navigationBar {
    margin-left: 162px;
    white-space: nowrap;
    margin-top: 20px;
}

.shadow-box {
    -webkit-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.53);
    -moz-box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.53);
    box-shadow: 5px 5px 9px 0px rgba(0,0,0,0.53);
    border: darkgray 1px solid;
}

    .shadow-box:empty {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .shadow-box .system-message-position {
        margin-top: 0px !important;
    }
