body {
  background-color: #f5f5f5;
}

#wrapper {
  width: 100%;
}

.show-count {
  font-size: 15px;
  text-align: left;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 30px;
    border-left: 1px solid #e7e7e7;
    transition: .35s margin;
  }

}

.navbar {
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
}

.navbar-top-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 12px 0 12px 12px;
  padding: 0;
}

.navbar-top-btns .label {
  font-size: 90%;
  padding: .3em .7em .4em;
  font-weight: 600;
  border-radius: 30px;
}

.navbar-top-links {
  margin-right: 0;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
  transition: all .15s;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar ul li a.active {
  background-color: var(--primary);
  color: #ffffff !important;
}

.sidebar ul li a.text-success.active {
  background-color: var(--success);
}

.sidebar ul li a.text-info.active {
  background-color: var(--info);
}

.sidebar ul li a.text-warning.active {
  background-color: var(--warning);
}

.sidebar ul li a.text-danger.active {
  background-color: var(--danger);
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f107";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f106";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 52px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }

}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .page-header {
    font-size: 24px;
  }

  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}

.login-panel .img-responsive {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .navbar-top-links .dropdown-user {
    right: auto;
    left: 0;
  }

  div.dataTables_filter {
    /*display: none;*/
    left: 0;
    margin-left: -61px;
  }

  .mob-scroll {
    width: 1000px !important;
  }
}

.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.main-footer {
  padding: 20px 10px;
  background: #dedede;
}

.dash-subtitle {
  background: #f0fff5;
  padding: 5px 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 4px;
}

.navbar-default {
  background-color: #0051ab;
  background: linear-gradient(130deg, #0051ab 0, #6a0c7c 100%);
  border-color: rgb(231 231 231 / 30%);
}

.navbar-default .navbar-toggle {
  border: 1px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: rgba(13, 110, 253, 0.25);
}

.navbar-default .navbar-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .25);
}

.navbar-default .navbar-brand {
  color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: rgb(0 0 0 / 30%);
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: rgb(0 0 0 / 20%);
}

.navbar-top-links li a:focus,
.navbar-top-links li a:hover {
  color: #fff;
}

.btn-circle {
  border-radius: 15px;
}

.sidebar {
  background: #dedede;
}

/* @media (min-width: 768px) {
  .sidebar {
    margin-top: 93px;
  }
} */

.modal-header .close {
  margin-top: -25px;
}

.modal-content {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.galaxy-logo {
  margin: 0 auto;
  width: 50%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.genixo-logo {
  margin: 10px auto;
  width: 100%;
  height: auto;
  padding: 0 12px;
}

.text-white {
  color: #333;
}

.text-white2 {
  color: #fff
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #b6cde3;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
}

.body-img {
  background-image: url(/admin/img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.mob-scroll {
  width: 100%;
}

.panel-body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  height: 20px;
}

.panel-body::-webkit-scrollbar-button {
  width: 10px;
  height: 20px;
}

.panel-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.panel-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.panel-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .8);
}

#ProfitModal .modal-dialog {
  width: 300px !important;
}

.small-model .modal-dialog {
  width: 300px !important;
}

.record-details {
  text-decoration: none;
  color: #000;
}

.record-details:hover {
  text-decoration: none !important;
}

.link-arrow-align {
  text-decoration: underline;
  text-underline-position: under;
}

/* Step Wizard */

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;

}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* End of Step Wizard */

/* User Details View Page */
.align-center,
.center {
  text-align: center !important;
  float: right;
}

.profile-user-info {
  display: table;
  width: 98%;
  width: calc(100% - 24px);
  margin: 0 auto
}

.profile-info-row {
  display: table-row
}

.profile-info-name,
.profile-info-value {
  display: table-cell;
  border-top: 1px dotted #D5E4F1
}

.profile-info-name {
  text-align: left;
  padding: 6px 10px 6px 4px;
  font-weight: 400;
  color: #3f6f96;
  background-color: transparent;
  width: 189px;
  /* vertical-align: middle */
}

.profile-info-value {
  padding: 6px 4px 6px 6px
}

.profile-info-value>span+span:before {
  display: inline;
  content: ",";
  margin-left: 1px;
  margin-right: 3px;
  color: #666;
  border-bottom: 1px solid #FFF
}

.profile-info-value>span+span.editable-container:before {
  display: none
}

.profile-info-row:first-child .profile-info-name,
.profile-info-row:first-child .profile-info-value {
  border-top: none
}

.profile-user-info-striped {
  border: 1px solid #DCEBF7
}

.profile-user-info-striped .profile-info-name {
  color: #336199;
  background-color: #EDF3F4;
  border-top: 1px solid #F7FBFF
}

.profile-user-info-striped .profile-info-value {
  border-top: 1px dotted #DCEBF7;
  padding-left: 12px
}

.profile-picture {
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 4px;
  display: inline-block;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .15)
}

.dd-empty,
.dd-handle,
.dd-placeholder,
.dd2-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}

.profile-activity {
  padding: 10px 4px;
  border-bottom: 1px dotted #D0D8E0;
  position: relative;
  border-left: 1px dotted #FFF;
  border-right: 1px dotted #FFF
}

.profile-activity:first-child {
  border-top: 1px dotted transparent
}

.profile-activity:first-child:hover {
  border-top-color: #D0D8E0
}

.profile-activity:hover {
  background-color: #F4F9FD;
  border-left: 1px dotted #D0D8E0;
  border-right: 1px dotted #D0D8E0
}

.profile-activity img {
  border: 2px solid #C9D6E5;
  border-radius: 100%;
  max-width: 40px;
  margin-right: 10px;
  margin-left: 0;
  box-shadow: none
}

.profile-activity .thumbicon {
  background-color: #74ABD7;
  display: inline-block;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  margin-left: 0;
  text-shadow: none !important
}

.profile-activity .time {
  display: block;
  margin-top: 4px;
  color: #777
}

.profile-activity a.user {
  font-weight: 700;
  color: #9585BF
}

.profile-activity .tools {
  position: absolute;
  right: 12px;
  bottom: 8px;
  display: none
}

.profile-activity:hover .tools {
  display: block
}

.user-profile .ace-thumbnails li {
  border: 1px solid #CCC;
  padding: 3px;
  margin: 6px
}

.user-profile .ace-thumbnails li .tools {
  left: 3px;
  right: 3px
}

.user-profile .ace-thumbnails li:hover .tools {
  bottom: 3px
}

.user-title-label:hover {
  text-decoration: none
}

.user-title-label+.dropdown-menu {
  margin-left: -12px
}

.profile-contact-links {
  padding: 4px 2px 5px;
  border: 1px solid #E0E2E5;
  background-color: #F8FAFC
}

.btn-link:hover .ace-icon {
  text-decoration: none !important
}

.profile-social-links>a:hover>.ace-icon,
.profile-users .memberdiv .name a:hover .ace-icon,
.profile-users .memberdiv .tools>a:hover {
  text-decoration: none
}

.profile-social-links>a {
  text-decoration: none;
  margin: 0 1px
}

.profile-skills .progress {
  height: 26px;
  margin-bottom: 2px;
  background-color: transparent
}

.profile-skills .progress .progress-bar {
  line-height: 26px;
  font-size: 13px;
  font-weight: 700;
  font-family: "Open Sans";
  padding: 0 8px
}

.profile-users .user {
  display: block;
  position: static;
  text-align: center;
  width: auto
}

.profile-users .user img {
  padding: 2px;
  border-radius: 100%;
  border: 1px solid #AAA;
  max-width: none;
  width: 64px;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}

.profile-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .33)
}

.profile-users .memberdiv {
  background-color: #FFF;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: center;
  margin: 0 8px 24px
}

.profile-users .memberdiv .body {
  display: inline-block;
  margin: 8px 0 0
}

.profile-users .memberdiv .popover {
  visibility: hidden;
  min-width: 0;
  max-height: 0;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  top: -5%;
  left: auto;
  right: auto;
  opacity: 0;
  display: none;
  position: absolute;
  -webkit-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
  -o-transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s;
  transition: opacity .2s linear 0s, visibility 0s linear .2s, max-height 0s linear .2s, max-width 0s linear .2s, min-width 0s linear .2s
}

.profile-users .memberdiv .popover.right {
  left: 100%;
  right: auto;
  display: block
}

.profile-users .memberdiv .popover.left {
  left: auto;
  right: 100%;
  display: block
}

.profile-users .memberdiv>:first-child:hover .popover {
  visibility: visible;
  opacity: 1;
  z-index: 1060;
  max-height: 250px;
  max-width: 250px;
  min-width: 150px;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.profile-users .memberdiv .tools {
  position: static;
  display: block;
  width: 100%;
  margin-top: 2px
}

.profile-users .memberdiv .tools>a {
  margin: 0 2px
}

.user-status {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #FFF;
  border: 3px solid #AAA;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 1px
}

.user-status.status-online {
  border-color: #8AC16C
}

.user-status.status-busy {
  border-color: #E07F69
}

.user-status.status-idle {
  border-color: #FFB752
}

.tab-content.profile-edit-tab-content {
  border: 1px solid #DDD;
  padding: 8px 32px 32px;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .2);
  background-color: #FFF
}

@media only screen and (max-width:480px) {
  .profile-info-name {
    width: 80px
  }

  .profile-user-info-striped .profile-info-name {
    float: none;
    width: auto;
    text-align: left;
    padding: 6px 4px 6px 10px;
    display: block
  }

  .profile-user-info-striped .profile-info-value {
    margin-left: 10px;
    display: block
  }

  .user-profile .memberdiv {
    width: 50%;
    margin-left: 0;
    margin-right: 0
  }
}



.itemdiv {
  padding-right: 3px;
  min-height: 66px
}

.itemdiv>.user {
  display: inline-block;
  width: 42px;
  position: absolute;
  left: 0
}

.itemdiv>.user>.img,
.itemdiv>.user>img {
  border-radius: 100%;
  border: 2px solid #5293C4;
  max-width: 40px;
  position: relative
}

.itemdiv>.user>.img {
  padding: 2px
}

.itemdiv>.body {
  width: auto;
  margin-left: 50px;
  margin-right: 12px;
  position: relative
}

.itemdiv>.body>.time {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #666;
  position: absolute;
  right: 9px;
  top: 0
}

.itemdiv>.body>.time .ace-icon {
  font-size: 14px;
  font-weight: 400
}

.itemdiv>.body>.name {
  display: block;
  color: #999
}

.itemdiv>.body>.name>b {
  color: #777
}

.itemdiv>.body>.text {
  display: block;
  position: relative;
  margin-top: 2px;
  padding-bottom: 19px;
  padding-left: 7px;
  font-size: 13px
}

.itemdiv.dialogdiv:before,
.itemdiv.dialogdiv>.body:before,
.itemdiv>.body>.text:after {
  content: "";
  position: absolute
}

.itemdiv>.body>.text:after {
  display: block;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  left: 16px;
  right: -12px;
  margin-top: 9px;
  border-top: 1px solid #E4ECF3
}

.itemdiv>.body>.text>.ace-icon:first-child {
  color: #DCE3ED;
  margin-right: 4px
}

.itemdiv:last-child>.body>.text {
  border-bottom-width: 0
}

.itemdiv:last-child>.body>.text:after {
  display: none
}

.itemdiv.dialogdiv {
  padding-bottom: 14px
}

.itemdiv.dialogdiv:before {
  display: block;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 3px;
  max-width: 3px;
  background-color: #E1E6ED;
  border: 1px solid #D7DBDD;
  border-width: 0 1px
}

.itemdiv.dialogdiv:last-child {
  padding-bottom: 0
}

.itemdiv.dialogdiv:last-child:before {
  display: none
}

.itemdiv.dialogdiv>.user>img {
  border-color: #C9D6E5
}

.itemdiv.dialogdiv>.body {
  border: 1px solid #DDE4ED;
  padding: 5px 8px 8px;
  border-left-width: 2px;
  margin-right: 1px
}

.itemdiv.dialogdiv>.body:before {
  display: block;
  left: -7px;
  top: 11px;
  width: 8px;
  height: 8px;
  border: 2px solid #DDE4ED;
  border-width: 2px 0 0 2px;
  background-color: #FFF;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.itemdiv.dialogdiv>.body>.time {
  position: static;
  float: right
}

.itemdiv.dialogdiv>.body>.text {
  padding-left: 0;
  padding-bottom: 0
}

.itemdiv.dialogdiv>.body>.text:after {
  display: none
}

.itemdiv.dialogdiv .tooltip-inner {
  word-break: break-all
}

.itemdiv.memberdiv {
  width: 175px;
  padding: 2px;
  margin: 3px 0;
  float: left;
  border-bottom: 1px solid #E8E8E8
}

@media (min-width:992px) {
  .itemdiv.memberdiv {
    max-width: 50%
  }
}

@media (max-width:991px) {
  .itemdiv.memberdiv {
    min-width: 33.333%
  }
}

.itemdiv.memberdiv>.user>img {
  border-color: #DCE3ED
}

.itemdiv.memberdiv>.body>.time {
  position: static
}

.itemdiv.memberdiv>.body>.name {
  line-height: 18px;
  height: 18px;
  margin-bottom: 0
}

.itemdiv.memberdiv>.body>.name>a {
  display: inline-block;
  max-width: 100px;
  max-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all
}

.itemdiv .tools {
  position: absolute;
  right: 5px;
  bottom: 10px;
  display: none
}

.item-list>li>.checkbox,
.item-list>li>label.inline,
.itemdiv:hover .tools {
  display: inline-block
}

.itemdiv .tools .btn {
  border-radius: 36px;
  margin: 1px 0
}

.itemdiv .body .tools {
  bottom: 4px
}

.itemdiv.commentdiv .tools {
  right: 9px
}

.item-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.item-list>li {
  padding: 9px;
  background-color: #FFF;
  margin-top: -1px;
  position: relative
}

.item-list>li.selected {
  color: #8090A0;
  background-color: #F4F9FC
}

.item-list>li.selected .lbl,
.item-list>li.selected label {
  text-decoration: line-through;
  color: #8090A0
}

.item-list>li label {
  font-size: 13px
}

.item-list>li .percentage {
  font-size: 11px;
  font-weight: 700;
  color: #777
}


.ace-thumbnails>li,
.ace-thumbnails>li>:first-child {
  display: block;
  position: relative
}

.ace-thumbnails {
  list-style: none;
  margin: 0;
  padding: 0
}

.ace-thumbnails>li {
  float: left;
  overflow: hidden;
  margin: 2px;
  border: 2px solid #333
}

.ace-thumbnails>li>:first-child:focus {
  outline: 0
}

.ace-thumbnails>li .tags {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: visible;
  direction: rtl;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  vertical-align: inherit
}

.ace-thumbnails>li .tags>.label-holder {
  opacity: .92;
  filter: alpha(opacity=92);
  display: table;
  margin: 1px 0 0;
  direction: ltr;
  text-align: left
}

.ace-thumbnails>li>.tools,
.ace-thumbnails>li>:first-child>.text {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, .55)
}

.ace-thumbnails>li .tags>.label-holder:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}

.ace-thumbnails>li>.tools {
  top: 0;
  bottom: 0;
  left: -30px;
  width: 24px;
  vertical-align: middle;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.ace-thumbnails>li>.tools.tools-right {
  left: auto;
  right: -30px
}

.ace-thumbnails>li>.tools.tools-bottom {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -30px
}

.ace-thumbnails>li>.tools.tools-top {
  width: auto;
  height: 28px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto
}

.ace-thumbnails>li:hover>.tools {
  left: 0;
  right: 0
}

.ace-thumbnails>li:hover>.tools.tools-bottom {
  top: auto;
  bottom: 0
}

.ace-thumbnails>li:hover>.tools.tools-top {
  bottom: auto;
  top: 0
}

.ace-thumbnails>li:hover>.tools.tools-right {
  left: auto;
  right: 0
}

.ace-thumbnails>li>.in.tools {
  left: 0;
  right: 0
}

.ace-thumbnails>li>.in.tools.tools-bottom {
  top: auto;
  bottom: 0
}

.ace-thumbnails>li>.in.tools.tools-top {
  bottom: auto;
  top: 0
}

.ace-thumbnails>li>.in.tools.tools-right {
  left: auto;
  right: 0
}

.ace-thumbnails>li>.tools>a,
.ace-thumbnails>li>:first-child .inner a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  padding: 0 4px
}

.ace-thumbnails>li>.tools>a:hover,
.ace-thumbnails>li>:first-child .inner a:hover {
  text-decoration: none;
  color: #C9E2EA
}

.ace-thumbnails>li .tools.tools-bottom>a,
.ace-thumbnails>li .tools.tools-top>a {
  display: inline-block
}

.ace-thumbnails>li>:first-child>.text {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.dialogs,
.itemdiv {
  position: relative
}

.ace-thumbnails>li>:first-child>.text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0
}

.ace-thumbnails>li>:first-child>.text>.inner {
  padding: 4px 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 90%
}

.ace-thumbnails>li:hover>:first-child>.text {
  opacity: 1;
  filter: alpha(opacity=100)
}

@media only screen and (max-width:480px) {
  .ace-thumbnails {
    text-align: center
  }

  .ace-thumbnails>li {
    float: none;
    display: inline-block
  }
}


.tab-content {
  border: 1px solid #C5D0DC;
  padding: 16px 12px;
  position: relative
}

.tab-content.no-padding {
  padding: 0
}

.tab-content.no-border {
  border: none;
  padding: 12px
}

.tab-content.padding-32 {
  padding: 32px 24px
}

.tab-content.no-border.padding-32 {
  padding: 32px
}

.tab-content.padding-30 {
  padding: 30px 23px
}

.tab-content.no-border.padding-30 {
  padding: 30px
}

.tab-content.padding-28 {
  padding: 28px 21px
}

.tab-content.no-border.padding-28 {
  padding: 28px
}

.tab-content.padding-26 {
  padding: 26px 20px
}

.tab-content.no-border.padding-26 {
  padding: 26px
}

.tab-content.padding-24 {
  padding: 24px 18px
}

.tab-content.no-border.padding-24 {
  padding: 24px
}

.tab-content.padding-22 {
  padding: 22px 17px
}

.tab-content.no-border.padding-22 {
  padding: 22px
}

.tab-content.padding-20 {
  padding: 20px 15px
}

.tab-content.no-border.padding-20 {
  padding: 20px
}

.tab-content.padding-18 {
  padding: 18px 14px
}

.tab-content.no-border.padding-18 {
  padding: 18px
}

.tab-content.padding-16 {
  padding: 16px 12px
}

.tab-content.no-border.padding-16 {
  padding: 16px
}

.tab-content.padding-14 {
  padding: 14px 11px
}

.tab-content.no-border.padding-14 {
  padding: 14px
}

.tab-content.padding-12 {
  padding: 12px 9px
}

.tab-content.no-border.padding-12 {
  padding: 12px
}

.tab-content.padding-10 {
  padding: 10px 8px
}

.tab-content.no-border.padding-10 {
  padding: 10px
}

.tab-content.padding-8 {
  padding: 8px 6px
}

.tab-content.no-border.padding-8 {
  padding: 8px
}

.tab-content.padding-6 {
  padding: 6px 5px
}

.tab-content.no-border.padding-6 {
  padding: 6px
}

.tab-content.padding-4 {
  padding: 4px 3px
}

.tab-content.no-border.padding-4 {
  padding: 4px
}

.tab-content.no-border.padding-2,
.tab-content.padding-2 {
  padding: 2px
}

.tab-content.no-border.padding-0,
.tab-content.padding-0 {
  padding: 0
}


.nav.nav-tabs.padding-28 {
  padding-left: 28px
}

.tabs-left>.nav.nav-tabs.padding-28,
.tabs-right>.nav.nav-tabs.padding-28 {
  padding-left: 0;
  padding-top: 28px
}

.nav.nav-tabs.padding-26 {
  padding-left: 26px
}

.tabs-left>.nav.nav-tabs.padding-26,
.tabs-right>.nav.nav-tabs.padding-26 {
  padding-left: 0;
  padding-top: 26px
}

.nav.nav-tabs.padding-24 {
  padding-left: 24px
}

.tabs-left>.nav.nav-tabs.padding-24,
.tabs-right>.nav.nav-tabs.padding-24 {
  padding-left: 0;
  padding-top: 24px
}

.nav.nav-tabs.padding-22 {
  padding-left: 22px
}

.tabs-left>.nav.nav-tabs.padding-22,
.tabs-right>.nav.nav-tabs.padding-22 {
  padding-left: 0;
  padding-top: 22px
}

.nav.nav-tabs.padding-20 {
  padding-left: 20px
}

.tabs-left>.nav.nav-tabs.padding-20,
.tabs-right>.nav.nav-tabs.padding-20 {
  padding-left: 0;
  padding-top: 20px
}

.nav.nav-tabs.padding-18 {
  padding-left: 18px
}

.tabs-left>.nav.nav-tabs.padding-18,
.tabs-right>.nav.nav-tabs.padding-18 {
  padding-left: 0;
  padding-top: 18px
}

.nav.nav-tabs.padding-16 {
  padding-left: 16px
}

.tabs-left>.nav.nav-tabs.padding-16,
.tabs-right>.nav.nav-tabs.padding-16 {
  padding-left: 0;
  padding-top: 16px
}

.nav.nav-tabs.padding-14 {
  padding-left: 14px
}

.tabs-left>.nav.nav-tabs.padding-14,
.tabs-right>.nav.nav-tabs.padding-14 {
  padding-left: 0;
  padding-top: 14px
}

.nav.nav-tabs.padding-12 {
  padding-left: 12px
}

.tabs-left>.nav.nav-tabs.padding-12,
.tabs-right>.nav.nav-tabs.padding-12 {
  padding-left: 0;
  padding-top: 12px
}

.nav.nav-tabs.padding-10 {
  padding-left: 10px
}

.tabs-left>.nav.nav-tabs.padding-10,
.tabs-right>.nav.nav-tabs.padding-10 {
  padding-left: 0;
  padding-top: 10px
}

.nav.nav-tabs.padding-8 {
  padding-left: 8px
}

.tabs-left>.nav.nav-tabs.padding-8,
.tabs-right>.nav.nav-tabs.padding-8 {
  padding-left: 0;
  padding-top: 8px
}

.nav.nav-tabs.padding-6 {
  padding-left: 6px
}

.tabs-left>.nav.nav-tabs.padding-6,
.tabs-right>.nav.nav-tabs.padding-6 {
  padding-left: 0;
  padding-top: 6px
}

.nav.nav-tabs.padding-4 {
  padding-left: 4px
}

.tabs-left>.nav.nav-tabs.padding-4,
.tabs-right>.nav.nav-tabs.padding-4 {
  padding-left: 0;
  padding-top: 4px
}

.nav.nav-tabs.padding-2 {
  padding-left: 2px
}

.tabs-left>.nav.nav-tabs.padding-2,
.tabs-right>.nav.nav-tabs.padding-2 {
  padding-left: 0;
  padding-top: 2px
}

.nav-tabs {
  border-color: #C5D0DC;
  margin-bottom: 0 !important;
  position: relative;
  top: 1px
}

.nav-tabs>li>a {
  padding: 7px 12px 8px
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus {
  border-color: #C5D0DC;
  background-color: #F9F9F9;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative
}

.nav-tabs>li>a:hover {
  background-color: #FFF;
  color: #4C8FBD;
  border-color: #C5D0DC
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
  outline: 0 !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #576373;
  border-color: #C5D0DC #C5D0DC transparent;
  border-top: 2px solid #2581ce;
  background-color: #FFF;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-below>.nav-tabs {
  top: auto;
  margin-bottom: 0;
  margin-top: -1px;
  border-color: #C5D0DC;
  border-bottom-width: 0
}

.tabs-below>.nav-tabs>li>a,
.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
  border-color: #C5D0DC
}

.tabs-below>.nav-tabs>li.active>a,
.tabs-below>.nav-tabs>li.active>a:focus,
.tabs-below>.nav-tabs>li.active>a:hover {
  border-color: transparent #C5D0DC #C5D0DC;
  border-top-width: 1px;
  border-bottom: 2px solid #4C8FBD;
  margin-top: 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  min-width: 60px
}

.tabs-left>.nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #C5D0DC;
  float: left
}

.tabs-left>.nav-tabs>li {
  float: none !important
}

.tabs-left>.nav-tabs>li>a,
.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
  border-color: #C5D0DC;
  margin: 0 -1px 0 0
}

.tabs-left>.nav-tabs>li.active>a,
.tabs-left>.nav-tabs>li.active>a:focus,
.tabs-left>.nav-tabs>li.active>a:hover {
  border-color: #C5D0DC transparent #C5D0DC #C5D0DC;
  border-top-width: 1px;
  border-left: 2px solid #4C8FBD;
  margin: 0 -1px;
  -webkit-box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important;
  box-shadow: -2px 0 3px 0 rgba(0, 0, 0, .15) !important
}

.tabs-right>.nav-tabs {
  top: auto;
  margin-bottom: 0;
  border-color: #C5D0DC;
  float: right
}

.tabs-right>.nav-tabs>li {
  float: none !important
}

.tabs-right>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
  border-color: #C5D0DC;
  margin: 0 -1px
}

.tabs-right>.nav-tabs>li.active>a,
.tabs-right>.nav-tabs>li.active>a:focus,
.tabs-right>.nav-tabs>li.active>a:hover {
  border-color: #C5D0DC #C5D0DC #C5D0DC transparent;
  border-top-width: 1px;
  border-right: 2px solid #4C8FBD;
  margin: 0 -2px 0 -1px;
  -webkit-box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15);
  box-shadow: 2px 0 3px 0 rgba(0, 0, 0, .15)
}

.nav-tabs>li>a .badge {
  padding: 1px 5px;
  line-height: 15px;
  opacity: .75;
  vertical-align: initial
}

.nav-tabs>li>a .ace-icon {
  opacity: .75
}

.nav-tabs>li.active>a .ace-icon,
.nav-tabs>li.active>a .badge {
  opacity: 1
}

.nav-tabs li .ace-icon {
  width: 1.25em;
  display: inline-block;
  text-align: center
}

.nav-tabs>li.open .dropdown-toggle {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFF
}

.nav-tabs>li.open .dropdown-toggle>.ace-icon {
  color: #FFF !important
}

.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: auto
}

.dark {
  color: #333 !important
}

.white {
  color: #FFF !important
}

.red {
  color: #DD5A43 !important
}

.red2 {
  color: #E08374 !important
}

.light-red {
  color: #F77 !important
}

.blue {
  color: #478FCA !important
}

.light-blue {
  color: #93CBF9 !important
}

.green {
  color: #69AA46 !important
}

.light-green {
  color: #B0D877 !important
}

.orange {
  color: #FF892A !important
}

.orange2 {
  color: #FEB902 !important
}

.light-orange {
  color: #FCAC6F !important
}

.purple {
  color: #A069C3 !important
}

.pink {
  color: #C6699F !important
}

.pink2 {
  color: #D6487E !important
}

.brown {
  color: brown !important
}

.grey {
  color: #777 !important
}

/* End of View page */

@media all and (max-width:768px) {
  .remove-pd-profile {
    margin: -33px !important;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }

  .mar-0 {
    margin: 0 !important;
  }
}

.student-search {
  display: flex;
  flex-flow: row wrap;
  float: left;
  align-items: center;
  margin-right: 1rem !important;
  margin-bottom: 0 !important;
  margin-top: 9px !important;
  display: inline-block !important;
  margin-left: 15px !important;
}

.student-search .form-check {
  width: 100%;
}

.student-search label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.student-search .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
}

.student-search .form-control {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}

.student-search .form-control-plaintext {
  display: inline-block;
}

.student-search .input-group,
.student-search .custom-select {
  width: auto;
}

.student-search .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-left: 0;
}

.student-search .form-check-input {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0;
}

.student-search .custom-control {
  align-items: center;
  justify-content: center;
}

.student-search .custom-control-label {
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.btns-box {
  display: inline-block;
  background-color: #032a58;
  margin-top: 40px;
  border: 1px solid #ccc;
  padding: 6px;
  color: #fff;
  float: right;
  margin-bottom: 5px;
  margin-left: 5px;
  text-align: center;
}

.btns-box:first-child {
  background-color: #f5a004;
}

.btns-box:last-child {
  background-color: #13a733
}

.btns-box .btn-circle {
  margin-right: 5px;
}

@media all and (max-width:768px) {
  .btns-box {
    margin-top: 0;
    float: none;
  }

}

@media all and (max-width:1275px) {
  #btn-Convert-Html2Image {
    display: none !important;
  }
}

@media screen and (max-width: 1275px) {
  #btn-Convert-Html2Image {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .column-right-border {
    border-right: none !important;
  }

  .copy-btn-style {
    margin-right: 0 !important;
  }

  .present-status {
    margin-top: 0 !important;
  }

  .net-current-balance {
    float: left;
  }

  .dr-button {
    margin-left: 2px;
    margin-bottom: 3px;
  }
}

.column-right-border {
  border-right: 1px solid #ddd;
}

.copy-btn-style {
  margin-right: 10px;
}

.present-status {
  margin-top: 40px !important;
}

.net-current-balance {
  float: right;
}

.dr-button {
  margin-left: 5px;
  margin-bottom: 3px;
}

.red-color-border {
  border-color: #ff5656 !important;
}

.red-color {
  background-color: #ff5656 !important;
  border-bottom: 1px solid #ff5656 !important;
  border-color: #ff5656 !important;
}

.green-color-border {
  border-color: #20a63d !important;
}

.green-color {
  background-color: #20a63d !important;
  border-bottom: 1px solid #20a63d !important;
  border-color: #20a63d !important;
}

.yellow-color-border {
  border-color: #f5a004 !important;
}

.yellow-color {
  background-color: #f5a004 !important;
  border-bottom: 1px solid #f5a004 !important;
  border-color: #f5a004 !important;
}

.brown-color-border {
  border-color: #3c90df !important;
}

.brown-color-light {
  background-color: #cbe5ff !important;
}

.yellow-color-light {
  background-color: #f9ebd1 !important;
}

.green-color-light {
  background-color: #d9f7df !important;
}

.red-color-light {
  background-color: #f2dede !important;
}

.brown-color {
  background-color: #3c90df !important;
  border-bottom: 1px solid #3c90df !important;
  border-color: #3c90df !important;
}

.reg-table-tr {
  background-color: #bedcfa;
}

.res-table-tr {
  background-color: #f9ebd1;
}

.adm-table-tr {
  background-color: #d9f7df;
}

.canc-table-tr {
  background-color: #facfcf;
}

.menu-user-info {
  padding: 10px 15px;
  text-align: center;
}

.menu-user-info .label {
  white-space: normal;
}