/* the button text should match colorlight, unless the client wants it to be white*/
/* this color is for the import data review table, although could be used elsewhere */
/* Global elements */
body {
  font-family: sans-serif;
  color: #ffffff;
  background-color: #fff; }

.login {
  background-color: #642567; }

h3 {
  margin-top: 0px; }

a {
  color: #401841; }

a:hover, a:focus {
  color: #401841; }

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #642567; }
  table td {
    font-size: 12px;
    width: 10%;
    padding: 5px;
    vertical-align: bottom; }
  table th {
    font-size: 12px;
    font-weight: bold;
    color: #401841;
    width: 10%;
    padding: 5px 15px 5px 5px;
    vertical-align: bottom;
    background-color: #d897da;
    white-space: nowrap; }
  table th:not(:first-child) {
    border-left: 1px solid #642567; }
  table tr:hover {
    background-color: #d897da !important; }
  table tr:nth-child(odd) {
    background-color: #f3f3f3; }
  table td:first-child, table th:first-child {
    width: 1%; }

table.addfiltermask {
  border: 0px solid #fff;
  white-space: nowrap; }
  table.addfiltermask tr {
    background-color: #fff; }
  table.addfiltermask tr:hover {
    background-color: #fff !important; }
  table.addfiltermask td:first-child {
    width: 1% !important; }
  table.addfiltermask td:last-child {
    width: 1% !important; }

table.evenwidth td:first-child, table.evenwidth th:first-child {
  width: 20% !important;
  white-space: nowrap; }

table.importcolumnmatching {
  padding: 0px;
  border: 0px;
  margin-bottom: 0px; }
  table.importcolumnmatching tr {
    background-color: #fff; }
  table.importcolumnmatching tr:hover {
    background-color: #fff !important; }
  table.importcolumnmatching td {
    width: 300px !important; }
  table.importcolumnmatching td:first-child {
    width: 300px !important; }
  table.importcolumnmatching th {
    width: 300px !important; }
  table.importcolumnmatching th:first-child {
    width: 300px !important; }

.importcolumnmatchingwidth {
  width: 200px; }

table.importreviewdata tr {
  background-color: #fff; }
table.importreviewdata tr:hover {
  background-color: #fff !important; }

.markedincorrect {
  background-color: #f56a6a; }

table.sortable span.arrow.up, th.arrow.up:after {
  border-color: transparent transparent #401841 transparent; }

table.sortable span.arrow {
  border-color: #401841 transparent transparent transparent; }

.greenflag {
  color: green; }

.redflag {
  color: red; }

.blueflag {
  color: blue; }

label {
  font-weight: normal; }

/* padding, spacing, coloration, alignment fixes */
.headerwhite {
  background-color: #ffffff; }

.headercolorlight {
  background-color: #d897da; }

.halfwhite {
  background-image: linear-gradient(bottom, #642567 50%, #ffffff 50%);
  background-image: -o-linear-gradient(bottom, #642567 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(bottom, #642567 50%, #ffffff 50%);
  background-image: -webkit-linear-gradient(bottom, #642567 50%, #ffffff 50%);
  background-image: -ms-linear-gradient(bottom, #642567 50%, #ffffff 50%);
  border-bottom: 1px solid #401841; }

.darktext {
  font-weight: bold;
  color: #401841; }

.largetext {
  font-size: 18px;
  text-transform: uppercase; }

.nopadline {
  margin-top: 0px;
  border-top: 1px solid #401841; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.fullwidth {
  width: 100%; }

.halfwidth {
  width: 48%; }

.logopadding {
  padding-top: 40px;
  padding-bottom: 20px; }

.glyphpadding {
  padding-right: 15px; }

.mainpagepadding {
  padding-top: 20px;
  padding-bottom: 0px; }

.tab-content {
  color: #000000; }
  .tab-content .active {
    padding: 20px 0;
    background-color: #ffffff; }

.clear {
  clear: both;
  margin-bottom: 20px; }

.clearnomargin {
  clear: both; }

/* new visual elements */
.sectionhead {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #401841; }

/* buttons */
.btn-sm {
  padding: 3px 10px; }

.btn-primary, .btn-primary:focus, .btn-primary.focus {
  font-size: 30px;
  width: 100%;
  color: #fff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  background-color: #401841; }

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.btn-submit, .btn-submit:focus, .btn-submit.focus {
  margin-bottom: 5px;
  color: #fff;
  border-radius: 5px;
  background-color: #401841; }

.btn-submit:hover, .btn-submit:active, .btn-submit.active, .open > .dropdown-toggle.btn-submit {
  color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.btn-cancel, .btn-cancel:focus, .btn-cancel.focus {
  margin-bottom: 5px;
  color: #401841;
  border: 1px solid #d897da;
  border-radius: 5px;
  background-color: #ffffff; }

.btn-cancel:hover, .btn-cancel:active, .btn-cancel.active, .open > .dropdown-toggle.btn-cancel {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

/* pagination */
.pagination {
  margin: 0px; }

.pagination-sm > li > a {
  color: #401841; }

.pagination-sm > li > a:focus,
.pagination-sm > li > a:hover,
.pagination-sm > li > a:active {
  color: #fff;
  background-color: #401841; }

/* form elements */
.form-horizontal .control-label {
  padding-top: 0px;
  text-align: left; }

.bottommarginforDTP {
  margin-bottom: 5px; }

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 25px;
  margin-bottom: 5px;
  padding: 1px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #000000;
  border: 1px solid #401841;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: none; }

.form-control:focus {
  border: 1px solid #401841;
  outline: 0;
  background-color: #d897da;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: none; }

.fileUpload {
  position: relative;
  overflow: hidden;
  width: 100%; }

.fileUpload input.upload {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.fileuploadcolor {
  width: 100%;
  color: #401841;
  border: 0px;
  background-color: #eee;
  margin-bottom: 10px; }

.largeuploader {
  padding: 7px; }

.form-horizontal .checkbox {
  padding-top: 0px; }

/* top navigation bar */
.nosidepadding {
  padding-right: 0px;
  padding-left: 0px; }

.navbar .navbar-inner {
  padding: 0; }

.navbar {
  min-height: 0px;
  text-transform: uppercase;
  border: 0px;
  margin-bottom: 0px; }

.navbar .nav {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-top: 0px;
  background-color: #d897da; }

.navbar .nav li {
  display: table-cell;
  float: left;
  text-align: center; }

.navbar .nav li:last-child {
  display: table-cell;
  float: right;
  text-align: center; }

.navbar .nav li:active {
  background-color: #401841; }

.navbar-default {
  background-color: #d897da; }

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  line-height: 13px;
  padding: 5px 15px;
  color: #401841; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #401841;
  border: 0px; }

/* main tab navigation bar */
.tabbar {
  min-height: 0;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 0; }
  .tabbar .tabbar-inner {
    padding: 0; }
  .tabbar .bat {
    display: table;
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin: 0;
    border-top: 0;
    background-color: #d897da; }
    .tabbar .bat li {
      display: table-cell;
      float: left;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .tabbar .bat li a {
        position: relative;
        display: block; }
    .tabbar .bat li:active {
      background-color: #401841; }

.tabbar-default {
  background-color: #d897da; }
  .tabbar-default .tabbar-bat > li > a {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 35px;
    color: #401841; }

.tabbar-default .tabbar-bat > li > a:hover,
.tabbar-default .tabbar-bat > li > a:focus,
.tabbar-default .tabbar-bat > .active > a,
.tabbar-default .tabbar-bat > .active > a:hover,
.tabbar-default .tabbar-bat > .active > a:focus {
  color: #401841;
  background-color: #fff;
  text-decoration: none;
  border: 0px; }

/* modals */
.modal {
  color: #000000; }

/* Search bar */
.navbar-form {
  margin-top: 0px;
  padding: 0px; }

.searchicon {
  height: 25px;
  padding: 0px 5px;
  color: #fff;
  border-color: #401841;
  background-color: #401841; }

.searchicon:focus,
.searchicon:hover,
.searchicon:active {
  height: 25px;
  padding: 0px 5px;
  color: #fff;
  border-color: #401841;
  background-color: #401841; }

/* DateTime */
.datetimepicker {
  width: 250px; }

.datetimepicker th {
  border-radius: 0px; }

.datetimepicker td {
  background-color: #fff;
  color: #401841; }

.input-group-addon {
  padding: 0px 5px; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #401841;
  background-image: none; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #401841;
  background-image: none; }

/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/*-- Chart --*/
.c3 svg {
  font: 12px sans-serif;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #d897da; }

.c3-grid text {
  fill: #401841; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 7 3; }

.c3-xgrid-line line {
  stroke: #642567; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
  width: 100px; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #642567; }

.c3-tooltip th {
  background-color: #d897da;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #401841; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #642567; }

.c3-tooltip td > span {
  display: none;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
/* c3 css chart styling */
@media only screen and (min-width: 992px) {
  .logopadding {
    padding-top: 10px;
    padding-bottom: 20px; }

  .logosize {
    width: 200px; }

  .schoollogosize {
      width: 200px;
  }

  .mobilehide {
    display: none; } }
@media only screen and (max-width: 991px) {
  .desktophide {
    display: none; }

  .logosize {
    width: 100px; }

  .schoollogosize {
      width: 100px;
  }

  .navbar-form {
    padding: 0px 15px; } }

@media only screen and (max-width: 767px) {
  .datetimepicker {
    left: 10px !important; } }

@media only screen and (max-width: 600px) {
  .tabbar-default .tabbar-bat > li > a {
    font-size: 10px;
    padding: 5px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 10px;
    padding: 5px; }

  .iconhide {
    display: none; } }
