#t1ContentWrap form {
    padding: 5px;
}

#t1ContentWrap form label {
    color: #252531;
    font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

#t3ContentWrap a {
    line-height: inherit !important;
}

#t3ContentWrap .pagination {
    float: right;
}

#t3ContentWrap .buttons-html5 {
    color: #333 !important;
}


/* columns */

.infoPanel .column_2 {
    width: 48%;
    float: left;
}


/* login container */

.infoPanel {
    margin: 5px;
    margin-bottom: 30px;
    background-color: #FAFAFA;
    float: left;
    clear: both;
    width: 99%;
    /*box-shadow: 0px 1px 5px 3px #D0D0D0;*/
}

.infoPanel label {
    float: left;
    clear: both;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 85%;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.infoPanel input[type="file"],
.infoPanel input[type="checkbox"] {
    float: left;
    clear: both;
}

.infoPanel table {
    float: left;
    clear: both;
    width: 100%;
}

.infoPanel u {
    text-decoration: underline !important;
}

.infoPanel ol {
    float: left;
    clear: both;
    font-size: 105%;
    width: 98%;
    margin-left: 20px;
    padding: 0px;
}

.infoPanel ol li {
    float: left;
    clear: both;
    width: 100%;
}

.infoPanel .content br {
    clear: both;
    float: left;
    width: 100%;
}

.infoPanel .content input[type='file'] {
    clear: both;
    float: left;
    width: 100%;
}

.infoPanel input[type="text"],
.infoPanel input[type="password"],
.infoPanel input[type="number"],
.infoPanel input[type="email"],
.infoPanel textarea {
    float: left;
    clear: both;
    width: 250px;
    padding: 3px;
    margin-left: 3px;
    margin-bottom: 5px;
}

#loginPanel fieldset {
    border-radius: 2px;
    background-color: #fafafa;
    /*border: 1px solid #fefefe;*/
}

.infoPanel select {
    margin-left: 3px;
    padding: 3px;
    float: left;
    clear: both;
}

.infoPanel textarea {
    margin-left: 3px;
    width: 700px;
    height: 200px;
    padding: 3px;
    float: left;
    clear: both;
}

.infoPanel #cke_home_message,
.infoPanel #cke_team_message {
    clear: both;
    float: left;
    width: 99%;
}

.infoPanel #cke_home_message a {
    text-decoration: none !important;
}

.infoPanel .content {
    padding-left: 10px;
    padding-right: 10px;
}

#loginMessage {
    float: left;
    clear: both;
    margin-top: 10px;
}

#loginMessage .error,
#loginPanel .error {
    color: red;
}

.PageNotFound {
    margin-top: 10px;
    margin-left: 3px;
    margin-bottom: 20px;
}

.goBack {
    margin-left: 3px;
}

.form_page label {
    float: left;
    clear: both;
}

.form_page input[type="file"] {
    float: left;
    clear: both;
    padding: 5px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog-titlebar {
    border-radius: 0px;
}

.ui-dialog {
    box-shadow: 0px 0px 64px 0px rgba(143, 143, 143, 0.75);
    -moz-box-shadow: 0px 0px 64px 0px rgba(143, 143, 143, 0.75);
    -webkit-box-shadow: 0px 0px 64px 0px rgba(143, 143, 143, 0.75);
    padding: 0px;
}

.ui-dialog fieldset {
    border: none !important;
    padding: 0px !important;
}

#testResults table {
    padding: 5px;
    border-radius: 3px;
    font-size: 80%;
    border: 1px solid #B8D4F8;
}

#testResults th {
    text-align: left;
    background-color: #B8D4F8;
    padding: 5px;
    border: 1px solid #B8D4F8;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

#testResults td {
    padding: 4px;
}

#testResults tr:nth-child(even) {
    background: #D4E7F3;
}

#testResults tr:nth-child(odd) {
    background: #FFF;
}

#testResults tr a {
    text-decoration: none;
}

#testResults tbody tr:hover {
    color: #FFF;
    background: #1382CC;
}

#testResults tr a:hover {
    color: #FFF;
}

.assessment_table {
    width: 100%;
    position: initial;
    font-size: 90% !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.assessment_table tr th {
    text-align: left;
    background-color: #B8D4F8;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #B6D8F2;
}

.assessment_table td {
    padding: 4px;
}

.assessment_table tr:nth-child(even) {
    background: #D4E7F3;
}

.assessment_table tr:nth-child(odd) {
    background: #FFF;
}

.assessment_table tr a:hover {
    color: #FFF;
    background: #000;
}

.assessment_table tbody tr:hover {
    /* color:#FFF; */
    background: #EFEFEF;
}

.errorMessage {
    border: red 1px solid;
    border-radius: 3px;
    padding: 5px;
    color: red !important;
    background-color: #FFF;
    clear: both;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.errorMessage IMG {
    float: left;
}

.ui-widget-content {
    border: none;
}

a.paginate_button {
    border: none !important;
}

#ui-datepicker-div {
    font-size: 80%;
    box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
}

#score_rubric {
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143, 143, 143, 0.75);
}

#score_rubric table {
    width: 100%;
    text-align: center;
}

#score_rubric tr th,
#scoreInfo tr th {
    text-align: center;
    background-color: #B8D4F8;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
}

#score_rubric tr td,
#scoreInfo tr td {
    padding: 2px;
}

#score_rubric tr:nth-child(even) {
    background: #D4E7F3;
}

#score_rubric tr:nth-child(odd) {
    background: #FFF;
}

#scoreInfo {
    float: left;
    clear: both;
    margin-top: 20px;
}

#scoreInfo table {
    float: left;
    clear: both;
    font-size: 80%;
    padding: 5px;
    border: 1px solid #B8D4F8;
}

#scoreInfo tr:nth-child(even) {
    background: #D4E7F3;
}

#scoreInfo tr:nth-child(odd) {
    background: #FFF;
}

#scoreRubricResult {
    padding-top: 10px;
    clear: both;
    float: left;
    width: 100%;
}

.close_box {
    float: right;
}

.close_box:hover {
    opacity: 0.7;
}

.dataTables_filter {
    margin-bottom: 10px;
}

.DTTT_container {
    float: left;
    clear: both;
    width: 100%;
}

.infoPanel .error {
    color: red;
    font-family: 'Open Sans', sans-serif;
}

.buttons input[type="submit"],
.buttons input[type="reset"] {
    margin-left: 5px;
    padding: 5px;
}

ul li,
ol li {
    font-size: 85%;
    font-family: 'Open Sans', sans-serif;
}

.infoPanel input[type="submit"] {
    float: left;
    clear: both;
    padding: 4px;
    margin-bottom: 5px;
    margin-left: 4px;
    margin-top: 5px;
}

.infoPanel input[type="reset"] {
    margin-top: 5px;
}


/* div table */

.infoPanel .container {
    width: 100%;
    margin: auto;
    padding: 0;
    display: table;
}

.infoPanel .row {
    display: table-row;
}

.infoPanel .left {
    width: 75%;
    padding: 1em;
    background: #EEF;
    display: table-cell;
}

.infoPanel .middle {
    width: 25%;
    padding: 1em;
    background: yellow;
    display: table-cell;
}

.infoPanel .all {
    width: 100%;
    padding: 1em;
    display: table-cell;
}

.infoPanel .tbl_question {
    width: 60%;
}

.infoPanel .tbl_response {
    width: 30%;
}

.infoPanel .tbl_button {
    width: 10%;
}

.infoPanel .tbl_bootstrap {
    padding: 4px;
    background: white;
    box-shadow: 0px 1px 5px 1px #CCC;
    /* border: 1px #2B579A solid; */
    border: 1px #DFE0E0 solid;
}

.infoPanel .tbl_bootstrap thead {
    background: #2B579A;
    color: #FFF;
}

.infoPanel .tbl_bootstrap thead tr th {
    padding: 5px;
    margin-bottom: 5px;
}

.infoPanel .tbl_bootstrap tbody tr td {
    border-bottom: none;
}

.infoPanel .tbl_bootstrap tbody tr td input,
.infoPanel .tbl_bootstrap tbody tr td select {
    border: 1px #ADADAD solid;
}

.infoPanel .btn_action {
    border: none;
    color: #FFF;
    padding: 8px 15px 8px 15px !important;
    background: #469A2B;
    border-radius: 3px;
}

.infoPanel .btn_action:hover {
    transition: all 250ms linear;
    background: #2A7114;
}

.infoPanel .btn_reset {
    border: none;
    color: #FFF;
    padding: 8px 15px 8px 15px !important;
    background: #2B579A;
    border-radius: 3px;
}

.infoPanel .btn_reset:hover {
    background: #162F54;
    transition: all 250ms linear;
}

.alert-success {
    background: #E6F2E6;
    border: 1px #66B366 solid;
    border-radius: 2px;
}

.alert-success strong,
.alert-success span {
    color: #339933;
}

.infoPanel .question_response {
    float: left;
    clear: both;
    font-size: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: 600;
    color: #333;
}

.infoPanel .question_response p {
    font-size: 110%;
}

.infoPanel table tbody tr td .question_response {
    font-size: 110% !important;
    font-weight: 600;
    color: #777777;
}

.infoPanel em {
    color: red;
}

#content ol {
    margin: 10px;
    font-weight: 900;
}

.hideme {
    display: none;
}

#file_progressBar {
    margin-top: 20px;
    border: 1px solid #5D78D6;
    position: relative;
    padding: 10px;
    background-color: #5D78D6;
    float: left;
    clear: both;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 1px 4px #777;
    font-size: 90%;
}

.img_loading {
    opacity: .2;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: none;
}

.main_assessment_table table {
    width: 100%;
    position: initial;
    font-size: 80%;
    padding: 5px;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.main_assessment_table thead th {
    border: none !important;
}

.main_assessment_table thead th {
    color: #FFF;
}

.main_assessment_table tr th {
    text-align: left;
    background-color: #a94442;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #a94442 !important;
}

.main_assessment_table td {
    padding: 4px;
}

.main_assessment_table tr:nth-child(even) {
    background: #F9F9F9;
    border: none !important;
}

.main_assessment_table tr:nth-child(odd) {
    background: #FFF;
}


/* remove border for all datatables */

table.dataTable.no-footer {
    border: none !important;
}


/* test table */

.test_table {
    padding: 0px !important;
    border: none !important;
}

.test_table tr th {
    text-align: left;
    background-color: #B8D4F8 !important;
    padding: 5px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #B6D8F2 !important;
}


/* users table */

.users_table table {
    width: 100%;
    position: initial;
    font-size: 80%;
    padding: 5px;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.users_table thead th {
    border: none !important;
}

.users_table thead th {
    color: #FFF;
}

.users_table tr th {
    text-align: left;
    background-color: #C75F5F;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #C75F5F !important;
}

.users_table td {
    padding: 4px;
}

.users_table tr:nth-child(even) {
    background: #F9F9F9;
    border: none !important;
}

.users_table tr:nth-child(odd) {
    background: #FFF;
}


/* group table */

.group_table {
    width: 100% !important;
    max-width: 100% !important;
    position: initial;
    font-size: 80%;
    padding: 5px;
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.group_table thead th {
    border: none !important;
}

.group_table thead th {
    color: #FFF;
}

.group_table thead tr th {
    text-align: left;
    background-color: #8296CC;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #8296CC !important;
}

.group_table td {
    padding: 4px;
}

.group_table tbody tr:nth-child(even) {
    background: #F9F9F9;
    border: none !important;
}

.group_table tbody tr:nth-child(odd) {
    background: #FFF;
}


/* tbl-modern-blue */

.tbl-modern-blue {
    width: 100% !important;
    max-width: 100% !important;
    position: initial;
    font-size: 80%;
    /*padding:5px;*/
    border: 1px solid #DDD;
    margin-bottom: 30px;
}

.tbl-modern-blue thead th {
    border: none !important;
}

.tbl-modern-blue thead th {
    color: #FFF;
}

.tbl-modern-blue thead tr th {
    text-align: left;
    background-color: #2980b9;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #2980b9 !important;
}

.tbl-modern-blue td {
    padding: 4px;
}

.tbl-modern-blue tbody tr:nth-child(even) {
    background: #F9F9F9;
    border: none !important;
}

.tbl-modern-blue tbody tr:nth-child(odd) {
    background: #FFF;
}


/* tbl_simple_display */

.tbl_simple_display {
    text-align: center;
}

.tbl_simple_display tbody tr:nth-child(even) {
    background: #5fa3d8;
    border: none !important;
}

.tbl_simple_display tbody td {
    border: none !important;
}


/* tbl_grade_display */

.tbl_grade_display {
    padding: 4px;
    margin-top: 5px;
}

.tbl_grade_display thead tr th {
    text-align: left;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.dataTables_length select {
    float: none !important;
}

.ui-datepicker-inline {
    border: 1px solid #DDD !important;
    font-size: 90% !important;
}

.ui-datepicker-header {
    background: #CCC !important;
    border: none !important;
}

.ui-state-default {
    color: #222 !important;
    border: none !important;
}

.ui-state-active {
    background: #AAA !important;
}

.scheduled {
    background: #31c502;
    color: #FFF;
    padding: 6px;
    font-weight: bold;
}

.cancelled {
    background: #c50302;
    color: #FFF;
    padding: 6px;
    font-weight: bold;
}


/* update theme */

#loginContainer {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    /*border: 1px solid #CCC;*/
    padding: 20px;
    border-radius: 2px;
    clear: both;
    background: #FFF;
}

#loginContainer label {
    float: left;
    clear: both;
    margin-bottom: 3px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;
}

label.error {
    color: red;
    margin-bottom: 15px !important;
    /*margin-top: -4px !important;*/
}

#loginContainer input {
    float: left;
    clear: both;
}

#loginContainer input[type="text"],
#loginContainer input[type="password"] {
    margin: 0 auto;
    width: 250px;
    margin-bottom: 9px;
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #AAA;
}


/* button */

.infoPanel .btn {
    background-color: #666 !important;
    border: none !important;
    padding: 15px 32px !important;
    text-align: center !important;
    color: white !important;
    text-transform: uppercase;
    font-size: 0.95em !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0px 10px 10px 0px !important;
}

.infoPanel .btn:hover {
    background-color: #7d7b7b!important;
    text-decoration: none !important;
}

.btn-blue {
    background-color: #3178d4 !important;
}

.btn-blue:hover {
    background-color: #21589e !important;
}

.btn-green {
    background-color: #32b998 !important;
}

.btn-green:hover {
    background-color: #1d6956 !important;
}

.btn-red {
    background-color: #e24848 !important;
}

.btn-red:hover {
    background-color: darkred !important;
}


/* file upload */

.tableheader {
    background-color: #FFFFFF;
    background-image: url(https://www.ibm.com/i/v16/t/sprites-t1.gif);
    background-repeat: repeat-x;
    background-position: 0px -545px;
    padding-left: 10px;
    font-weight: bold;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-top-color: #FFFFFF;
    border-bottom-color: #cccccc;
    font-size: 12px;
}

.tablepadding {
    margin: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.tableborder {
    border: 1px solid #cccccc;
}

.text-concat {
    /*position: relative;
  display: inline-block;*/
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    /* (Number of lines you want visible) * (line-height) */
    line-height: 1.2em;
    text-align: justify;
    width: 120px;
}

.text.ellipsis::after {
    content: "...";
    position: absolute;
    right: -12px;
    bottom: 5px;
}


/* admin background color */

.admin_white {
    background-color: #FFF !important;
    box-shadow: none !important;
}

.admin_white table {
    border-collapse: collapse;
}

.admin_white table tbody td {
    border: none !important;
}

.admin_white table tbody td:nth-child(1) {
    background-color: #666;
    color: #FFF;
    padding: 5px !important;
    vertical-align: middle !important;
}

.admin_white table tbody td:nth-child(2) {
    background-color: #EEE;
    padding: 5px !important;
}


/* Checkmark style starts */


/*@-moz-keyframes dothabottomcheck {
    0% {
      height: 0;
    }
    100% {
      height: 12px;
    }
  }
  @-webkit-keyframes dothabottomcheck {
    0% {
      height: 0;
    }
    100% {
      height: 12px;
    }
  }
  @keyframes dothabottomcheck {
    0% {
      height: 0;
    }
    100% {
      height: 12px;
    }
  }
  @keyframes dothatopcheck {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 32px;
    }
  }
  @-webkit-keyframes dothatopcheck {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 12px;
    }
  }
  @-moz-keyframes dothatopcheck {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: 12px;
    }
  }
  input[type=checkbox], input[type=radio] {
    display: none;
  }
  
  .check-box {
      height: 32px;
      width: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 5px;
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
  }
  .check-box::before {
    top: 28px;
    left: 13px;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .check-box::after {
    top: 18px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  input[type=checkbox]:checked + .check-box,
  .check-box.checked, input[type=radio]:checked + .check-box {
    border-color: #34b93d;
  }
  input[type=checkbox]:checked + .check-box::after,
  .check-box.checked::after, input[type=radio]:checked + .check-box::after {
    height: 32px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
  }
  input[type=checkbox]:checked + .check-box::before,
  .check-box.checked::before, input[type=radio]:checked + .check-box::before {
    height: 32px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
  }*/