/* Old sky blue #1ba2e6 */
.profile-page-grid {
  max-width: 1300px;
  margin: 20px auto;
  padding: 0 15px; }

.profile-info {
  max-width: 1300px;
  margin: 20px auto 0px auto; }

.sub-title-container {
  margin: 30px 0 5px 0; }

.sub-title-container > h4 {
  float: left;
  margin: 0; }

.sub-title-container > hr {
  margin-top: 25px;
  border-top: 1px solid #e2e2e2; }

.profilename {
  word-wrap: break-word; }

.change-password-container {
  height: 100px;
  padding-top: 40px; }

.change-password-container > a {
  text-decoration: none;
  font-weight: bold;
  color: #000000; }

.change-password-container > a > img {
  margin-top: -2px; }

.change-password-container > a > p {
  display: inline-block; }

.class-container-student,
.class-container-teacher {
  display: inline-block;
  background-color: white;
  min-height: 140px;
  margin-bottom: 20px; }

.class-container-student > div,
.class-container-teacher > div {
  height: 140px;
  min-width: 200px;
  padding: 10px; }

.class-container-student > .play-statistics {
  float: left; }

.class-container-student > div > div {
  height: 60px;
  padding: 0; }

.class-container-teacher > div > div {
  height: 60px;
  padding: 0;
  margin-top: 25px; }

.class-container-student > div > div > h4,
.class-container-teacher > div > div > h4.big {
  font-weight: bold;
  margin-bottom: 0; }

.class-container-teacher > div > div > h4 {
  margin-bottom: 0; }

.teacher-class-name {
  display: inline-block; }

.teacher-name,
.teacher-class-name,
.student-class-name {
  word-break: break-all; }

.btn-round-blue {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #1aa1e5;
  color: #353535;
  border-radius: 20px !important;
  margin: 10px 0;
  font-size: 11px; }

.class-container-teacher > div > div > .btn-round-blue {
  margin: 20px 0; }

.change-password-modal-dialog, .change-language-modal-dialog {
  width: 400px;
  font-size: 15px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto; }

.change-password-modal-content, .change-language-modal-content {
  border-radius: 0;
  background-color: #f7f7f7; }
  .change-password-modal-content > .container-fluid .modal-header, .change-password-modal-content > .container-fluid .modal-body, .change-password-modal-content > .container-fluid .modal-footer, .change-language-modal-content > .container-fluid .modal-header, .change-language-modal-content > .container-fluid .modal-body, .change-language-modal-content > .container-fluid .modal-footer {
    padding: 15px 0; }
  .change-password-modal-content > .container-fluid .modal-footer, .change-language-modal-content > .container-fluid .modal-footer {
    border-top: none;
    margin-top: 0px;
    text-align: left; }

.change-password-modal-title, .change-language-modal-title {
  margin: 12px 0 -12px; }

.change-password-modal-error {
  min-height: 40px;
  font-weight: 400;
  color: #D50024; }

.btn-modal-gray {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  background-color: #b0b0b0;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0 !important;
  padding: 4px 8px;
  float: left; }

.change-password-modal-reset {
  color: #000000;
  font-size: 14px;
  text-decoration: underline; }

input.error {
  background-color: #F59295; }

.change-language-modal-item-container {
  max-height: 300px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: -10px; }

.change-langugage-modal-item {
  cursor: pointer;
  padding: 2px 5px; }
  .change-langugage-modal-item:hover {
    background-color: #b1b1b1; }

.change-langugage-modal-item-selected {
  background-color: #b1b1b1; }

.weight-600 {
  font-weight: 600; }

.profile-action-list {
  list-style: none;
  text-align: center;
  margin-top: 20px;
  padding-left: 0; }
  .profile-action-list a, .profile-action-list a:hover, .profile-action-list a:visited {
    color: #6fb8e3;
    font-weight: 600; }

.profile-image-container {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  position: relative; }
  .profile-image-container img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%; }

.profile-new-avatar {
  position: absolute;
  background-image: url("/images/upload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  height: 100px;
  width: 100px;
  bottom: 0;
  left: 0;
  margin-bottom: 0px; }
  .profile-new-avatar input[type=file] {
    display: none; }

.avatarfade-transition {
  transition: opacity .15s linear; }

.avatarfade-enter, .avatarfade-leave {
  opacity: 0; }

.profile-buttons {
  text-align: center;
  margin-top: 10px; }
  .profile-buttons button {
    padding: 5px;
    font-weight: 400;
    min-width: 102px;
    min-height: 37px;
    max-width: 45%; }

.save-btn, .edit-btn {
  background-color: #f0b67f;
  border: 1px solid #f0b67f;
  color: #353535; }

.cancel-btn {
  background-color: #B1B1B1;
  border: 1px solid #B1B1B1;
  color: white;
  margin-left: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.social-icon {
  width: auto;
  height: 20px;
  margin-left: 10px; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.profile-data {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 34px; }
  .profile-data > label {
    color: #333333; }

.control-label {
  color: #333333; }

.notification-checkbox {
  height: 24px;
  width: 24px; }

.profile-form .notification-checkbox {
  cursor: pointer; }

.notification-text {
  line-height: 24px; }

.profile-row .profile-info-box {
  height: 100px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: auto; }

.profile-form .form-group {
  margin-top: 10px;
  margin-bottom: 10px; }

.profile-form textarea, .profile-form select, .profile-form input[type="text"] {
  border-width: 0.5px;
  border-color: #cccccc;
  border-style: solid;
  border-radius: 0;
  box-shadow: none; }

.profile-data-column {
  margin-top: 7px; }

@media (min-width: 992px) {
  .profile-buttons {
    text-align: left;
    margin-top: 0px; }
  .form-group .col-sm-8 {
    padding-right: 15%; } }

@media (max-width: 991px) {
  .profile-data .align-left {
    text-align: center; } }

@media (max-width: 767px) {
  .profile-action-list {
    text-align: center;
    padding-left: 0; } }

.profile-checkbox-dim {
  opacity: 0.5; }
