﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i);

html, body 
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    position: fixed;
}

body
{
    background: #7FA4BF url('Images/bg.jpg') no-repeat center;
    background-image: linear-gradient(to bottom right, #1b73d6 0%, #5a98e3 25%, #4e94e3 35%, #1b83e4 50%, #5092e1 72.5%, #4c8de0 80%, #1b52d6 100%);
    background-size: cover;
    overflow: hidden;   
}

.center 
{
    margin: 0 auto
}

#Container {
    position: absolute;
    top: 1%;
    left: 50%;
    width: 1000px;
    height: 98%;
    margin: 0 -500px;
    z-index: -1;
}

#Header
{
    height: 39px;
    background-color: #315479;
    z-index: 5;
    padding: 0px 8px;
    border-radius: 8px;
}


#Header a, span.headtext {
    padding: 0 5px 0 40px;
    font: 16px/39px "Open Sans", verdana, sans-serif;
    color: white;
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#main
{
    position: absolute;
    top: 45px;
    bottom: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 20px; 
}

#main * {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

#HeaderLeft
{
    float: left;
    height: 39px;
}

#HeaderCenter
{
    float: left;
    height: 39px;
}

#HeaderRight
{
    float: right;
    height: 39px;
}

.HeaderDivider
{
    float: left;
}

.ExercisesButton
{
    float: left;
    background-attachment: inherit;
    background-image: url('Images/icon-exercises.png');
}


.ReferenceTextsButton
{
    float: left;
    background-attachment: inherit;
    background-image: url('Images/icon-texts.png');
}    

.ReportButton
{
    float: left;
    background-attachment: inherit;
    background-image: url('Images/icon-report.png');
    background-repeat: repeat-y;
}

.SimulationsButton
{
    float: left;
    background-attachment: inherit;
    background-image: url('Images/icon-simulations.png');
    /*background-position: 0 0 !important;*/
}

.GameButton
{
    float: left;
    background-attachment: inherit;
    background-image: url('Images/common/game.png');
    background-position: 0 0 !important;
}

.CertificateButton
{
    float: left;
    cursor: pointer;
    background-attachment: inherit;
    background-image: url('Images/icon-certificate.png');
}    

.ExercisesButton, .ReferenceTextsButton, .ReportButton, .SimulationsButton, .GameButton, .CertificateButton, .SignOutButton {
    margin: 0 5px;
}

.ExercisesButton:hover, .ReferenceTextsButton:hover, .ReportButton:hover, .SimulationsButton:hover, .GameButton:hover, .CertificateButton:hover
{
    background-attachment: inherit;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 5px;
}

.EditButton
{
    float: left;
    width: 40px;
    height: 39px;
    padding: 0 !important;
    background: url('Images/common/edit-button.png');
    background: rgba(0,0,0,0) url('Images/common/edit-button.svg');
    background-position: 0 0 !important;
}   

.EditButton.new
{
    background: rgba(0,0,0,0) url('Images/common/new-edit-button.svg');
}

.FeedbackButton
{
    float: left;
    background-image: url('Images/icon-feedback.png');
}    

.EditButton:hover, .SignOutButton:hover, .FeedbackButton:hover
{
    background-color: rgba(0, 0, 0, .25);
    border-radius: 5px;
}  

.SignOutButton
{
    float: left;
    background-image: url('Images/icon-logout.png');
}    


.HistoryEnabled
{
    background-attachment: inherit;
    background-position: 0px 0px;
}

.HistoryEnabled:hover
{
    background-attachment: inherit;
    background-position: 0px 58px;
}

.HistoryDisabled
{
    background-attachment: inherit;
    background-position: 0px 29px;
}


.HistoryListPanel
{
    position: absolute;
    top: 42px;
    left: 80px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

.HistoryListTop
{
    width: 250px;
    margin-bottom: 8px;
    border-top: solid 1px #506E81;
    border-left: solid 1px #506E81;
    border-right: solid 1px #506E81;
    background-color: White;
}

.HistoryBL
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 8px;
    height: 8px;
    background-color: Transparent;
    background-image: url('Images/history_bottom_left.png');
    background-position: bottom left;
    background-repeat: no-repeat;   
}

.HistoryBC
{
    position: absolute;
    left: 8px;
    bottom: 0px;
    width: 236px;
    height: 8px;
    background: url('Images/history_bottom_side.png') repeat-x left bottom;
}

.HistoryBR
{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 8px;
    height: 8px;
    background-color: Transparent;
    background-image: url('Images/history_bottom_right.png');
    background-position: bottom right;
    background-repeat: no-repeat;   
}

ul.HistoryList
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.HistoryList li
{
    margin: 0;
    padding: 0;
    width: 250px;
}


ul.HistoryList li a
{
    display: block;
    margin: 0px;
    padding: 5px;
    font-family: Arial, Verdana, Helvetica,sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: Black;
    border: solid 1px White;    
}

ul.HistoryList li a:hover
{
    background-color :#c2e4ff;
    border: solid 1px #ccc;
    text-decoration: none;
    color: Black;
}

ul.HistoryList li a:active, ul.HistoryList li a:visited
{
    outline: none;
    text-decoration: none;
    color: Black;
}



.roundedFrame
{
    border: 1px solid #C0C0C0;
    border-radius: 20px 20px 20px 20px;
}


.FrameTL
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url('Images/content_bg_topleft.png');
}

.FrameTC
{
    position: absolute;
    top: 0px;
    left: 20px;
    right: 20px;
    height: 20px;
    background: White url('Images/content_bg_topside.png') repeat-x top left;
}
    
.FrameTR
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-image: url('Images/content_bg_topright.png');
}
   

.FrameML
{
    position: absolute;
    top: 20px;
    left: 0px;
    bottom: 20px;
    width: 8px;
    background: White url('Images/content_bg_leftside.png') repeat-y top left;
}

.FrameMC
{
    position: absolute;
    top: 20px;
    left: 8px;
    right: 8px;
    bottom: 20px;
    background-color: White;
    overflow: auto;
	overflow-x:hidden !important;
	z-index: 0;
}
    
.FrameMR
{
    position: absolute;
    top: 20px;
    right: 0px;
    bottom: 20px;
    width: 8px;
    background: White url('Images/content_bg_rightside.png') repeat-y top right;
}

.FrameBL
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url('Images/content_bg_bottomleft.png');
}

.FrameBC
{
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    height: 20px;
    background: White url('Images/content_bg_bottomside.png') repeat-x bottom left;
}
    
.FrameBR
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-image: url('Images/content_bg_bottomright.png');
}


#StudyTextMenuPanel
{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 260px;
    
    background: White;
    background: -moz-radial-gradient(circle, #e0e0e0, #ffffff);
    background: -webkit-radial-gradient(circle, #e0e0e0, #ffffff);
}

#StudyTextContentPanel
{
    position: absolute;
    top: 0px;
    left: 270px;
    bottom: 0px;
    right: 0px;    

    background: White;    
}

#StudyTextMenuContent
{
    position: absolute;
    top: 10px;
    bottom:10px;
    left:5px;
    right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#StudyTextContentPanelInner
{
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}



#ExamExerciseContentPanel
{
    position: absolute;
    top: 5px;
    left: 230px;
    bottom: 5px;
    right: 5px;
}

#TopicMenuPanel
{
    position: absolute;
    top: 5px;
    width: 220px;
    bottom: 5px;
    left: 5px;
}

#HeaderMenu
{
	width: 100%;
    height: 39px;
    background-image: url('Images/header_bg.png');
}

#ExerciseContentPanel
{
    position: absolute;
    left: 0px;
    right: 230px;
    height: 100%;
}

#TopicOverviewPanel
{
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 220px;
}

#exercise_container {
    /*background: -moz-radial-gradient(circle , #E0E0E0, #FFFFFF) repeat scroll 0 0 transparent;*/
    border-radius: 20px 20px 20px 20px;
    height: 100%;
}

#exercise_view {
    /*background: -moz-radial-gradient(circle , #E0E0E0, #FFFFFF) repeat scroll 0 0 transparent;*/
    border: 1px solid #C0C0C0;
    border-radius: 20px 20px 20px 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#exercise_view_inner {
    bottom: 10px;
    left: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 10px;
    top: 10px;
}

#flashPluginManagerContainer 
{
    background-color: White;
    border-radius: 10px;
    padding: 4px;   
    margin-right: 4px;
}

#exerciseStudytext 
{
    display: none;         /* initially hidden */
    margin-top: 10px;
    background-color: White;
    border-radius: 10px;
    margin-right: 4px; 
    padding: 4px;
}

.scrollable
{
    /*-webkit-overflow-scrolling: touch;*/
    -webkit-box-flex: 1;
}

/* login */

.topicselect-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%!important;
    /*top: 0px!important;
    left: 0px!important;
    right: 0px;
    bottom: 0px;*/
    margin: auto!important;
    max-height: 650px;
    min-width: 370px;
    position:absolute!important;
    display: table!important;
}

#message-box-container {
    display: none;
}

#message-box-container.topicselect-box-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: none!important;
}

.topicselect-button-bar {
    margin-bottom: 20px!important;
}

.btn-select-topic .dijitButtonNode  {
    width: 200px;
    text-align: left;
}
.btn-select-topic .dijitButtonNode .dijitButtonContents .dijitButtonText {
    width: 180px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;    
    text-align:left;
}

#header
{
    background: url("images/header-bg.gif") repeat-x scroll 0 0 transparent;
    height: 45px;
}

.loginpanel 
{
    width: 600px;
    margin: 40px auto 0 auto;
    border: 1px solid #004891;
}

.loginpanelheader
{
    background-color: rgba(0, 0, 0, 0.25); /*#3D4E68;*/
}

.loginpanelheader h1
{
    margin: 0px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}

.loginpanelcontent
{
    padding: 20px 0;
    background-color: #FFFFFF;
}

.loginform
{
    width: 500px;
    margin: 0 auto;
}

.errorMessage
{
    color: Red;
    text-align: center;
    margin-bottom: 4px;    
}

.section
{
    margin: 0 50px;
    border: 1px solid #2F4D69;
    border-radius: 5px;
    overflow: hidden;   
}

.sectionHeader
{
    background-color: #004891;
    padding: 5px 0px 5px 20px;
    
    font-family: Verdana,Arial;
    font-size: 12px;
    font-weight: bold;    
    color: #EEEEEE;
}

.sectionBody
{
    background-color: #FBFBFB;
    padding: 10px;
}

.st-fragment {
    font-size: smaller;
    line-height: 1.1em;
    text-align: justify;
}

#dialog-mask
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.675);
    
    opacity: 0;
    transition: opacity 0.5s ease 0s, z-index 0.5s linear 0s;
}

#dialog-mask.show {
    z-index: 100;
    opacity: 1;
}

#glass-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;

    display: none;
}

#glass-pane.show {
    display: block;
}

.busy, .busy * {
   cursor: wait !important;
}

#message-box 
{
    border-radius: 10px;
    background: #DDD;
    background: rgba(255, 255, 255, 0.875);
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    box-shadow: 2px 2px 20px black;  
    z-index: 1000;
    padding:20px;
}



#message-content
{
    margin: 20px 10px;
}

#message-buttons {
    margin: 10px;
    clear: both;
    width: 575px;
    margin-left: 211px;
}

#message-buttons .dijitButtonText
{
    padding: 5px 50px;
}

.message-box-message {
    font: 18px Arial, Helvetica, sans-serif ;
}

.browser-download
{
    margin: 20px;
    padding: 0 10px;
    
    background-color: White;
    background: linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -moz-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -webkit-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -o-linear-gradient(top, #FFFFFF, #DDDDDD);
    background: -ms-linear-gradient(top, #FFFFFF, #DDDDDD);
    
    border: 1px solid darkgray;
    border-radius: 4px;
    color: Black;
    text-decoration: none;
    outline: 0 none;       
}

.browser-download:hover
{
    background: linear-gradient(top, #FFFFFF, #AADDFF);
    background: -moz-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -webkit-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -o-linear-gradient(top, #FFFFFF, #AADDFF);
    background: -ms-linear-gradient(top, #FFFFFF, #AADDFF);      
}

#message-box-container.topicselect-box-container.show
{
    display:block!important;
}

.show
{
    display: block !important;
}

@keyframes illustration-in {
    0% {
        opacity: 0;
    }
    100% {
        transform: initial;
        opacity: initial;
    }
}

@-webkit-keyframes illustration-in {
    0% {
        opacity: 0;
    }
    100% {
        transform: initial;
        opacity: initial;
    }
}

.illustration img {

    animation: illustration-in 0.5s linear 0.25s 1 normal both;
    -webkit-animation: illustration-in 0.5s linear 0.25s 1 normal both;
    border-radius: 8px;
}

.illustration {
    background: url("/sys_css/images/indicator_medium.gif") no-repeat scroll center center transparent;
    text-align: center;
}

.enlarge-container {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 200;
    opacity: 0.0;
    line-height: 0;
    transition: transform 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}

.enlarge-container> *:last-child {
    border-radius: 15px;
    box-shadow: 5px 5px 15px Black;

}

.enlarge-close-btn {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -60px;
    width: 48px;
    height: 48px;
    background: url('Images/close.png');
    background: rgba(0,0,0,0) url('Images/close.svg');
    transition: transform 0.25s ease 0s;
}

.enlarge-close-btn:hover {
    transform: scale(1.25);
}

.certificate-dialog {
    background: transparent url('../Default/Images/graduation.png') no-repeat scroll 5px 35px;
    min-height: 180px;
}

.feedback-dialog {
    background: transparent url('Images/feedback.png') no-repeat scroll 5px 35px;
    background: rgba(0,0,0,0) url('Images/feedback.svg') no-repeat scroll 5px 35px;
}

.feedback-dialog-label {
    padding-top: 7px;
}

.certificate-dialog > div, .feedback-dialog > div {
    margin-left: 200px;
    text-align: left;
}


.mes-studytextnote-item {
    padding: 10px;
}
.mes-sticky-note:before{
    color: #dbdb31;
    cursor: pointer;
}
.mes-studytextnote-container {
    font-size:13px;
}
.mes-studytextnote-header {
    font-size: 10px;
    line-height: 12px;
    clear: both;
    position:relative;
    color:gray;
    font-style: italic;
}
.mes-studytextnote-delete {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 15px;
    cursor: pointer;
}
.mes-studytextnote-hr {
    margin-bottom: 10px;
}

.mes-studytextnote-trash:hover {
    color:#3392e3;
}

.mes-studytextnote-add {
    color:#3392e3;
}
.mes-studytextnote-add:hover {
    color:#2959b6;
}

.mes-addnote-btn:before {
    position:relative;
    left:4px;
}

.ranking-comment {
    width: 300px;
    height: 60px;
    resize: none;
}

.ranking-container {
    margin-top: 40px;
}

.displaynone {
    display: none;
}

.lmslogoutpanel {
    width: 600px;
    margin: 40px auto 0 auto;
    border: 1px solid #004891;
}

.lmslogoutpanelheader {
    background-color: rgba(0, 0, 0, 0.25); /*#3D4E68;*/
}

    .lmslogoutpanelheader h1 {
        margin: 0px;
        padding: 10px;
        color: #FFFFFF;
        font-size: 18px;
        text-align: center;
    }

.lmslogoutpanelcontent {
    padding: 20px 0;
    background-color: #FFFFFF;
    text-align: center;
}