@font-face {
    font-family: "Gotham Rounded";
    src: url('../fonts/GothamRnd-Bold.otf');
}

@font-face {
    font-family: "Gotham Rounded Book";
    src: url('../fonts/GothamRnd-Book.otf');
}

@font-face {
    font-family: "Gotham Rounded Light";
    src: url('../fonts/GothamRnd-Light.otf');
}

html {
  overflow-y: hidden;
}

body.smart-style-2 {
  background: #e6ecf0;
  font-family: 'Gotham Rounded Light';
}

strong {
  font-family: "Gotham Rounded";
}

.no-wrap {
  white-space: nowrap;
}

.nowrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.edit-mode {
  display: none;
}

.alert {
  margin-bottom: 8px;
  white-space: normal;
  text-align: left;
}

.alert a.btn {
  color: #FFF;
}

.label-success a, 
.label-primary a,
.label-danger a,
.label-success a:hover, 
.label-primary a:hover,
.label-danger a:hover,
.label-success a:visited, 
.label-primary a:visited,
.label-danger a:visited,
.alert-success a, 
.alert-primary a,
.alert-danger a,
.alert-success a:hover, 
.alert-primary a:hover,
.alert-danger a:hover,
.alert-success a:visited, 
.alert-primary a:visited,
.alert-danger a:visited {
  color: #FFF;
  text-decoration: underline;
}

.label-default a,
.label-default a:hover,
.label-default a:visited,
.alert-default a,
.alert-default a:hover,
.alert-default a:visited {
  color: #000;
  text-decoration: underline;
}

.hidden-menu #hide-menu>:first-child>a {
  color: #FFF !important;
  background: #09669d !important;
}

#project-context>:first-child,
.smart-style-2 .header-dropdown-list a.dropdown-toggle,
.smart-style-2 .btn-header>:first-child>a,
.smart-style-2 #project-selector,
.smart-style-2 #logo-group span#activity {
  color: #FFF !important;
}

.smart-style-2 #logo-group>span .badge {
  background: #045879;
  border: 1px solid #075989;
}

#logo-group span#activity:hover {
    box-shadow: none;
}

.no-show {
  display: none;
}

.move-up-10 {
  margin-top: -10px
}

.push-down-10 {
  padding-top: 10px;
}

.light-gray-bg,
.light-gray-bg-auto {
  background: transparent;
}

.white-bg,
.white-bg-auto {
  background: #fff;
  padding: 10px 20px;
}

.enlarge-20 {
  font-size: 20px;
}

.page-success,
.page-danger {
    display: none;
}

#preloader,
#err500 {
  display: none;
}

.page-preloader,
.page-err500 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    position: absolute;
}

.page-preloader-message,
.page-err500-message {
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    color: #5084d2;
}

.page-err500-message {
  font-size: 100px;
  color: #EB3750;
}

.page-preloader-message div > img,
.page-err500-message span > img {
  width: 100px;
  margin-top: -10px;
}

.page-success,
.page-danger {
    position: fixed;
    z-index: 1000;
    right: 40%;
    top: 100px;
}

.page-success .alert,
.page-danger .alert {
  text-align: center;
}

#left-panel nav ul .open > a {
  color: #000 !important;
}

.alert a,
.alert a:hover,
.alert a:focus {
  text-decoration: underline;
}

.login-info img {
    border: 2px solid #1DA1F2 !important;
    padding: 1px;
    border-radius: 50%;
}

.login-info > span > div > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
}

.top-bordered li {
    border-top: 1px solid #EEE;
    padding-top: 5px;
    padding-bottom: 5px;
}

#left-panel nav ul li.active:not(.open) {
    background: #1DA1F2;
}

/**************************/
/*** Add Load/Students ****/
/**************************/

#modal-add-load .bootstrapWizard li,
#modal-add-class .bootstrapWizard li,
#wizard-import-students .bootstrapWizard li {
  width: 33.333333333%;
}

#wizard-add-teacher .bootstrapWizard li {
  width: 25%;
}

.alert-danger {
  display: none;
}

.new-section,
.new-curriculum,
.new-subject,
.complete-container,
.incomplete-container,
.cancel-container,
.manual-container,
.copy-container,
.invite-container {
  display: none;
}

.invite-fields {
  position: relative;
}

.invite-fields .autocomplete-suggestions {
  top: 55px;
  left: 0 !important;
  width: 100% !important;
}

.right .ms-res-ctn {
  left: auto !important;
  right: 0 !important;
}

.schedule,
.students {
  width: 100%;
}

.schedule td,
.students td,
.schedule th,
.students th {
  vertical-align: top !important;
}

.schedule td,
.students td,
.dataTables_wrapper .details table.schedule td {
  background: #bdd5e2 !important;
}

.dataTables_wrapper .details,
.dataTables_wrapper .details:hover {
  padding: 20px !important;
  background: #f0f2f4 !important;
}

.missing-subjects td {
  padding: 0px !important;
}

.schedule th,
.students th {
  padding: 5px;
  background: #388bbb;
  color: #FFF;
  border-bottom: 2px solid #4d8fb5;
}

.schedule td .form-control,
.students td .form-control,
.schedule td .select2-choices,
.students td .select2-choices,
.schedule td .select2-choice,
.students td .select2-choice {
  background: #e4f6ff;
}

.schedule tfoot,
.schedule tbody,
.students tfoot,
.students tbody {
  border-top: 1px solid #CCC;
}

.schedule .form-group,
.students .form-group {
  margin-bottom: 0;
}

#modal-add-students .modal-dialog {
  min-width: 80%;
}

/***********************/
/*** Autocomplete ******/
/***********************/

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; text-align: left; font-size: 14px;}
.autocomplete-suggestion, .ms-res-ctn { padding: 5px 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; cursor: pointer }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.autocomplete-no-suggestion { padding: 10px; }

.autocomplete-suggestion img {
  max-width: 30px;
  border-radius: 50%;
}

.ms-res-ctn img {
  max-width: 50px;
  border-radius: 50%;
}

.ms-res-ctn .ms-res-item em {
  background: transparent;
  color: #3399FF;
  font-weight: normal;
}

.ms-sel-ctn .ms-sel-item {
  border-radius: 0!important;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #285E8E;
  background: #3276B1;
  color: #FFF;
  position: relative;
}

.ms-close-btn:after {
    content: "\f057";
    font-family: fontAwesome;
    padding: 2px 1px;
    line-height: 17px;
    font-size: 15px;
    text-align: center;
    top: -2px;
    right: 3px;
    position: absolute;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
  background: none;
}

.ms-ctn .ms-trigger {
  display: none;
}

.has-error .bootstrap-tagsinput {
  border-color: #b94a48;
}

.autocomplete-suggestion .name,
.ms-res-ctn .name {
    padding: 0px 5px 0px 0px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    color: #000;
}

.autocomplete-suggestion .desc,
.ms-res-ctn .desc {
    padding: 0px 5px 0px 0px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

/*****************/
/*** Button ******/
/*****************/

.btn {
  text-decoration: none !important;
}

.lnk {
  background: transparent;
  border: none;
}

.dropdown-menu > li .lnk {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li:hover {
  background-color: #3E90D4;
}

.dropdown-menu > li:hover .lnk {
  color: #FFF;
}

.btn .caret {
  margin-left: 5px;
}

.btn-primary {
  background-color: #1DA1F2 !important;
  border-color: #1DA1F2 !important;
  color: #FFFFFF;
}

.btn-default {
  color: #333 !important;
}

.btn-success {
  color: #FFFFFF !important;  
}

li.btn-group {
  overflow: visible !important;
}

.btn-group>.dropdown-menu:before, .dropdown-toggle>.dropdown-menu:before, .dropdown>.dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: auto;
  right: 9px;
  display: inline-block!important;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: '';
}

.btn-group-xs>.dropdown-menu:before {
  right: 2px;
}

.btn-group>.dropdown-menu, .dropdown-toggle>.dropdown-menu, .dropdown>.dropdown-menu {
  margin-top: 10px;
}

.dropdown-menu.collapsed {
  left: -105px;
}

.dropdown-submenu>.dropdown-menu.left {
  left: -100%;
}

.widget-body-toolbar .btn-group {
  float: right;
}

.btn-social-icon:hover,
.btn-social-icon:focus {
  color: #FFF !important;
}

.btn-show-new-post {
  border-radius: 20px;
  animation: arrowbounce 0.75s alternate infinite;
      -moz-animation: arrowbounce 0.75s alternate infinite;
      -webkit-animation: arrowbounce 0.75s alternate infinite;
      -o-animation: arrowbounce 0.75s alternate infinite;
}
@keyframes arrowbounce{
  from{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }to{
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    transform:translateY(-20px)
  }
}
@-moz-keyframes arrowbounce{
  from{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }to{
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    transform:translateY(-20px)
  }
}
@-webkit-keyframes arrowbounce{
  from{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }to{
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    transform:translateY(-20px)
  }
}
@-o-keyframes arrowbounce{
  from{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    transform:translateY(0)
  }to{
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    transform:translateY(-20px)
  }
}
/*****************/
/*** Calendar ****/
/*****************/

#pnl-calendar-buttons {
  position: absolute;
  right: 14px;
  top: 5px;
}

.widget-toolbar .btn-group {
  display: none;
}

.jarviswidget .fc-header-title h2 {
  margin-top: -32px;
}

.fc-event {
  border: 1px solid #FFF;
}

.fc-event-time, .fc-event-title {
  display: block;
}

.fc-event-time, .fc-event-title {
  font-weight: 300 !important;
  line-height: 12px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fc-event-title .air-top-right {
  display: none;
}

.fc-view-agendaDay .fc-event-title {
  font-size: 12px;
}


.fc-view-agendaDay .fa-info {
  display: none;
}

.current .fc-event-time, .current .fc-event-title {
  font-weight: 700 !important;
}

.fc-event-content {
  text-align: center;
}

.fc-event-inner {
  padding: 5px;
}

.air-top-right {
  right: 5px;
  top: 5px;
}

.empty-calendar {
    position: absolute;
    top: 40px;
    left: 0;
    height: 100%;
    width: 100%;
    background: #4387bf;
    color: #FFF;
    z-index: 100;
}

.empty-calendar-message {
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.parent-attendance-calendar .fc-view-month .fc-event:hover,
.parent-attendance-calendar .fc-view-agendaWeek .fc-event:hover
{
  width:auto!important;
  z-index: 2;
}

.btn-group.change-view{
  margin-right: 15px;
}
/*************/
/*** Chat ****/
/*************/
.abs-image-holder {
  position: absolute;
  left: 0px;
}
span.image-holder {
  position: relative;
  display: inline-block;
}
span.image-holder-xs {
  height: 35px;
  width: 35px;
}
span.image-holder-sm {
  height: 45px;
  width: 45px;
}
span.image-holder-md {
  height: 60px;
  width: 60px;
}
span .convo-online {
  background-color: #42b72a;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}
div.image-holder > .online,
div.image-holder > .self-online
span.image-holder > .online,
span.image-holder > .self-online {
    background-color: #42b72a;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 9px;
    left: 60%;
    position: absolute;
    top: 68%;
    width: 9px;
    z-index: 100;
}
div.image-holder .online,
span.image-holder .online {
  top: 60%;
  height: 13px;
  width: 13px;
}
div.image-holder .online-small,
span.image-holder .online-small {
  height: 9px;
  width: 9px;
}
#modal-chat-participants .members {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
.alert-chat-member {
  margin-top: 5px;
  text-align: center;
}
.ui-chatbox .liveurl .title a {
    font-size: 12px;
    line-height: 12px !important;
}
.ui-chatbox .comment {
  font-size: 11px;
  color: #aeadad;
  margin: 5px;
}
.convo-name {
    display: inline;
    width: 73%;
    margin: 2px;
}
.convo-change {
  background: #d3dfe6;
}
.ui-chatbox .subject {
  color: #FFF !important;
}
.convo-change .btn-group {
  float: right;
}
.ui-chatbox {
    position: fixed;
    bottom: 0;
    box-shadow: rgba(0,0,0,.3)0 2px 6px;
    -webkit-box-shadow: rgba(0,0,0,.3)0 2px 6px;
    z-index: 1000;
    width: 300px;
    right: 50px;
}
@media (max-width: 768px) {
  .ui-chatbox {
    right: 10px;   
  }
}
.ui-chatbox .tooltip {
  position: fixed;
}
.ui-widget-header {
    font-weight: 700;
    background-color: #178ed7;
    border-color: #DDD;
    color: #333;
}
.ui-chatbox-titlebar {
    padding: 0;
    height: 36px;
    cursor: pointer;
    color: #fff!important;
    font-weight: 400;
    line-height: normal;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
}
.ui-chatbox-titlebar>span {
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
    display: inline-block;
    float: left;
}
.ui-chatbox-titlebar.online>span>i {
    background: #54ce3c;
}
.ui-chatbox-titlebar>span>:first-child {
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    padding: 5px;
}
.ui-chatbox-icon {
    float: right;
    min-width: 30px;
    height: 36px;
    border-left: 1px solid rgba(0,0,0,.09);
    font-size: 14px;
    line-height: 26px;
    color: #fff!important;
    padding: 5px 9px;
}
.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #404040;
    padding: 0;
    margin: 0;
    border: 0!important;
}
.ui-chatbox-content>.alert-msg {
    border-bottom: 1px dashed #D6D6D6;
    padding: 4px 10px;
    color: #CCC;
    font-size: 11px;
    text-align: center;
}
.ui-chatbox-log {
    padding: 20px 10px 10px 10px;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: none!important;
}
.ui-chatbox-input {
    position: relative;
    padding: 3px;
    border-top: 1px solid grey;
    width: 100%!important;
    max-width: 100%!important;
    border-width: 0!important;
    padding: 5px;
    height: 85px;
    background-color: rgb(228, 246, 255)!important;
}
.ui-chatbox-input .emojionearea-editor {
  padding-right: 45px  !important;
  height: 23px;
  overflow-y: auto !important;
  min-height: auto !important;
}
.ui-chatbox-input-box {
    margin: 2px;
    border-top: 1px solid #CCC !important;
    padding: 10px 0px 15px 5px;
    height: 50px;
    outline: 0;
    resize: none;
    background-color: rgb(228, 246, 255)!important;
    width: 100%;
    margin: 0;
}
.ui-chatbox-log .receiver-msg {
  border-radius: 10px;
  background: #f1f0f0;
  padding: 10px;
  float: left;
  color: #000;
  margin: 5px;
  max-width: 100%;
}
.ui-chatbox-log .sender-msg {
  border-radius: 10px;
  background: #52aee7;
  padding: 10px;
  float: right;
  color: #FFF;
  margin: 5px;
  max-width: 100%;
}
.ui-chatbox-log .receiver-msg .inner,
.ui-chatbox-log .sender-msg .inner {
  margin: 5px;
}
.chat-send {
  color: #52aee7;
  position: absolute;
  top: 20px;
  right: 25px;
}
.ui-chatbox-log .liveurl {
  display: block !important;
}
.typing-msg {
    padding: 10px;
    background: #e8f3f4;
    border-radius: 10px;
    float: left;
    margin: 5px;
}
.ui-chatbox-input-box .emojionearea-button {
  left: 3px;
  bottom: -25px !important;
  top: auto;
}

.ui-chatbox-input-box .emojionearea-wrapper:after {
  left: 10px;
  right: auto !important;
}

.ui-chatbox-input .emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -260px !important;
  left: 0;
  right: auto !important;
}

.ui-chatbox-input .emojionearea, .emojionearea.form-control {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dropdown-menu.textcomplete-dropdown[data-strategy="emojionearea"] {
  z-index: 10000 !important;
  position: absolute !important;
}

.ui-chatbox-input ::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.ui-chatbox-input ::-webkit-scrollbar-thumb {
    background: #FF0000;
}
.chatbox-toolbar {
    margin-left: 35px;
    margin-top: 3px;
    font-size: 16px;
}
.chat-tool {
    color: #a9b0b4;
    margin: 5px;
    font-size: 14px;
}
.chat-tool:hover,
.chat-tool:focus,
.chat-tool:visited {
  color: #404040;
}
.chat-file {
  font-size: 10px;
  color: #000;
}
.chat-file span {
  text-decoration: underline;
  font-weight: bold;
}

/*****************/
/*** Checkbox ****/
/*****************/
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 0px;
}

.link-option {
  width: 100%;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px;
  vertical-align: middle;
  margin-top: -1px !important;
}

.link-option:active {
  box-shadow: none;
  top: 0;
  left: 0;
}

.link-option p {
  white-space: normal;
  color: #90949C;
  font-size: 12px;
}

.link-option > .row > div > div {
  position: relative;
  min-height: 50px;
}

.link-option > .row > div > div {
  white-space: normal;
}

.link-option > .row > div > div > .pull-right i {
  position: absolute;
  top: 40%;
  left: 0;
}

/*****************/
/*** Classes *****/
/*****************/

.v-line {
  border-left: 1px solid #CCC;
}

@media (max-width: 760px) {
  .v-line {
      right: -3000px;
      position: absolute;
  }
}

.new-class {
  width: 100%;
  height: 100%;
  cursor: pointer;
    border: 1px dashed #898E95;
    padding: 20px;
}

.new-class .btn {
  border-color: #2C3742;
}

.new-class .btn:hover {
  border-width: 2px;
}

.bar-holder {
  padding: 5px 5px;
}

.subject-name h4 {
  text-overflow: ellipsis;
  overflow: hidden;
}

/*****************/
/**** CKEditor ***/
/*****************/

a.cke_dialog_ui_button_ok {
  color: #fff !important;
  background-color: #2D4259 !important;
  border-color: #000d1a !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 5px 16px !important;
  font-size: 13px !important;
  line-height: 1.428571429 !important;
  border-radius: 2px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

a.cke_dialog_ui_button_ok:hover {
  background: #001a33 !important;
  border-color: #000d1a !important;
  text-decoration: none !important;
}

a.cke_dialog_ui_button_cancel {
  color: #fff !important;
  background-color: #DB4A67 !important;
  border-color: #CA4862 !important;
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 5px 5px !important;
  font-size: 13px !important;
  line-height: 1.428571429 !important;
  border-radius: 2px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
}


a.cke_dialog_ui_button_cancel:hover {
  background-color: #a90329 !important;
  border-color: #900323 !important;
  text-decoration: none !important;
}

.cke_dialog_ui_button {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  font-size: 13px !important;
  line-height: 1.428571429 !important;
  border-radius: 2px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.cke_dialog_title {
  color: #fff !important;
  font-weight: normal !important;
  font-size: 17px !important;
  cursor: move !important;
  position: relative !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.75) !important;
  border-bottom: 1px solid #999 !important;
  padding: 6px 10px !important;
  border-radius: 2px 2px 0 0 !important;
  box-shadow: 0 1px 0 #fff inset !important;
  background: #2C3742 !important;
}

.cke_dialog .ImagePreviewBox{
  border:2px ridge black !important;
  overflow:scroll !important;
  height:200px !important;
  width:300px !important;
  padding:2px !important;

}

a#cke_65_uiElement.cke_dialog_ui_button {
  display: inline-block !important;
  margin-top: 14px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  user-select: none !important;
  background-color: #96bf48 !important;
  border-color: #84A83E !important;
  color: #fff !important;
}

a#cke_65_uiElement.cke_dialog_ui_button:hover {
  color: #fff !important;
  background-color: #89AD45 !important;
  border-color: #78973B !important;
}

a#cke_113_uiElement.cke_dialog_ui_fileButton.cke_dialog_ui_button {
  display: inline-block !important;
  margin-top: 14px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  user-select: none !important;
  background-color: #96bf48 !important;
  border-color: #84A83E !important;
  color: #fff !important;
}

a#cke_113_uiElement.cke_dialog_ui_fileButton.cke_dialog_ui_button:hover {
  color: #fff !important;
  background-color: #89AD45 !important;
  border-color: #78973B !important;
}

a#cke_103_uiElement.cke_dialog_ui_button {
  float: left !important;
  display: inline-block !important;
  margin-top: 14px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  user-select: none !important;
  background-color: #96bf48 !important;
  border-color: #84A83E !important;
  color: #fff !important;
}

a#cke_103_uiElement.cke_dialog_ui_button:hover {
  float: left !important;
  color: #fff !important;
  background-color: #89AD45 !important;
  border-color: #78973B !important;  
}

.cke_dialog_ui_button {
  color: #fff !important;
}

/*****************/
/** DataTables ***/
/*****************/

.table tbody .details-control:before {
    font-family: FontAwesome;
    content: "\f055";
    font-size: 1.4em;
    color: #739e73;
    cursor: pointer;
}

.table tbody .shown .details-control:before {
    content: "\f056";
    color: #a90329;
}

.form-inline .table .form-group {
    display: block;
}

.jarviswidget-color-blueLight>header {
  background: #17A9EC;
  color: #FFF;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #cfe9f5;
}

.dt-wrapper {
  overflow: initial;
}

.auto-overflow {
  overflow-x: auto;
}

.table {
  width: 100% !important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  vertical-align: middle;
}

.DTTT.btn-group > .btn,
.DTTT.btn-group > .btn-group {
    margin-right: 5px;
}

.dataTable .text-right {
  white-space: nowrap;
}

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

.has-error .help-block {
  display: block !important;
}

.students .smart-form .checkbox i {
  left: 40%;
}

.student-delete {
    margin: 0px 10px;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander,
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: none;
  position: relative;
  padding-left: 0px;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander:before {
    top: 23px;
    left: 5px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #31b131;
}

table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander:before {
    content: '-';
    background-color: #d33333;
}

/***************/
/** Emoticon ***/
/***************/

.emojioneemoji{
    position: inherit !important;
    font-size: inherit !important;
    height: 20px !important;
    width: 20px !important;
    min-height: 20px !important;
    min-width: 20px !important;
}

.blank-comment .emojionearea-editor{
    min-height: inherit !important;
    border: 1px solid #ccc !important;
}

.blank-comment .emojionearea-editor{
    font-size: 14px;
    padding-right: 50px;
}

.blank-comment .emojionearea-editor img{
    position: inherit !important;
}

.blank-comment .emojionearea .emojionearea-picker .emojibtn i,.blank-comment .emojionearea .emojionearea-picker .emojibtn img {
    position: inherit !important;
}
.blank-comment .emojionearea .emojionearea-picker .emojionearea-filter i,.blank-comment .emojionearea .emojionearea-picker .emojionearea-filter img {
    position: inherit !important;
}

#comment-message{
    height: auto;
}

#comment-message img {
    position: inherit !important;
}
 

#frm-add-post .emojionearea-editor{
    min-height: 60px !important;
}

.comment-message img.emojioneemoji,
.comment-message img.emojione {
    position: initial !important;
    left: initial !important;
}

.emojionearea .emojionearea-picker,
.emojionearea .emojionearea-picker .emojionearea-wrapper {
  width: 280px;
}

.emojionearea-search input {
  width: 140px;
}

/***********/
/** Form ***/
/***********/

.smart-form .input .icon-prepend+input, .smart-form .textarea .icon-prepend+textarea {
  padding-left: 37px !important;
}

.ui-datepicker {
  z-index: 2000 !important;
}

.divider center:before {
    content: " ";
    border: solid 2px #428BCA;
    display: inline-block;
    width: 100px;
    margin: 3px 12px;
}

.divider center:after {
    content: " ";
    border: solid 2px #428BCA;
    display: inline-block;
    width: 100px;
    margin: 3px 12px;
}

/*****************/
/** GlyphIcons ***/
/*****************/

.glyphicon-3x {
  font-size: 32px;
}

.glyphicon-4x {
  font-size: 48px;
}

/*****************/
/**** Header *****/
/*****************/
body {
  overflow-y: scroll; 
  -webkit-overflow-scrolling: touch;
}

#logo {
  margin-left: 5px
}

#logo img {
  width: 180px;
  height: auto;
  padding-left: 3px;
  margin-top: -15px;
}

.footer #logo img {
  width: 30px !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  #logo img {
      width: 127px !important;
      margin-top: -5px !important;
  }
}

@media only screen and (max-width: 679px) and (min-width: 0) {
  #logo img {
      width: 127px !important;
      margin-top: -5px !important;
  }
}

@media (max-width: 767px) {
  #logo img {
      width: 127px !important;
      margin-top: -5px !important;
  }
}

.navbar-brand #logo span {
  color: #FFF;
}

#logo span {
  color: #67afdf;
  font-size: 18px;
  margin-left: -3px;
  font-family: "Gotham Rounded";
}

.navbar {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.2) inset !important;
}

.navbar-default {
  background-color: #05648f;
  border: none;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav > li > a {
  color: #FFF !important;
}

.smart-style-2 nav ul.navbar-right li a {
  line-height: normal;
  font-size: 14px !important;
  padding: 10px 15px;
  color: #a8a8a8;
  display: block;
  font-weight: 400 !important;
  text-decoration: none!important;
  position: relative;
}

.navbar-default .navbar-nav > li {
  font-family: "Gotham Rounded Book";
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.open > a {
  color: #FFF !important;
  background: #024C6C !important;
}

.navbar-default .navbar-nav.navbar-right > li > a:focus {
  color: #FFF;
}

.breadcrumb {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .navbar-right > li > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .navbar-right li:hover,
  .navbar-right li.open {
    /*overflow: visible !important;*/
  }

  nav ul.navbar-right li:hover > ul,
  nav ul.navbar-right li.open > ul {
    display: block !important;
    position: absolute;
    background: rgba(24, 99, 132, 0.6);
  }

  nav ul.navbar-right li:hover ul li > a,
  nav ul.navbar-right li.open ul li > a {
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF !important;
  }

  .navbar-right li:hover,
  .navbar-right li.open {
    position: initial;
  }

  .smart-style-2 nav .navbar-right ul li > a:hover {
    color: #FFF !important;
    background: #024C6C !important;
  }
}

.navbar-right li .fa-caret-down {
  float: right;
}

.anonymous.fixed-ribbon #ribbon,
.anonymous.fixed-ribbon #main {
    left: 0px;
}

.smart-style-2 nav ul.navbar-right ul li a {
    padding-left: 42px;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    color: #FFF !important;
}

.smart-style-2 .bg-color-blue {
  background: rgba(144, 204, 230, 0.8)!important;
}

.smart-style-2 nav ul.navbar-right ul li a:hover {
    color: #FFF !important;
    background: #024C6C !important;
}

nav ul ul li>a:hover {
  background: #024C6C !important;
}

nav ul {
  width: auto !important;
}


nav #logo {
    margin-top: 0px !important;
    font-family: "Gotham Rounded";
}

.ajax-dropdown .btn {
  font-size: 12px;
}

#ribbon {
  background-color: #E6E6E6 !important;
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

#sparks .add-load {
  width: 100%;
}

.login-info a span+i {
    color: #fff;
}

#school {
    width: 160px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#left-panel {
    padding: 25px 0px 15px 15px !important;
    border-top: 1px solid #A4BED6;
}

.login-info > span {
  height: auto;
}

.login-info #switch-privilege a {
  color: #000;
  font-size: 11px !important;
  margin-top: 5px;
}

.login-info #switch-privilege a:hover {
  color: #8B91A0;
}

.login-info .row {
  color: #000;
  margin-top: 10px;
}

.minified .login-info .row {
  display: none;
}


#sparks li {
  max-height: initial !important;
}

.fixed-ribbon #content {
  background: #e6ecf0;
}

@media (max-width: 767px) {
  .fixed-ribbon #content {
      padding-top: 65px;
  }
}

@media (max-width: 643px) {
  .fixed-ribbon #content {
      padding-top: 65px;
  }
}

@media (max-width: 479px) {
  .fixed-ribbon #content {
      padding-top: 65px;
  }
}

.right#sparks {
  float: right;
  margin-top: 5px;
}

.right#sparks form {
  width: auto;
  min-width: 150px;
  display: inline-block;
  margin-bottom: 3px;
}

.pace-activity {
  right: -5px !important;
}

.smart-style-2 .header-search>input[type="text"] {
  width: 250px;
}

.pace .pace-activity {
  display: none !important;
}

.MessageBoxContainer {
  background-color: rgba(24, 99, 132, 0.8);
}

.smart-style-2 #header {
  background-color: #3c8dbc;
  border-bottom: 1px solid rgba(0,0,0,0.25) !important;
}

.smart-style-2 .header-search>input[type="text"] {
  background: #e4f6ff;
  border: 1px solid #034e73;
  color: #000;
}

#hide-menu i {
  color: #FFF;
}

/***********/
/** Icon ***/
/***********/

.fa-4x {
    color: #17A9EC;
    background: transparent;
}

.big-cubes.bg-color-blue .fa-4x {
  color: #FFF;
}

.toolbar-add-block-option-icon i {
    color: #FFF;
    background: transparent; 
}

/*****************/
/**** Image ******/
/*****************/

.status .who img {
  border-radius: 50%;
}
.who .poster {
  float: left;
}
.friends-list li {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -5px;
    border-radius: 50%;
}

.friends-list img {
  border-radius: 50%;
  border: 1px solid #bfbfbf;
  background-color: white;
  padding: 2px;
  outline: none;
}

.show-photo {
  border-radius: 50%;
  padding: 2px;
  outline: none;
  border: 1px solid #bfbfbf;
}

.info-photo {
  border-radius: 50%;
  padding: 20px 10px;
}

.profile-photo-xs {
  width: 15px;
  border-radius: 50%;
}

.profile-photo-sm {
  width: 35px;
  border-radius: 50%;
}

.profile-photo {
  width: 50px;
  border-radius: 50%;
}

.profile-photo-lg.round,
.profile-photo.round {
  border-radius: 50%;
}

.profile-photo-lg {
  width: 100px;
}

.profile-photo-xl {
  width: 150px;
}

.profile-pic {
  text-align: center;
}

.profile-pic .image-holder .online {
    top: 70%;
    left: 75%;
    width: 20px;
    height: 20px;
}

.profile-pic img {
  width: 100px;
  border-radius: 50%;
  position: relative;
  border: 3px solid #1da1f2;
  padding: 2px;
  display: inline-block;
  text-align: right;
  z-index: 4;
  max-width: 100px;
}

.members-pic {
  text-align: center;
  margin-top: -220px;
  overflow: hidden; 
  height: 100px;
}

.members-pic .image-holder {
    display: inline-block;
    z-index: 4;
    width: 100px;
}

.members-pic img {
    border: 5px solid #fff;
    width: 100px;
    border-radius: 50%;
}

.members-pic .image-holder .online {
    top: 75%;
    left: 70%;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.load-title,
.group-title {
  margin-top: -120px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Gotham Rounded";
}

.load-actions {
  margin-top: -70px;
  text-align: center;
  z-index: 10;
}

.tile-pic {
  position: relative;
  display: inline;
}

.tile-option {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    background-color: #fff;
    padding: 24px 0;
    background: #fff;
    margin-top: 24px;
    cursor: pointer;
}

.tile-option:hover,
.tile-option.active {
  background: #17A9EC;
  border-color: #17A9EC;
}

.tile-option:hover *,
.tile-option.active * {
  color: #FFF !important;
}

.img.online {
  border-left: none !important;
}

/*****************/
/**** Input ******/
/*****************/

.input-group {
  width: 100%;
}

.smart-form .radio input[type=text], .smart-form .checkbox input[type=text] {
  position: initial;
  text-align: left;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.input-group .form-control {
  z-index: auto !important;
}

/*****************/
/**** Label ******/
/*****************/

.label {
  color: #FFF !important;
}

.MsgTitle > span,
.MsgTitle > i {
  color: #FFF !important;
}

.label-sm {
  font-size: 12px;
}

.label-md {
  font-size: 16px;
}

.label-lg {
  font-size: 20px;
}

/*****************/
/**** Link *******/
/*****************/

a:focus, a:hover {
    color: #214e75;
    text-decoration: none;
}

a.file:hover,
a.mark-all-as-read:hover {
  text-decoration: underline;
}

/*****************/
/**** Live URL ***/
/*****************/

.liveurl {
    width: 100%;
    overflow: hidden;
    background: #F3F3F3;
    border-top: 1px dashed #CCC;
    margin-top: 10px;
    display: none;
    
}

.liveurl .inner {
    margin: 15px;

    overflow: hidden;
}

.liveurl span.image {
    float: left;
    clear: none;
}



.liveurl .details {
    overflow: hidden;
    text-align: justify;
}

.liveurl .details .info * {
    float: left;
    clear: both;
    line-height: 13px;
    color: #000;
}

.liveurl .details .info a {
  color: #1D2129;
}


.liveurl .title a {
    color: #1D2129;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px !important;
    font-family: "Gotham Rounded";
}

.liveurl .title a:hover,
.liveurl .details .info a:hover {
    text-decoration: underline;
}

.liveurl .url {
    font-size: 11px;
    font-weight: normal;
    color: #666;
}

.liveurl .image {
    margin: 0 0 10px 0;
    display: none;
     
}

.liveurl .video {
    clear: both;
    display: none;
}

.liveurl .video object,
.liveurl .video embed {
    width: 100% !important;
}

.liveurl img {
    width: 100% !important;
    height: auto !important;
    display: none;
    position: relative!important;
}

.liveurl img.active {
    display: block;
    position: relative!important;
}

.liveurl .close {
    float: right;
    cursor: pointer;
    margin: 5px;
    text-indent:-999px;
    width: 16px;
    height: 16px;
    background:url(close.gif);
}

.liveurl .thumbnail {
    float: left;
    width: 95%;
    clear: both;
    display: none;
    position: absolute;
    background: transparent;
    border: none;
}

.liveurl .thumbnail  label {
    padding: 0 0 0 5px;
    vertical-align: text-top;
}

.liveurl .button {
    width: 23px;
    height: 20px;
    float: left;
    border: 1px solid #A8A8A8;
    text-align: center;
    line-height:20px;
    background: #FFF;
    position: relative;
    cursor: pointer;
}

.liveurl .button:before {
    content: '';
    width: 0;
    position:absolute;
    left: 5px;
    top: 3px;
}

.liveurl .button:active {
    border-color: #3B5998;
}

.liveurl .prev.button {
    float: left;
}

.liveurl .next.button {
    float: right;
}

.liveurl .count {
    display: none;
}

.liveurl .button.prev:before {

    border-top: 6px solid transparent;
    border-right: 12px solid #828282;
    border-bottom: 6px solid transparent;    
}

.liveurl .button.next:before {
    border-top: 6px solid transparent;
    border-left: 12px solid #828282;
    border-bottom: 6px solid transparent;    
}

.liveurl .button:active.prev:before {
    border-right: 12px solid  #3B5998;
}

.liveurl .button:active.next:before {
    border-left: 12px solid  #3B5998;
}

.liveurl .button.inactive {
    opacity: 0.5;
    filter:alpha(opacity=50);
    pointer-events:none;
    cursor: default;
}

.liveurl .count {
    float: left;
    margin: 0 0 0 10px;
    line-height: 25px;
}

.liveurl .controls {
    margin: 10px 0 0 0;    
}

.post textarea {
    width: 600px;
    height: 140px;
}

.liveurl-loader {
    display: none;
    width: 16px;
    height: 11px;
    margin: 10px auto;
    background: url(url-loader.gif);
    
}

.liveurl * {
    font: 12px/1em Tahoma, Arial, Helvetica, Segoe, sans-serif;
}

/*****************/
/**** Load *******/
/*****************/

.load-details {
  padding: 15px;
}

.load-details > .row .row {
  display: flex;
}

.load-details > .row .row > div {
  border: 1px solid #CCC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.load-details > .row .row > div .view-mode h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

/*****************/
/**** Maps *******/
/*****************/

.pac-container {
  z-index: 20000;
  left: 0 !important;
  top: 32px !important; /**+15 + 32**/
}

/*******************/
/**** Modals *******/
/*******************/

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

.modal-xl {
  width: 90%;
  max-width:1200px;
}

.loads-container,
.sent-container,
.error-container,
.processing-container,
.success-container {
  padding: 10px;
  display: none;
}

.loads-container .icon,
.sent-container .icon,
.error-container .icon,
.processing-container .icon,
.success-container .icon {
    position: relative;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 25px;
}

.loads-container .icon.success,
.sent-container .icon.success,
.error-container .icon.success,
.processing-container .icon.success,
.success-container .icon.success {
    background: #4caf50;
}

.loads-container .icon.info,
.sent-container .icon.info,
.error-container .icon.info,
.processing-container .icon.info,
.success-container .icon.info {
    background: #3276b1;
}

.loads-container .icon.warning,
.sent-container .icon.warning,
.error-container .icon.warning,
.processing-container .icon.warning,
.success-container .icon.warning  {
    background: #E2B14A;
}

.loads-container .icon.error,
.sent-container .icon.error,
.error-container .icon.error,
.processing-container .icon.error,
.success-container .icon.error {
    background: #a90329;
}

.row .icon.success .fa-4x,
.row .icon.info .fa-4x,
.row .icon.warning .fa-4x,
.row .icon.error .fa-4x {
  color: #FFFFFF !important;
}

.previous .btn,
.next .btn {
  width: 50%;
}

.modal {
  z-index: 1050;
}

.remove-confirmation,
.change-confirmation {
    margin-top: 15px;
    margin-left: 10px;
    float: left;
}

.fancy .modal-dialog {
    padding-top: 100px;
}

.fancy .modal-dialog .icon {
    margin-top: -75px;
}

.fancy .modal-footer {
  margin-top: -15px;
}

.modal .icon {
    position: relative;
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 25px;
}

.modal .icon.success {
    background: #4caf50;
}

.modal .icon.info {
    background: #3276b1;
}

.modal .icon.warning {
    background: #E2B14A;
}

.modal .icon.error {
    background: #a90329;
}

.modal .icon.success .fa-4x,
.modal .icon.info .fa-4x,
.modal .icon.warning .fa-4x,
.modal .icon.error .fa-4x {
  color: #FFFFFF !important;
}

/**********************/
/**** Validator *******/
/**********************/

.help-block {
    color: #FF0000;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    background: url(/images/icons/warning.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 5px 0px;
    padding-left: 20px;
}

/***********************/
/**** Navigation *******/
/***********************/

aside#left-panel {
    background: #FFF;
    border-right: 1px solid rgba(0,0,0,0.25);
}

aside#left-panel > nav {
    margin-top: 5px;
}

.minified .login-info .privilege {
  display: none;
}

.navbar-right ul li a {
  color: #FFF;
}

.login-info a, .login-info strong, nav ul li a {
    color: #000;
}

.login-info img {
    border: none;
}

#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active,
#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #000 !important;
}

#left-panel nav ul .active > a {
    color: #FFF;
    font-weight: bold;
    font-family: "Gotham Rounded";
}

#left-panel nav ul .active:not(.open) > a {
  color: #FFF !important;
}

nav ul li.active>a:before {
  color: #1DA1F2 !important;
}


#left-panel nav ul li a {
    color: #000 !important;
    font-size: 12px !important;
}

.minified #left-panel nav ul ul {
    width: 200px !important;
    margin-top: -20px;
    min-height: 0px !important;
}

.minified #left-panel nav ul ul li a {
    color: #000 !important;
}

nav>ul>li:last-child.open {
    border: none;
}

#left-panel .login-info span {
    background: transparent !important;
    color: #000;
}

/*********************/
/*** Notifications ***/
/*********************/

.ajax-dropdown .btn-group>:nth-child(2) {
    border-right-width: 1px !important; 
    border-left-width: 1px !important; 
}

.notification-body .unread .from {
    font-weight: 700;
}

.notification-body .from {
    font-size: 14px;
    line-height: normal;
    color: #333;
    font-weight: 400;
    margin-right: 100px;
    margin-bottom: 6px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notifier-img {
  width: 30px;
  float: left;
  margin-right: 5px;
  padding: 1px;
  border-radius: 50%;
}

.messages .notifier-img {
  margin-left: 0px;
}

.notification-body>li a.msg {
  padding-left: 0px !important;
}

.notification-body time {
    position: absolute;
    top: 3px;
    right: 35px;
    font-size: 11px;
    font-weight: 400;
    color: #058dc7;
}

.notification-body .subject {
    font-size: 13px;
    color: #333 !important;
    max-height: 22px;
}

.notification-body .msg-body, .notification-body .subject {
    font-size: 13px;
    color: #A0A0A0;
    max-height: 35px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.messages .notification-body>li a, .messages .notification-body>li a span {
    display: block;
    position: relative;
    overflow: hidden;
}

.message-actions {
    position: absolute;
    top: 10px;
    right: 25px;
}

.notification-body>li a span.label {
  display: inline;
}

.notifications .notification-body>li a, .notifications .notification-body>li a span {
  display: inline;
}

.notification-actions {
    position: absolute;
    top: 10px;
    right: 25px;
}

.notification-item {
  cursor: pointer;
}

.notification-content {
  max-width: 300px;
  padding-right: 40px;
  text-align: justify;
}

.notification-item a {
  color: #333;
  display: block !important;
}

/*************/
/*** Panel ***/
/*************/

.v-right-line {
  border-right: 1px solid #CCC;
  background: #FFF;
}

/************/
/*** Post ***/
/************/

.add-post textarea,
.comments textarea {
  resize: none;
}

.like-count:hover {
  text-decoration: none !important;
}

.engagements {
  padding-left: 0 !important;
}

.engagements .right {
  float: right;
}

.engagements .fa-spin {
  display: none;
  float: right;
  margin: 3px 10px;
}

.like-link.on {
  font-weight: bold;
  font-family: "Gotham Rounded";
}

.feed .preloader {
  display: none;
}

.select2-search-choice {
  display: block !important;
}

.select2-search-choice > div {
    overflow: hidden;
    text-overflow: ellipsis;
}

#pnl-feed .status .text a:hover {
  text-decoration: underline;
}

.posts {
  padding: 0px;
}

.status.panel-body {
    padding: 0;
}

.status .who {
    border-bottom: 1px solid rgba(0,0,0,.07);
    padding: 20px;
}

.status .who img {
    float: left;
    height: 40px;
    margin-right: 10px;
    width: 40px;
}

.status .who .name b {
    color: #57889c;
}

.status .who .name {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.status .who .from {
    font-size: 12px;
    opacity: .7;
}

.status .text {
    font-size: 13px;
    line-height: 1.82em;
    padding: 20px
}

.status li .text {
    padding: 0px;
}

.status .links {
    border-top: 1px solid rgba(0,0,0,.07);
    margin: 0;
    padding: 15px 20px;
    background: #fafafa;
}

.status .links li {
    display: inline;
    padding-right: 20px;
}

.status .comments {
    border-top: 1px solid rgba(0,0,0,.07);
    font-size: 13px;
    padding: 0 20px;
}

.status .comment-dropdown li.comment-dropdown-li {
    border-bottom: 1px solid rgba(0,0,0,.07);
    display: block;
    padding: 0px 0 0px 0px;
    position: relative;
}

.status .comments li {
    border-bottom: 1px solid rgba(0,0,0,.07);
    display: block;
    padding: 15px 0 15px 40px;
    position: relative;
}

.status .comments li.engagements {
  position: initial;
}

.status .comments li > a img {
    height: 30px;
    left: 0;
    position: absolute;
    width: 30px;
    border-radius: 50%;
}

.status .comments img.emojioneemoji {
    left: initial !important;
    position: initial !important;
}

.status .comments .name {
    display: inline-block;
    font-weight: 600;
    opacity: .8;
}

.white-bg,
.light-gray-bg {
    min-height: 500px;
}

.see-more {
  display: none;
}

/*****************/
/*** Preloader ***/
/*****************/

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 15000;
    background: rgba(51, 74, 92, 0.7);
    display: none;
}

.loader {
    margin: 25% auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*****************/
/**** Radio ******/
/*****************/

.smart-form .radio {
  text-align: justify;
}

/*****************/
/**** Schedule ***/
/*****************/

.jqs {
  overflow-y: auto;
}

.jqs-day {
  height: 640px;
}

.jqs-table td {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.jqs-grid {
  background: #e6ecf0;
}

.jqs-grid-line {
  border: 1px solid #FFF;
}

.jqs-grid-line:before {
  background: #FFF;
}

.jqs-period-container {
  background-color: rgba(0, 108, 255, 0.8);
    border-color: #FFF  !important;
    color: #FFF  !important;
    border-radius: 0  !important;
}

.jqs-period-helper {
  background: #267cf2;
    opacity: 0.5;
}

.jqs-period-helper-time {
  color: #FFF  !important;
}

.jqs-period-remove,
.jqs-period-duplicate {
  bottom: 8px !important;
  background-image: none !important;
}

.jqs-period-remove {
  right: 5px !important;
}

.jqs-period-duplicate {
  right: 25px !important;
}

.jqs-day-remove,
.jqs-day-duplicate {
  background-image: none !important;
}

.jqs-options-title-container {
  display: none;
}

.jqs-options {
  left: 35% !important;
}

.jqs-options-close {
  height: 10px !important;
    width: 10px !important;
}

.jqs-options-duplicate, .jqs-options-remove,
.jqs-options-duplicate:hover, .jqs-options-remove:hover {
  background: transparent !important;
  padding: 10px 0 !important;
  border: none !important;
}

/*****************/
/**** Scrollbar **/
/*****************/

/*::-webkit-scrollbar {
    width: 10px;
}*/
 
/*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    
    background-color: #e6ecf0;
}*/
 
/*::-webkit-scrollbar-thumb {
    
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #088de1; 
}*/


/*****************/
/**** Select2 ****/
/*****************/

.select-single,
.select-multiple {
  width: 100%;
}

.has-error .select2 {
  border-color: #b94a48;
}

.has-error .select2-container {
  border: 1px solid #b94a48 !important;
}

.has-success .select2-container {
  border: 1px solid #468847 !important;
}

.has-error .select2-container .select2-choice,
.has-success .select2-container .select2-choice {
  border: none;
}

.select2-container .select2-choice>.select2-chosen {
  text-align: left;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border: 1px solid #1DA1F2;
  background-color: #1DA1F2;
}

/*****************/
/**** Switch *****/
/*****************/

.onoffswitch-switch {
  right: 50px;
}

.onoffswitch {
  width: 70px;
}

.onoffswitch-inner:before {
  padding-top: 1px;
  padding-left: 10%;
}

.onoffswitch-inner:after {
  padding-top: 1px;
  padding-right: 5%;
}

/*****************/
/****** Tabs *****/
/*****************/

.nav-tabs {
  white-space: nowrap;
}

.nav-tabs.bordered+.tab-content {
  background: #FFF;
}

.tabs-right > li > a {
  writing-mode: vertical-rl;
}

.tabs-right > .nav-tabs > li > a {
  min-width: 0px !important;
}

.tabs-right .tab-content {
  margin-right: 60px;
}

.jarviswidget-color-blueDark .dropdown li:not(.active) > a  {
  color: #333 !important;
}

.jarviswidget-color-blueDark .dropdown li > a:hover,
.jarviswidget-color-blueDark .dropdown li > a:focus {
  color: #FFF !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus,
.collapsed li>a:hover, .collapsed li>a:focus {
  color: #FFF !important;
}

.tab-pane {
  position: relative;
}

/******************/
/*** Tags Input ***/
/******************/

.bootstrap-tagsinput {
    min-height: 32px;
    padding: 0px 12px;
}

.bootstrap-tagsinput .tag {
    margin: -2px 6px 6px -6px;
}

/*****************/
/** TimePicker ***/
/*****************/

.dropdown-menu {
  z-index:  200000;
}

/**************/
/** Tooltip ***/
/**************/

.tooltip-inner > p {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tooltip {
    padding: 5px 0 !important;
    background: transparent !important;
    border: none !important;
}

.smart-form .tooltip {
  opacity: 1 !important;
}

.smart-form .tooltip .tooltip-inner {
  text-align: left !important;
}

/*****************/
/** TreeView *****/
/*****************/

.tree li,
.tree ul {
  padding-top: 2px !important;
  padding-bottom: 0px !important;
}

/******************/
/**** Uplaod  *****/
/******************/

.photo-edit-container {
    width: 100%;
    min-height: 120px;
    border: 2px dashed #2D4259;
    margin: 10px 0px;
    background: #FAFAFA;
    color: #2D4259;
    cursor: pointer;
    padding: 0 20px 20px 20px;
}

.croppie,
.upload-status {
    display: none;
}

.file-photo,
.file-import {
  display: none !important;
}

/*****************/
/**** Wizard *****/
/*****************/

.pager li>a, .pager li>span {
  border-radius: 0px;
}

/**************************/
/**** Img-grid Plugin *****/
/**************************/
.imgs-grid-modal{
  z-index: 1500;
}
.imgs-grid-modal .modal-indicator .selected:after, 
.imgs-grid-modal .modal-indicator .selected:before{
  display:none;
}

/**************************************/
/**** Whiteboard Post Custom CSS ******/
/**************************************/
.margin-bottom-50{
  margin-bottom: 50px;
}

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

.margin-top-neg-35{
  margin-top: -35px;
}
.padding-right-10{
  padding-right: 10px;
}

#frm-upload-image .dz-message,#frm-upload-file .dz-message{
  position: absolute;
  width: 93%;
}

#frm-upload-file .dz-preview{
  margin: 10px auto;
  width: 115px;
  display: block;
}

.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#input-file-label{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
}
#input-file-label:hover{
  text-decoration:none;
}

#span-reset {
    margin-left: -22px;
}

.truncate{
  text-overflow: ellipsis;
  overflow: hidden;
}

/**********************/
/**** User Guide ******/
/**********************/

.chapter {
  border-top: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
}

.chapter-title {
  background: #E6E6E6;
  padding: 5px 10px;
}

.chapter-title h2 {
  font-weight: bold;
  font-family: "Gotham Rounded";
}

/*****************/
/**** SHARE ******/
/*****************/



.btn-share, .btn-share:visited, .btn-share:focus{
  color: #ffffff;
  width: auto;
  transition: All 0.2s ease; 
  -webkit-transition:All 0.2s ease; 
  -moz-transition:All 0.2s ease; 
  -o-transition:All 0.2s ease; 
}
.btn-share span{
  display: none;
  margin: 0 5px;
}
.btn-share i{
  text-align: center;
}
.btn-share b{
  text-align: right;
   margin-left: 10px;
}

.share:hover .btn-share:not(:hover) {
  width: 50px;
  color: #ffffff;
  transition: All 0.2s ease; 
  -webkit-transition: All 0.2s ease; 
  -moz-transition:All 0.2s ease; 
  -o-transition:All 0.2s ease; 
}

.share:hover .btn-share:not(:hover) b, .btn-share:hover b{
  display: none;
}

.btn-share:hover{  
  width: 100px;
  color: #ffffff;
  transition: All 0.2s ease; 
  -webkit-transition:All 0.2s ease; 
  -moz-transition:All 0.2s ease; 
  -o-transition:All 0.2s ease; 
}

.btn-share:hover span{
  display: inline-block;
  transition: All 0.2s ease; 
  -webkit-transition:All 0.2s ease; 
  -moz-transition:All 0.2s ease; 
  -o-transition:All 0.2s ease;
}
.btn-facebook{
  background-color: #3B5998;
    border-color: #3B5998;
}
.btn-twitter{
  background-color: #55ACEE;
    border-color: #55ACEE;
}
.btn-google-plus{
  background-color: #dd4b39;
    border-color: #dd4b39;
}

/*****************/
/*** SmartBox ****/
/*****************/

.SmallBox p a {
  color: #FFF;
  text-decoration: underline;
}

/*--Adjust Comment Dropdown--*/
.comment-dropdown{
  margin-top: 60px;
  top: 0;
}

.sort-placeholder{
  float: left;
  min-width: 329px;
  width: auto;
  height: 200px;
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  margin: 10px 10px;
}

.text-nowrap{
  white-space: nowrap;
}



/* Ribbon Adjustments */
.option-add-class{
  display: none;
}

.ribbon-list{
  list-style: none;
  float: right;
  position: relative;
  margin: 0;
  padding-top: 5px;
}

@media only screen and (max-width: 767px){
  #ribbon{
    min-width: 300px;
  }
  .option-add-class{
    display: block;
  }

  .add-load{
    display: none;
  }
  .ribbon-list#sparks{
    margin: 0;
    padding: 5px 0 0 0;
  }

  .ribbon-list#sparks form{
    min-width: 120px;
  }

  #ribbon .breadcrumb{
    padding-right: 5px!important;
  }

}
/* End ribbon adjustments */

/*Tribute plugin override*/
.img-tribute{
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

#modal-select-format-month .btn{
  box-shadow: none;
  -webkit-box-shadow: none;
}
#modal-select-format-month .btn.active{
  border: 2px solid #17A9EC;
}
.div-new-post-wrapper{
  position: fixed;
  left: 50%; 
  z-index: 10;
}
.btn-show-new-post{
  display:none; 
  position:relative; 
  left: -50% !important;
  top: -100px;
}

/* Preloader */

#loader_label{
  color: #fff;
  position: relative;
  top: 50%;
}

#loader_label h1 {
  font-family: "Gotham Rounded Light";
  font-weight: bold !important;
  font-size: 2em;
}

.stuff-to-preload{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 9999;
    display: block;
    background: #076dad;
    text-align: center;
}

.stuff-to-preload .preloader{
    position: relative;
    width:0px;
    height:0px;
    top:40%;
    left:50%;
    -webkit-animation: spin 1s  infinite ease-in-out;
    -moz-animation: spin 1s  infinite ease-in-out;
    -o-animation: spin 1s  infinite ease-in-out;
}

#loader_label img {
  width: 200px;
  margin-top: -10px;
  margin-right: -4px;
}

.stuff-to-preload .preloader .ball{
    position: absolute;
    width:20px;
    height:20px;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left: -10px;
    border-radius: 50%;
    background-color: #FFF;
}

.stuff-to-preload .preloader .ball-a{
    -webkit-animation: hTop 1s  infinite ease-in-out;
    -moz-animation: hTop 1s  infinite ease-in-out;
    -o-animation: hTop 1s  infinite ease-in-out;
}

.stuff-to-preload .preloader .ball-b{
    -webkit-animation: vTop 1s  infinite ease-in-out;
    -moz-animation: vTop 1s  infinite ease-in-out;
    -o-animation: vTop 1s  infinite ease-in-out;
}

.stuff-to-preload .preloader .ball-c{
    -webkit-animation: hBot 1s  infinite ease-in-out;
    -moz-animation: hBot 1s  infinite ease-in-out;
    -o-animation: hBot 1s  infinite ease-in-out;
}

.stuff-to-preload .preloader .ball-d{
    -webkit-animation: vBot 1s  infinite ease-in-out;
    -moz-animation: vBot 1s  infinite ease-in-out;
    -o-animation: vBot 1s  infinite ease-in-out;
}

@-webkit-keyframes hTop {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(20px, 20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes vTop {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(-20px, 20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes hBot {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(20px, -20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-webkit-keyframes vBot {
    0%   { -webkit-transform:  translate(0px, 0px); }
    50%  { -webkit-transform:  translate(-20px, -20px); }
    100% { -webkit-transform:  translate(0px, 0px); }
}

@-moz-keyframes hTop {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(20px, 20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes vTop {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(-20px, 20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes hBot {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(20px, -20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-moz-keyframes vBot {
    0%   { -moz-transform:  translate(0px, 0px); }
    50%  { -moz-transform:  translate(-20px, -20px); }
    100% { -moz-transform:  translate(0px, 0px); }
}

@-o-keyframes hTop {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(20px, 20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes vTop {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(-20px, 20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes hBot {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(20px, -20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-o-keyframes vBot {
    0%   { -o-transform:  translate(0px, 0px); }
    50%  { -o-transform:  translate(-20px, -20px); }
    100% { -o-transform:  translate(0px, 0px); }
}

@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(178deg);}
}

 @-moz-keyframes spin {
    from { -moz-transform:  rotate(0deg);}
    to { -moz-transform:  rotate(89deg);}
 }

 @-o-keyframes spin {
    from { -o-transform:  rotate(0deg);}
    to { -o-transform:  rotate(89deg);}
 }

 .hidden-menu .desktop_mode.feed_side_panel {
  width: 40vw;
  transform: translateX(0);
 }

 .desktop_mode.feed_side_panel{
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: absolute;
  width: 33vw;
  transform: translateX(0);
 }
 .desktop_mode.feed_side_panel::-webkit-scrollbar{
  width: 0 !important;
 }
.mobile_mode.feed_side_panel{
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: absolute !important;
  width: 100vw;
  transform: translateX(0);
 }
.mobile_mode.feed_side_panel::-webkit-scrollbar{
  width: 0 !important;
 }
 .tooltip_action {
     position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.tooltip_action .tooltiptext {
     visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -60px;
}
.tooltip_action .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}
.tooltip_action:hover .tooltiptext {
    visibility: visible;
}
.left_panel_content_wrapper{
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
 }
.left_panel_content_wrapper::-webkit-scrollbar{
  width: 0 !important;
}
.nav_contents{
  display: inline-block;
}

@media (max-width: 487px) {
    .page-success,
    .page-danger {
        left: 20%;
        right: 20%;
    }
}

/*****************/
/*** Widget ******/
/*****************/

.jarviswidget>header>h2
.jarviswidget>header>.widget-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
}

.jarviswidget>header>.widget-title {
  margin-left: 5px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .jarviswidget header h2 {
    max-width: 90%;
    width: auto;
  }
}

/*-- User Management --*/
#modal-add-user .bootstrapWizard li, #modal-edit-user .bootstrapWizard li{
    width: 50%;
}

.link-option .col-xs-2, .link-option .col-xs-10 {
    margin-left: -15px;
    margin-right: -15px;
}

.preferences {
    width: 90% !important;
    margin: auto;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: normal;
    display: none;
}

.link-option span.text-left {
    margin-top: 5px;
    margin-left: 20px;
}

.preferences .parent-menu {
  font-size: 14px;
    padding: 26px 25px;
    border-bottom: 1px solid #eee;
}

.preferences .collapse-row{
  padding: 0 30px 20px 30px;
}

.preferences .children-menus {
  font-size: 12px;
    padding: 10px 25px 10px 45px;
    border-bottom: 1px solid #eee;
}

.preferences .children-menus .row {
  padding: 5px;
}

.preferences .onoffswitch {
  width: 50px;
}

.preferences .onoffswitch-switch {
  right: 32px;
}

.preferences .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}


.complete-container, .incomplete-container, .success-container {
  display: none;
}
.sent-container
{
  display: none;
}

.error-container{
  display: none;
}

.pac-container {  
  z-index: 9999999 !important;
}

#tbl-educational-background td{
  vertical-align: top!important;
}

.v-align-top{
  vertical-align: top!important;
}

.full-width{
  width: 100%;
}

.full-width-photo{
  width: 100%;
  border-radius: 50%;
}

.time-slot {
  width: 100%;
}

.time-slot td,
.time-slot th{
  padding: 10px 5px;
  vertical-align: top !important;
}

.time-slot tfoot,
.time-slot tbody {
  border-top: 1px solid #CCC;
}

.time-slot .form-group {
  margin-bottom: 0;
}


#download-app-sec{
  padding: 40px;
  background-color: #2163ad;
}

.android-green{
  color: #a4c639;
}

.btn-download-app{
  color: #fff;
  background-color: #4e4e4e;
  border-color: #fff;
}
.btn-download-app:hover, .btn-download-app:focus, .btn-download-app.focus, .btn-download-app:active, .btn-download-app.active, .open > .dropdown-toggle.btn-download-app{
  color: #fff;
  background-color: #4e4e4e;
  border-color: #fff;
}


/*---------------
       CHAT & GLOBAL ACTIONS
-----------------*/

#chat-container{
  z-index: 1003;
  height: 100%;
}

#chat-container .chat-list-open-close,
#chat-container .plus-global-action{
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 31px;
  left: -70px;
  border: 1px solid #CDCECF!important;
  padding: 3px 5px 3px 5px;
  box-shadow: 0 0.2em 10px 0px rgba(0, 0, 0, 0.2);
}

#chat-container .chat-list-open-close {
  top: auto;
  bottom: 50px;
  color: #1da1f2;
  padding: 3px 5px 3px 5px;
}

#chat-container .plus-global-action {
  display: block;
  position: absolute;
  line-height: 22px;
  cursor: pointer;
  background: #f2f4f8;
  text-align: center;
  top: auto;
  bottom: 50px;
  color: #96bf48;
  padding: 5px;  
}

#chat-container .plus-global-action i {
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

#chat-container .plus-global-action.open i {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#chat-container .plus-global-action-list {
    left: -260px;
    top: auto;
    bottom: 50px;
    position: absolute;
    list-style: none;
    display: none;
}

#chat-container .plus-global-action-list.open {
  display: block;
}

#chat-container .plus-global-action-list li {
    list-style: none;
    background: #96bf48;
    padding: 5px 10px;
    margin: 5px;
}

#chat-container .plus-global-action-list li:hover {
  background: #b0d36e;
}

#chat-container .plus-global-action-list li a {
  color: #FFF !important;
}

#chat-container .chat-list-body{
  height: 90%;
}


#chat-container .right{
    float:right;
    min-width:20px;
}
#chat-container .state .txt-color-online{
    color: #42b72a!important;
}
#chat-container .flexible_width1 {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

}

#chat-container div.image-holder-sm{
  height: auto;
  width: fit-content;
}
#chat-container div.image-holder-sm .online{
    position: inherit;
    height: 9px;
    width: 9px;
    margin-top: 10px;
}

.bg-color-blueBright {
  background: #428bca;
}
.bg-color-greenBright {
  background: #5cb85c;
}
.tbl-sales-figures {
  border-radius: 2%;
}
.tbl-sales-figures h3 div{
    overflow: auto;
}
.tbl-sales-figures td{
  border-top: 0px!important;
}
.tbl-sales-figures hr{
  margin-bottom: 0px;
  margin-top: 0px;
  color: #fff;
}
.tbl-sales-figures .square {
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    background: #fff;
    color: #333;
  border-radius: 5px;
}

.module-list li {
  list-style: none;
  display: inline;
}

.breath {
    margin: 50px auto;
}

.pricing {
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.pricing:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}

.pricing.color1 {
  background-color:#5ca2e0;
}

.pricing.color2 {
  background-color:#7676c6;
}

.pricing.color3 {
  background-color:#885fc1;
}

.pricing.color4 {
  background-color:#2cda9d;
}

.pricing {
    padding: 25px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pricing .planname {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.pricing .price {
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0;
}

.pricing .billing {
    text-transform: uppercase;
    color: #FFF;
    opacity: 0.7;
}

.toggle-password{
  float: right;
  margin-left: -25px;
  margin-top: 8px;
  position: relative;
  padding-right: 20px;
  z-index: 10;
  cursor: pointer;
}

.padding-0{
  padding: 0px!important;
}

.border-none{
  border: none!important;
}

.excel-style tbody td{
  padding: 0px!important;
  border: none!important;
}  

.d-flex{
  display: flex;
  flex-direction: column;
}
.flex-grow{
  flex-grow: 1;
}

.sticky-bottom{
  width: 100%;
  position: absolute;
  bottom: 0;
  clear: both;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.book-tile{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.fit-cover{
  object-fit: contain;
}
.book-tile img{
  margin-bottom: 5px;
}

#wizard-add-employee .bootstrapWizard li, #wizard-edit-employee .bootstrapWizard li{
  width: 20%;
}
#frm-add-employee .file-upload, #frm-edit-employee .file-upload {
  display: none;
}
#frm-add-employee .p-image, #frm-edit-employee .p-image {
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 40px 50px;
  color: transparent;
  transition: all .3s ease-in-out;
}
#frm-add-employee  .p-image:hover, #frm-edit-employee  .p-image:hover  {
  transition: all .3s ease-in-out;
  color: #555;
  cursor: pointer;
}
#frm-add-employee  .p-image:active, #frm-edit-employee  .p-image:active,  {
  transition: all .3s ease-in-out;
  color: #eee;
  cursor: pointer;
}

.btn-delete-holiday{
  display: inline-block!important;
  color: white;
}
.btn-delete-holiday:hover,.btn-delete-holiday:visited,.btn-delete-holiday:focus{
  color: white;
  font-size: 2em!important;
  top: 0px;
  right: 2px;
}

.th-break-word{
  word-break: break-word!important;
  white-space: normal!important;
}

.cookieinfo{
  z-index: 999!important;
}
.wpcc-banner .wpcc-message {
  text-align: center;
}