@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,600,600i,700,700i,800,800i");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", Helvetica, 'Lato', Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
}

html {
  font-size: 100%;
  text-rendering: optimizeLegibility !important
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #f5f5f5
}

body.login {
  background: #fff;
  background-size: cover;
}

body.login .logo {
   max-width: 400px
}


/*General*/
hr {
    border: 0;
    border-bottom: 0.5px solid rgba(0,0,0,0.2);
}
.form_table hr {
    margin-left: -32px;
    margin-right: -32px
}
.menu-toggle, .menu-close {
  display: none
}
.off {
	display: none
}
.primaryColor {
  color: #556270
}

.static {
  position: static!important
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both
}

h1 {
  color: #333;
  margin: 10px 0;
}

h2 {}

h3 {}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}



a {
  font-family: "Montserrat", Helvetica, 'Lato', Arial, sans-serif;cursor:pointer;
}

a:hover {
  text-decoration: underline;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0)
}

.disabled {
  pointer-events: none;
  opacity: 0.5
}

.clear {
  clear: both;
}

.desc {
  padding: 5px 0 15px 0;
  font-size: 14px;
}

.desc.small {
  font-size: 12px
}
.padded:not(.ui) {
	padding: 20px
}

.centered {
	text-align: center
}

/*tables*/

table {
  border-collapse: collapse;
  border: none;
  border-radius: 3px;
  /*overflow: hidden;*/
}

table td {
  padding: 16px;
  color: #333;
  vertical-align: top !important;
}

.thead_float{display:none;position:fixed;top:0px;}

.active:not(.tab):not(.content) {
  color: #98B395;
}

.notactive {
  color: #E95C64;
}

.cssTable {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cssTable .cssTableRow {
  display: table-row;
}

.cssTable .cssTableCell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

a.multisort{text-decoration:none !important;}
a.multisort span{display:inline-block;vertical-align:top;padding-top:1px;}
a.multisort span.sort{margin-top:-4px;padding-top:0px;margin-bottom:-4px;}
a.multisort span i.icon{display:block;font-size:12px;color:#AAA;}
a.multisort span i.icon.on{color:#33A8FF;}
a.multisort span i.icon.on.second{color:#ff6b6b;}

.form_table .field {min-width: 400px;}
.form_table.table_cols .field{min-width:100%;}
.form_table .field input.datepicker{width:calc(100% - 48px);}
.table_smallerfont tbody td{font-size:14px;}

.form_table.table_attendance .field{min-width:calc(100% - 20px);max-width:calc(100% - 20px);}
.table_attendance td,.table_attendance th{position:relative;padding:1em 0.5em !important;}
.table_attendance .icon.comment{position:absolute;right:0px;top:25px;cursor:pointer;}

.tableoverflow{overflow:auto;border:1px solid #AAA;}
.tableoverflow_inline{display:inline-block;vertical-align:top;}
.table_grades .avggrade{background:#FBFBFB;}
.table_grades tr td{border-left:1px solid rgba(34,36,38,.1);}
.table_grades tr td:first-child{border-left:none;}
.table_grades thead th,.table_grades tbody td:first-child{font-size:14px;}
.table_grades th,.table_grades td,.table_attendance th{position:relative;padding:1em 0.5em !important;}
.table_grades thead th{height:62px;}
.table_grades td[data-enrollment]{cursor:pointer;}
.table_grades td[data-enrollment]:hover{background:#C9F1FD;}
.table_grades .icon.comment{position:absolute;right:0px;top:25px;cursor:pointer;}
.table_grades .icon.comment.grey{display:none;}
.table_grades .disabledrow td{background:#EEE;}

#rubricbuildertable thead td:first-child{width:250px;}
#rubricbuildertable thead .field input{width:calc(100% - 28px) !important;}
#rubricbuildertable tbody td:first-child .field input{width:calc(100% - 28px) !important;}
#rubricbuildertable td{position:relative;}
#rubricbuildertable .removeheader{position:absolute;right:10px;top:25px;}
#rubricbuildertable .removerow{position:absolute;right:10px;top:25px;}
#rubricbuildertable input[type=number]{width:75px;}
#rubricbuildertable .text{display:inline-block;vertical-align:top;margin-top:15px;}
#rubricbuildertable td{vertical-align:top !important;}

#rubricbuildertable.extrawidth thead td{height:100px;}
#rubricbuildertable.extrawidth thead td:first-child{width:200px;}
#rubricbuildertable.extrawidth thead .field input{width:100% !important;}
#rubricbuildertable.extrawidth .removeheader{right:50%;bottom:15px;top:auto;margin-right:-10px;}
#rubricbuildertable.extrawidth tbody td:first-child .field input{width:100% !important;}
#rubricbuildertable.extrawidth .removerow{right:50%;top:75px;margin-right:-10px;}

.form_table .form_table .field {
    display: block;
    margin-top: 10px;
    min-width: initial;
}
.form_table.small-padding td{padding:0.5em;}
.form_table.small-padding input[type="text"]{padding:0.3em 0.5em;}
.ui.segment.small-padding{padding:0.5em;}

.circle {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  padding: 2px 0 0 0;
  margin: 0 0 0 8px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: #FFF;
  line-height: 15px;
}

.circle.red {
  background-color: #ff6b6b;
  color: #fff!important;
}

@media all and (max-width:840px) {
  .cssTable.responsive>.cssTableRow>.cssTableCell {
    width: auto;
    display: block;
    float: none;
  }
  .cssTable.responsive>.cssTableRow {
    display: block;
  }
}

.instruction {
  font-size: 0.8em;
  font-style: italic;
  color: #999;
  line-height: normal;
  display: inline-block;
}

.dropShadow {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

#wrapper {
  font-size: 13px;
}

.bodyMargin, .bodywrap {
  max-width: 1600px;
  padding: 0 16px;
  margin: 40px auto;
}

.bodyMargin {
  margin: 0 auto;
}

.bodywrap .topbar {
  display: none
}

body.login .bodywrap {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lcol, .rcol {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.trigger {
  display: inline-block;
  padding: 2px 4px;
  background: #333;
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
}

.trigger:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}


/*form fields*/

.tinymce {
  width: 600px;
  height: 200px;
}

.tinymce.large {
  width: 600px;
  height: 600px;
}

.meta_extra {
  width: 600px;
  height: 200px;
}

select.filterable option.off {
  display: none;
}


/*header*/

.topbar {
  background: #073763;
}

.topbar .bodyMargin{
    background: url(/images/banner.png) no-repeat right 20px center;
    background-size: auto 80%
}

.logobox {
  padding: 16px 0;
  float: left;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
.logobox img {max-width:200px;}

.companyname {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
}

.viewsite {
  text-decoration: none;
  color: #fff;
}

.viewsite:hover {
  text-decoration: underline;
  color: #FFF
}

.companyname:hover {
  text-decoration: none;
  color: #FFF
}

.topnav .item.red, .topnav .item.red:hover {
  color: red!important
}


.topnav {
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
  border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.topnav .ui.menu {
    min-height: 20px
}

.topnav .ui.menu > .item, .topnav .ui.menu .right.menu > .item {
    padding: 12px!important;
    font-size: 14px
}

.topnav .ui.menu .item .icon, .ui.header > .icon {
    display: none
}
.ui.header>.icon+.content{padding-left:0px;}

body .topnav .ui.menu > .item.active, body .topnav .ui.menu > .item.active > a {
    background: #014582!important;
    color: #FFF!important
}

.ui.menu .ui.menu {
    top: 42px
}

.welcomemsg{float:right;color:#FFF;font-size:16px;font-weight:400;margin:54px 110px 0 0;}

/*tinymce*/

.mce-container, .mce-container-body {
  max-width: 100% !important;
}

.remove_file {
  color: #f00;
  margin-left: 10px;
  cursor: pointer;
}

.remove_file:hover {
  text-decoration: underline;
}



/*Popup*/

#filemanager_modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 600px
}

.gallery_img {
  max-width: 250px;
}

.Texts input {
  width: 600px;
  margin-bottom: 8px;
  margin-right: 8px;
}


/*Navigation Editor*/

.ui.grid .column.menu_group {
  max-width: 600px;
	width: calc(50% - 20px)!important;
  margin: 0 5px 16px 5px!important;
}
.menu_group .message{
	color: rgba(0,0,0,.6);
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0 , 0.1);
}
.navigationForm .fieldGroup {
	display: flex
}
.navigationForm .fieldGroup > span {
	display: inline-block;
	padding: 0 10px;
	line-height: 40px
}

ul.admin-navigation {}

ul.admin-navigation li {}

ul.admin-navigation .nav_name {
  cursor: pointer;
  padding: 8px;
}

ul.admin-navigation .nav_name:hover {
  background-color: #f2f2f2;
}

ul.admin-navigation .cssTableCell {
  text-align: left;
  line-height: 1;
}

ul.admin-navigation .cssTableCell:last-child {
  text-align: right;
}

ul.admin-navigation .moveIcon {
  width: auto;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

ul.admin-navigation .nav_name .name {
  display: inline-block;
}

ul.admin-navigation ul .nav_name .name {
  margin-left: 35px;
}

ul.admin-navigation ul ul .nav_name .name {
  margin-left: 70px;
}

ul.admin-navigation .sortable-placeholder {
  background-color: rgba(178, 73, 38, 0.3);
  display: block;
  width: 500px;
  height: 22px;
}

body.login .cssTable {
  width: 100%;
  height: 100%;
  height: 100vh;
}

body.login .loginInfo {
  width: 100%;
  max-width: 300px;
  max-height: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin: 24px auto;
  background: #fff;
  border-radius: 2px;
  text-align: center;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

body.login .title {
  font-size: 20px;
  font-weight: 600;
  display: none;
}

body.login label {
  display: none;
}

body.login input {
  width: 100%;
}

body.login input[type=submit] {
  margin-top: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body.login input.password {
  border-top: none;
}

body.login .msg {
  width: calc(100%+ 48px);
  margin: -24px -24px 16px -24px;
  width: auto;
}


/* New Visual Editor Styles */

#PageEditor {
  clear: both;
  position: relative;
}


/*Accordion*/

.Accordion {
  list-style: none;
}

.Accordion>li {
  height: 50px;
  overflow-y: hidden;
  position: relative;
}

.Accordion .accordion-title {
  background-color: #fff;
  border: 1px solid #515151;
  color: #000;
  cursor: pointer;
  padding: 11px 24px 11px 10px;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}

.Accordion .accordion-title:before {
  content: '\025BE';
  float: right;
  display: block;
  margin-right: -10px;
  font-size: 40px;
  line-height: 16px;
}

.Accordion .accordion-content {
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-bottom: 24px;
}

.Accordion>li.on {
  height: auto;
}

.Accordion>li.on .accordion-title {
  color: #85a5bc;
}

.Accordion>li.on .accordion-title:before {
  content: '\025B4';
}

.Accordion>li.on .accordion-content {
  opacity: 1;
}

.dashboard .list a:hover, .tools .list a:hover {
  text-decoration: none
}

.field {
  display: inline-block
}

.loginInfo .input {
  margin-bottom: 15px
}

.margined-y {
  margin: 20px 0!important
}

.red, .red .icon {
  color: #ff6b6b!important;
}

.delfile, .remove_file {
  font-size: 12px;
  color: red;
}

.topnav>.ui.menu {
  border-radius: 0!important
}

input[type="file"].styled {
  display: none
}

.file_list {
  list-style-type: none;
  width: 100%
}

.rowFields table {
  width: 100%
}

.rowFields table tr td:first-child {
  width: 180px
}

.segmentHead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #d4d4d5;
  line-height: 40px
}

.segmentHead+.rowFields {
  margin-top: 100px
}

.topnav .ui.menu .item:hover, .topnav .ui.menu .active.item {
  background: #C1C2C4!important;
  border-radius: 0!important
}

.segmentHead .fr {
  margin-right: 20px;
  cursor: pointer
}

.segmentHead .fr:last-child {
  margin-right: 0
}

#PageEditor .rows .segment {
  min-height: 80px
}

#slideshow_preview {
  border: none;
  width: 100%;
  height: 225px;
  overflow: hidden;
}

#styleFields label {
  display: block;
  margin: 10px 0 5px 0;
}

#styleFields table td {
  padding: 5px 5px 5px 0;
}

#styleFields table td:last-child {
  padding-left: 5px;
  padding-right: 0;
}

#styleFields .fieldField .ui.toggle {
  margin-right: 50px
}

.rowFields .addRow {
	margin-top: 20px
}

.isGroup > .segmentHead {
	background: rgba(85, 98, 112, 0.8);
}
.isGroup > .segmentHead label {
	color: #f8f8f8;

}

#PageEditor .segmentHead label {
	cursor: pointer
}
.isGroup > .segmentHead a {
	color: #29c4b7!important
}

.rowGroup {
	background: rgba(85, 98, 112, 0.1)!important;
}

#filemanageIframe {
	display: block;
	border:0;
	width: 100%;
	min-height: 600px
}

.navigationForm table .fieldGroup {
flex-flow: wrap
}
.navigationForm table .fieldGroup input {
	width: auto!important
}

.log-info h4 {
  display: inline-block;
  margin: 0 10px 5px 0
}

.log-info ul {
  display: inline-block;
}

.log-info li {
  list-style-type: none;
  display: inline-block;
  padding: 5px
}
.log-info li a {
  color: inherit;
  font-size: 14px
}

.log.list .item {
  padding: 10px 0
}

.log.list .item .log-date {
  font-size: 12px;
  margin-top: 10px
}
.log.list .item a.header {
  color: #333!important;
}

.log.list .item.error .header i, .log-header.error {
  color: #ff5252
}

.log.list .item.warning .header i, .log-header.warning {
  color: #fbbd08
}

.log.list .item.message .header i, .log-header.message {
  color: #2185d0
}

.log.list .item a.del {
  display: none
}
.log.list .item:hover a.del {
  display: inline;
}
.log.list .item a.del {
  color: #ff5252
}

.export.accordion .content ul {
    margin-left: 40px
}

.export.accordion  {
    margin-bottom: 40px
}
.search-form {
    padding: 20px 0 0
}
.search-form > *:not(.inlineblock){
    display: inline-block;
    max-width: 250px;
    position: relative;
    margin-bottom: 10px!important;
    margin-right: 10px!important;
}
.search-form > .inlineblock{display:inline-block;vertical-align:top;}
.search-form > .inlineblock > *{
    display: inline-block;
    max-width: 250px;
    position: relative;
    margin-bottom: 10px!important;
    margin-right: 10px!important;}
.search-form .ui.dropdown{min-width:200px !important;}
.search-form.dropdown-smaller .ui.dropdown{min-width:150px !important;}
.search-form .dropdown-field{vertical-align: top;}
.ui.dropdown.searchfull{width:100%;}

.ui.padded.table{max-width:1600px;margin:0 auto;}
.tableoverflow .ui.padded.table{max-width:100%;}
.ui.padded.table tbody td, .ui.padded.table tbody th{padding:0.5em;}
.ui.padded.table tbody td, .ui.padded.table tbody th{padding-left:1em;}
.ui.padded.table thead th{padding:1em 0 1em 1em !important;}
.ui.padded.table thead a{color:#FFF;text-decoration:underline;}
.ui.form .field>.selection.dropdown{min-width:auto;}
.ui.form.selectminwidth .field>.selection.dropdown{min-width:250px;}
.ui.form.selectminwidth td[data-title="Status"] .field>.selection.dropdown{min-width:150px;}

/* Assignment L/R */
.assignment-wrapper { display: block; width: 100%; padding: 16px; }
.assignment-wrapper .area { display: inline-block; vertical-align: top; width: 33%; }
.assignment-wrapper .area h2 { font-size: 20px; margin: 0; }
.assignment-wrapper .area.current-area h2 { text-align: right; }
.assignment-wrapper .area.available-area h2 { text-align: left; }
.assignment-wrapper .area .filter { display: block; width: 100%; text-align: right; padding: 16px 0; }
.assignment-wrapper .area .filter span { display: inline-block; vertical-align: middle; margin-right: 16px; }
.assignment-wrapper .area .filter input[type="text"] { display: inline-block; vertical-align: middle; width: 100%; max-width: 300px; text-align: left; }
.assignment-wrapper .area select { min-height: 200px; }
.assignment-wrapper .arrows { display: inline-block; vertical-align: top; width: 33%; height: 300px; position:relative; }
.assignment-wrapper .arrows .ui.message { position:absolute; left: 15px; right:15px; top: 0px; display: block; padding: 10px; font-size: 14px; }
.assignment-wrapper .arrows.saved::before { position: absolute; top: 8px; left: 50%; margin-left: -35px; content: "Saved!"; color: #008724; font-size: 20px; font-weight: 600; animation: moveup 1s linear; }
.assignment-wrapper .arrows .t { position: relative; display: table; width: 100%; height: 100%; }
.assignment-wrapper .arrows .t .r { display: table-row; }
.assignment-wrapper .arrows .t .r .c { display: table-cell; vertical-align: middle; }
.assignment-wrapper .arrows button.move { display: block; width: 100%; max-width: 80px; margin: 16px auto; }
.assignment-wrapper select option.hidden { display: none!important; visibility: hidden!important; }
.assignment-wrapper .message {display: block!important; font-size: 18px;}
@keyframes moveup { 0% { top: 8px; opacity: 1; } 100% { top: -100px; opacity: 0; } }

.move{display:inline-block;width:30px;border-radius:5px;background:#2F76B5;color:#FFF;font-size:28px;text-align:center;line-height:28px;cursor:pointer;padding:0px;}
.move:hover{color:#FFF;text-decoration:none;}
.move.disabled{background:#E6E6E6;color:#929292;}

.diff_before{background:#FFDAD8 !important;}
.diff_after{background:#DFEDD6 !important;}


.calheader{text-align:center;margin-bottom:10px;font-size:16px;}

.caldayheader{display:inline-block;vertial-align:top;width:calc(100% / 7);text-align:center;padding:10px;background:#073763;color:#FFF;}
.caldayheader.first{border-radius:10px 0 0 0;}
.caldayheader.last{border-radius:0 10px 0 0;}
.cal10days .caldayheader{width:calc(100% / 10);}
.calrow{display:table;table-layout:fixed;width:100%;min-height:150px;}
.calday{position:relative;display:table-cell;width:calc(100% / 7);padding:5px;background:#FFF;border:1px solid #E9E9E9;border-top:0px;height:100%;}
.cal10days .calday{width:calc(100% / 10);}
.calrow.last .calday.first{border-radius:0 0 0 10px;}
.calrow.last .calday.last{border-radius:0 0 10px 0;}
.calday.today{background:#b6d7a8;}
.calday.weekend{background:#DDD;}

.calday .dayofmonth{position:absolute;left:2px;top:2px;color:#999;}
.calday.today .dayofmonth{color:#333;}
.calday.weekend .dayofmonth{color:#333;}
.calday .item{display:block;background:#93c47dff;padding:7px 10px;border-radius:10px;font-size:12px;margin-bottom:5px;color:#FFF;}
.calday a.item:hover{text-decoration:none;color:#33A8FF;}
.calday .item.term{background:#3276b5;}
.calday .item.termbegin,
.calday .item.termend{background:#85cae7;}
.calday .item.calendarevent{background:#f2585f;}
.calday .item.calendarevent[data-type="Special Day"]{background:#eec346;}
.calday .item.calendarevent[data-type="STAFF"]{background:#595959;}
.calday .item.calendarevent[data-type="ADMIN"]{background:#999999;}
.calday .item.section_teacher,
.calday .item.section_user{background:#f9a54b;}
.calday .item.birthday{background:#e24ebf;}
.calday .item img{vertical-align:middle;max-height:24px;}

.ui.dropdown .menu .item[data-value="10135f1b3370ef57c195"],
.ui.menu .ui.dropdown .menu>.item[data-value="10135f1b3370ef57c195"]{background:#eec346 !important;}
.ui.dropdown .menu .item[data-value="1013662925cf3e17c574"],
.ui.menu .ui.dropdown .menu>.item[data-value="1013662925cf3e17c574"]{background:#b6d7a8 !important;}


.popupbg{display:none;position:fixed;left:0px;top:0px;width:100%;height:100%;background:#000;opacity:0.5;z-index:10000;cursor:pointer;}
.popupbg.on{display:block;}
.popup{display:none;position:fixed;left:50%;top:50%;width:500px;height:200px;margin:-100px 0 0 -250px;z-index:10000;border:1px solid #073763;background:#FFF;font-size:14px;}
.popup.on{display:block;}
.popup .title{position:relative;height:35px;background:#073763;padding:8px;font-size:16px;color:#FFF;}
.popup .title .icon.close{position:absolute;right:0px;top:8px;color:red;cursor:pointer;}
.popup .rubric{margin-bottom:15px;max-height:600px;overflow:auto;background:#FAFAFA;}
.popup .rubric .rubricpart_header{font-weight:bold;font-size:13px;}
.popup .rubric .rubricpart_desc{margin-bottom:5px;height:80px;overflow:auto;font-size:13px;}
.popup .rubric .rubricpart_points{text-align:center;font-weight:bold;font-size:13px;}
.popup .content{padding:10px;}
.popup .content .field{display:bock;width:100%;margin-bottom:5px;}
.popup .content .field textarea{width:100%;height:75px;}
.popup .content .field .ui.dropdown{width:100%;}
.popup .content .field input[type="text"]{width:100%;padding:5px;}
.popup .buttons{position:absolute;left:0px;bottom:0px;width:100%;padding:10px;pointer-events:none;}
.popup .buttons button{pointer-events:auto;}
.popup.larger{height:300px;margin-top:-150px;}
.popup.larger .content{max-height:calc(100% - 35px - 55px);overflow:auto;}


.usefullink.withimage{display:inline-block;vertical-align:top;width:100px;margin:0 25px 25px 0;font-weight:bold;text-align:center;}
.usefullink .img{max-width:100%;height:100px;overflow:hidden;margin-bottom:5px;}
.usefullink .img img{max-width:100%;max-height:100%;}

#student_slides .pic{margin-bottom:15px;}
#student_slides .pic img{max-width:100%;max-height:100%;}
#student_slides .title{font-weight:bold;font-size:16px;color:#000;}
#student_slides .body{margin-top:5px;color:#000;}
#student_slides .seemore{float:right;}

.owl-dots{text-align:center;}
.owl-dot{display:inline-block;margin:0 5px;}
.owl-dot span{display:block;border-radius:10px;border:2px solid #000;width:12px;height:12px;}

.icon.star{color:blue;}
.icon.remove{color:red;}
.icon.star.half{color:#8e8e00;}
.icon.circle{color:green;margin-top:-5px;}
.icon.square{color:#666;margin-top:-5px;}

.accordion .title .icon.dropdown{font-size:2em !important;}
.accordion .title .subtitle{display:inline-block;font-size:24px;margin-top:9px;}


.admin-portal-link {
  position: absolute;
  bottom: 20px;
  right: 20px
}

body .ui.orange.button {
  background-color: #DE8327
}

body .ui.orange.button:hover {
  background-color: #d07418
}

.user-theme-liberty.login .cssTableCell, .liberty-admin.login .cssTableCell {
  padding-bottom: 50px
}

.doclabel{min-height:34px;}

.filemanager-field-wrapper.documentspecial{text-align:center;}
.filemanager-field-wrapper.documentspecial:not(.empty) .preview{display:block;}
.filemanager-field-wrapper.documentspecial .emptyspace{display:none;width:100px;height:144px;}
.filemanager-field-wrapper.documentspecial.empty .emptyspace{display:block;}

.ui.mini.button{padding: .78571429em 1em .78571429em !important;}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.button.circle{position:relative;border-radius:50px;padding:25px !important;text-align:center;line-height:0px;font-size:24px;margin-top:-4px;}
.button.circle > .icon{position:absolute;left:11px;text-align:center;}

.passreportdivs{display:inline-block;vertical-align:top;width:50%;margin-bottom:30px;padding-right:15px;}
.passreportdivs:even-child{padding-left:15px;padding-right:0px;}

.peoples_report_popups_bg{position:fixed;left:0px;top:0px;width:100%;height:100%;background:#000;opacity:0.5;z-index:10000;cursor:pointer;}
.peoples_report_popups{position:fixed;left:100px;top:100px;width:calc(100% - 200px);height:calc(100% - 200px);padding:15px;background:#FFF;border:1px solid #000;z-index:10001;}
.peoples_report_popups > .close{position:absolute;right:-15px;top:-15px;width:30px;height:30px;line-height:25px;text-align:center;font-size:24px;background:#FFF;border:1px solid #000;border-radius:25px;cursor:pointer;}
.peoples_report_popups > .content{width:100%;height:100%;overflow:auto;}
.peoples_report_popups > .content table input[type="text"]{width:100%;color:#000;}
.peoples_report_popups > .content table th:last-child input[type="text"]{width:calc(100% - 10px);}
.peoples_report_popups .ui.padded.table thead tr:nth-child(even) th{padding-top:0px !important;}

body.printpage .header{display:none !important}
body.printpage h2.header{display:block !important}
body.printpage .button{display:none !important}
body.printpage .search-form > .inlineblock{display:block !important;width:100% !important;}
body.printpage .bodywrap{margin:0px auto !important;}
body.printpage .error.message{display:none !important;}
body.printpage .success.message{display:none !important;}
body.printpage .noprint{display:none !important;}
body.printpage .peoples_report_popups_click{text-decoration:none;color:unset;}