﻿body {
    color: white;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.body-wrapper {
    /*margin: 10px 10px 10px 10px;*/
    /* border: 2px solid black; */
    background-color: #7b7b7b;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 10px 10px 10px 10px;
    background-color: #7b7b7b;
    min-height: 575px;
}
.screenheader .quadlmslogo{
     background-image: url(../Images/QuadCMSLogoShort.png);
    background-repeat: no-repeat;
    height: 27px;
    width: 100px;
    float: left;
    float: left;
    background-size: 100px 27px;
    margin-top: 1px;
}
.screenheader .quadlogo{
    background-image: url(../Images/QuadraticaLogo.png);
    background-repeat: no-repeat;
    height: 31px;
    width: 113px;
    float: right;
    background-size: 113px 29px;
}
.screenheader {
    height: 28px;
    background-color: #ec695f; /*#9cb7a3;*/
    width: 100%;
}
.content-wrapper nav {
    padding-left: 0px;
    padding-right: 0px;
}
#authenticated {
    float: right;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
    width: 250px;
}
#authenticated form {
    display: inline;
}
footer {
    background-color: #ec695f;/*#9cb7a3;*/
    min-height: 27px;
}
footer p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.body-contentCourse {
    padding-left: 15px;
    padding-right: 15px;
    
}
.body-align {
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -500px !important;
    margin-top: -320px !important;
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/

}
.simulation {
    min-height: 400px;
    text-align: center;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.k-textbox, .fieldtitle{
    width: 95%;
    /*margin-left: 2%;*/
    margin-right: 2%;
}
.k-widget{
    /*width: 95%;*/
}
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
    margin-left: 10px;
}
input.input-validation-error {
    border: 1px solid #e80c4d;
}
._50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}
 ._100 {
        width: 96%;
        display: inline;
        float: left;
        /*margin-left: 2%;
        margin-right: 2%;*/
    }

    ._25 {
        width: 21%;
        display: inline;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
/*    ._16 { 
       
        display: inline;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
     ._33 { 
        
        display: inline;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }
   

._75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
}
.k-autocomplete{
    width: 400px !important;
}*/

  /*.k-animation-container{
        width: 300px !important;
    }
    .k-slider-selection{
        width: 200px !important;
    }
    .k-slider-track{
        width: 250px !important;
    }
    .k-slider-tooltip{
        width: 20px !important;
    }*/
.buttonArea{
        display: inline-block;
        margin-top: 20px;
}
#mainMenu .k-header{
    /*background-color: gray*/
    
}
.colfield {
    border-width: 0px;
}
.colfield ._50 {
  width: 46%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.colfield ._25 {
  width: 21%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.colfield ._16 {
  width: 14%;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.colfield ._33 {
  width: 29%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.colfield ._100 {
  width: 96%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.colfield ._75 {
  width: 71%;
  display: inline;
  float: left;
  margin-left: 2%;
  margin-right: 2%;
}
.colfield label {
  width: 100%;
  font-weight: bold;
  display: block;
}
.colfield input {
  border: 1px solid #dadada;
  width: 98%;
  /*width: 150px;*/
  padding: 2px;
}
.colfield p {
  width: 100%;
  margin: 2px 0;
}
.colfield button {
  margin-left: 2%;
  /*display: block;*/
}
.colfield legend {
  font-weight: bold;
  /*font-size: 1.2em;*/
}
.colfield .checkbox {
  width: 18px !important;
  padding-left: 2px;
  border: none;
}
.colfield .active {
  padding-left: 10px;
}
.lockedfield{
    border-color: white !important;
    border-style: none;
    
}
.simulation li {
    /* font-size: 2em; */
    font-weight: bold;
    list-style: none;
    background: #464646;
    margin-right: 2em;
    padding-left: 1em;
    margin-bottom: 20px;
    /*vertical-align: central;*/
    /*width: 800px;*/
    display: inline-block;
    text-align: left;
    height: 45px;
    min-width: 100%;

    line-height: 41px;

}

.simulation li .coursename {
    float: left;
    /*padding-top: 12px;*/
    width: 60%;

    
}
.simulation li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    
    line-height: 1;
    display: inline-block;
    vertical-align: middle;


}
.simulation li .load{
    float: right;
    line-height: initial;
}
.simulation li img {
    cursor: pointer;
    border: none;
    width: 66px;
    height: 45px;
    float: right;
}
.simulation .complete {
    /*color: @simulationTextColour;*/
    font-size: 14px;
    float: right;
    /*padding-top: 12px;*/
    padding-right: 20px;
}
.quizQuestionPlaceholder{
    text-align: center;

}
.courseModules{
    float: right;
    width: 548px;
    
}
.buttonleft{
    float: left;
}
.buttonright{
    float: right;
}
#widgetMenu {
  /*display: inline-block;*/
  height: 14px;
  margin: 4px 4px 4px 4px;
  float: right;
  width: 26px;
  /*z-index: 9999;*/
  margin-left: 30;
  cursor: pointer;
}
#widgetMenu .HorizontalLine {
  background-color: #c2c2c2;
  background-color: white;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  cursor: pointer;
}
.widgetMenuConfig {
  /*display: inline-block;*/
  height: 10px;
  margin: 5px 2px 2px 2px;
  float: right;
  width: 15px;
  /*z-index: 9999;*/
  margin-left: 30;
  cursor: pointer;
}
.widgetMenuConfig .HorizontalLine {
  background-color: gray;
  display: block;
  height: 1px;
  margin-bottom: 3px;
  cursor: pointer;
}
.homecontainer {
  text-align: center;
  width: 100%;
  color: black;
}
.homecontainer .homemain {
  /*display: inline;*/
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  /*width: 100%;*/
  max-width: 1000px;
  /*height: 400px;*/
}
.homecontainer .homemain .box {
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.homecontainer .homemain .boxcontainerleft {
  width: 460px;
  display: inline-block;
  margin-right: 10px;
  /*float: left;*/
  margin-top: 20px;
  vertical-align: top;
}
.homecontainer .homemain .boxcontainerright {
  /*margin-top: 40px;*/
  margin-top: 20px;
  width: 460px;
  margin-left: 10px;
  margin-right: 10px;
  /*margin-left: 500px;*/
  display: inline-block;
  vertical-align: top;
}
.homecontainer .homemain .right {
  /*float: right;*/
  /*display: inline-block;*/
}
.homecontainer .homemain .title {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  width: 400px;
  float: left;
  /*margin-bottom: 10px;*/
}
#dragarea {
  cursor: move;
}
.widgetGridTitle {
  font-size: 10px;
  text-align: left;
  font-weight: bold;
  width: 400px;
  float: left;
  margin: 0;
  margin-top: 5px;
  height: 15px;
}
.widgetHovered {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
  /*color: #fff;*/
}
.dragStart {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
}
.dragEnd {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transform-origin: top left;
  -webkit-transition: transform 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out;
  -ms-transition: transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}
.widgetGridTitle {
  font-size: 10px;
  text-align: left;
  font-weight: bold;
  width: 400px;
  float: left;
  margin: 0;
  margin-top: 5px;
  height: 15px;
}
.k-window-title {
  height: 20px;
}
.gridURL a {
  color: #787878;
}
.largecombobox {
  width: 450px !important;
}
/*----------------Login page-------------------------*/
#loginFormContainer {
  font-size: 14pt;
  text-align: center;
  height: 100%;
  width: 100%;
}
.ssoText {
 font-size: 14pt;
    text-align: center;
}
#loginFormContainer input {
     font-size: 100%;
}
#loginFormContainer input.input-validation-error {
    border: 1px solid #ffffff;
    font-weight: normal;
} 
#loginFormContainer .field-validation-error {
     color: white;
    }
#loginFormContainer .loginForm {
  padding-top: 40px;
  width: 100%;
  text-align: center;
  /*padding-left: 40%;*/

}
#loginFormContainer .loginForm .loginfield {
  height: 80px;
}
#loginFormContainer .loginForm .textbox {
  margin-top: 10px;
  /*color: gray;*/

}
#loginFormContainer .loginForm label {
  display: block;
  text-align: left;
  margin-top: 10px;
  /*padding-left: 45px;*/
  padding-right: 155px;
  text-align: center;
  font-size: 12px;
}
#loginFormContainer .loginForm .k-button {
  margin-top: 20px;
  margin-bottom: 20px;
}
#loginFormContainer .loginForm .loginbutton {
  background: url(../Images/enter-button.png) no-repeat;
  cursor: pointer;
  border: none;
  background-position: 0px 0px;
  width: 66px;
  height: 45px;
  margin-top: 30px;
}
#loginFormContainer .loginForm .loginbutton:hover {
  background-position: -198px 0px; /*-66px 0px;*/
}
#loginFormContainer ol,
#loginFormContainer ul {
  list-style-type: none;
}
#loginFormContainer fieldset {
  border-style: none;
}
.loginwarning{
    font-size: 14pt;
    text-align: center;
}
.liveCourse{
    background-color: #CCFFCC;
}
.k-state-selected {
    color: #787878;
}
.forgottenPasswordButton{
  background: url(../Images/enter-button.png) no-repeat;
  cursor: pointer;
  border: none;
  background-position: 0px 0px;
  width: 66px;
  height: 45px;
  margin-top: 30px;
}
.helpPage a{
    color: #ffffff;
}
#euladeclaration{
    font-size: 12px;
}
 #euladeclaration a {
color: #ffffff;
}
 .termsOfUseDeclaration{
color: #ffffff;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
 }
 .termsOfUseDeclaration a{
     color: #ffffff;
 }
#declarations{
width: 300px;
margin: auto;
}
#declarations .termsOfUse{ 
        float: left;
    }
#declarations .privacyPolicy{
        float: right;
    }

.loginSummary ul{
    padding: 0px;
}
.loginCopyrightDec .statment{
        width: 200px;
        float: left;
        margin-top: 3px;
}
.validation-summary-errors ul{
    margin-top: 0px;
    margin-bottom: 0px;
}

/*.cmsLogoFooter
    {
        background-image: url(../Images/QuadCMSLogoShort.png);
        background-repeat: no-repeat;
        height: 27px;
        width: 100px;
        float: right;
        background-size: 100px 27px;
         
    }*/
.answerInfo{
    top: 5px;
    position: relative;
}
.courseSelection .k-input.k-readonly{
    color: #787878;
    opacity: 1;
    font-weight: bold;
    width: 100%!important;
}


/*------------------------------------------*/

@media only screen and (max-width: 1000px) {
    body {
        padding: 0px;
    }
}
@media only screen and (max-width: 600px) {
    .simulation .complete{
        display: none;
    }
}
