.cssload-loader {
  position: absolute;
  z-index: 999;
  margin-left: 30px;
  margin-top: 25px;
  width: 30px;
  height: 30px;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  perspective: 440px;
  opacity: 0;
}
.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 2px solid #fbde3d;
}
.cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 2px solid #fbde3d;
}
.cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 2px solid #fbde3d;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/* https://codepen.io/bbodine1/pen/novBm */
.fancyCheckbox {
  width: 28px;
  height: 28px;
  position: relative;
  margin: 10px auto;
  background: #fff;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.fancyCheckbox label {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 4px;
  cursor: pointer;
  background: #7094ad;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px #ffffff;
}
.fancyCheckbox label:after {
  content: '';
  width: 12px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.fancyCheckbox label:hover::after {
  opacity: 0.3;
}
.fancyCheckbox input[type=checkbox] {
  visibility: hidden;
}
.fancyCheckbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
/* This has the CSS for the shell and common screens */
html,
body {
  height: 100%;
  overflow-y: hidden;
}
body {
  background: url(../images/bg.png);
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #192854;
  font-size: 16px;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  margin-top: 0;
}
h1 {
  font-size: 24px;
  line-height: 34px;
}
h2 {
  font-size: 20px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
strong {
  font-weight: 500;
}
input {
  background: #fff;
  color: #192854;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px;
  border: solid 1px #ccc;
}
input:focus {
  border: solid 1px #20346f;
}
.control {
  margin-bottom: 10px;
}
.Select .Select-control {
  padding: 5px 0;
}
.Select .Select-control:hover {
  box-shadow: none;
}
.Select .Select-placeholder {
  background: #fff;
  color: #192854;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 4px;
  border: solid 1px #ccc;
}
.Select input:focus {
  border: none !important;
}
.statusBox {
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  font-weight: 300;
  width: 80%;
  padding: 15px 15px;
  text-align: center;
  opacity: 0;
  position: fixed;
  bottom: 0;
  color: #fff;
}
#errorBox {
  background: #d00000;
  z-index: 999999;
  border-top: solid 1px red;
}
#warningBox {
  background: #fbde3d;
  z-index: 999999;
  color: #555;
  border-top: solid 1px yellow;
}
#successBox {
  background: #009f04;
  border-top: solid 1px green;
  z-index: 999999;
}
#loader {
  display: none;
  position: fixed;
  top: 30px;
  left: 170px;
  z-index: 10;
}
#overlay {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 500;
  width: 100%;
  height: 100%;
}
.confirm {
  position: fixed;
  z-index: 800;
  height: 0;
  display: none;
  margin: 0 auto;
}
.confirm p {
  margin-top: 0;
}
.confirm strong {
  font-weight: 700;
}
.confirm .content {
  padding: 30px 30px !important;
  float: left;
  width: auto !important;
  line-height: 24px;
  color: #fff !important;
  background: #192854 !important;
}
.confirm button {
  background: #7094ad;
  border-color: #3b5161;
  margin-right: 10px;
  margin-top: 30px;
}
.confirm button:last-of-type {
  margin-right: 0;
}
.rowPadding {
  margin-top: 15px;
}
.small {
  font-size: 12px;
  font-weight: 300;
}
.left {
  float: left;
  text-align: right;
}
.right {
  float: right;
  text-align: right;
}
.clear {
  clear: both;
}
a {
  color: #f98854;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #f98854;
}
*:focus {
  outline: none;
}
button,
.button {
  background: #7094ad;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 3px solid #3b5161;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
}
button i,
.button i {
  margin-right: 5px;
}
.tableRow {
  clear: both;
  float: left;
  width: 100%;
  background: #fefefe;
  padding: 10px 20px 5px;
  border-bottom: solid 2px #eceff4;
}
.tableRow:nth-child(even) {
  background: #f7f7f7;
}
.tableRow:hover {
  background: #fffbe3;
}
.tableRow div {
  margin-top: 5px;
  float: left;
}
.tableRow .rowImage {
  float: left;
  width: 15%;
  margin-top: 0;
}
.tableRow .rowImage img {
  height: 36px;
  width: auto;
  border-radius: 4px;
  border-bottom: 2px solid #3b5161;
}
.tableRow .rowName {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  cursor: pointer;
}
.tableRow .rowActions {
  display: flex;
  float: right;
  width: 15%;
  text-align: right;
  margin-top: 0;

}
.tableRow .rowActions i {
  padding: 10px 10px 10px 5px;
  opacity: .1;
  cursor: pointer;
}
.tableRow .rowActions i:hover {
  opacity: 1;
}
.btnClose {
  background: #fff;
  border: none;
  color: #ccc;
  padding: 15px 0 15px 15px;
  float: right;
  margin-top: -14px;
  font-size: 18px;
}
.btnForm {
  width: 100%;
  margin-top: 20px;
}
#pageWrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  height: 100%;
  border-top: solid 2px #fbde3d;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 80%;
}
#leftSide {
  background: #20346f;
  height: 2000px;
  box-shadow: inset 0px 0 10px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 0;
}
#leftSide #logo {
  background: #192854;
  padding: 30px 20px 20px;
  position: relative;
  z-index: 400;
}
#leftSide a {
  color: #fff;
  text-decoration: none;
}
#rightSide {
  background: #eceff4;
  height: 2000px;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
#rightSide #header {
  background: #20346f;
  height: 84px;
  text-align: right;
  z-index: 300;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1440px;
  width: 80%;
  padding: 25px 15px;
}
#rightSide #header a {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}
#rightSide #content {
  padding: 30px;
  margin-top: 70px;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 400px;
}
#sideMenu {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}
#sideMenu i {
  margin-right: 15px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
#sideMenu ul {
  padding: 0;
  margin: 0;
}
#sideMenu li {
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  border-bottom: solid 2px transparent;
}
#sideMenu .active {
  background: #eceff4;
  border-bottom: solid 2px #192854;
}
#sideMenu .active i {
  text-shadow: 0 2px 3px rgba(180, 185, 194, 0.6);
}
#sideMenu .active a {
  color: #192854;
}
#headerMenu {
  color: #fff;
  padding-right: 20px;
  margin-top: 10px;
}
#headerMenu .firstName {
  font-family: 'Raleway', sans-serif;
  margin-right: 40px;
  font-size: 18px;
}
#headerMenu i {
  margin-right: 20px;
}
#headerMenu i:last-of-type {
  margin-right: 0;
}
.dashWrapper {
  width: 30%;
  margin-right: 2%;
  float: left;
  margin-bottom: 2%;
}
.dashBox {
  cursor: pointer;
  background: #fff;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  padding: 30px;
  text-align: center;
  color: #20346f;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.dashBox .title {
  line-height: 30px;
}
.dashBar {
  text-shadow: 0 2px 2px rgba(145, 129, 39, 0.8);
  background: #fbde3d;
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  padding: 5px 30px 0;
  height: 30px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: solid 3px #918127;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#editor,
.editor {
  border: solid 1px #ccc;
  background: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 15px;
  height: 80px;
  overflow-y: auto;
}
#editor:focus,
.editor:focus {
  border: solid 1px #192854;
}
#editor strong,
.editor strong {
  font-weight: 700;
}
#editor p,
.editor p {
  margin-top: 0;
  margin-bottom: 5px;
}
.ae-toolbar-styles,
.ae-toolbar-add,
.ae-toolbar {
  z-index: 9999;
}
.ae-ui .ae-toolbar,
.ae-ui [class^=ae-toolbar-] {
  background: #f98854;
}
.ae-ui .ae-arrow-box.ae-arrow-box-bottom:after,
.ae-ui .ae-arrow-box.ae-arrow-box-left:after,
.ae-ui .ae-arrow-box.ae-arrow-box-right:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top-left:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top-right:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top:after {
  color: #f98854;
}
.ae-editable ::selection {
  background: #fef8d8 !important;
}
.ae-placeholder:not(:focus):before {
  color: #aaa;
}
#loginPage input {
  width: 90%;
}
#loginPage h2 {
  margin-top: 40px;
}
#loginPage #btnLogin {
  margin-right: 20px;
}
#loginGraham {
  position: fixed;
  bottom: -10px;
  right: 12%;
}
#loginGraham img {
  height: 300px;
  width: auto;
}
.dashboardHeader {
  margin-top: 20px;
}
.defaultImgSquare {
  background: #ccc;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  margin-top: 0px !important;
}
.imgClear {
  background: #ddd;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  left: 160px;
}
#dashboard {
  margin-top: 30px;
}
#dashboard .dashBox {
  font-size: 24px;
}
#dashboard i {
  display: block;
  font-size: 48px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  opacity: .5;
}
.imgPreview img {
  margin-top: 10px;
  height: 60px;
  width: auto;
  max-width: 400px;
  border-radius: 4px;
  border: solid 1px #3b5161;
  border-bottom: solid 3px #3b5161;
}
.page #addPanel {
  position: fixed;
  display: none;
  height: 0;
  top: 70px;
  left: calc(50% - 310px);
  width: 650px;
  z-index: 500;
  overflow-x: hidden;
}
.page #addPanel .content {
  padding: 20px;
  margin: 0 auto;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  width: 400px;
  border-bottom: solid 3px #192854;
  border: solid 1px #20346f;
  background: #fff;
  border-radius: 4px;
}
.page #addPanel input {
  width: 100%;
}
.page #addPanel h3 {
  color: #7094ad;
}
.page #addButton {
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.page .header {
  float: left;
  margin-top: 12px;
}
#badgesPage .tableRow .rowName {
  width: 55%;
}
#badgesPage .tableRow .rowHook {
  width: 15%;
  float: left;
}
#badgesPage #badgeList {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#teachersPage .tableRow .rowName {
  width: 35%;
}
#teachersPage .tableRow .rowEmail {
  width: 35%;
}
#teachersPage .tableRow .rowStudents {
  width: 10%;
}
#teachersPage .tableRow .rowGoogle,
#teachersPage .tableRow .rowSuperTeacher {
  width: 5%;
}
#teachersPage .tableRow .rowActions {
  width: 10%;
}
#teachersPage #superTeacher,
#teachersPage #reassign {
  display: none;
}
#teachersPage #reassignResult {
  margin-top: 10px;
  color: #000;
}
#teachersPage .btnReassign,
#teachersPage .btnReassignCancel {
  float: right;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  margin-right: 10px;
}
#teachersPage #iconSuperTeacher,
#teachersPage #iconNormalTeacher {
  margin-left: 15px;
  cursor: pointer;
}
#teachersPage .btnAddSTPlan {
  margin-bottom: 10px;
}
#teachersPage .googleBtn {
  background: #DB4437;
  border-color: #78251e;
  color: #fff;
}
#teachersPage #teacherList {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#teachersPage #searchPanel {
  clear: both;
}
#teachersPage #searchPanel input {
  width: 60%;
  margin-right: 5px;
}
#teachersPage #searchPanel .btnSearch {
  display: inline-block;
  margin-top: 1px;
  position: absolute;
}
#teachersPage #addPanel {
  height: 600px !important;
}
#teachersPage #addPanel .content {
  width: 500px;
}
#teachersPage #addPanel h2 {
  margin-bottom: 0px;
}
#teachersPage #addPanel .email {
  margin-bottom: 20px;
}
#teachersPage #addPanel .fancyCheckbox {
  float: right;
}
#teachersPage #addPanel .fancyLabel {
  float: left;
  margin-top: 12px;
}
#teachersPage .cancelling {
  font-size: 14px;
  color: #d00000;
  display: inline-block;
  float: right;
}
#studentsPage .tableRow .rowName {
  width: 30%;
}
#studentsPage .tableRow .rowEmail {
  width: 45%;
}
#studentsPage .tableRow .rowClassCode {
  width: 10%;
}
#studentsPage .tableRow .rowGoogle {
  width: 5%;
}
#studentsPage .tableRow .rowActions {
  width: 10%;
}
#studentsPage #studentList {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#studentsPage #searchPanel {
  clear: both;
}
#studentsPage #searchPanel input {
  width: 60%;
  margin-right: 5px;
}
#studentsPage #searchPanel .btnSearch {
  display: inline-block;
  margin-top: 1px;
  position: absolute;
}
#studentsPage #addPanel h2 {
  margin-bottom: 0px;
}
#studentsPage #addPanel .email {
  margin-bottom: 20px;
}
#studentsPage #addPanel .fancyCheckbox {
  float: right;
}
#studentsPage #addPanel .fancyLabel {
  float: left;
  margin-top: 12px;
}
#studentsPage .googleBtn {
    background: #DB4437;
    border-color: #78251e;
    color: #fff;
}
.unpub {
  color: #aaa !important;
}
#coursesPage #addPanel .content {
  width: 640px;
}
#coursesPage .tableRow .rowName {
  margin-top: 5px;
  width: 55%;
}
#coursesPage #list {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#coursesPage .header {
  float: left;
  margin-top: 12px;
}
#coursesPage .fancyCheckbox {
  float: right;
}
#coursesPage .fancyLabel {
  float: left;
  margin-top: 12px;
}
#lessonsPage .header {
  margin-bottom: 40px;
}
#lessonsPage #addButton {
  position: relative;
  z-index: 100;
}
#lessonsPage #addPanel {
  left: calc(50% - 410px);
  width: 700px;
  overflow-y: auto;
}
#lessonsPage #addPanel .content {
  width: 675px;
}
#lessonsPage #addPanel .col-xs-4 {
  padding-right: 0;
}
#lessonsPage #addPanel .col-xs-4:last-of-type {
  padding-right: 15px;
}
#lessonsPage #addPanel h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#lessonsPage #addPanel .orderBlock:nth-of-type(3n+1) .col-xs-4 {
  margin-left: -15px;
  padding-right: 0;
}
#lessonsPage #addPanel .orderBlock:nth-of-type(3n+2) .col-xs-4 {
  padding-right: 0;
}
#lessonsPage #addPanel .orderBlock:nth-of-type(3n+3) .col-xs-4 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
}
#lessonsPage #addPanel .orderBlock h4 {
  margin-top: 15px;
  float: left;
  width: 100%;
}
#lessonsPage #addPanel .orderBlockWrapper {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
#lessonsPage #addPanel .pathRow {
  clear: both;
}
#lessonsPage .rowName {
  width: 70%;
}
#lessonsPage .rowCourses {
  font-size: 12px;
  float: none;
  margin-top: -10px;
  width: 85%;
  margin-left: 15%;
  float: left;
}
#lessonsPage .rowCourses .rowCourse {
  padding-left: 0;
}
#lessonsPage .imgPreview img {
  margin-top: 0px;
  max-width: 150px;
}
#lessonsPage #lessonList {
  clear: both;
  margin: 20px 0 0 0;
  padding: 0;
}
#lessonsPage #lessonList li {
  list-style: none;
  margin: 0;
  display: block;
  padding: 0px;
  float: left;
  border-radius: 4px;
  width: 100%;
}
#lessonsPage .fancyCheckbox {
  float: right;
}
#lessonsPage .fancyLabel {
  float: left;
  margin-top: 12px;
}
#lessonsPage .lessonWrapper .rowName {
  width: 60%;
}
#lessonsPage .lessonWrapper .handle {
  width: 10%;
}
#lessonsPage .lessonWrapper .handle i {
  color: #7094ad;
}
#lessonsPage ul {
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
}
#lessonsPage .mover {
  display: none;
  background: #eceff4;
  padding: 15px;
}
#lessonsPage .mover i {
  margin-right: 15px;
}
#lessonsPage .isMoving {
  height: 60px !important;
  padding-bottom: 0px;
}
#lessonsPage .highlight,
#lessonsPage .ui-sortable-placeholder {
  background: #fffbe3;
  height: 50px !important;
}
#writingAssignmentsPage .tableRow .rowName {
  margin-top: 5px;
  width: 55%;
}
#writingAssignmentsPage #addPanel {
  left: calc(50% - 380px);
  width: 740px;
}
#writingAssignmentsPage #addPanel .content {
  width: 700px;
}
#writingAssignmentsPage .imgPreview img {
  margin-top: 0px;
  max-width: 150px;
}
#writingAssignmentsPage #list {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#writingAssignmentsPage .header {
  float: left;
  margin-top: 12px;
}
#writingAssignmentsPage #editor {
  margin-top: 20px;
  height: 170px;
}
#quizzesPage .tableRow .rowName {
  margin-top: 5px;
  width: 55%;
}
#quizzesPage .confirm {
  z-index: 999;
  margin-left: 60px;
}
#quizzesPage #addPanel {
  left: calc(50% - 310px);
  width: 660px;
  height: 660px !important;
}
#quizzesPage #addPanel .content {
  width: 660px;
  padding-bottom: 30px;
  min-height: 660px !important;
}
#quizzesPage #addPanel .btnClose {
  margin-right: 18px;
  margin-top: 3px;
  z-index: 999;
  position: relative;
}
#quizzesPage .largePanel {
  overflow-y: auto;
  height: 550px !important;
  overflow-x: hidden;
  top: 20px;
}
#quizzesPage .largePanel #addPanelContent {
  min-height: 520px !important;
}
#quizzesPage #list {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#quizzesPage .rowImage {
  width: 10%;
}
#quizzesPage .header {
  float: left;
  margin-top: 12px;
}
#quizzesPage #editor {
  margin-top: 20px;
}
#quizzesPage .imgPreview img {
  margin-top: 0;
}
#quizzesPage .btnManageQuestions {
  color: #f98854;
  margin-top: 20px;
  cursor: pointer;
}
#quizzesPage #quizPanel {
  padding: 0 20px;
}
#quizzesPage #manageQuestionsPanel {
  display: none;
  opacity: 0;
}
#quizzesPage #manageQuestionsPanel .manageQuestionHeader {
  position: fixed;
  background: #fff;
  width: 620px;
  z-index: 900;
  padding-left: 15px;
  padding-top: 15px;
  margin-top: -20px;
}
#quizzesPage #manageQuestionsPanel h3 {
  float: left;
  width: 200px;
}
#quizzesPage #manageQuestionsPanel ul {
  padding: 0;
  margin: 0;
  margin-top: 15px;
  display: block;
  clear: both;
}
#quizzesPage #manageQuestionsPanel li {
  width: 600px;
  display: block;
  margin-left: 15px;
  list-style: none;
  background: #eceff4;
  padding: 20px 20px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  border-bottom: solid 2px #ddd;
}
#quizzesPage #manageQuestionsPanel .handle {
  float: right;
  margin-top: 5px;
}
#quizzesPage #manageQuestionsPanel .handle i {
  color: #7094ad;
}
#quizzesPage #manageQuestionsPanel .delete {
  float: right;
  margin-top: 5px;
  margin-right: 25px;
}
#quizzesPage #manageQuestionsPanel .delete i {
  color: #7094ad;
  font-size: 22px;
  color: #d00000;
  opacity: .6;
}
#quizzesPage #manageQuestionsPanel #deleteQuestionOverlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
#quizzesPage #manageQuestionsPanel #deleteQuestionConfirm {
  position: fixed;
  top: 120px;
}
#quizzesPage #manageQuestionsPanel #deleteQuestionConfirm .content {
  min-height: 0 !important;
}
#quizzesPage #manageQuestionsPanel #questionList {
  width: 561px;
  float: left;
  height: 460px;
  overflow-y: auto;
}
#quizzesPage #manageQuestionsPanel input {
  width: 561px;
  font-size: 14px;
  padding: 5px 10px;
}
#quizzesPage #manageQuestionsPanel .fancyCheckbox {
  margin-top: 3px;
}
#quizzesPage #manageQuestionsPanel .col-xs-10 {
  padding: 0;
}
#quizzesPage #manageQuestionsPanel .Select-control,
#quizzesPage #manageQuestionsPanel .Select-menu-outer {
  float: left;
  width: calc(511px);
}
#quizzesPage #manageQuestionsPanel h4 {
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  float: left;
}
#quizzesPage #manageQuestionsPanel .btnAddOption {
  font-size: 14px;
  padding: 3px 10px;
  margin-top: 10px;
  float: right;
  margin-right: 0px;
}
#quizzesPage #manageQuestionsPanel .optionWrapper {
  margin-bottom: 10px;
}
#quizzesPage #manageQuestionsPanel .row {
  clear: both;
  width: 576px;
}
#quizzesPage #manageQuestionsPanel .col-xs-6 input {
  width: 100%;
}
#quizzesPage #manageQuestionsPanel .col-xs-6:nth-of-type(even) {
  padding-right: 0;
  padding-left: 0;
}
#quizzesPage #manageQuestionsPanel .editor {
  clear: both;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 60px;
  font-size: 14px;
  line-height: 18px;
}
#quizzesPage #manageQuestionsPanel .mover {
  display: none;
}
#quizzesPage #manageQuestionsPanel .mover i {
  margin-right: 15px;
}
#quizzesPage #manageQuestionsPanel .order {
  float: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 28px;
  margin-right: 30px;
  margin-top: 3px;
}
#quizzesPage #manageQuestionsPanel .isMoving {
  height: 60px !important;
  padding-bottom: 0px;
}
#quizzesPage #manageQuestionsPanel .highlight {
  background: rgba(255, 240, 120, 0.4);
}
#quizzesPage #manageQuestionsPanel .toggle {
  font-size: 14px;
  padding: 5px 15px;
  background: #aaa;
  border-bottom: solid 2px #777;
  margin-right: 10px;
}
#quizzesPage #manageQuestionsPanel .activeToggle {
  background: #7094ad;
  border-bottom: solid 2px #3b5161;
}
#quizzesPage #btnAddQuestion,
#quizzesPage #btnCancelQuestion,
#quizzesPage .btnSaveQuestions,
#quizzesPage .btnFinishedQuestions {
  font-size: 14px;
  padding: 3px 10px;
  margin-top: -2px;
}
#quizzesPage #btnCancelQuestion {
  margin-left: 60px;
  margin-top: -4px;
  background: #bbb;
  border-bottom: solid 2px #999;
}
#quizzesPage #questionList {
  clear: both;
  margin: 5px 0 0 0;
  padding: 0;
}
#quizzesPage #questionList li {
  list-style: none;
  margin: 0;
}
#quizzesPage #questionEditor {
  clear: both;
  margin-top: 15px;
  width: 561px;
}
#quizzesPage .topGreyButton {
  background: #aaa;
  border-bottom: solid 2px #777;
  float: right;
  margin-right: 10px;
}
#quizzesPage .btnSaveQuestions {
  float: right;
  margin-right: 60px;
  border-bottom: solid 2px #3b5161;
}
#quizzesPage .btnFinishedQuestions {
  background: #aaa;
  border-bottom: solid 2px #777;
  float: right;
  margin-right: 10px;
}
#quizzesPage #btnAddQuestion {
  background: #aaa;
  border-bottom: solid 2px #777;
  float: right;
  margin-right: 10px;
}
#quizzesPage .fancyCheckbox {
  float: right;
}
#quizzesPage .fancyLabel {
  float: left;
  margin-top: 12px;
}
@media (min-width: 1280px) {
  .container {
    width: 1280px;
  }
  #logo img {
    height: 25px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 1280px) {
  #logo {
    height: 84px;
  }
  #logo img {
    height: 25px;
  }
}
@media (max-width: 1150px) {
  #pageWrapper {
    width: 100%;
  }
  #rightSide #header {
    width: 100%;
  }
}
