/* Large Screens */
/* Medium Screens */
/* Small Screens */
/* Extra Small Screens */
/*Loading spinner*/

.modal-dialog{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
}
.modal-content{
  text-align: justify;
}
#loading-bar .bar {
  opacity: 0;
}
.loading_spinner {
  display: block;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -2000px;
  margin: 0px;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  margin-bottom: auto;
}
/*Pagination*/
.pagination {
  height: 40px;
  margin: 20px 0;
}
.pagination ul {
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: inline;
  margin-bottom: 0;
  margin-left: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #dddddd;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  line-height: 38px;
  padding: 0 14px;
  text-decoration: none;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  background-color: transparent;
  color: #999999;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  margin-bottom: auto;
}
/*Loading spinner*/
.ng-valid {
  outline: none;
}
html {
  height: 100%;
}
body.offline {
  background-color: #ede7df;
  margin-top: 10px;
}
.general-header {
  color: #FFF;
  font-size: 18px;
  font-family: HelveticaNeue;
  text-align: center;
}
@font-face {
  font-family: HelveticaNeueMedium;
  src: url('../fonts/HelveticaNeueMedium.ttf');
}
.welcome-text {
  color: #FFF;
  font-size: 18px;
  font-family: HelveticaNeueMedium;
  text-align: center;
}
.language-list li a {
  padding: 7px 12px;
}
.about-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-image: url('../images/bg-about-siembra.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-wrapper {
    background-image: url('../images/bg-about-siembra@2x.png');
  }
}
.about-wrapper .siembra-logo {
  background-image: url('../images/logo-about.png');
  width: 175px;
  height: 74px;
  background-size: contain;
  display: inline-block;
  margin-top: 33px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .about-wrapper .siembra-logo {
    background-image: url('../images/logo-about@2x.png');
  }
}
.about-wrapper .about-header {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.about-wrapper .about-text-wrapper {
  position: absolute;
  bottom: 84px;
  left: 0;
  right: 0;
  text-align: center;
}
.about-wrapper .about-text-wrapper .about-text {
  color: #FEFEFE;
  font-size: 19px;
  font-weight: 400;
  margin: 0 10px;
}
.about-wrapper .about-close-wrapper {
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.about-wrapper .about-close-wrapper a {
  color: #FFF;
}
.main-mobile-wrapper .main-menu-mobile {
  list-style-type: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
}
.main-mobile-wrapper .main-menu-item {
  display: block;
  width: 100%;
  height: 33%;
  font-size: 24px;
  color: #FFF;
  position: relative;
}
.main-mobile-wrapper .mi-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
.main-mobile-wrapper .mi-content-wrapper .fa {
  margin: 0 5px 0 15px;
}
.main-mobile-wrapper .item-connect {
  background-color: #3399cc;
  height: 18%;
}
.main-mobile-wrapper .item-connect.item-connect-counselor {
  background-color: #3193c4;
}
.main-mobile-wrapper .item-connect.item-connect-student {
  background-color: #2f8dbc;
}
.main-mobile-wrapper .item-about {
  background-color: #2d87b3;
  height: 44%;
  padding: 5px 15px;
}
.main-mobile-wrapper .item-about .about-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.main-mobile-wrapper .item-about .about-text {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
  color: #EFEFEF;
}
.main-mobile-wrapper .item-ad {
  background-color: #36a0d5;
  position: relative;
  height: 20%;
}
.main-mobile-wrapper .item-ad .banner {
  max-width: 320px;
  width: 100%;
  height: 100px;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-mobile-wrapper .item-ad .banner.cordoba {
  background-size: cover;
  background-image: url('../images/banners/banner_cordoba.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-mobile-wrapper .item-ad .banner.cordoba {
    background-image: url('../images/banners/banner_cordoba@2x.png');
  }
}
.main-mobile-wrapper .item-ad .banner.siembra {
  background-size: cover;
  background-image: url('../images/banners/banner_siembra.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-mobile-wrapper .item-ad .banner.siembra {
    background-image: url('../images/banners/banner_siembra@2x.png');
  }
}
.main-mobile-wrapper .item-ad .banner.usc {
  background-size: cover;
  background-image: url('../images/banners/banner_usc.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-mobile-wrapper .item-ad .banner.usc {
    background-image: url('../images/banners/banner_usc@2x.png');
  }
}
.main-mobile-wrapper .item-ad .banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 1;
  color: #4abcf5;
  text-align: center;
  display: inline-block;
  margin: auto;
}
.main-mobile-wrapper .item-logo {
  background-color: #ede7df;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #3cb5f1;
}
.main-mobile-wrapper .item-logo .siembra-logo {
  background-image: url('../images/logo-about.png');
  width: 100px;
  height: 42px;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .main-mobile-wrapper .item-logo .siembra-logo {
    background-image: url('../images/logo-about@2x.png');
  }
}
.login-form {
  margin-top: 20px;
  color: #f5f5f5;
}
.login-form .form-control {
  font-size: 16px;
  background-color: #81C0DF;
  color: #f5f5f5;
  border-radius: 5px;
  border-width: 0;
  padding: 6px 12px;
  height: 40px;
  text-decoration: none;
  outline: none;
}
.login-form .form-control *:focus {
  outline: none;
}
.login-form .checkbox input[type="checkbox"] {
  float: none;
  margin-right: 5px;
}
.login-form .btn-login {
  width: 100% !important;
  color: #f5f5f5;
  background-color: #81C0DF;
  border-color: #81C0DF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  outline: none;
}
.login-form .forgot-password {
  color: #f5f5f5;
}
.login-form ::-webkit-input-placeholder {
  color: #f5f5f5;
}
.login-form :-moz-placeholder {
  /* Firefox 18- */
  color: #f5f5f5;
}
.login-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5f5f5;
}
.login-form :-ms-input-placeholder {
  color: #f5f5f5;
}
@media (min-width: 500px) {
  .header-logo {
    height: 180px;
  }
}
@media (max-width: 499px) {
  .header-logo {
    height: 115px;
  }
}
.btn-info {
  text-shadow: 1px 1px 1px #057ebb;
}
.btn-info:hover {
  background-color: #00bff3;
  border-color: #008fb6;
}
.btn-info:active {
  background-color: #057ebb;
  border-color: #03567f;
}
body.no-scroll {
  overflow-y: scroll;
}
.form-control-required {
  color: #F00;
}
.offline #wrapper {
  padding-left: 0;
}
h3.page-title {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
/* remove spacing between middle columns */
.row.no-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
/* remove right padding from first column */
.row.no-gutter [class*='col-']:first-child {
  padding-right: 0;
}
/* remove left padding from first column */
.row.no-gutter [class*='col-']:last-child {
  padding-left: 0;
  padding-right: 0;
}
/* remove spacing between middle columns */
.row.min-gutter [class*='col-']:not(:first-child):not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}
/* remove right padding from first column */
.row.min-gutter [class*='col-']:first-child {
  padding-right: 5px;
}
/* remove left padding from first column */
.row.min-gutter [class*='col-']:last-child {
  padding-left: 5px;
  padding-right: 5px;
}
.user-name {
  font-weight: bold;
  font-size: 16px;
}
.user-avatar img {
  max-height: 50px;
  max-width: 50px;
  display: inline-block;
  margin-bottom: 5px;
}
.user-avatar.user-avatar-small img {
  max-height: 30px;
  max-width: 30px;
}
h5.message-subject {
  font-weight: bold;
}
.message-body {
  font-size: 14px;
  line-height: 17px;
}
.sidebar-counter {
  background-color: #FFF;
  color: #33CC33;
}
.discussion-date {
  line-height: 1.2;
  font-size: 11px;
}
.has-answer {
  border: 1px solid !important;
  border-color: #529138;
  background-color: #dff0d8;
  border-radius: 6px;
}
.modal-student-list {
  max-height: 450px;
  overflow: auto;
}
.modal-student-list .student-item {
  border: 1px solid #dddddd;
  padding: 10px 0;
  border-width: 1px 0 0;
}
.modal-student-list .student-item:first-child {
  border-top: 0px none;
}
.reply-to-answer {
  background-color: #FFF;
  color: #000;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 25px;
  border: 1px solid #dddddd;
}
.reply-to-answer .fa {
  margin-right: 5px;
}
.discussion-reply-form textarea {
  resize: none;
}
.discussion-reply-form .textarea-wrapper {
  padding-right: 0;
}
.student-answer {
  cursor: pointer;
  border-bottom: 0;
  border: 1px solid #CCC;
  margin-bottom: 3px;
  padding: 10px;
  font-weight: bold;
  max-width: 450px;
}
.student-answer.active {
  background-color: #dff0d8;
  border-color: #529138;
  color: #529138;
}
.student-answers {
  list-style-type: none;
  margin: 15px 0 0 15px;
}
.student-answers .student-answer {
  cursor: pointer;
  border-bottom: 0;
  border: 1px solid #CCC;
  margin-bottom: 3px;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  font-color: #333;
}
.student-answers .student-answer.active {
  background-color: #dff0d8;
  border-color: #529138;
  color: #529138;
}
.student-answers.answered li {
  color: #aaaaaa;
  cursor: default;
}
.students-message-list {
  max-height: 600px;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  padding: 0 10px 15px;
}
@media (min-width: 768px) {
  .students-message-list {
    padding: 0 20px 15px;
  }
}
.students-message-list .user-avatar img {
  width: 50px;
}
.students-message-list > li {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
}
.students-message-list > li:first-child {
  border-top: 0px;
}
.students-message-list .links {
  margin-top: 10px;
}
.students-message-list .message-body {
  margin-bottom: 5px;
  white-space: pre-line;
  font-weight: normal;
  display: inline-block;
}
@media (min-width: 768px) {
  .students-message-list .message-body {
    margin-top: 10px;
  }
}
.confirm-wrapper-center {
  display: none;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -230px;
  margin: 0px;
}
.confirm-wrapper-center.in {
  display: block;
}
.confirm-wrapper-center .confirm-content-center {
  text-align: center;
  width: 450px;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  top: 30%;
  padding: 20px;
  left: 50%;
  margin-left: -210px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.confirm-wrapper-center1 {
  display: none;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -230px;
  margin: 0px;
}
.confirm-wrapper-center1.in {
  display: block;
}
.confirm-wrapper-center1 .confirm-content-center1 {
  text-align: center;
  width: 450px;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  top: 30%;
  padding: 20px;
  left: 50%;
  margin-left: -210px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.right-sidebar {
  position: fixed;
  right: -1000px;
  bottom: 0;
  top: 0;
  background: #EFEFEF;
  -webkit-box-shadow: 2px 0 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 20px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1049;
}
.right-sidebar legend {
  font-size: 15px;
}
.right-sidebar fieldset {
  margin-top: 10px;
}
.right-sidebar .student {
  margin-left: -20px;
  margin-right: -20px;
}
.right-sidebar .container-fluid {
  margin-bottom: 20px;
}
.right-sidebar button.close {
  margin-top: 10px;
  margin-right: 10px;
}
.right-sidebar .confirm-wrapper {
  display: none;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -230px;
  margin: 0px;
}
.right-sidebar .confirm-wrapper.in {
  display: block;
}
.right-sidebar .confirm-wrapper .confirm-content {
  text-align: center;
  width: 450px;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  top: 30%;
  padding: 20px;
  left: 50%;
  margin-left: -210px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.right-sidebar .confirm-wrapper .message {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.right-sidebar.in {
  right: 0;
}
.right-sidebar .buttons {
  margin-top: 10px;
}
.right-sidebar .buttons .btn {
  margin-left: 10px;
}
.right-sidebar .priority,
.right-sidebar .links {
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #FFF;
  padding: 10px 0;
}
.right-sidebar .links .attachment-link {
  margin-left: 5px;
  margin-right: 15px;
}
.right-sidebar .answers .ack {
  background-color: #d9edf7;
}
.right-sidebar .answers .fdbk {
  background-color: #fcf8e3;
}
.right-sidebar .answers span.answer-icon .fa {
  width: 14px;
}
.right-sidebar .answers span.answer-text {
  /*max-width: 220px;*/
  display: inline-block;
  vertical-align: text-top;
  width: 100%;
  margin-left: 5px;
  word-wrap: break-word;
}
.right-sidebar .message-to {
  padding-top: 5px;
  padding-bottom: 10px;
  min-height: 30px;
}
.right-sidebar .message-group-to {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
}
.right-sidebar .message-group-to .label {
  margin-right: 5px;
}
.right-sidebar .message-group-to .label .fa {
  margin-left: 5px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .right-sidebar .answer-ack {
    /*max-width: 70px;*/
    /*display: inline-block;*/
  }
  .right-sidebar input.answer-text {
    /*max-width: 215px;*/
    /*display: inline-block;*/
    /*margin-right: 5px;*/
  }
}
.counter-box {
  height: 24px;
  line-height: 24px;
  color: #FFF;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  padding-left: 40px;
}
.group-message-detail {
  border: 1px solid #dddddd;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.group-message-detail header {
  padding: 15px 0;
}
.group-message-detail .counters {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dddddd;
}
.group-message-detail .counters .icon-wrapper {
  text-align: center;
  background-color: #EFEFEF;
}
.group-message-detail .answers {
  position: relative;
}
.group-message-detail .answers ul {
  margin-bottom: 0;
}
.group-message-detail .answers .icon-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  float: none;
  background-color: #EFEFEF;
}
.group-message-detail .answers .icon-wrapper .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  text-align: center;
  margin-top: -10px;
  margin-left: -10px;
}
.group-message-detail .answers .answer-item {
  /*padding: 5px 10px 5px 0; */
  line-height: 30px;
  border-top: 1px solid #dddddd;
}
.group-message-detail .answers .answer-item .answer-counter {
  margin-right: 5px;
}
.student-listing-pod {
  border: 1px solid #dddddd;
}
.student-listing-pod .message-item {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .student-listing-pod .message-item {
    padding: 10px 20px 0 20px;
  }
}
.student-listing-pod .message-item .message-subject small,
.student-listing-pod .message-item .user-name small {
  font-weight: normal;
  color: #777777;
}
.student-listing-pod .message-item.has-unread .message-body,
.student-listing-pod .message-item.has-unread small {
  font-weight: bold;
}
.student-listing-pod .message-item.active {
  border-color: #c1e2b3;
  background-color: #dff0d8;
}
.student-listing-pod .message-item .priority {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  padding: 3px;
}
.student-listing-pod .message-item .priority.critical {
  background-color: #FF4D41;
  color: #FFF;
}
.student-listing-pod .message-item .priority.high {
  background-color: #FDDA2F;
  color: #FFF;
}
.group-messages,
.student-messages {
  border: 1px solid #dddddd;
}
.group-messages .counselor-header,
.student-messages .counselor-header {
  padding: 10px;
}
.group-messages .counselor-header .counselor-name,
.student-messages .counselor-header .counselor-name {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
}
.group-messages .counselor-header .user-avatar,
.student-messages .counselor-header .user-avatar {
  float: left;
}
.group-messages .counselor-header .user-avatar img,
.student-messages .counselor-header .user-avatar img {
  max-width: 51px;
  max-height: 51px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .group-messages .counselor-header,
  .student-messages .counselor-header {
    padding: 10px 20px;
  }
}
.group-messages .message-item,
.student-messages .message-item {
  border-top: 1px solid #dddddd;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 992px) {
  .group-messages .message-item,
  .student-messages .message-item {
    padding: 10px 20px 0 20px;
  }
}
.group-messages .message-item .message-subject small,
.student-messages .message-item .message-subject small,
.group-messages .message-item .user-name small,
.student-messages .message-item .user-name small {
  font-weight: normal;
  color: #777777;
}
.group-messages .message-item.has-unread .message-body,
.student-messages .message-item.has-unread .message-body,
.group-messages .message-item.has-unread small,
.student-messages .message-item.has-unread small {
  font-weight: bold;
}
.group-messages .message-item.active,
.student-messages .message-item.active {
  border-color: #c1e2b3;
  background-color: #dff0d8;
}
.group-messages .message-item .priority,
.student-messages .message-item .priority {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
  border-radius: 50%;
  padding: 3px;
}
.group-messages .message-item .priority.critical,
.student-messages .message-item .priority.critical {
  background-color: #FF4D41;
  color: #FFF;
}
.group-messages .message-item .priority.high,
.student-messages .message-item .priority.high {
  background-color: #FDDA2F;
  color: #FFF;
}
.group-messages .counters,
.student-messages .counters {
  margin-top: 15px;
  text-align: left;
}
.group-messages .counters .counter,
.student-messages .counters .counter {
  text-align: center;
  color: #31708f;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .group-messages .counters .counter,
  .student-messages .counters .counter {
    text-align: left;
  }
}
.group-messages .counters .fa,
.student-messages .counters .fa {
  color: #919AA0;
  font-weight: normal;
  width: 32px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 0px 7px;
  margin: 0px;
  font-size: 17px;
}
.group-messages .message-item {
  padding: 10px;
}
.counselor-dashboard .dashboard-ad-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.counselor-dashboard .dashboard-ad-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #DDD;
}
.users-to-invite .list-group-item {
  transition: all 0.2s linear;
}
.users-to-invite .list-group-item.list-group-item-info {
  text-decoration: line-through;
}
.animate.ng-enter {
  animation: fadeIn 0.8s;
}
.animate.ng-leave {
  animation: fadeOut 0.8s;
}
.animate-shake.ng-enter {
  animation: pulse 0.8s;
}
.animate-shake.ng-leave {
  animation: fadeOut 0.1s;
}
.animate-slide.ng-enter {
  animation: fadeIn  1s;
}
.animate-slide.ng-leave {
  animation: fadeOut  1s;
}
.animated.fast {
  animation-duration: 0.7s;
}
/*
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0.
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/
/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */
/* Global Styles */
/* body {
  margin-top: 60px;
} */
@media (min-width: 768px) {
  body {
    margin-top: 50px;
  }
}
#wrapper {
  padding-left: 0;
}
#page-wrapper {
  width: 100%;
  padding: 5px 15px;
}
/* Nav Messages */
.messages-dropdown .dropdown-menu .message-preview .avatar,
.messages-dropdown .dropdown-menu .message-preview .name,
.messages-dropdown .dropdown-menu .message-preview .message,
.messages-dropdown .dropdown-menu .message-preview .time {
  display: block;
}
.messages-dropdown .dropdown-menu .message-preview .avatar {
  float: left;
  margin-right: 15px;
}
.messages-dropdown .dropdown-menu .message-preview .name {
  font-weight: bold;
}
.messages-dropdown .dropdown-menu .message-preview .message {
  font-size: 12px;
}
.messages-dropdown .dropdown-menu .message-preview .time {
  font-size: 12px;
}
/* Nav Announcements */
.announcement-heading {
  font-size: 50px;
  margin: 0;
}
.announcement-text {
  margin: 0;
}
/* Table Headers */
table.tablesorter thead {
  cursor: pointer;
}
table.tablesorter thead tr th:hover {
  background-color: #f5f5f5;
}
/* Flot Chart Containers */
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}
/* Edit Below to Customize Widths > 768px */
@media (min-width: 768px) {
  /* Wrappers */
  #wrapper {
    padding-left: 225px;
  }
  #page-wrapper {
    padding: 15px 25px;
  }
  /* Side Nav */
  .side-nav {
    margin-left: -225px;
    left: 225px;
    width: 225px;
    position: fixed;
    top: 50px;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: #3399cc;
    overflow-y: auto;
  }
  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */
  .side-nav > li.dropdown > ul.dropdown-menu {
    position: relative;
    min-width: 225px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .side-nav > li.dropdown > ul.dropdown-menu > li > a {
    color: #FFF;
    padding: 15px 15px 15px 25px;
  }
  .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover,
  .side-nav > li.dropdown > ul.dropdown-menu > li > a.active,
  .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #3399cc;
    background-color: #5cadd6;
  }
  .side-nav > li > a {
    width: 225px;
  }
  .navbar-inverse {
    background-color: #3399cc;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-weight: bold;
    color: #fff;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus .navbar-inverse .navbar-nav > li > a:active {
    background-color: #5cadd6;
  }
  /* Nav Messages */
  .messages-dropdown .dropdown-menu {
    min-width: 300px;
  }
  .messages-dropdown .dropdown-menu li a {
    white-space: normal;
  }
  .navbar-collapse {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .btn-primary,
  .btn-primary.disabled {
    color: #fff;
    border-color: green;
    background-color: #090;
  }
  .btn-info {
    color: #fff;
    background-color: #057ebb;
    border-color: #46b8da;
  }
  .label-primary {
    background-color: #090;
  }
  a.list-group-item.active,
  a.list-group-item.active:focus,
  a.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    border-color: #090;
    background-color: #090;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #50a7d3;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:focus,
  .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #090;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #50a7d3;
  }
  .text-primary {
    color: #090;
  }
  a {
    text-decoration: none;
    color: #090;
  }
}
.navbar-brand {
  padding: 0;
  margin-left: 15px;
}
.navbar-brand img {
  max-height: 100%;
}
.navbar-brand-title {
  color: #FFF;
  float: left;
  line-height: 50px;
  margin: 0;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .navbar-brand-title {
    margin: 0 0 0 85px;
    width: auto;
    text-align: left;
  }
}
.navbar-brand {
  padding: 0;
  margin-left: 15px;
}
.navbar-brand .img {
  max-height: 100%;
}
.dot-unread {
  background-color: #1abc9c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
}
.keys-tips {
  color: #bbb;
}
.single-message-wrapper {
  margin-top: 30px;
}
.single-message-wrapper .students-message-list {
  max-height: none;
  margin-bottom: 28px;
}
.single-message-wrapper .students-message-list > li:last-child {
  border-top: 0px none;
  border-bottom: 1px solid transparent;
}
.single-message-wrapper .discussion-reply-form form {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #FFF;
  padding-top: 8px;
  height: 70px;
  display: block;
  padding-bottom: 0px;
  outline: 0;
}
.single-message-wrapper .discussion-reply-form form .btn {
  height: 54px;
  width: 54px;
  float: right;
}
.single-message-wrapper .discussion-reply-form .textarea-wrapper {
  margin-left: -10px;
}
.single-message-wrapper .discussion-reply-form .textarea-wrapper textarea {
  max-height: 55px;
}
.single-message-wrapper .group-message-detail header {
  padding: 10px 25px;
}
.topbar-secondary {
  left: 0px;
  right: 0px;
  height: 40px;
  position: fixed;
  top: 51px;
  z-index: 1029;
  line-height: 40px;
  background-color: #EEE;
  border-bottom: 2px solid #2C121B;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.topbar-secondary .back-button {
  float: left;
  text-align: center;
  width: 40px;
  background-color: #529138;
  border-right: 1px solid #333;
}
.topbar-secondary .back-button a {
  color: #FFF;
  display: block;
}
/* w3 css */
.w3-table-all {
  border: 1px solid #cccccc;
}
.w3-bordered tr,
.w3-table-all tr {
  border-bottom: 1px solid #dddddd;
}
.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-table-all tr:nth-child(odd) {
  background-color: #ffffff;
}
.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1;
}
.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
  background-color: #cccccc;
}
.w3-centered tr th,
.w3-centered tr td {
  text-align: center;
}
.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th {
  padding: 6px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.w3-table th:first-child,
.w3-table td:first-child,
.w3-table-all th:first-child,
.w3-table-all td:first-child {
  padding-left: 16px;
}
.w3-btn,
.w3-btn-block {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none!important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-btn.w3-disabled,
.w3-btn-block.w3-disabled,
.w3-btn-floating.w3-disabled,
.w3-btn:disabled,
.w3-btn-floating:disabled,
.w3-btn-floating-large.w3-disabled,
.w3-btn-floating-large:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.w3-btn.w3-disabled *,
.w3-btn-block.w3-disabled,
.w3-btn-floating.w3-disabled *,
.w3-btn:disabled *,
.w3-btn-floating:disabled * {
  pointer-events: none;
}
.w3-btn.w3-disabled:hover,
.w3-btn-block.w3-disabled:hover,
.w3-btn:disabled:hover,
.w3-btn-floating.w3-disabled:hover,
.w3-btn-floating:disabled:hover,
.w3-btn-floating-large.w3-disabled:hover,
.w3-btn-floating-large:disabled:hover {
  box-shadow: none;
}
.w3-btn:hover,
.w3-btn-block:hover,
.w3-btn-floating:hover,
.w3-btn-floating-large:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.w3-btn-block {
  width: 100%;
}
.w3-btn,
.w3-btn-floating,
.w3-btn-floating-large,
.w3-closenav,
.w3-opennav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-btn-floating,
.w3-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
}
.w3-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.w3-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.w3-btn-group .w3-btn {
  float: left;
}
.w3-btn.w3-ripple {
  position: relative;
}
.w3-ripple:after {
  content: "";
  background: #90EE90;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: 0.8s;
}
.w3-ripple:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
}
.w3-badge,
.w3-tag,
.w3-sign {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  text-align: center;
}
.w3-badge {
  border-radius: 50%;
}
ul.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.w3-ul li {
  padding: 6px 2px 6px 16px;
  border-bottom: 1px solid #dddddd;
}
ul.w3-ul li:last-child {
  border-bottom: none;
}
.w3-image,
.w3-tooltip,
.w3-display-container {
  position: relative;
}
img.w3-image,
.w3-image img {
  max-width: 100%;
  height: auto;
}
.w3-image .w3-title {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: #fff;
  font-size: 20px;
}
.w3-fluid {
  max-width: 100%;
  height: auto;
}
.w3-tooltip .w3-text {
  display: none;
}
.w3-tooltip:hover .w3-text {
  display: inline-block;
}
.w3-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.w3-navbar li {
  float: left;
}
.w3-navbar li a {
  display: block;
  padding: 8px 16px;
}
.w3-navbar li a:hover {
  color: #000;
  background-color: #cccccc;
}
.w3-navbar .w3-dropdown-hover,
.w3-navbar .w3-dropdown-click {
  position: static;
}
.w3-navbar .w3-dropdown-hover:hover,
.w3-navbar .w3-dropdown-hover:first-child,
.w3-navbar .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000000;
}
.w3-navbar a,
.w3-topnav a,
.w3-sidenav a,
.w3-dropnav a,
.w3-dropdown-content a,
.w3-accordion-content a {
  text-decoration: none !important;
}
.w3-navbar .w3-opennav.w3-right {
  float: right !important;
}
.w3-topnav {
  padding: 8px 8px;
}
.w3-topnav a {
  padding: 0 8px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}
.w3-topnav a:hover {
  border-bottom: 3px solid #ffffff;
}
.w3-topnav .w3-dropdown-hover a {
  border-bottom: 0;
}
.w3-opennav,
.w3-closenav {
  color: inherit;
}
.w3-opennav:hover,
.w3-closenav:hover {
  cursor: pointer;
  opacity: 0.8;
}
.w3-btn,
.w3-btn-floating,
.w3-btn-floating-large,
.w3-btn-block,
.w3-hover-shadow,
.w3-hover-opacity,
.w3-navbar a,
.w3-sidenav a,
.w3-dropnav a,
.w3-pagination li a,
.w3-hoverable tbody tr,
.w3-hoverable li,
.w3-accordion-content a,
.w3-dropdown-content a,
.w3-dropdown-click:hover,
.w3-dropdown-hover:hover,
.w3-opennav,
.w3-closenav,
.w3-closebtn,
.w3-hover-amber,
.w3-hover-aqua,
.w3-hover-blue,
.w3-hover-light-blue,
.w3-hover-brown,
.w3-hover-cyan,
.w3-hover-blue-grey,
.w3-hover-green,
.w3-hover-light-green,
.w3-hover-indigo,
.w3-hover-khaki,
.w3-hover-lime,
.w3-hover-orange,
.w3-hover-deep-orange,
.w3-hover-pink,
.w3-hover-purple,
.w3-hover-deep-purple,
.w3-hover-red,
.w3-hover-sand,
.w3-hover-teal,
.w3-hover-yellow,
.w3-hover-white,
.w3-hover-black,
.w3-hover-grey,
.w3-hover-light-grey,
.w3-hover-dark-grey,
.w3-hover-text-amber,
.w3-hover-text-aqua,
.w3-hover-text-blue,
.w3-hover-text-light-blue,
.w3-hover-text-brown,
.w3-hover-text-cyan,
.w3-hover-text-blue-grey,
.w3-hover-text-green,
.w3-hover-text-light-green,
.w3-hover-text-indigo,
.w3-hover-text-khaki,
.w3-hover-text-lime,
.w3-hover-text-orange,
.w3-hover-text-deep-orange,
.w3-hover-text-pink,
.w3-hover-text-purple,
.w3-hover-text-deep-purple,
.w3-hover-text-red,
.w3-hover-text-sand,
.w3-hover-text-teal,
.w3-hover-text-yellow,
.w3-hover-text-white,
.w3-hover-text-black,
.w3-hover-text-grey,
.w3-hover-text-light-grey,
.w3-hover-text-dark-grey {
  -webkit-transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
  transition: background-color 0.3s, color 0.15s, box-shadow 0.3s, opacity 0.3s;
}
.w3-sidenav {
  height: 100%;
  width: 200px;
  background-color: #fff;
  position: fixed!important;
  z-index: 1;
  overflow: auto;
}
.w3-sidenav a {
  padding: 4px 2px 4px 16px;
}
.w3-sidenav a:hover {
  background-color: #cccccc;
}
.w3-sidenav a,
.w3-dropnav a {
  display: block;
}
.w3-sidenav .w3-dropdown-hover:hover,
.w3-sidenav .w3-dropdown-hover:first-child,
.w3-sidenav .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000000;
}
.w3-sidenav .w3-dropdown-hover,
.w3-sidenav .w3-dropdown-click {
  width: 100%;
}
.w3-sidenav .w3-dropdown-hover .w3-dropdown-content,
.w3-sidenav .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}
.w3-main,
#main {
  transition: margin-left 0.4s;
}
.w3-dropnav {
  background-color: #ffffff;
}
.w3-dropnav a:hover {
  text-decoration: underline !important;
}
.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px;
}
.w3-closebtn {
  text-decoration: none;
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}
.w3-closebtn:hover,
.w3-closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.w3-pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.w3-pagination li {
  display: inline;
}
.w3-pagination li a {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 8px 16px;
}
.w3-pagination li a:hover,
.w3-pagination li a:focus {
  background-color: #cccccc;
}
.w3-input-group,
.w3-group {
  margin-top: 24px;
  margin-bottom: 24px;
}
.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #808080;
  width: 100%;
}
.w3-label {
  color: #009688;
}
.w3-input:not(:valid) ~ .w3-validate {
  color: #f44336;
}
.w3-select {
  padding: 4px 0;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  border-bottom: 1px solid #009688;
}
.w3-select select:focus {
  color: #000;
  border: 1px solid #009688;
}
.w3-select option[disabled] {
  color: #009688;
}
.w3-dropdown-click,
.w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block;
  z-index: 1;
}
.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
}
.w3-dropdown-content a {
  padding: 6px 16px;
  display: block;
}
.w3-dropdown-content a:hover {
  background-color: #cccccc;
}
.w3-accordion {
  width: 100%;
  cursor: pointer;
}
.w3-accordion-content {
  cursor: auto;
  display: none;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.w3-accordion-content a {
  padding: 6px 16px;
  display: block;
}
.w3-accordion-content a:hover {
  background-color: #cccccc;
}
.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
}
.w3-progressbar {
  background-color: #757575;
  height: 100%;
  position: absolute;
  line-height: inherit;
}
input[type=checkbox].w3-check,
input[type=radio].w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px;
}
input[type=checkbox].w3-check:checked + .w3-validate,
input[type=radio].w3-radio:checked + .w3-validate {
  color: #009688;
}
input[type=checkbox].w3-check:disabled + .w3-validate,
input[type=radio].w3-radio:disabled + .w3-validate {
  color: #aaaaaa;
}
.w3-responsive {
  overflow-x: auto;
}
.w3-container {
  padding: 0.01em 16px;
}
.w3-leftbar {
  border-left: 6px solid #cccccc !important;
}
.w3-rightbar {
  border-right: 6px solid #cccccc !important;
}
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
}
.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important;
}
.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196f3 !important;
}
.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87ceeb !important;
}
.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important;
}
.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important;
}
.w3-blue-grey,
.w3-hover-blue-grey:hover {
  color: #fff !important;
  background-color: #607d8b !important;
}
.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4caf50 !important;
}
.w3-light-green,
.w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important;
}
.w3-indigo,
.w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important;
}
.w3-khaki,
.w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important;
}
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important;
}
.w3-orange,
.w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important;
}
.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important;
}
.w3-pink,
.w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important;
}
.w3-purple,
.w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important;
}
.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important;
}
.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important;
}
.w3-sand,
.w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important;
}
.w3-teal,
.w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important;
}
.w3-yellow,
.w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important;
}
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #ffffff !important;
}
.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000000 !important;
}
.w3-grey,
.w3-hover-grey:hover {
  color: #000 !important;
  background-color: #9e9e9e !important;
}
.w3-light-grey,
.w3-hover-light-grey:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.w3-dark-grey,
.w3-hover-dark-grey:hover {
  color: #fff !important;
  background-color: #616161 !important;
}
.w3-pale-red,
.w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffe7e7 !important;
}
.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #e7ffe7 !important;
}
.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffd7 !important;
}
.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #e7ffff !important;
}
.w3-text-amber,
.w3-hover-text-amber:hover {
  color: #ffc107 !important;
}
.w3-text-aqua,
.w3-hover-text-aqua:hover {
  color: #00ffff !important;
}
.w3-text-blue,
.w3-hover-text-blue:hover {
  color: #2196f3 !important;
}
.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
  color: #87ceeb !important;
}
.w3-text-brown,
.w3-hover-text-brown:hover {
  color: #795548 !important;
}
.w3-text-cyan,
.w3-hover-text-cyan:hover {
  color: #00bcd4 !important;
}
.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover {
  color: #607d8b !important;
}
.w3-text-green,
.w3-hover-text-green:hover {
  color: #4caf50 !important;
}
.w3-text-light-green,
.w3-hover-text-light-green:hover {
  color: #8bc34a !important;
}
.w3-text-indigo,
.w3-hover-text-indigo:hover {
  color: #3f51b5 !important;
}
.w3-text-khaki,
.w3-hover-text-khaki:hover {
  color: #b4aa50 !important;
}
.w3-text-lime,
.w3-hover-text-lime:hover {
  color: #cddc39 !important;
}
.w3-text-orange,
.w3-hover-text-orange:hover {
  color: #ff9800 !important;
}
.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
  color: #ff5722 !important;
}
.w3-text-pink,
.w3-hover-text-pink:hover {
  color: #e91e63 !important;
}
.w3-text-purple,
.w3-hover-text-purple:hover {
  color: #9c27b0 !important;
}
.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
  color: #673ab7 !important;
}
.w3-text-red,
.w3-hover-text-red:hover {
  color: #f44336 !important;
}
.w3-text-sand,
.w3-hover-text-sand:hover {
  color: #fdf5e6 !important;
}
.w3-text-teal,
.w3-hover-text-teal:hover {
  color: #009688 !important;
}
.w3-text-yellow,
.w3-hover-text-yellow:hover {
  color: #d2be0e !important;
}
.w3-text-white,
.w3-hover-text-white:hover {
  color: #ffffff !important;
}
.w3-text-black,
.w3-hover-text-black:hover {
  color: #000000 !important;
}
.w3-text-grey,
.w3-hover-text-grey:hover {
  color: #757575 !important;
}
.w3-text-light-grey,
.w3-hover-text-light-grey:hover {
  color: #f1f1f1 !important;
}
.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover {
  color: #3a3a3a !important;
}
.w3-opacity,
.w3-hover-opacity:hover {
  opacity: 0.6;
}
.w3-text-shadow {
  text-shadow: 1px 1px 0 #444444;
}
.w3-text-shadow-white {
  text-shadow: 1px 1px 0 #dddddd;
}
.w3-card {
  border: 1px solid #cccccc;
}
.w3-card-2,
.w3-example {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.w3-card-4,
.w3-hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-8 {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-12 {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
}
.w3-card-16 {
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21) !important;
}
.w3-card-24 {
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22) !important;
}
.w3-animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite;
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.w3-animate-opacity {
  -webkit-animation: opac 4s;
  animation: opac 4s;
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w3-animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.w3-animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s;
}
@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.w3-animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s;
}
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.w3-animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s;
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.w3-animate-zoom {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-animate-input {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.w3-animate-input:focus {
  width: 100% !important;
}
.pod-container {
  background-color: #81C0DF;
  border: 1px solid #81C0DF;
  border-radius: 5px;
}
.pod-container .content {
  color: #F5F5F5 !important;
}
.pod-container .content h3 {
  font-size: 24px;
  font-weight: normal !important;
}
.pod-container .content a {
  color: #F5F5F5 !important;
}
.clean {
  text-decoration: none;
  outline: none;
}
.form-control-plus {
  line-height: 0px !important;
  top: 2px !important;
  right: 0px !important;
}
.form-control-less {
  width: 90% !important;
}
.md-pos {
  margin-top: 25px;
}
.margr {
  margin-right: 25px;
}
.registration-form {
  margin-top: 20px;
  color: #f5f5f5;
}
.registration-form .form-control {
  font-size: 16px;
  background-color: #81C0DF;
  color: #f5f5f5;
  border-radius: 5px;
  border-width: 0;
  padding: 6px 12px;
  height: 40px;
  outline: none !important;
  outline-color: transparent;
}
.registration-form .glyphicon {
  color: #FFFFFF;
  top: 0px;
}
.registration-form .checkbox input[type="checkbox"] {
  float: none;
  margin-right: 5px;
}
.registration-form .btn-register {
  width: 100%;
  color: #f5f5f5;
  background-color: #81C0DF;
  border-color: #81C0DF;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.registration-form .forgot-password {
  color: #f5f5f5;
}
.registration-form ::-webkit-input-placeholder {
  color: #f5f5f5;
}
.registration-form :-moz-placeholder {
  /* Firefox 18- */
  color: #f5f5f5;
}
.registration-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #f5f5f5;
}
.registration-form :-ms-input-placeholder {
  color: #f5f5f5;
}
.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: none;
  opacity: 0.8;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  width: 770px !important;
  height: 257px !important;
  position: absolute;
  margin-left: 50%;
  margin-top: 10%;
  /* Default */
  /* Center the dialog */
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #efefef;
  box-shadow: 2px 0 20px 10px rgba(0, 0, 0, 0.2);
}
.ng-modal-body {
  position: absolute;
  max-height: 70%;
  max-width: 98%;
  overflow: auto;
}
.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}
.student_act span {
  display: block ! important;
  margin-bottom: 5px;
  margin-left: 18px;
}
.student_act input[type='checkbox'] {
  margin-left: -16px ! important;
}
.student_act td {
  width: 25%;
  float: left ! important;
  word-wrap: break-word ! important;
}
.btn-on {
  color: green;
}
.btn-off {
  color: red;
}
.pad_20 {
  padding-top: 20px ! important;
}
.title_18 {
  font-size: 17px;
}
.success {
  background-color: #009900;
}
.success:disabled {
  opacity: 1.05;
}
.danger {
  background-color: #c9302c;
}
.danger:hover {
  background-color: #d45552;
}
.rounded-label {
  top: 8px ! important;
  font-size: 14px;
}
.gly-pos {
  position: inherit ! important;
}
.label-info {
  background-color: #1684a4;
}
.label-warning {
  background-color: #dd7a7a;
}
.pd_top8 {
  padding-top: 8px ! important;
}
.lang-align {
  margin-left: 23px;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}
.ng-modal-footer {
  position: absolute;
  top: calc(78%);
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
}
/* Angular Bootstrap Calendar UI changes*/
/*calendar event css starts */
.event-green {
  background-color: #017a25;
}
.event-light_green {
  background-color: #51f229;
}
.event-red {
  background-color: #ff0000;
}
.event-blue {
  background-color: #0905ff;
}
.event-brown {
  background-color: #a03901;
}
.event-pink {
  background-color: #f605ff;
}
.event-list {
  right: 30px;
}
.event {
  height: 16px;
  width: 16px;
}
.badge-important {
  background-color: #f97a02;
}
.img_selected {
  border: 5px solid black;
}
/*calendar event css ends */
.cal-cell {
  padding: 10px;
  color: #fefefe;
}
.cal-month-day span {
  color: #3399cc;
}
.cal-month-day {
  background: #e7e9fd none repeat scroll 0 0;
  border-radius: 10px;
  height: 80px;
}
.cal-month-day {
  height: 80px;
  background: #e7e9fd;
  border-radius: 10px;
}
.cal-cell1.ng-binding.ng-scope {
  color: #3399cc;
}
.cal-cell1.cal-cell:hover,
.cal-row-fluid.cal-before-eventlist:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.cal-month-box.cal-cell {
  min-height: 80px;
  border-right: none;
  position: relative;
}
.cal-month-box .cal-row-fluid {
  border-bottom: none;
  margin-left: 0px;
  margin-right: 0px;
}
#cal-week-box {
  display: none !important;
}
.cal-month-box .cal-day-today {
  background-color: #3399cc;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.cal-year-box .cal-day-today {
  background-color: #3399cc;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.cal-day-today span[data-cal-date] {
  color: white;
}
.cal-row-fluid.cal-row-head.ng-scope {
  background: lightgrey none repeat scroll 0 0;
  border-radius: 10px;
}
.cal-month-box {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}
.text-center.ng-binding {
  background: #3399cc none repeat scroll 0 0;
  border-radius: 5px;
  color: threedface;
  margin-top: 25px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.btn.btn-default.text-center.ng-binding {
  margin-top: -1px;
}
.cal-year-box {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background: ghostwhite;
}
.cal-year-box .row:hover,
.cal-row-fluid:hover {
  background-color: none !important;
}
.cal-year-box span {
  color: #3399cc;
}
.cal-year-box .span3.col-md-3.col-xs-6.cal-cell {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}
.cal-year-box .span3.col-md-3.col-xs-6.cal-cell.cal-day-today {
  border-radius: 10px;
}
.cal-week-box .cal-row-fluid.cal-row-head {
  background: ghostwhite !important;
}
.cal-week-box .cal-cell1 span {
  color: #3399cc;
}
.cal-day-hour-part-time {
  float: none !important;
}
.cal-week-box .cal-cell-today .cal-cell {
  background-color: white;
}
.cal-day-tick {
  background-color: #555555;
}
.cal-slide-content {
  border-radius: 10px;
}
.panel-heading .panel-title:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e082";
  float: right;
  opacity: 0.6;
}
.panel-heading.collapsed .panel-title:after {
  /* symbol for "collapsed" panels */
  content: "\e081";
}
.pad-left {
  padding-left: 15px;
}
.panel-item {
  padding: 30px;
}
.panel .nav-tabs {
  margin-top: 1px;
}
.panel .tab-pane {
  padding-bottom: 15px;
}
.padding10,
.btn.padding10 {
  padding: 10px;
}
.padding20,
.btn.padding20 {
  padding: 20px;
}
.padding30,
.btn.padding30 {
  min-width: 110px;
  padding: 30px;
  display: block;
}
.v-center-container {
  display: table;
}
.v-center {
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.table-fixed thead {
  width: 97%;
}
.table-fixed thead th {
  height: 30px;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed tbody td,
.table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}
.alerts {
  position: fixed;
  width: 300px;
  right: 30px;
  top: 30px;
  z-index: 10;
}
.alerts > .alert-dismissable {
  position: relative;
  z-index: 11;
  min-width: 250px;
}
/* refresh plugin */
.refresh-container {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(200, 200, 200, 0.25);
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  z-index: 4;
}
.refresh-spinner {
  margin-top: 20%;
  opacity: 0.8;
}
/*profile confirm wrapper */
.confirm-wrapper-profile {
  display: none;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -2000px;
  margin: 0px;
}
.confirm-wrapper-profile.in {
  display: block;
}
.confirm-wrapper-profile .confirm-content {
  text-align: center;
  width: 450px;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  top: 40%;
  padding: 20px;
  left: 78%;
  margin-left: -210px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.confirm-wrapper-profile .message {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
}
/*warning confirm wrapper */
.confirm-wrapper-warning {
  display: none;
  position: absolute;
  top: -30px;
  background-color: rgba(0, 0, 0, 0.4);
  left: -30px;
  right: -30px;
  bottom: -2000px;
  margin: 0px;
}
.confirm-wrapper-warning.in {
  display: block;
}
.confirm-wrapper-warning .confirm-content-warning {
  text-align: center;
  width: 450px;
  height: 150px;
  background-color: #FFF;
  position: fixed;
  top: 40%;
  padding: 20px;
  left: 78%;
  margin-left: -210px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}
.confirm-wrapper-warning .message {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .confirm-wrapper-warning .confirm-content-warning {
    text-align: center;
    width: 265px;
    height: 150px;
    background-color: #FFF;
    position: fixed;
    top: 30%;
    padding: 20px;
    left: 78%;
    margin-left: -210px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
  }
}
@media (max-width: 800px) {
  .confirm-wrapper-profile .confirm-content {
    text-align: center;
    width: 265px;
    height: 150px;
    background-color: #FFF;
    position: fixed;
    top: 30%;
    padding: 20px;
    left: 78%;
    margin-left: -210px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
  }
}
@media (max-width: 800px) {
  .confirm-wrapper-center {
    display: none;
    position: absolute;
    top: -30px;
    background-color: rgba(0, 0, 0, 0.4);
    left: -30px;
    right: -30px;
    bottom: -2000px;
    margin: 0px;
  }
  .confirm-wrapper-center.in {
    display: block;
  }
  .confirm-wrapper-center .confirm-content-center {
    text-align: center;
    width: 265px;
    height: 150px;
    background-color: #FFF;
    position: fixed;
    top: 30%;
    padding: 20px;
    left: 55%;
    margin-left: -210px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
  }
  .confirm-wrapper-center .message {
    height: 60px;
    font-size: 16px;
    font-weight: bold;
  }
}
@media (max-width: 800px) {
  .confirm-wrapper-center1 {
    display: none;
    position: absolute;
    top: -30px;
    background-color: rgba(0, 0, 0, 0.4);
    left: -30px;
    right: -30px;
    bottom: -2000px;
    margin: 0px;
  }
  .confirm-wrapper-center1.in {
    display: block;
  }
  .confirm-wrapper-center1 .confirm-content-center1 {
    text-align: center;
    width: 265px;
    height: 150px;
    background-color: #FFF;
    position: fixed;
    top: 30%;
    padding: 20px;
    left: 55%;
    margin-left: -210px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.6);
    border-radius: 4px;
  }
  .confirm-wrapper-center1 .message {
    height: 60px;
    font-size: 16px;
    font-weight: bold;
  }
}
/* Pointing Hand Cursor */
.hand-cur {
  cursor: pointer;
}
/* Active School CSS */
.activeschool {
  color: #2C121B;
  margin-left: 50px;
  margin-top: 34px;
  font-weight: normal;
  font-size: 23px;
}
/* tags position adjustment CSS */
.white-space-normal-tags {
  white-space: normal;
}
.visible-xs .img-mobile {
  margin-bottom: -14px !important;
  margin-left: -5px;
}
.visible-xs .goal-style1 {
  margin-left: 15px;
  font-size: 10px;
}
.visible-xs .goal-style2 {
  margin-left: 10px;
  font-size: 10px;
}
.visible-xs .divider_goal {
  top: 68%;
  bottom: 5%;
  border-left: 1px solid #000;
  margin-left: 10px;
}
.visible-xs .divider_view1,
.divider_view1,
.visible-xs .divider_view2,
.divider_view2 {
  border-left: 1px solid #000;
  margin-left: 5px;
}
.visible-xs .goal-progress,
.goal-progress {
  margin-top: 25px;
  color: #2C121B;
  margin-bottom: -6px;
}
.visible-xs .switch-goal {
  font-size: 10px;
  float: right;
  margin-right: 18px;
}
.visible-xs .img-top {
  border-bottom: 2px solid #000;
}
.name-style {
  font-size: 16px;
}
.visible-xs .prog {
  margin-top: -21px !important;
  margin-left: 3px !important;
}
.visible-xs .top-side {
  margin-top: 11px;
}
.visible-xs .stud-progress {
  margin-top: 7px;
  margin-left: 0px;
}
.visible-xs .img-width {
  width: 40% !important;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.visible-xs .stoplight-row {
  display: flex;
}
.visible-xs .progress-body {
  height: 225px;
}
.visible-xs .view-msg {
  font-size: 10px;
  margin-left: 40px;
}
.visible-xs .send-msg {
  font-size: 10px;
  margin-left: 5px;
}
.visible-xs .change-goal {
  font-size: 10px;
  margin-left: 5px;
}
/* Create two equal columns that sits next to each other */
.visible-xs .column {
  flex: 50%;
  padding: 10px;
  height: 173px;
  /* Should be removed. Only for demonstration */
}
.visible-xs .goal-img {
  width: 100% !important;
  margin-left: -10px;
}
.visible-xs .goaldetail-img {
  width: 88% !important;
}
.visible-xs .content-align {
  text-justify: inter-word;
}
.visible-xs .title-line {
  margin-top: -13px;
  margin-left: 5px;
  margin-right: 5px;
}
.visible-xs .btn-mob {
  width: 100%;
  height: 46px;
  background-color: #2C121B;
  border-color: #2C121B;
}
.visible-xs .g-detail,
.g-detail {
  margin-top: 15px;
  margin-right: 6px;
  margin-bottom: 10px;
  margin-left: 6px;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #000;
}
.visible-xs .goal-subtitle1 {
  margin-top: -6px;
  margin-left: 6px;
}
.visible-xs .goal-subtitle2 {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: -40px;
}
.visible-xs .goal-bullet {
  margin-left: 22px;
  margin-top: -6px;
  margin-bottom: 10px;
}
.visible-xs .back-home {
  margin-top: -28px;
  margin-bottom: 4px;
  font-size: 12px;
}
/*left side alignment for student progress*/
.visible-xs .navbar-header {
  margin-bottom: 10px;
}
.visible-xs .navbar-toggle {
  float: left !important;
}
.visible-xs .navbar-brand {
  margin-top: 5px;
}
.visible-xs .navbar-ex1-collapse {
  height: 100%;
}
.visible-xs .sidenav {
  height: 100% !important;
  max-width: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  color: white !important;
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.visible-xs .sidenav li {
  text-decoration: none;
  font-size: 14px;
  color: white;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #BFB3B3;
  padding-top: 0px;
  padding-bottom: px;
}
.visible-xs .sidenav li:hover {
  color: #f1f1f1;
}
.visible-xs .sidenav .closebtn {
  position: absolute;
  top: 6px;
  margin-left: 50px;
  color: white;
  right: 10%;
  font-size: 25px;
  text-decoration: none;
}
.visible-xs #Sidebar {
  width: 75%;
  background-color: #EDE7DF;
  margin-top: -68px;
  margin-left: -15px;
  height: 113.5%;
  overflow-x: scroll;
}
.visible-xs .side-nav1 {
  background-color: #2C121B !important;
  margin: 0px !important;
  color: #333 !important;
}
.visible-xs .navbar-nav {
  margin: 0px !important;
}
.navbar-inverse {
  background-color: #FFF;
  padding-bottom: 10px;
  border-width: 0 0 2px;
}
.visible-xs .navbar-toggle .icon-bar {
  background-color: #333;
}
.visible-xs .navbar-toggle {
  border: none !important;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 4px !important;
  margin-top: 22px;
}
.visible-xs .navbar-toggle:hover {
  background-color: white;
}
.visible-xs .navbar-nav > .active > a {
  background-color: #E36221;
  color: #FFFFFF;
}
.visible-xs .navbar-nav > .open > a {
  background-color: #E36221;
  color: #FFFFFF !important;
}
.navbar-nav > .open .plus-expand {
  color: #FFFFFF !important;
}
.visible-xs .navbar-nav .open .dropdown-menu .divider {
  border-bottom: 0px solid transparent;
}
.visible-xs .navbar-nav .dropdown-menu .stud {
  background-color: white !important;
  color: #000000 !important;
  padding-left: 15px;
}
.visible-xs .stud {
  background-color: white !important;
  color: #000000 !important;
  padding-left: 15px;
}
.visible-xs .navbar-nav .open .dropdown-menu {
  background-color: white;
}
.visible-xs .dropdown-menu .logout {
  border-bottom: 0px;
}
.visible-xs .topuser {
  padding-top: 26px;
  padding-right: 30px;
  font-size: 16px;
}
.visible-xs .logo {
  padding-left: 4px;
}
.visible-xs .topbell {
  padding-left: 0px;
  padding-top: 27px;
  font-size: 18px;
}
.visible-xs .topenvelope {
  padding-top: 26px;
  padding-left: 20px;
  font-size: 19px;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.visible-xs .navbar-nav .open .dropdown-menu > li > a {
  line-height: 24px;
}
.visible-xs .sidebar-image {
  width: 14%;
  height: 35px;
  float: left;
  margin-top: 6px;
  margin-left: -10px;
}
.plus-expand {
  float: right;
  color: #2C121B;
}
.visible-xs .dropdown .user-dropdown .open {
  color: white;
}
.visible-xs .topbar-secondary {
  margin-top: 16px;
  left: 0px;
  right: 0px;
  height: 40px;
  position: fixed;
  top: 51px;
  z-index: 1029;
  line-height: 40px;
  background-color: #EDE7DF;
  border-bottom: 2px solid #2C121B;
  box-shadow: 0px 2px 1px transparent;
}
.visible-xs .topbar-secondary .back-button {
  background-color: transparent;
  border-right: 0px;
}
.visible-xs .single-message-wrapper .discussion-reply-form .textarea-wrapper textarea {
  max-height: 100px;
  max-width: 200%;
  border-right: 1px solid transparent;
}
.visible-xs .single-message-wrapper .discussion-reply-form .reply {
  height: 70px;
  width: 200%;
}
.visible-xs .pull-right .user-avatar .user-avatar-small {
  background-color: #F9F5EF !important;
  margin-top: -70px !important;
}
.visible-xs .conversation-tab {
  color: #2C121B;
  font-family: HelveticaNeueMedium;
  margin-top: 13px;
}
.visible-xs .navbar-brand > img {
  margin-left: -5px !important;
}
.visible-xs .slide-up {
  margin-bottom: -330px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-xs .navbar-toggle {
    padding-left: 0px;
  }
  .visible-xs .topuser {
    padding-left: 15px;
  }
  .visible-xs .logo {
    margin-left: -5px !important;
  }
  .visible-xs.topbell {
    padding-left: 14px !important;
  }
  .visible-xs #Sidebar {
    width: 75%px;
    background-color: #EDE7DF;
    margin-top: -68px;
    height: 101%;
    margin-left: -15px;
    position: fixed;
  }
  .visible-xs .sidenav {
    width: 100%px;
  }
  .visible-xs .sidenav .closebtn {
    top: 0px;
    font-size: 34px;
    right: 8%;
  }
  .visible-xs .sidebar-image {
    width: 13%;
    height: 30px;
    float: left;
    margin-top: 8px;
    margin-left: 0px;
  }
  .visible-xs .sidebar-name {
    margin-bottom: -3px;
    margin-top: 13px;
    margin-left: 40px;
  }
  .visible-xs .student_act span {
    margin-bottom: 0px !important;
    margin-left: -17px !important;
  }
  .visible-xs .progress-body {
    height: 150px !important;
  }
  .visible-xs .slide-up {
    margin-bottom: -330px !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-xs .navbar-brand > img {
    margin-left: 8px !important;
  }
  .visible-xs #Sidebar {
    width: 75%px;
    height: 101.5%;
    margin-left: -15px;
    position: fixed;
  }
  .visible-xs .sidenav {
    width: 100%;
  }
  .visible-xs .sidebar-image {
    width: 11%;
  }
  .visible-xs .progress-body {
    height: 230px !important;
  }
  .visible-xs .slide-up {
    margin-bottom: -425px !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .visible-xs .progress-body {
    height: 245px !important;
  }
  .visible-xs .slide-up {
    margin-bottom: -490px !important;
  }
  .visible-xs .navbar-brand > img {
    margin-left: 16px !important;
  }
  .visible-xs .topenvelope {
    padding-left: 30px !important;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) {
  .visible-xs .topenvelope {
    padding-left: 35px;
  }
}
@media only screen and (min-device-width: 568px) and (max-device-width: 320px) {
  .visible-xs .navbar-brand > img {
    margin-left: 50px !important;
  }
}
.visible-xs .student-messages {
  border: none !important;
  margin-left: 25px !important;
  margin-bottom: 2px;
}
.visible-xs .studentrow {
  border-bottom: 1px solid #2C121B !important;
}
.visible-xs .counselor-header .label-danger {
  margin-top: -10px !important;
  margin-left: -50px !important;
  border-radius: 0px !important;
  background-color: #F26F13 !important;
}
.visible-xs .student-messages .user-avatar img {
  margin-left: -45px;
}
.visible-xs .student-messages .counselor-header {
  cursor: default !important;
}
.visible-xs .student-messages .counselor-header .counselor-name {
  margin-top: -7px !important;
  margin-bottom: -1px !important;
  font-size: 16px;
}
.visible-xs .student-messages .counselor-header .counselor-title {
  font-size: 12px;
}
.visible-xs .student-messages .section {
  padding-top: 5px;
  font-size: 17px;
}
.visible-xs .student-messages .divider,
.stu-list-msg .divider,
.schl-admin-msg .divider {
  border-left: 1px solid black;
  margin-left: 10px;
}
.visible-xs .student-messages .sec-icon,
.stu-list-msg .sec-icon,
.schl-admin-msg .sec-icon {
  margin-left: 15px;
}
.visible-xs .student-messages .sub-section {
  margin-left: 30px;
}
.visible-xs .student-messages .divider-sec,
.stu-list-msg .divider-sec,
.schl-admin-msg .divider-sec {
  border-left: 1px solid black;
  margin-left: 10px;
}
.visible-xs .user-avatar.user-avatar-small img {
  max-height: 100px !important;
  max-width: 50px !important;
}
.visible-xs .clearfix .student_name {
  margin-top: 0px;
  margin-left: -25px;
  font-weight: bold;
  max-height: 75px;
  overflow-y: scroll;
}
.visible-xs .students-message-list > li {
  border-bottom: 1px solid #333;
}
.visible-xs .students-message-list > li:last-child {
  border-top: 0px none !important;
  border-bottom: 1px solid transparent !important;
}
.visible-xs .students-message-list {
  border: 0px;
}
.visible-xs .reply {
  border-radius: 0px;
  margin-left: -8px;
  border-bottom: 1px;
  margin-top: -19px;
  height: 70px;
  background-color: white;
}
.visible-xs .single-message-wrapper .discussion-reply-form form .btn {
  height: 32px;
  width: 45px;
  float: right;
  margin-top: 8px;
}
.visible-xs .single-message-wrapper .discussion-reply-form form {
  position: fixed;
  height: 50px;
}
.visible-xs .counselor_name {
  padding-top: 16px;
  font-weight: bold;
  margin-top: -70px;
  max-height: 75px;
  overflow-y: scroll;
}
.visible-xs .navbar-nav > li > a {
  color: #000000;
  font-weight: normal;
}
.visible-xs #footer {
  height: 35px;
  background-color: #2C121B;
  color: white;
  font-size: 17px;
}
.visible-xs #reply-footer {
  height: 35px;
  background-color: #2C121B;
  color: white;
  font-size: 17px;
}
.visible-xs .send_msg {
  float: right;
  font-size: 13px !important;
  color: white;
  cursor: pointer;
}
.visible-xs .send_msg[disabled] {
  float: right;
  font-size: 13px !important;
  color: #757070;
  cursor: pointer;
}
.visible-xs .student_footer {
  margin-top: 7px;
}
.visible-xs .msg-row {
  border-bottom: 2px solid #000000;
  background-color: #EDE7DF;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) {
  .visible-xs .bottom {
    width: 100%;
    border: 1px solid #bfbebe;
    background-color: white;
    position: fixed;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1049;
    height: 0px;
    left: 0;
    bottom: 0;
  }
  .bottom.in {
    bottom: 0 !important;
    height: 100%;
  }
  .bottom button.close {
    padding: 15px;
    opacity: 0.7;
    color: #2C121B;
  }
}
.visible-xs .new-header {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #EDE7DF;
  height: 50px;
}
.visible-xs .new-message-body,
.msg-body {
  width: 125%;
  margin-left: -32px;
  height: 50px;
  border-bottom: 1px solid black;
  height: 100px;
}
.visible-xs .counselor-select,
.coun-select {
  margin-left: -22px;
  background-color: white;
  border: 0px;
  height: 30px;
  -webkit-appearance: none;
  width: 60%;
  color: #2C121B;
}
.visible-xs .counselor-dropdown,
.coun-dropdown {
  margin-left: -6%;
  font-size: 20px;
  cursor: pointer;
}
.visible-xs .sidebar-title {
  margin-left: 11px;
  font-weight: bold;
  font-size: 15px;
  margin-top: 18px;
}
.visible-xs .counselor-option {
  margin-left: -20px;
  font-size: 11px;
}
.visible-xs .right-sidebar .close {
  margin-top: 6px;
  opacity: 0.6;
  font-size: 18px;
}
.visible-xs .arow_plus {
  display: block;
}
.visible-xs .arow_minus {
  display: none;
}
.welcome-text {
  color: #2C121B;
  font-size: 15px;
  font-family: HelveticaNeueMedium;
  margin-top: 10%;
}
.login-form {
  color: #808080;
}
.login-form .form-control {
  background-color: #FFFFFF;
  padding: 30px 12px;
  border: 1px solid #b7b6b6;
  color: grey;
  border-radius: 1px;
  margin-bottom: 15px;
}
.login-form .password {
  margin-top: 25px;
}
.login-form ::-webkit-input-placeholder {
  color: #808080;
}
.login-form :-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}
.login-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}
.login-form :-ms-input-placeholder {
  color: #808080;
}
.login-form .forgot-password {
  color: #000000;
  text-decoration: underline;
}
.login-form .btn-login {
  background-color: #2C121B;
  border-color: #2C121B;
  border-radius: 1px;
  height: 46px;
}
.login-form .create-account {
  margin-top: 35px;
  color: #2C121B;
  font-size: 16px;
  font-weight: bold;
}
.login-form .account {
  color: #2C121B;
  font-weight: normal;
  text-decoration: underline;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 20px 0 0 13px;
  transition: all 200ms;
  opacity: 0.7;
  color: #6f6a6a;
  font-size: 16px;
}
.form-control:focus + .form-control-placeholder,
input:not(:focus):valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 0.5;
  top: 20px;
}
.visible-xs .floating-form {
  width: 320px;
}
/****  floating-Lable style start ****/
.floating-label {
  position: relative;
  margin-bottom: 20px;
}
.floating-input,
.floating-select {
  font-size: 16px;
  padding: 4px 12px;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
  border-bottom: 2px solid #5264AE;
}
.floating-label label {
  color: #757373;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  left: 28px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  opacity: 0.9;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: 5px;
  font-size: 12px;
  color: #6f6a6a;
  opacity: 0.6;
}
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -18px;
  font-size: 12px;
  color: #5264AE;
}
.top-bar {
  border-bottom: 2px solid #000;
  background-color: #EDE7DF;
  padding-top: 15px;
  padding-bottom: 5px;
  border-top: 0px solid #000;
}
.top-bar .page-title {
  font-weight: bold;
}
.visible-xs .profile-form,
.profile-form {
  margin-top: 10px;
}
.visible-xs .profile-form .personal-detail,
.profile-form .personal-detail {
  margin-top: 15px;
}
.visible-xs .profile-form .personal-info,
.profile-form .personal-info {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  border-bottom: 1px solid #000;
}
.visible-xs .profile-form .form-control,
.profile-form .form-control {
  height: 56px;
  border-radius: 0px;
  border: 1px solid #b0a8a8;
}
.visible-xs .english {
  font-size: 12px;
  font-weight: bold;
}
.visible-xs .profile-checkbox {
  margin: 4px 0px 0px -13px;
}
.visible-xs .contact-student {
  margin-top: 25px;
}
.visible-xs .mob-last {
  margin-bottom: 30px;
}
.visible-xs .align-check {
  margin-top: -25px;
  margin-left: 10px;
  color: #000;
}
.visible-xs .align-check2 {
  margin-top: -23px;
  margin-left: 25px;
  color: #000;
}
.visible-xs .align-check3 {
  margin-left: 44px;
  margin-top: -25px;
  color: #000;
}
.visible-xs .student_act span {
  margin-bottom: 0px !important;
  margin-left: -17px !important;
}
.visible-xs .student_act td {
  width: 100% !important;
}
.visible-xs .student_act input[type="checkbox"] {
  margin-left: 15px !important;
}
.visible-xs .interest-info {
  margin-bottom: -15px !important;
}
.visible-xs .personal-detail .active,
.visible-xs .personal-detail .inactive {
  font-size: 18px;
  cursor: pointer;
}
.visible-xs .personal-detail .active,
.visible-xs .personal-detail .inactive {
  font-size: 18px;
  cursor: pointer;
}
.visible-xs .personal-detail i.active {
  color: #E36221;
}
.visible-xs .personal-detail i.inactive {
  color: #E36221;
}
.visible-xs .content {
  margin-top: -15px;
  margin-bottom: 100px;
}
.visible-xs .protfolio-btn {
  margin-bottom: 20px;
  margin-left: 0px;
}
.visible-xs .protfolio-btn .btn-academic {
  width: 31%;
  height: 46px;
  margin-right: 1%;
  border-radius: 0px;
  background-color: #2C121B;
  border-color: #2C121B;
  color: #A68792;
}
.visible-xs .protfolio-btn .btn-activities {
  width: 31%;
  height: 46px;
  margin-right: 1%;
  border-radius: 0px;
  background-color: #2C121B;
  border-color: #2C121B;
  color: #A68792;
}
.visible-xs .protfolio-btn .btn-athletics {
  width: 31%;
  height: 46px;
  margin-right: 0px;
  border-radius: 0px;
  background-color: #2C121B;
  border-color: #2C121B;
  color: #A68792;
}
.visible-xs .protfolio-btn .active {
  background-color: #E36221;
  border-color: #E36221;
  color: #FFFFFF;
}
.visible-xs .ng-modal-dialog {
  width: 120% !important;
  margin-top: 260px;
}
.visible-xs .pad_20 {
  text-align: center;
}
.visible-xs .pad_20 .modal-save {
  background-color: #2C121B;
  border-color: #2C121B;
  border-radius: 0px;
  width: 26%;
  height: 35px;
}
.visible-xs .pad_20 .modal-cancel {
  background-color: #FFF;
  border-color: #2C121B;
  border-radius: 0px;
  width: 26%;
  height: 36px;
  color: #2C121B;
  padding-left: 5px;
}
/* side bar changes after navctl issue start*/
.visible-xs .navbar-nav > li > a:hover,
.visible-xs .navbar-nav > li > a:focus {
  color: white;
  background-color: #E36221;
}
.visible-xs .navbar-nav > .open > a,
.visible-xs .navbar-nav > .open > a:hover,
.visible-xs > .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #E36221 ! important;
  color: white ! important;
}
.visible-xs .navbar-nav > li > a:hover,
.visible-xs .navbar-nav > li > a:focus {
  color: #2C121B;
}
.visible-xs .navbar-nav > .active > a,
.visible-xs .navbar-nav > .active > a:hover,
.visible-xs > .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #E36221;
  color: white;
}
.visible-xs .navbar-nav > .inactiveLink > a {
  background-color: #bdbdbd!important;
  color: black!important;
}
.navbar-nav > .inactiveLink {
  background-color: #bdbdbd!important;
  color: black!important;
}
/*side bar changes after navctl issue  end */
.visible-xs .dropdown .panel-title {
  color: #000000;
  font-size: 14px;
}
.visible-xs .dropdown .panel-default > .panel-heading {
  background-color: #EDE7DF;
}
.visible-xs .drop .drop-profile {
  border-bottom: 1px solid #BFB3B3;
  margin-top: -15px;
  height: 46px;
  margin-left: -40px;
}
.visible-xs .drop .logout {
  border-bottom: 1px solid #BFB3B3;
  margin-bottom: -15px;
  height: 46px;
  margin-left: -40px;
}
.panel-heading .panel-title::after {
  font-size: 20px;
}
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}
#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}
#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #F00;
  background: rgba(255, 0, 0, 0.7);
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #F00 1px 0 6px 1px;
  -ms-box-shadow: #F00 1px 0 6px 1px;
  -webkit-box-shadow: #F00 1px 0 6px 1px;
  box-shadow: #F00 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}
#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}
@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*common css for bold font starts*/
.text-bold {
  font-weight: bold;
}
/*common css for font bold ends*/
/* css code applied only for desktop-view changes in counselor start*/
@media (max-width: 768px) {
  #page-wrapper {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .header-logo {
    width: 600px;
    height: 242px;
  }
  .navbar-inverse {
    background-color: #39c;
  }
  .top-navbar-inverse {
    background-color: #FFF;
  }
  .navbar-inverse .top-navbar-inverse {
    border-bottom: 3px solid black !important;
    padding-bottom: 10px;
    display: block;
  }
  .top-navbar-inverse {
    background-color: #FFF;
    padding-bottom: 10px;
    border-width: 0 0 2px;
  }
  #page-wrapper .content {
    margin-top: 42px;
  }
  .body-background {
    background-color: #EDE7DF;
  }
  .welcome-text {
    margin-top: 49px !important;
  }
  .login-form {
    margin-top: 23px !important;
  }
  .top-navbar-inverse .navbar-brand > img {
    width: 208px;
  }
  .top-navbar-inverse .navbar-brand {
    height: 84px;
  }
  .side-nav-counselor > li > a {
    color: #2C121B !important;
    font-weight: normal !important;
  }
  .side-nav-counselor > li > a {
    background-color: transparent !important;
  }
  .side-nav-counselor {
    float: left !important;
  }
  .top-navbar-inverse .side-nav {
    width: 280px;
    border-right: 4px solid black;
    scrollbar-width: thin;
  }
  .top-navbar-inverse .dropdown-toggle {
    font-size: 22px;
  }
  .side-nav-counselor .dropdown-counselor {
    margin-top: 0px;
    font-size: 14px;
  }
  .top-navbar-inverse .select_school {
    margin-left: 15px;
    font-size: 18px !important;
  }
  .sidebar-container {
    background-color: #2C121B !important;
    width: 285px !important;
    margin-top: 55px;
  }
  .side-nav-counselor {
    margin-top: 58px;
  }
  .activeschool {
    color: #2C121B;
    margin-left: 50px;
    margin-top: 34px;
    font-weight: normal;
    font-size: 23px;
  }
  .navbar-nav .dropdown-menu .stud-coun {
    background-color: white !important;
    color: #000000 !important;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
  }
  .stud-coun {
    background-color: white !important;
    color: #000000 !important;
    width: 280px !important;
  }
}
/* css code applied only for desktop-view changes in counselor end */
/* css code applied only for sidebar in desktop-view changes in counselor start */
@media (min-width: 768px) {
  .top-navbar-inverse .side-nav > .active > a {
    background-color: #E36221 !important;
    color: #FFF !important;
    width: 280px !important;
  }
  .top-navbar-inverse .side-nav {
    background-color: #2C121B;
    margin-top: 61px;
  }
  .top-navbar-inverse .side-nav li {
    background-color: #EDE7DF;
  }
  .top-navbar-inverse .side-nav .down-tab {
    background-color: #2C121B;
  }
  .top-navbar-inverse .side-nav .down-tab .down-tab-name {
    color: #FFF;
  }
  .top-navbar-inverse .side-nav .down-tab .dropdown-counselor {
    border-bottom: 1px solid transparent !important;
  }
  .top-navbar-inverse .navbar-header {
    margin-top: 10px;
  }
  .top-navbar-inverse {
    border-color: transparent;
    background-color: #FFF;
    border-bottom: 4px solid #000;
  }
  .top-navbar-inverse .side-nav > li > a {
    color: #2C121B !important;
    font-weight: normal;
    border-bottom: 1px solid #ccc !important;
    width: 280px !important;
  }
  .top-navbar-inverse .side-nav > .active > a {
    background-color: #E36221;
    color: #FFF;
  }
  .top-navbar-inverse .side-nav > li > a:hover {
    background-color: #E36221 !important;
    width: 280px;
  }
}
/* css code applied only for sidebar in desktop-view changes in counselor end*/
/* css code applied only for desktop-view changes in counselor student-progress tab start*/
.top-bar-nav {
  height: 59px;
  background-color: #2C121B;
  color: #FFF;
  margin-left: 0px;
  margin-right: -25px;
}
.msg-notify {
  margin-top: 20px;
  margin-left: 35px;
  font-size: 18px;
}
.counselor-btn .btn-counselor {
  width: 33%;
  background-color: #2C121B !important;
  border-color: #2C121B !important;
  height: 46px;
  border-radius: 0px;
  color: #A68792;
  font-weight: bold;
}
.counselor-btn .active {
  background-color: #E36221 !important;
  border-color: #E36221 !important;
  color: #FFF;
}
.goal-summary {
  border-bottom: 2px solid #000;
  margin-top: 18px;
}
.goal-tab {
  margin-left: 75px;
  margin-top: -55px;
}
.contain-connect {
  border: 3px solid #E36221;
  margin-top: 25px;
  margin-left: 35px;
  margin-right: 0px;
  width: 97%;
  background-color: #FFF;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  min-height: 1000px !important;
}
.stu_all {
  margin-top: 35px;
  font-size: 18px;
  color: #2C121B;
  font-weight: bold;
}
.search_couns {
  width: 39%;
  float: right;
  margin-right: 40px;
  margin-top: -40px;
  margin-bottom: 35px;
}
.search_counselor {
  border-radius: 0px;
  height: 56px;
}
.btn-search {
  float: right;
  padding: 6px 10px;
  margin-top: -56px;
  margin-right: -50px;
  background: #2C121B;
  color: #FFF;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 56px;
  width: 53px;
}
.stud-msg-counselor {
  border: 1px solid transparent;
}
.stud-msg-counselor .message-item {
  height: 77px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.color-green {
  border-left: 5px solid #2EA358;
  border-right: 5px solid #2EA358;
}
.color-yellow {
  border-left: 5px solid #FCD24D;
  border-right: 5px solid #FCD24D;
}
.color-red {
  border-left: 5px solid #AA1513;
  border-right: 5px solid #AA1513;
}
.stu-name {
  margin-top: 15px;
  margin-left: -15px;
}
.stu-user-name {
  font-size: 17px;
  color: #000;
}
.stu_grade {
  margin-top: -57px;
  margin-right: -20px;
  background: #EDE7DF;
  color: #2C121B;
  font-size: 17px;
  border: none;
  cursor: pointer;
  height: 75px;
  width: 110px;
  border-radius: 0px;
  font-weight: bold;
}
.divider-coun {
  border-left: 1px solid#ccc;
  margin-left: -55px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.confirm-content-watchlist {
  width: 595px !important;
  border: 1px solid black !important;
  top: 45% !important;
  height: 170px;
}
.confirm-content-watchlist .btn-primary {
  background-color: #2C121B;
  border-color: #2C121B;
  border-radius: 0px;
}
.confirm-content-watchlist .cancel-btn {
  background-color: #FFF;
  border-color: #2C121B;
  border-radius: 0px;
  color: #2C121B !important;
}
.confirm-content-watchlist .message {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 30px;
}
.fa-eye[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.page-click {
  border: 1px solid transparent;
}
.student-feedback input,
.student-feedback textarea {
  border: none;
  border-top: 1px solid#333;
  border-bottom: 1px solid#333;
  width: 104%;
  height: 56px;
}
.min-gutter {
  margin-bottom: -12px;
}
/*css code applied only for desktop-view changes in counselor student-progress tab */
/* new message in counselor desktop in student progress starts */
/*css for student new message modal starts*/
.student-msg .modal-dialog {
  width: 831px;
  margin-top: 8%;
}
.student-msg .modal-content {
  border-radius: 0px;
  border: 3px solid#2C121B;
}
.student-msg .modal-header {
  border-bottom: 2px solid#2C121B;
  height: 56px;
  background-color: #EDE7DF;
}
.student-msg .modal-header .close {
  color: #2C121B;
  width: 28px;
  height: 28px;
  font-size: 32px;
  opacity: 2;
}
.student-msg .has-feedback .form-control {
  border: 0px solid transparent;
  width: 825px;
  border-bottom: 1px solid black;
  border-radius: 0px;
  border-top: 1px solid black;
  height: 71px;
  margin-top: -15px;
  font-size: 16px;
}
.student-msg .modal-title {
  color: #2C121B;
  font-weight: bold;
  font-size: 20px;
}
.student-msg .canned {
  width: 826px;
  margin-left: -15px;
  color: #FFF;
}
.student-msg .canned .dropdown-toggle {
  color: #FFF;
  margin-left: -15px;
  height: 71px;
  background-color: #2C121B;
  width: 826px;
  border-radius: 0px;
}
.student-msg [data-toggle="collapse"].collapsed::after {
  transform: rotate(90deg);
  margin-right: 15px;
  margin-top: 20px;
}
.student-msg [data-toggle="collapse"]::after {
  transform: rotate(270deg);
  transition: all linear 0.25s;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
}
.modal-last.modal-footer {
  height: 71px;
  background-color: #2C121B;
  margin-bottom: -15px;
  border-top: 1px solid#2C121B;
}
.modal-last.modal-footer .icons {
  float: left;
  color: #FFF;
}
.modal-last.modal-footer .modal-icon {
  margin-left: 22px;
}
.modal-last.modal-footer .modal-msg[disabled] {
  color: #757070;
}
.modal-last.modal-footer .modal-msg {
  color: #FFF;
  font-size: 19px;
}
.modal-last.modal-footer .send-copy {
  margin-left: 4vh;
  font-size: 16px;
}
.modal-last.modal-footer .attach-file {
  margin-top: 5px;
  margin-left: -5px;
  color: #FFF;
}
.icon-opacity,
.delete-schl-query[disabled] {
  opacity: 0.2;
}
.can-list {
  border: 1px solid transparent;
  margin-left: -15px;
  width: 103.5%;
  overflow-x: scroll;
  height: 300px;
}
/*new message in counselor desktop in student progress ends*/
/* code for goal criteria in student progress starts*/
.goal-select {
  height: 55px;
  border-radius: 0px;
  border-color: #2C121B;
  margin-top: 60px;
}
.goal li a {
  color: #2C121B !important;
  font-weight: bold;
  text-decoration: none;
}
.goal li,
.main-content li {
  list-style-type: none;
  text-decoration: none;
}
.goal-content {
  margin-left: 35px;
  height: 90px;
}
/* code for goal criteria in student progress ends*/
/* student list for counselor login starts */
.student-head {
  margin-top: -10px;
  width: 25%;
}
.tot-stu {
  width: 72px;
  height: 50px;
}
.search_stud {
  width: 38%;
  float: right;
  margin-right: 50px;
  margin-bottom: 20px;
}
.top-bar-invite {
  color: #2C121B;
  background-color: #EDE7DF;
  border-bottom: 3px solid #2C121B;
  height: 53px;
  margin-right: -25px;
}
.invite_students .page-title {
  margin-top: 15px;
  color: #2C121B;
}
.simple-form {
  margin-top: 15px;
}
.btn-login {
  background-color: #2C121B;
  border-color: #2C121B;
  border-radius: 1px;
  height: 40px;
  width: 45% !important;
  margin-top: 10px;
  color: #FFF;
}
.btn-login:hover {
  background-color: #2C121B;
  color: #FFF;
}
.btn-login[disabled] {
  background-color: #2C121B;
  border-color: #2C121B;
}
.invite-tab {
  margin-left: 35px;
  margin-top: -30px;
}
/* student list for counselor login ends */
/* Counselor desktop-view manage code starts */
/* Counselor */
.manage-stud-dis {
  background-color: #2C121B;
  height: 153px;
  margin-top: 1px;
  margin-left: 0px;
  width: 100%;
}
.row .topbar-nav {
  height: 59px;
  background-color: #EDE7DF;
  color: #FFF;
  margin-left: -10px;
  margin-right: -25px;
  margin-top: -13px;
}
.manage-connect {
  background-color: white;
  width: 102%;
  margin-left: 0px;
  margin-top: 10px;
}
.title-manage {
  margin-top: 20px;
  margin-left: 35px;
  font-size: 14px;
  color: black;
}
.img-manage {
  margin-top: 27px;
  margin-left: -1px;
}
.img-cont {
  display: flex;
  align-items: center;
  margin-left: 31px;
}
.name-grade {
  margin-left: 30px;
  color: white;
  font-size: 30px;
}
.grade-manage {
  margin-top: 61px;
  margin-left: -195px;
  color: white;
  font-size: 18px;
}
.images-fawesome {
  margin-left: 689px;
  margin-top: -3px;
  color: black;
}
.icon-row {
  margin-top: 47px;
  margin-left: -24px;
}
.icon-info {
  margin-top: 9px;
  font-size: 22px;
}
.manage-goal {
  width: 114%;
  margin-left: 18px;
}
.edu-goal {
  margin-top: 150px;
  width: 40%;
  float: right;
  font-size: 18px;
}
.act-goal {
  border-bottom: 1px solid black;
  margin-left: 40px;
  margin-right: 60px;
  padding-bottom: 7px;
}
.act-goal-detail {
  margin-left: 40px;
  margin-right: 60px;
  margin-top: 10px;
}
.student-manage-msg .modal-dialog {
  width: 831px;
  margin-top: 8%;
}
.student-manage-msg .modal-content {
  border-radius: 0px;
  border: 2px solid#2C121B;
  margin-left: 32px;
  margin-right: 164px;
}
.student-manage-msg .modal-header {
  border-bottom: 2px solid#2C121B;
  height: 56px;
  background-color: #EDE7DF;
}
.student-manage-msg .modal-header .close {
  color: #2C121B;
  width: 28px;
  height: 28px;
  font-size: 32px;
  opacity: 2;
}
.student-manage-msg .has-feedback .form-control {
  border: 0px solid transparent;
  width: 825px;
  border-bottom: 1px solid black;
  border-radius: 0px;
  border-top: 1px solid black;
  height: 71px;
  margin-top: -15px;
  font-size: 16px;
}
.student-manage-msg .modal-title {
  color: #2C121B;
  font-weight: bold;
  font-size: 20px;
}
.student-manage-msg .canned {
  height: 71px;
  margin-bottom: -15px;
  background-color: #2C121B;
  color: #FFF;
}
.student-manage-msg .canned a {
  color: #FFF;
  font-size: 16px;
  margin-left: -413px;
}
.student-manage-msg [data-toggle="collapse"].collapsed::after {
  transform: rotate(90deg);
  margin-top: 15px;
}
.student-manage-msg [data-toggle="collapse"]::after {
  transform: rotate(270deg);
  transition: all linear 0.25s;
  margin-top: 15px;
}
.student-manage-msg .modal-grp.modal-footer {
  height: 71px;
  background-color: #2C121B;
  margin-bottom: -15px;
  border-top: 1px solid#2C121B;
}
.student-manage-msg .modal-grp.modal-footer .icons {
  float: left;
  color: #FFF;
}
.student-manage-msg .modal-grp.modal-footer .modal-icon {
  margin-left: 22px;
}
.student-manage-msg .modal-grp.modal-footer .modal-msg[disabled] {
  color: #757070;
}
.student-manage-msg .modal-grp.modal-footer .modal-msg {
  color: #FFF;
  font-size: 19px;
}
.student-manage-msg .modal-grp.modal-footer .send-copy {
  margin-left: 4vh;
  font-size: 16px;
}
.column {
  float: left;
  width: 5%;
  padding: 5px;
}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.manage-nav {
  overflow: hidden;
}
.manage-nav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 3px solid transparent;
}
.manage-nav a:hover {
  border-bottom: 3px solid #E36221;
}
.manage-nav a.active {
  border-bottom: 3px solid #E36221;
}
.row-icons {
  margin-top: -10px;
  float: right;
}
.row-icon1 {
  width: 90px;
}
.icon_list {
  margin-top: 200px;
}
.icon_list .clm-icons {
  margin-left: 66px;
}
.icon_list .clm-icons .count-one {
  margin-top: -10px;
  margin-left: 4px;
}
.icon_list .clm-icons .count-two {
  margin-top: -8px;
  margin-left: -2px;
}
.icon_list .clm-icons .count-three {
  margin-top: 0px;
  margin-left: -2px;
}
.act-goals {
  border-bottom: 1px solid black;
  margin-left: 40px;
  margin-right: 60px;
}
.two-icons {
  float: right;
}
.two-icons .pencil-icon {
  margin-left: 464px;
  font-size: 20px;
}
.two-icons .divider {
  border-left: 1px solid #000;
  margin-left: 3px;
}
.two-icons .circle-icon {
  margin-left: 15px;
  font-size: 20px;
}
.goal-switch {
  list-style-type: none;
  margin-left: 55px;
}
.goal-switch .btn-login {
  width: 100% !important;
  border-color: white;
  background-color: #2c121b;
  border-radius: 0px;
}
.goal-switch span {
  margin-right: 10px;
}
.manage-date .visible-lg {
  margin-right: 125px;
}
/* Counselor desktop-view manage code ends */
/* Counselor desktop-view group message code starts */
.msg-container {
  margin-top: 125px;
  border-top: 2px solid #000;
  background-color: #EDE7DF;
}
.msg-container .search {
  margin-right: 50px;
  margin-top: 15px;
}
.msg-container .head-tab {
  width: 38%;
  margin-left: -15px;
}
.sub-tab {
  margin-top: -10px;
}
.edit-msg {
  width: 25px;
  height: 26px;
  float: right;
  margin-top: 4px;
  margin-bottom: 5px;
  marrgin-right: -15px;
}
.btn-manage {
  float: right;
  width: 63%;
  color: #FFF;
}
.btn-manage:hover {
  color: #FFF;
}
.grp-image {
  margin-left: -18px;
  height: 60px;
}
.grp-image .sec-img {
  margin-top: -78px;
  margin-left: 20px;
}
.grp-msg {
  border: 1px solid transparent !important;
}
.grp-msg .group-msg-item {
  background-color: #FFF;
  margin-top: 7px;
}
.grp-msg .group-msg-item.active {
  background-color: #FDF8F4 !important;
  border: 2px solid #000 !important;
}
.grpmsg-date .visible-lg {
  color: #F26F13;
}
.msg-counters {
  background-color: #F26F13;
  text-align: right !important;
  margin: 0px -10px -10px -10px;
}
.group-message-detail.grp-msg-det {
  margin: 25px 0px;
}
.personal-msg .active,
.personal-msg .inactive {
  font-size: 18px;
  cursor: pointer;
}
.personal-msg .active,
.personal-msg .inactive {
  font-size: 18px;
  cursor: pointer;
}
.personal-msg i.active {
  color: #E36221;
}
.personal-msg i.inactive {
  color: #E36221;
}
.msg-counters .counter-box {
  font-weight: normal;
}
.collapse-data [data-toggle="collapse"]:after,
.trash-msg [data-toggle="collapse"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  transform: rotate(90deg);
  transition: all linear 0.25s;
  margin-top: 21px;
  float: right;
}
.collapse-data [data-toggle="collapse"].collapsed:after,
.trash-msg [data-toggle="collapse"].collapsed:after {
  transform: rotate(270deg);
}
.collapsing-data [data-toggle="collapse"]:after {
  opacity: 0.2;
}
.grp-msg-toggle .dropdown-toggle {
  background-color: #2C121B;
  color: white;
  border-radius: 0px;
  height: 65px;
}
.grp-msg-footer {
  font-size: 15px;
  color: #FFF;
}
.grp-msg-footer[disabled] {
  color: #757070;
}
.grp-icon {
  margin-left: 3vh;
}
.canned-msg {
  background-color: #FFF;
  margin-top: 6px;
}
.grp-can-list {
  float: left;
  color: black;
  background-color: #EDE7DF;
  border: 1px solid #000;
}
.a.list-group-item.active {
  background-color: #FFF;
}
.grp-save .cancel-btn {
  background-color: #FFF;
  border-color: #2C121B;
  border-radius: 0px;
  color: #2C121B;
  height: 40px !important;
  margin-top: 10px;
  width: 42%;
  float: right;
  margin-right: 35px;
}
.grp-save .cancel-btn:hover {
  color: #2C121B;
}
.grp-save .cancel-btn:focus {
  columns: #2C121B;
}
.manage-list {
  height: 75px;
  margin-bottom: 10px;
  border-radius: 0px;
  border-bottom: 1px solid #000;
}
.msg-grp-counters .counter-box {
  border-right: 1px solid #FFF;
  padding-left: 10px;
}
.msg-detail {
  float: right;
  margin-right: 0px;
  width: 62%;
  border-left: 2px solid #000;
}
.head-right {
  border-bottom: 2px solid #000;
  margin-left: -30px;
  height: 36.5px;
}
.divide-line {
  border-left: 1px solid #ccc;
  margin-left: 45px;
}
.settings-grp {
  margin-left: -15px;
  margin-top: 10px;
}
.settings-grp .list-img {
  width: 30px;
}
.save-grp {
  margin-left: 30px;
  color: #FFF;
  width: 42%;
}
.save-grp:hover {
  color: #FFF;
}
.list-border1 {
  border-top: 2px solid #000;
  background-color: #EDE7DF;
}
.list-border1 .search {
  margin-top: 25px;
  margin-bottom: 30px;
}
.list-border2 {
  border-bottom: 2px solid #000;
}
.grp-grade {
  margin-top: -60px;
  width: 100px;
  height: 72px;
  float: right;
  margin-right: -580px;
}
.color-black {
  color: #000;
}
.grp-name {
  margin-top: 15px;
}
.grp-email {
  margin-top: 15px;
  margin-left: -50px;
  width: 35%;
}
.grp-num {
  margin-top: 15px;
  margin-left: -35px;
  width: 35%;
}
.modal-grade {
  margin-top: 15px;
  margin-left: -35px;
}
a.manage-list.active,
a.manage-list.active:hover {
  border-color: #ddd;
  border-bottom: 1px solid #000;
  background-color: #FFF;
  color: #555;
}
.btn:focus {
  color: #FFF;
}
.grp-summary {
  margin-top: 25px;
}
.grp-row {
  margin-bottom: 10px;
}
.head-tab .page-title {
  border-bottom: 2px solid #000;
}
.searching-input {
  margin-top: 48px;
}
.search-body {
  margin-top: 15px;
}
.canned-msg-grp {
  margin-left: 65px;
}
.rec_total {
  margin-left: 50px;
  border-right: 1px solid black;
}
.rec_new {
  margin-left: 20px;
  border-right: 1px solid #000;
  width: 22%;
}
.rec_delete {
  margin-left: 25px;
  width: 15%;
}
.msg-rec {
  margin-top: -22px;
}
.goal-responsive {
  width: 45px;
  height: 45px;
}
.goal-responsive .goal-tab {
  margin-top: -50px;
}
/* Counselor desktop-view group message code ends */
/* profile page css code starts*/
/* Counselor desktop ui student single message css starts*/
.stu-msg {
  margin-left: 50px;
  border-right: 1px solid black;
}
.stu-msg .tab-student {
  margin-left: 20px;
}
.new-stu-msg {
  margin-left: 20px;
  border-right: 1px solid #000;
  width: 22%;
}
.new-stu-msg .tab-student {
  margin-left: 70px;
}
.del-stu-msg {
  margin-left: 25px;
  width: 15%;
}
.del-stu-msg .tab-student {
  margin-left: 45px;
}
.stu-msg-head {
  margin-top: -22px;
}
.stu-all-msg {
  margin-top: 7px;
  font-size: 15px;
}
.stud-name {
  margin-left: 60px;
  margin-top: 0px;
}
.msg-list li {
  border-bottom: 1px solid #ccc;
}
.list-msg-image {
  margin-left: 15px;
}
.clear-list {
  height: 250px;
}
.list-div {
  margin-top: 10px;
}
.list-trash {
  height: 18px;
}
.list-date1 {
  margin-right: -15px;
}
.list-date2 {
  margin-left: -15px;
}
.list-body1 {
  margin-top: -10px;
}
.list-can {
  margin-left: 25px;
  margin-top: -10px;
}
.msg-toggle {
  margin-top: 50px;
}
.style-ans {
  margin: 0px !important;
}
.canned-body-msg {
  width: 100%;
  border: 1px solid transparent;
  resize: none;
}
.body-group {
  height: 90px;
}
.body-detail-msg {
  height: 100px;
}
.text-resize {
  resize: none;
}
/* Counselor desktop ui student single message css ends*/
/* Counselor desktop ui trash message code starts*/
.trash-msg .panel-default {
  background-color: #EDE7DF;
}
.trash-msg .panel-heading {
  padding: 25px 15px;
  background-color: #FFF;
  border-bottom: 1px solid #000;
  border-radius: 0px;
}
.trash-msg ul {
  border: 1px solid transparent;
}
.trash-msg .list-unstyled li {
  background-color: #FFF;
  margin-top: 15px;
  border-top: 1px solid transparent;
}
.trash-msg [data-toggle="collapse"].collapsed::after {
  margin-top: -15px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.trash-msg [data-toggle="collapse"]::after {
  margin-top: -15px;
  margin-right: 10px;
  transform: rotate(270deg);
}
.trash-msg .title-panel {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.delete-stu {
  margin-top: 100px;
}
.grpmsg-date .date_day {
  margin-left: 22px;
}
.del-msg {
  margin-right: 45px;
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
}
/* Counselor desktop ui trash message code ends*/
/* Counselor desktop ui message templates code ends*/
.img-template {
  width: 52px;
  height: 42px;
  margin-top: 10px;
}
.count-template {
  font-size: 30px;
}
.template-summary {
  height: 60px;
}
.temp-msg {
  font-family: "Helvetica-Neue", Helvetica, sans-serif;
}
.canned-msg {
  height: 100px;
  margin-bottom: 25px;
  border-radius: 0px;
}
.canned-text1 {
  width: 100%;
  border: 1px solid transparent;
  resize: none;
  height: 35px;
}
.canned-text2 {
  height: 60px !important;
}
.list-group-item:first-child {
  border-radius: 0px;
}
.list-subject {
  font-size: 18px;
  color: #000;
  margin-left: 0px;
  height: 35px;
  overflow-y: scroll;
}
.list-temp a:hover {
  text-decoration: none;
  color: #000;
}
.list-language {
  margin-top: -25px;
  color: #000;
}
.save-tmp {
  width: 48%;
}
.delete-tmp {
  width: 48% !important;
  margin-right: 0px !important;
}
.head-can {
  border-bottom: 1px solid #000;
  height: 60px;
}
.msg-back {
  float: right;
  margin-right: 20px;
  font-size: 13px;
}
.horizontal-line {
  margin-top: 32px;
  border-color: #000;
}
.ok-can {
  width: 15% !important;
  height: 35px;
}
.delete-can {
  width: 15% !important;
  height: 35px;
  border: 1px solid #000;
  border-radius: 0px;
  margin-top: 10px;
}
.template-sub textarea {
  padding-top: 20px;
  resize: none;
}
.temp-sub {
  height: 70px !important;
}
.temp-body {
  height: 95px !important;
}
.template-sub .fa-times-circle {
  margin-top: -45px;
  margin-right: 20px;
  color: #757373;
  font-size: 18px;
}
.template-sub .body-msg {
  margin-top: -55px;
}
/* Counselor desktop ui message template code ends*/
/* register page ui starts*/
.pod-container1 .btn-login {
  width: 100% !important;
  height: 50px !important;
}
.welcome-sign {
  margin-top: 20px !important;
}
.register {
  margin-top: 0px !important;
}
.general-header1 {
  color: #2C121B;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.ng-modal-dialog {
  width: 450px !important;
}
.text-danger1 {
  color: #2C121B;
}
.text-danger2 {
  color: #2C121B;
  margin-top: 20px;
}
.text-danger1:hover {
  color: #2C121B;
}
.register-form {
  margin-bottom: 18px;
}
.register-form .form-control {
  background-color: #FFF;
  color: #555;
}
.register-form label {
  margin-left: -15px;
}
.btn-register1 {
  width: 100%;
  background-color: #2C121B;
  border-color: #2C121B;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0px;
}
.school-name {
  margin-top: 15px;
}
.wid-100 {
  width: 100% ! important;
}
.align-check {
  margin-top: -25px;
  margin-left: 30px;
  color: #000;
}
.btn-next {
  width: 47% !important;
  background-color: #2C121B;
  border-color: #2C121B;
  height: 40px;
  border-radius: 0px;
}
.btn-next:hover {
  color: #FFF;
}
.btn-cancel {
  width: 47% !important;
  background-color: #FFF;
  border-color: #FFF;
  height: 40px;
  border-radius: 0px;
  border-color: #2C121B;
  color: #2C121B;
}
.btn-cancel:hover {
  color: #2C121B;
}
.success-msg {
  width: 120%;
  margin-top: 45px;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.btn-upload {
  border: 2px solid gray;
  background-color: #2C121B;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  border-color: #2C121B;
  border-radius: 1px;
  height: 40px;
  width: 45%;
  margin-top: 10px;
  color: #FFF;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.goals-button {
  float: left;
  width: 95px;
}
/* register page ui ends*/
/* student statistics and download summary for school admin ui starts*/
.view_student {
  margin-top: -8px;
}
.progress-head {
  margin-top: 20px;
}
.download-btn {
  height: 55px !important;
  margin-top: 17px !important;
}
/* student statistics and download summary for school admin ui ends*/
/* student statistics for school admin view starts*/
.student-chart1 {
  margin-top: 45px;
}
.student-chart2 {
  border: 1px solid #ccc;
}
/* student statistics for school admin view ends*/
/* hiding browse button in modal footer code for counselor starts*/
.element {
  display: inline-flex;
  align-items: center;
}
.element i.fa-paperclip {
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
}
.element i:hover {
  opacity: 0.6;
}
.element input {
  display: none !important;
}
/* hiding browse button in modal footer code for counselor ends*/
/* student profile page starts*/
.personal_info {
  background-color: #FFF;
  margin-right: -25px;
}
.personal_info .stu-profile {
  margin-top: 30px;
}
/* student desktop profile page ends*/
/*student desktop activities and interest code starts*/
@media (min-width: 768px) {
  .interest-info .fa1,
  .interest-info .fa2 {
    color: #e36221 !important;
    font-size: 30px !important;
  }
  .interest-info .interest {
    margin-left: -10px !important;
    margin-top: 10px !important;
  }
  .student_container {
    background: #FFF;
    margin-left: 30px;
    margin-right: -25px;
    padding-left: 0px;
    margin-top: -8px;
  }
  .student_container .top-bar {
    margin-top: -6px;
    border-bottom: 3px solid #333;
  }
  .student_container .top-bar .page-title {
    margin-left: 25px;
  }
  .student_act td {
    width: 50% !important;
    margin-top: 15px;
  }
  .others-align {
    margin-top: 0px !important;
  }
  .student_act .english {
    font-size: 12px !important;
  }
  .dialog-interest .ng-modal-dialog {
    width: 30% !important;
    margin-top: 260px !important;
    height: 180px !important;
    margin-left: 35%;
  }
  .dialog-interest .ng-modal-dialog-content {
    padding: 10px;
    text-align: left;
  }
  .dialog-interest .pad_20 {
    padding-top: 0px !important;
  }
  .dialog-interest .pad_20 .modal-save {
    background-color: #2C121B;
    border-color: #2C121B;
    border-radius: 0;
    width: 26%;
    height: 35px;
  }
  .dialog-interest .pad_20 .modal-cancel {
    background-color: #FFF;
    border-color: #2C121B;
    border-radius: 0;
    width: 26%;
    height: 36px;
    color: #2C121B;
    padding-left: 0px;
  }
}
.intr-mob2 {
  margin-bottom: 0 !important;
  margin-left: -17px !important;
}
.interest1 {
  font-size: 12px;
  margin-right: -30px;
  margin-top: 12px;
}
.btn-switch {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  background-color: #F27878;
  border: 2px solid #F27878;
  border-radius: 40px;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-switch .btn-switch-circle {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  height: 15px;
  width: 20px;
  background-color: #fff;
  border-radius: 40px;
}
.btn-switch--on {
  background-color: #F27878;
  border: 2px solid #F27878;
}
.btn-switch--on .btn-switch-circle--on {
  left: 15px;
  right: 0;
}
@media (max-width: 768px) {
  .btn-switch {
    width: 30px !important;
    height: 15px !important;
  }
  .btn-switch .btn-switch-circle {
    height: 10px !important;
    width: 15px !important;
  }
  .interest1 {
    margin-top: 0px;
  }
  .btn-switch-circle--on {
    left: 12px !important;
  }
}
@media (max-width: 768px) {
  .student_act td {
    width: 100% !important;
    margin-top: 25px;
  }
  .others-align {
    margin-top: -30px !important;
  }
  .personal-detail .active,
  .personal-detail .inactive {
    font-size: 18px;
    cursor: pointer;
  }
  .personal-detail .active,
  .personal-detail .inactive {
    font-size: 18px;
    cursor: pointer;
  }
  .personal-detail i.active {
    color: #E36221;
  }
  .personal-detail i.inactive {
    color: #E36221;
  }
  .counselor-btn-mob {
    margin-right: -30px !important;
    margin-left: -15px !important;
    margin-bottom: 10px !important;
  }
  .counselor-btn-mob .btn-counselor {
    width: 31%;
    height: 46px;
  }
  .act-btn {
    margin-top: -35px;
  }
  .stud-mob {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .stud-mob2 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .stu-head {
    margin-right: -15px;
    margin-left: -15px;
  }
  .intr-mob {
    margin-bottom: 0 !important;
    margin-left: -30px !important;
  }
  .student_act .english {
    display: inherit !important;
    font-size: 12px !important;
  }
  .stu-act {
    width: 100% !important;
  }
  .align-check3 {
    margin-left: 10px;
    margin-top: -25px;
    color: black;
  }
  .dialog-interest .ng-modal-dialog {
    width: 120% !important;
    margin-top: 260px !important;
  }
  .dialog-interest .ng-modal-dialog-content {
    padding: 10px;
    text-align: left;
  }
  .dialog-interest .pad_20 .modal-save {
    background-color: #2C121B;
    border-color: #2C121B;
    border-radius: 0;
    width: 26%;
    height: 35px;
  }
  .dialog-interest .pad_20 .modal-cancel {
    background-color: #FFF;
    border-color: #2C121B;
    border-radius: 0;
    width: 26%;
    height: 36px;
    color: #2C121B;
    padding-left: 0px;
  }
}
.align-check3 {
  font-weight: normal !important;
  margin-top: -27px;
  color: black;
}
/*student desktop activities and interest code ends*/
/* student desktop message code starts*/
.stu-list-msg,
.schl-admin-msg {
  margin-top: 15px;
  background-color: #FFF;
  height: 135px;
}
.stu-list-msg .counselor-header .label-danger,
.schl-admin-msg .counselor-header .label-danger {
  margin-top: -10px !important;
  margin-left: -21px !important;
  border-radius: 0 !important;
  background-color: #F26F13 !important;
}
.stu-list-msg .user-avatar,
.schl-admin-msg .user-avatar,
.stu-list-msg .auth-name,
.schl-admin-msg .auth-name {
  margin-top: 15px;
}
.stu-list-msg #icons,
.schl-admin-msg #icons {
  -moz-column-count: 3;
  margin-top: 25px;
  float: right;
}
.stu-list-msg #icons .edit-icon,
.schl-admin-msg #icons .edit-icon {
  margin-left: 25px;
}
.stu-list-msg #icons .edit-icon .img-responsive,
.schl-admin-msg #icons .edit-icon .img-responsive {
  width: 25px;
  height: 26px;
}
.stu-list-msg #icons .edit-icon .icon-img1,
.schl-admin-msg #icons .edit-icon .icon-img1 {
  margin-left: -35px;
  border-right: 1px solid #333;
}
.stu-list-msg #icons .edit-icon .icon-img2,
.schl-admin-msg #icons .edit-icon .icon-img2 {
  margin-top: -25px;
  border-right: 1px solid #333;
}
.stu-list-msg #icons .icon-img3,
.schl-admin-msg #icons .icon-img3 {
  margin-left: 45px !important;
  margin-top: -25px !important;
}
.schl-admin-msg {
  margin-top: -18px;
}
.border-line-right {
  border-right: 1px solid #333;
}
.stu-msg-content {
  margin-top: 0px !important;
}
.stu-msg-content .messages-stu {
  margin-right: -30px;
}
.stu-msg-content .messages-stu .stu-row {
  font-size: 15px;
  border-bottom: 3px solid #333;
  margin-top: -6px;
}
.stu-msg-content .fa-group {
  margin-left: 5px;
}
.student-msg-head {
  height: 150px;
  border-right: 3px solid #333;
}
.student-msg-head .txt-msg {
  margin-top: 10px;
}
.student-content {
  margin-left: -2.5px;
}
.student-content .stu-coun {
  margin-top: -25px;
}
.student-content .msging-row {
  margin-top: -26px;
}
.student-content .message-name {
  width: 100%;
  padding-right: 15px;
}
.msg-content {
  margin-top: -172px;
}
.msg-content .conversation-msg {
  margin-left: -15px;
}
.single-page {
  margin-left: 28px;
}
.single-msg-list {
  overflow-x: hidden;
  overflow-y: scroll;
  border-color: transparent;
  border-left: 3px solid #333;
  max-height: 500px !important;
  margin-left: -15px;
}
.single-msg-list .msg-list-stu {
  height: 180px;
  margin-top: 10px;
  overflow-y: scroll;
}
.single-msg-list .single-img {
  max-width: 50px;
  max-height: 50px;
}
.img-icon {
  margin-top: -9px;
  margin-right: -18px;
}
.date-clr {
  color: #F26F13;
}
.single-msg-reply {
  width: 111%;
  border-radius: 0px;
  border: 3px solid #333;
  margin-top: -10px;
}
.trash-msg {
  margin-top: -7px;
  font-size: 17px;
}
/* student desktop message code ends*/
/* student desktop for goal progress strats*/
.student-desk {
  border-bottom: 0px solid transparent;
}
.student-desk .img-responsive {
  max-width: 40% !important;
  max-height: 70px;
}
.student-desk .top-side {
  margin-top: -20px;
  margin-left: -85px;
}
.student-desk .active-goal {
  margin-top: 8px;
  margin-left: 0px;
}
.student-desk .divider_goal {
  top: 68%;
  bottom: 5%;
  border-left: 1px solid #000;
  margin-left: 10px;
}
.student-desk .goal-style2 {
  margin-left: 10px;
}
.student-desk .switch-goal {
  margin-top: 10px;
}
.student-desk .switch-goal .glyphicon-sort {
  margin-top: 4px;
  margin-left: -20px;
}
.student-desk .switch-goal .p3 {
  margin-top: -27px;
  margin-bottom: 0px;
}
.border-line {
  border-bottom: 1px solid #333;
}
.goal-progress-content {
  border: 2px solid #333;
  background: #FFF;
  height: 400px;
}
.goal-progress-content .img-width {
  width: 20%;
  height: 80px;
  margin: 10px 0px 10px 0px;
}
.goal-progress-content .goal-display h4 {
  margin: 15px 0px 15px 0px;
}
.goal-progress-content .stu-send-msg {
  margin-left: 5px !important;
}
.goal-progress-content .goal-img {
  width: 65%;
}
@media (min-width: 1931px) {
  .goal-progress-content .goal-img {
    width: 40%;
  }
}
@media (min-width: 2598px) {
  .goal-progress-content .goal-img {
    width: 30%;
  }
}
.contact-coun #summary {
  width: 200%;
}
.contact-coun .coun-select {
  margin-left: 0px;
  width: 50%;
}
.contact-coun .coun-dropdown {
  margin-left: -35px;
}
.contact-coun .new-message-body {
  height: 150px;
  border-radius: 1px;
}
.g-active {
  margin-top: 16px;
}
.g-active .g-detail {
  margin-left: 0px !important;
}
.goal-img .stop-light {
  margin-top: -25px;
}
.goal-img .nostatus {
  margin-top: 20px;
}
.no-goalstatus {
  margin-top: 25px;
  margin-bottom: 25px;
}
.student-page {
  margin-left: 50px;
  margin-top: 15px;
}
.goal-prog {
  margin-top: 25px;
  margin-bottom: -6px;
}
/* student desktop for goal progress ends*/
/* student desktop for student interset code starts */
/* student desktop for student interset code ends */
/*Recruiter*/
.rec-main-digital {
  background: #ece8dd;
  padding: 20px;
  margin: -34px;
  margin-left: 25px !important;
}
.banner-img-name {
  padding: 0px 22px !important;
}
.rec-page-title {
  color: #351724;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 17px !important;
}
.rec-page-subtitle {
  font-weight: bolder;
  padding: 21px;
}
.rec-page-title-border {
  border-bottom: 3px solid #351724;
}
.rec-page-top-line {
  position: relative;
  left: -14px;
  width: 102%;
}
.contain-connect-query {
  border: 3px solid #e36221;
  margin-top: 0px !important;
  margin-left: 35px;
  margin-right: 0px;
  width: 97%;
  background-color: #fff;
  /* border-bottom: 1px solid transparent; */
  /* border-top: 1px solid transparent; */
  min-height: 1000px !important;
}
.btn-recruiter {
  width: 33%;
  background-color: #2c121b !important;
  border-color: #2c121b !important;
  height: 46px;
  border-radius: 0px;
  color: #a68792;
  font-weight: bold;
}
.query-btn {
  margin-top: 25px;
  margin-left: 35px;
  margin-right: 0px;
}
.rec-user-responsive {
  width: 50px;
  height: 60px;
  display: inline-block !important;
  margin-top: 20px;
  margin-left: 20px;
}
.rec-link {
  padding-top: 60px;
  text-decoration: underline;
}
.rec-link-label {
  color: #2c121b;
  cursor: pointer;
}
.placeholder-size {
  font-size: 12px !important;
}
.campaign-list-group,
.banner-list-group {
  float: right;
  width: 100%;
  border-radius: 0px;
  padding: 16px;
  border-bottom: 3px solid #351724 !important;
  margin: 10px 0px;
  box-shadow: 8px 8px 10px #ece8dd;
}
.campaign-list-name,
.banner-list-name {
  font-size: 18px;
  font-weight: bolder;
  color: #351724;
  text-transform: capitalize;
  padding-top: 6px;
}
.campaign-list-delete,
.banner-list-delete {
  float: right;
  margin: 10px 40px 10px 10px;
  font-size: 16px !important;
  background: #2c121b;
  border-radius: 50%;
  width: 17px;
  padding-left: 2px;
  color: white;
  height: 18px;
  padding-top: 1px;
  cursor: pointer;
}
.campaign-list-edit,
.banner-list-edit {
  float: right;
  margin: 10px 10px 10px 10px;
  font-size: 19px !important;
  color: #351724;
  cursor: pointer;
}
.campaign-list-midline,
.banner-list-midline {
  float: right;
  width: 3px;
  background: #ece8dd;
  position: relative;
  top: 10px;
  color: transparent;
}
.upload-banner-box1 {
  border: 2px solid #2c121b;
  margin: 30px 30px 10px 10px;
  background: #fff;
}
.upload-banner-box2 {
  border: 2px dashed #969696;
  margin: 25px;
  background: #fff;
}
.drag-drop-banner {
  background-image: url("../images/placeholder.jpg") !important;
  height: 300px;
  padding: 10px;
  margin: 10px;
  background-size: 150px 100px;
  background-repeat: no-repeat;
  background-position: 110px 10px;
  padding-top: 253px;
  padding-left: 100px;
}
.banner-img {
  width: 100px;
  margin-left: 220px;
  margin-top: 50px;
}
.banner-dragtitle {
  position: absolute;
  top: 260px;
  left: 175px;
}
.banner-line {
  width: 92%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  position: relative;
  top: 225px;
  margin: 0px 14px;
}
.banner-line .banner-midtext {
  background: #fff;
  padding: 0 10px;
}
.rec-start-date {
  width: 182px;
}
.rec-end-date {
  width: 182px;
  margin-left: -12px;
}
.rec-new-bck {
  background: #ece8dd;
  margin-bottom: 50px;
}
.rec-pad-newtitle {
  padding: 5px 0px 0px 2px;
  display: inline-block !important;
}
.rec-form {
  border-radius: 0px;
  height: 50px;
}
.rec-form-pad {
  margin: 8px 12px;
}
.rec-cal-to {
  padding-top: 20px;
  padding-left: 48px;
}
.banner-label {
  position: relative;
  margin-bottom: 0px !important;
}
.rec-btn-login {
  border-radius: 1px;
  height: 40px;
  width: 90% !important;
  margin-top: 10px;
  color: #fff;
  font-weight: bolder;
  margin-left: 20px;
  margin-bottom: 30px;
  opacity: 1 !important;
  cursor: pointer;
  background-color: #2c121b !important;
}
.query-cancel-btn {
  background-color: #fff;
  border-color: #2c121b;
  border-radius: 0px;
  height: 40px !important;
  margin-top: 10px;
  margin-right: 53px;
  width: 93%;
  margin-left: 6px;
  color: #333;
}
.btn-dis {
  border-radius: 1px;
  height: 40px;
  width: 93% !important;
  margin-top: 10px;
  color: #fff;
  font-weight: bolder;
  margin-left: 12px;
  margin-bottom: 30px;
  background-color: #2c121b !important;
  border-color: #2c121b !important;
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.width-95 {
  width: 95% !important;
}
.width-96 {
  width: 96% !important;
}
.rec-createCampaign-link {
  position: relative;
  left: -29px;
  text-decoration: underline !important;
  cursor: pointer;
  top: 10px;
}
.modal-btn-ok {
  border-radius: 1px;
  height: 40px;
  width: 100% !important;
  margin-top: 10px;
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
  opacity: 1 !important;
  cursor: pointer;
  background-color: #2c121b !important;
}
.modal-content {
  border-radius: 0px !important;
}
.query-modal-head {
  font-size: 18px;
}
.modal-footer {
  border-top: 0px;
}
.modal-close-btn {
  float: right;
  padding-right: 30px;
  font-size: 25px !important;
  cursor: pointer;
}
/*End of Recruiter CSS*/
/*Recruiter Student Finding (searches.html)*/
.msg-notification {
  height: 59px;
  background-color: #2c121b;
  color: #fff;
  margin-top: -17px;
  margin-left: -40px;
  width: 106%;
}
.rec-top-wdith {
  width: 24.7% !important;
}
/**/
/*Simple_query.html*/
.set-border-mar {
  margin: 14px 0px;
}
.set-filter-title {
  font-style: italic;
}
.set-filter-sel {
  background: #2c121b;
  border-radius: 67px;
}
.set-filter-rem {
  color: #fff;
  position: relative;
  left: -3px;
  font-size: 18px;
  top: 1px;
  background: #2c121b;
  border-radius: 37px;
  box-shadow: 2px 0px #fff;
}
.sel-filter-val {
  color: #fff;
}
.rec-page-thinline {
  border-bottom: 1px solid #351724;
}
.set-filter-pad {
  padding-top: 20px;
  padding-bottom: 20px;
}
.query-box-header {
  background: #ece8dd;
  color: #321320;
  font-size: 16px;
  font-weight: bolder;
  padding: 12px;
  border-bottom: 1px solid #321320;
  margin-top: 20px;
}
.query-box-content {
  border: 1px solid #ece8dd;
}
.rec-gpa-sidebox {
  padding: 12px;
  margin-top: 44px;
}
.rec-sidebox-to {
  margin-top: 70px;
  padding-left: 36px;
}
.pad-30 {
  padding: 30px;
}
.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #e36221 !important;
  border-radius: 16px;
}
.rzslider .rz-selection {
  z-index: 2;
  background: #e36221 !important;
  border-radius: 2px;
}
.rzslider .rz-tick.rz-selected {
  background: #fff !important;
  border: 3px solid #e36221 !important;
  height: 11px !important;
}
.max-toggle,
.min-toggle {
  text-decoration: underline;
  color: #321320;
  float: right;
  cursor: pointer;
}
.rec-criteria-boxmar {
  margin: 15px 10px 15px 2px;
}
.max-right-toggle {
  text-decoration: underline;
  color: #321320;
  cursor: pointer;
}
.query-ok-can,
.query-delete-can {
  width: 100% !important;
}
.query-modal-head {
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding-left: 30px;
}
.query-modal-title {
  color: #2c121b;
  padding: 12px !important;
}
.label-orange {
  background-color: #e36221;
}
.query-name-box {
  border-radius: 0px !important;
  height: 40px;
  width: 90%;
  margin-left: 30px;
}
.pad-left-30 {
  padding-left: 30px;
}
.label-align-block {
  display: inline-block !important;
}
.adv_head {
  font-size: 18px !important;
  font-weight: bold !important;
}
/*end*/
/*start adavnced_query.html*/
.mar-10 {
  margin: 10px;
}
.mar-10n {
  margin-top: -10px;
}
/*end*/
/*start searches.html*/
.innerpos-override {
  margin-left: -24px;
  width: 104%;
}
.innerpos-over {
  margin-left: 0px;
  width: 100%;
}
.schl-qry-btn {
  float: right;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}
.query-modal-head {
  font-size: 16px;
  letter-spacing: 0.3px;
  font-weight: bold;
  padding: 12px;
}
/*end*/
/*start queryresults.html*/
.rec-query-td {
  text-align: center;
  white-space: nowrap !important;
  width: 10%;
  background: #fff;
}
.table-btn-login {
  background-color: #2c121b;
  border-color: #2c121b;
  border-radius: 1px;
  height: 40px;
  margin-top: 10px;
  color: #fff;
}
.wid-100 {
  width: 100% !important;
}
.query_results_bor {
  border: 3px solid #e36221 !important;
  margin: 50px !important;
  background: #fff !important;
  min-height: 600px !important;
}
.rec-query-table-border {
  background: #ece8dd;
  border-top: 5px solid #cabbb0 !important;
}
.rec-query-table-tbody-border {
  border: 1px solid #fff !important;
}
.rec-query-subtitle {
  font-size: 16px;
  padding: 10px 0px;
}
.rec-query-label {
  color: #2c121b;
  vertical-align: top !important;
}
.rec-query-label:hover {
  color: #e36221;
}
.rec-query-title {
  padding-top: 20px;
  font-size: 18px;
}
.rec-query-val {
  padding-top: 48px !important;
  color: #4e323d;
}
.rec-query-link {
  text-decoration: underline;
  padding-left: 18px;
}
.rec-table-button {
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) {
  .schl-qry-btn {
    font-size: 9px !important;
    padding: 2px !important;
  }
  .rec-start-date {
    width: 140px;
  }
  .rec-end-date {
    width: 120px;
  }
  .rec-cal-to {
    padding-top: 20px;
    padding-left: 38px;
  }
  .drag-drop-banner {
    background-size: 135px 93px;
    background-repeat: no-repeat;
    background-position: 50px 10px;
    padding-top: 253px;
    padding-left: 30px;
  }
  .banner-dragtitle {
    left: 107px;
  }
}
/*end of query results table*/
/*recruiter My student list css starts*/
.rec-list {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #333;
  margin-left: 5px;
}
.rec-summary {
  margin-top: 18px;
}
.my-restable {
  margin-left: 18px;
  margin-right: -20px;
}
/*recruiter My student list css ends*/
/*preferences.html start*/
.pref-tab {
  margin: 10px;
  padding: 8px;
}
.stud-status .fa-chevron-right {
  transform: rotate(90deg);
}
.stud-status .fa-chevron-right.collapsed {
  transform: rotate(0deg);
}
.showTd {
  color: blue;
}
.notShowTd {
  display: none;
}
.ads-container {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .ads-container {
    padding-left: 0px;
    margin-left: -15px;
  }
  .visible-xs {
    display: block!important;
    width: 438px;
  }
}
.tagline {
  width: 65%;
  height: 50px;
  padding: 0 15px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .tagline {
    width: 100%;
  }
}
