:root {
  --text-color1: #26474e;
  /* Couleur initiale */
  --text-color2: #76cdcd;
  /* Couleur initiale */
  --text-color3: #ee7474;
  /* Couleur initiale */
}

@media only screen and (min-width: 480px) {
  .pricing-span-body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 480px) {

  .pricing-span-body,
  .pricing-span-header {
    width: 100%;
    padding-right: 12px;
  }
}

.login-container {
  width: 375px;
  margin: 0 auto;
}

.login-layout label,
.ui-jqdialog-content .searchFilter .queryresult {
  margin-bottom: 11px;
}

.login-layout {
  background-color: #1d2024;
}

.login-layout .main-container:before {
  display: none;
}

.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.login-layout .widget-box {
  visibility: hidden;
  position: fixed;
  z-index: -5;
  border-bottom: none;
  box-shadow: none;
  padding: 6px;
  background-color: #394557;
  -moz-transform: scale(0, 1) translate(-150px);
  -webkit-transform: scale(0, 1) translate(-150px);
  -o-transform: scale(0, 1) translate(-150px);
  -ms-transform: scale(0, 1) translate(-150px);
  transform: scale(0, 1) translate(-150px);
}

.login-layout .widget-box.visible {
  visibility: visible;
  position: relative;
  z-index: auto;
  -moz-transform: scale(1, 1) translate(0);
  -webkit-transform: scale(1, 1) translate(0);
  -o-transform: scale(1, 1) translate(0);
  -ms-transform: scale(1, 1) translate(0);
  transform: scale(1, 1) translate(0);
  transition: transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.2s ease;
}

.login-layout .widget-box .widget-main {
  padding: 16px 36px 36px;
  background: #f7f7f7;
}

.login-layout .widget-box .widget-main form {
  margin: 0;
}

.login-layout .widget-box .widget-body .toolbar>div>a {
  font-size: 15px;
  font-weight: 400;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

.login-box .forgot-password-link {
  color: #fe9;
}

.login-box .user-signup-link {
  color: #cf7;
}

.login-box .toolbar {
  background: var(--text-color1);
  border-top: 2px solid #597597;
}

.login-box .toolbar>div {
  width: 50%;
  display: inline-block;
  padding: 9px 0 11px;
}

.login-box .toolbar>div:first-child {
  float: left;
  text-align: left;
}

.login-box .toolbar>div:first-child>a {
  margin-left: 11px;
}

.login-box .toolbar>div:first-child+div {
  float: right;
  text-align: right;
}

.login-box .toolbar>div:first-child+div>a {
  margin-right: 11px;
}

.forgot-box .toolbar {
  background: #c16050;
  border-top: 2px solid #976559;
  padding: 9px 18px;
}

.signup-box .toolbar {
  background: #76b774;
  border-top: 2px solid #759759;
  padding: 9px 18px;
}

.forgot-box .back-to-login-link,
.signup-box .back-to-login-link {
  color: #fe9;
  font-size: 14px;
  font-weight: 700;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.25);
}

.login-layout .login-box .widget-main {
  padding-bottom: 16px;
}

.social-or-login {
  margin-top: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social-or-login :first-child {
  display: inline-block;
  background: #f7f7f7;
  padding: 0 8px;
  color: var(--text-color1);
  font-size: 13px;
}

.social-or-login:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dotted #a6c4db;
}

.social-login a {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  line-height: 46px;
  padding: 0;
  margin: 0 1px;
  border-width: 0;
}

.social-login a>.ace-icon {
  font-size: 24px;
  margin: 0;
}

@media only screen and (max-width: 540px) {
  .login-layout .widget-box .widget-main {
    padding: 16px;
  }

  .login-container {
    width: 98%;
  }

  .login-layout .widget-box {
    padding: 0;
  }

  .login-layout .main-content {
    padding-left: 6px;
    padding-right: 6px;
  }

  .login-box .toolbar>div {
    width: auto;
  }
}

.light-login .widget-box {
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(50, 50, 50, 0.33);
}

.light-login .widget-box .toolbar {
  border-top-width: 1px;
}

.light-login .widget-box.login-box {
  background-color: #bcc6cf;
  background-color: rgba(100, 110, 120, 0.4);
}

.light-login .widget-box.signup-box {
  background-color: #c1cec4;
  background-color: rgba(110, 120, 100, 0.4);
}

.light-login .widget-box.forgot-box {
  background-color: #d2c5c5;
  background-color: rgba(120, 110, 100, 0.4);
}

.blur-login {
  background: url(images/meteorshower2.jpg) #394557;
}

.invoice-info {
  line-height: 24px !important;
  color: #444;
  vertical-align: bottom;
  margin-left: 9px;
  margin-right: 9px;
}

.invoice-info-label {
  display: inline-block;
  max-width: 100px;
  text-align: right;
  font-size: 14px;
}

.ace-thumbnails>li,
.ace-thumbnails>li> :first-child {
  display: block;
  position: relative;
}

.invoice-box .label-large[class*="arrowed"] {
  margin-left: 11px !important;
  max-width: 95%;
}

.error-container {
  margin: 20px;
  padding: 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .error-container {
    margin: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .error-container {
    margin: 6px;
  }
}

.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: 0.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, 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 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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;
  }
}

.dialogs {
  padding: 9px;
}

.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 var(--text-color1);
  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;
}

li[class*="item-"] {
  border: 1px solid #ddd;
  border-left-width: 3px;
}

li.item-orange {
  border-left-color: #e8b110;
}

li.item-orange2 {
  border-left-color: #f79263;
}

li.item-red {
  border-left-color: #d53f40;
}

li.item-red2 {
  border-left-color: var(--text-color3);
}

li.item-green {
  border-left-color: #9abc32;
}

li.item-green2 {
  border-left-color: #0490a6;
}

li.item-blue {
  border-left-color: var(--text-color1);
}

li.item-blue2 {
  border-left-color: #3983c2;
}

li.item-blue3 {
  border-left-color: #1144eb;
}

li.item-pink {
  border-left-color: #cb6fd7;
}

li.item-purple {
  border-left-color: #6f3cc4;
}

li.item-black {
  border-left-color: #505050;
}

li.item-grey {
  border-left-color: #a0a0a0;
}

li.item-brown {
  border-left-color: brown;
}

li.item-default {
  border-left-color: #abbac3;
}

.ui-sortable-helper,
.ui-sortable-helper>a,
.ui-sortable-placeholder,
.ui-sortable-placeholder>a {
  cursor: move !important;
}

@media only screen and (max-width: 480px) {
  .itemdiv.memberdiv {
    float: none;
    width: auto;
  }
}

.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: right;
  padding: 6px 10px 6px 4px;
  font-weight: 400;
  color: #667e99;
  background-color: transparent;
  width: 110px;
  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, 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 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.profile-users .user img:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 1px 1px rgba(0, 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 0.2s linear 0s, visibility 0s linear 0.2s,
    max-height 0s linear 0.2s, max-width 0s linear 0.2s,
    min-width 0s linear 0.2s;
  -o-transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s,
    max-height 0s linear 0.2s, max-width 0s linear 0.2s,
    min-width 0s linear 0.2s;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s,
    max-height 0s linear 0.2s, max-width 0s linear 0.2s,
    min-width 0s linear 0.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: var(--text-color1);
}

.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, 0.2);
  box-shadow: 1px 1px 0 0 rgba(0, 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;
  }
}

.inbox-tabs.nav-tabs>li>a {
  background-color: #fafafa;
}

.inbox-tabs.nav-tabs>li.active:not(.open)>a,
.inbox-tabs.nav-tabs>li.active:not(.open)>a:focus,
.inbox-tabs.nav-tabs>li.active:not(.open)>a:hover {
  background-color: #f1f5fa;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
  color: #48768e;
}

.inbox-tabs.nav-tabs>li>a.btn-new-mail {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
}

.inbox-tabs.nav-tabs>li>a.btn-new-mail>.btn {
  border-width: 0 !important;
  border-radius: 3px !important;
  padding: 0 6px !important;
  position: relative;
  transition: none !important;
}

.inbox-tabs.nav-tabs>li.active>a.btn-new-mail {
  box-shadow: none !important;
}

.inbox-tabs.nav-tabs>li.active>a.btn-new-mail>.btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
}

.message-container,
.message-item,
.message-list {
  position: relative;
}

.inbox-tabs.nav-tabs.tab-size-bigger>li>a {
  padding: 5px 15px 7px;
  font-size: 14px;
}

.inbox-tabs.nav-tabs.tab-size-bigger>li>a>.ace-icon:first-child {
  margin-bottom: 5px;
}

.inbox-tabs.nav-tabs.tab-size-bigger>li>a.btn-new-mail>.btn {
  padding: 10px !important;
  border-radius: 7px !important;
}

.inbox-tabs.nav-tabs.tab-size-bigger>li.active>a.btn-new-mail {
  margin-top: 0 !important;
  top: 1px;
}

.inbox-tabs.nav-tabs.tab-size-bigger>li.active>a.btn-new-mail>.btn:before {
  left: 50%;
  margin-left: -8px;
  border-width: 8px 10px;
}

@media only screen and (max-width: 479px) {
  .inbox-tabs>.li-new-mail {
    display: block;
    text-align: right;
    margin-bottom: 8px !important;
    float: none !important;
  }

  .inbox-tabs>.li-new-mail>.btn-new-mail {
    display: inline-block;
    width: auto;
  }
}

.message-item .sender,
.message-item .summary,
.message-item .summary .text {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.message-item {
  border: 1px solid #eaedf1;

  padding: 12px 12px 14px;
  line-height: 18px;
  background-color: #fff;
}

.message-item:first-child {
  border-top-width: 0;
}

.message-item:hover {
  border-color: #e2eaf2;
  background-color: #f2f6f9;
}

.message-item:hover+.message-item {
  border-top-color: #e2eaf2;
}

.message-item.selected+.message-item,
.message-item.selected+.message-item:hover+.message-item,
.message-item:hover+.message-item.selected {
  border-top-color: #fff;
}

.message-item.selected {
  background-color: #eff4f7;
  border-color: #fff #e2eaf2;
}

.message-item input.ace+.lbl::before,
.message-navbar input.ace+.lbl::before {
  top: auto;
}

.message-item .sender {
  margin: 0 6px 0 4px;
  color: #467287;
  width: 110px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.message-item.message-unread .sender {
  color: #6a9cba;
  font-weight: 700;
}

.message-item .summary {
  position: relative;
  margin-left: 30px;
  max-width: 250px;
  max-width: calc(100% - 300px);
  min-width: 200px;
}

.message-item .summary .text {
  color: #555;
  width: auto;
  max-width: 100%;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.message-item .summary .text:hover {
  text-decoration: underline;
}

.message-item .summary .message-flags {
  display: block;
  position: absolute;
  right: 100%;
  margin-right: 4px;
  height: 18px;
  white-space: nowrap;
}

.message-item.message-unread .summary .text {
  color: #609fc4;
  font-weight: 700;
}

.message-item .time {
  float: right;
  width: 160px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
}

.message-item.message-unread .time {
  font-weight: 700;
  color: #609fc4;
}

.message-content .time,
.message-item.message-unread .message-content .time {
  font-weight: 400;
}

.message-item .attachment {
  color: #999;
  font-size: 18px;
  vertical-align: middle;
  float: right;
  margin: 0 12px;
  position: relative;
}

.message-item.message-unread .attachment {
  color: var(--text-color1);
}

.message-star {
  vertical-align: middle;
  margin: 2px 4px 0 6px;
  font-size: 15px;
  cursor: pointer;
}

.message-star:hover {
  color: #feb902 !important;
  text-decoration: none;
}

.mail-tag:empty {
  display: inline-block;
  width: 8px;
  height: 11px;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
  margin: 0 1px 0 0;
}

.badge.mail-tag {
  border-radius: 2px;
}

.dropdown-menu>li>a>.mail-tag {
  vertical-align: inherit;
}

@media only screen and (max-width: 991px) {
  .message-item .summary {
    min-width: 0;
  }

  .message-item .sender {
    width: 100px;
  }
}

@media only screen and (max-width: 550px) {
  .message-item .summary {
    margin: 8px 0 0 32px;
    max-width: 95%;
    min-width: 0;
    display: block;
  }

  .message-item .sender {
    width: auto;
    max-width: 150px;
  }

  .message-item .summary .text {
    max-width: 95%;
  }
}

.btn-message,
.btn-message:active,
.btn-message:focus,
.btn-message:hover,
.open .btn-message.dropdown-toggle {
  background-color: #fff !important;
  border: 1px solid #94b9ce !important;
  color: #7ca3ba !important;
  text-shadow: none !important;
}

.message-content {
  padding: 16px 12px;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02);
  background-color: rgba(255, 255, 255, 0.8);
  border-top-width: 0;
}

.message-item .message-content {
  margin-top: 16px;
  border-top-width: 1px;
}

.message-body {
  padding: 0 9px;
  color: #6a7177;
}

.message-navbar {
  line-height: 24px;
  padding: 10px 12px;
  border: 1px solid #d6e1ea;
  border-color: #d6e1ea transparent;
  background-color: #f1f5fa;
  text-align: center;
  position: relative;
}

.message-content .dropdown-toggle,
.message-navbar .dropdown-toggle {
  color: #777;
}

.message-content .dropdown-toggle:focus,
.message-content .dropdown-toggle:hover,
.message-navbar .dropdown-toggle:focus,
.message-navbar .dropdown-toggle:hover {
  text-decoration: none;
  color: #2283c5;
}

.message-bar {
  display: inline-block;
  min-height: 28px;
}

@media only screen and (max-width: 480px) {
  .message-bar {
    display: block;
    min-height: 60px;
  }
}

.message-footer {
  background-color: #f1f1f1;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  border-top: 1px solid #e4e9ee;
}

.message-footer .pagination {
  margin: 0;
}

.message-footer .pagination>li {
  margin: 0;
  padding: 0;
}

.message-footer .pagination>li>a,
.message-footer .pagination>li>span {
  color: #777;
  padding: 3px 6px;
  margin-left: 1px;
  margin-right: 1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.message-footer .pagination>li.disabled>span {
  color: #bbb;
  cursor: default;
  background-color: transparent;
  border-color: transparent;
}

.message-footer .pagination>li>a:hover {
  border-color: #91bad6;
  color: #2283c5;
  text-decoration: none;
  background-color: #fff;
}

.message-footer input[type="text"] {
  font-size: 12px;
  width: 34px;
  height: 24px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 3px;
  vertical-align: middle;
  text-align: center;
}

.message-footer-style2 .pagination>li>a,
.message-footer-style2 .pagination>li>span {
  border: 1px solid #b5b5b5;
  border-radius: 100% !important;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  padding: 0;
}

.message-content .sender,
.message-content .time {
  width: auto;
  text-overflow: inherit;
  vertical-align: middle;
}

.message-footer-style2 .pagination>li.disabled>span,
.message-footer-style2 .pagination>li>span {
  border-color: #ccc;
}

.message-footer-style2 .pagination>li>a:hover {
  border-color: #84afc9;
  background-color: #f7f7f7;
}

.message-item.message-inline-open {
  background-color: #f2f6f9;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
}

.message-item.message-inline-open:first-child {
  border-top-color: #eee;
}

.message-item.message-inline-open:last-child {
  border-bottom-color: #ddd;
}

.message-item.message-inline-open+.message-item {
  border-bottom-color: transparent;
}

.message-loading-overlay {
  position: absolute;
  z-index: 14;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.message-loading-overlay>.ace-icon {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}

.message-content .sender {
  color: #6a9cba;
  font-weight: 700;
  margin: 0;
}

.dataTables_filter label,
.dataTables_length label {
  font-weight: 400;
}

.message-content .time {
  white-space: normal;
  float: none;
}

ul.attachment-list {
  margin: 6px 0 4px 8px;
}

ul.attachment-list>li {
  margin-bottom: 3px;
}

.message-attachment {
  padding-left: 10px;
  padding-right: 10px;
}

.attached-file {
  color: #777;
  width: 200px;
  display: inline-block;
}

.attached-file>.ace-icon {
  display: inline-block;
  width: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.attached-file:hover {
  text-decoration: none;
  color: var(--text-color1);
}

.attached-file:hover .attached-name {
  color: #2283c5;
}

.attached-file .attached-name {
  display: inline-block;
  max-width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
}

.messagebar-item-left,
.messagebar-item-right {
  position: absolute;
  bottom: 14px;
  left: 12px;
  text-align: left;
}

.messagebar-item-right {
  right: 12px;
  left: auto;
}

.message-navbar .nav-search {
  right: auto;
  left: 5px;
  top: auto;
  bottom: 11px;
}

.message-navbar .messagebar-item-left~.nav-search {
  left: 60px;
}

.message-form {
  border: 1px solid #ddd;
  border-top: none;
  padding-top: 22px;
}

.message-form .form-actions {
  margin-bottom: 0;
}

.message-form .wysiwyg-editor {
  overflow: auto;
  min-height: 150px;
  max-height: 250px;
  height: auto;
}

.btn-send-message {
  position: relative;
  top: 6px;
  vertical-align: middle;
}

.btn-back-message-list {
  color: #777;
}

.btn-back-message-list:hover {
  color: var(--text-color1);
  text-decoration: none;
}

.message-condensed .message-item {
  padding-top: 8px;
  padding-bottom: 9px;
}

.message-condensed .message-footer,
.message-condensed .message-navbar {
  padding-top: 7px;
  padding-bottom: 7px;
}

.message-condensed .messagebar-item-left,
.message-condensed .messagebar-item-right {
  bottom: 9px;
}

.message-condensed .message-navbar .nav-search {
  bottom: 7px;
}

@media only screen and (max-width: 480px) {
  .message-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .message-condensed .message-bar {
    min-height: 42px;
  }
}

.inbox-folders .btn-block {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 24%;
  }
}

@media only screen and (max-width: 600px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 48%;
  }
}

@media only screen and (max-width: 320px) {
  .inbox-folders.inbox-folders-responsive .btn-block {
    width: 99%;
  }
}

.inbox-folders .btn-lighter,
.inbox-folders .btn-lighter.active {
  background-color: #f4f4f4 !important;
  text-shadow: none !important;
  color: #7c8395 !important;
  border: 1px solid #fff !important;
  padding: 5px 11px;
}

.inbox-folders .btn-lighter.active {
  background-color: #edf2f8 !important;
  color: #53617c !important;
}

.inbox-folders .btn-lighter:hover {
  background-color: #efefef !important;
  color: #6092c4 !important;
}

.inbox-folders .btn>.ace-icon:first-child {
  display: inline-block;
  width: 14px;
  text-align: left;
}

.inbox-folders .btn-lighter+.btn-lighter {
  border-top-width: 0 !important;
}

.inbox-folders .btn.active:before {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: -1px;
  border-left: 3px solid var(--text-color1);
}

.inbox-folders .btn.active:after {
  display: none;
}

.inbox-folders .btn .counter {
  border-radius: 3px;
  position: absolute;
  right: 8px;
  top: 8px;
  padding-left: 6px;
  padding-right: 6px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.inbox-folders .btn:hover .badge {
  opacity: 1;
  filter: alpha(opacity=100);
}

.timeline-container {
  position: relative;
  padding-top: 4px;
  margin-bottom: 32px;
}

.timeline-container:last-child {
  margin-bottom: 0;
}

.timeline-container:before {
  content: "";
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  border: 1px solid #e2e3e7;
  background-color: #e7eaef;
  width: 4px;
  border-width: 0 1px;
}

.timeline-container:first-child:before {
  border-top-width: 1px;
}

.timeline-container:last-child:before {
  border-bottom-width: 1px;
}

.timeline-item {
  position: relative;
  margin-bottom: 8px;
}

.timeline-item .widget-box {
  background-color: #f2f6f9;
  color: #595c66;
}

.timeline-item .transparent.widget-box {
  border-left: 3px solid #dae1e5;
}

.timeline-item .transparent .widget-header {
  background-color: #ecf1f4;
  border-bottom-width: 0;
}

.timeline-item .transparent .widget-header>.widget-title {
  margin-left: 8px;
}

.timeline-item:nth-child(even) .widget-box {
  background-color: #f3f3f3;
  color: #616161;
}

.timeline-item:nth-child(even) .widget-box.transparent {
  border-left-color: #dbdbdb !important;
}

.timeline-item:nth-child(even) .widget-box.transparent .widget-header {
  background-color: #eee !important;
}

.timeline-item .widget-box {
  margin: 0 0 0 60px;
  position: relative;
  max-width: none;
}

.timeline-item .widget-main {
  margin: 0;
  position: relative;
  max-width: none;
  border-bottom-width: 0;
}

.timeline-item .widget-body {
  background-color: transparent;
}

.timeline-item .widget-toolbox {
  padding: 4px 8px 0 !important;
  background-color: transparent !important;
  border-width: 0 !important;
  margin: 0 !important;
}

.timeline-info {
  float: left;
  width: 60px;
  text-align: center;
  position: relative;
}

.timeline-info img {
  border-radius: 100%;
  max-width: 42px;
}

.timeline-info .badge,
.timeline-info .label {
  font-size: 12px;
}

.timeline-container:not(.timeline-style2) .timeline-indicator {
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 30px;
  width: 36px;
  text-align: center;
  text-shadow: none !important;
  padding: 0;
  cursor: default;
  border: 3px solid #fff !important;
}

.timeline-label {
  display: block;
  clear: both;
  margin: 0 0 18px 34px;
}

.timeline-item img {
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #fff;
}

.timeline-style2:before {
  display: none;
}

.timeline-style2 .timeline-item {
  padding-bottom: 22px;
  margin-bottom: 0;
}

.timeline-style2 .timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-style2 .timeline-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 90px;
  top: 5px;
  bottom: -5px;
  border-width: 0;
  background-color: #ddd;
  width: 2px;
  max-width: 2px;
}

.timeline-style2 .timeline-item:last-child:before {
  display: none;
}

.timeline-style2 .timeline-item:first-child:before {
  display: block;
}

.timeline-style2 .timeline-item .transparent .widget-header {
  background-color: transparent !important;
}

.timeline-style2 .timeline-item .transparent.widget-box {
  background-color: transparent !important;
  border-left: none !important;
}

.timeline-style2 .timeline-info {
  width: 100px;
}

.timeline-style2 .timeline-indicator {
  font-size: 0;
  height: 12px;
  line-height: 12px;
  width: 12px;
  border-width: 1px !important;

  position: absolute;
  left: 85px;
  top: 3px;
  opacity: 1;
  border-radius: 100%;
  display: inline-block;
  padding: 0;
}

.timeline-style2 .timeline-date {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 25px;
  color: #777;
}

.timeline-style2 .timeline-item .widget-box {
  margin-left: 112px;
}

.timeline-style2 .timeline-label {
  width: 160px;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: right;
  color: #12cbe4;
  font-size: 14px;
  font-weight: 700;
}

.timeline-time {
  text-align: center;
  position: static;
}

.dataTables_filter,
.dataTables_paginate {
  text-align: right;
}

.well.search-area {
  background-color: #ecf1f4;
  border-color: #d6e1ea;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-thumbnail {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.search-thumbnail:hover {
  border-color: #75a8ce;
}

.search-thumbnail .search-title {
  margin-top: 15px;
}

.search-media {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 12px 12px 30px 12px;
  -webkit-transition: border 0.1s ease-in-out 0s;
  -o-transition: border 0.1s ease-in-out 0s;
  transition: border 0.1s ease-in-out 0s;
  position: relative;
}

.search-media:hover {
  border-color: #75a8ce;
  z-index: 1;
}

.search-media .search-actions {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 20%;
  min-width: 100px;
  max-width: 150px;
  padding: 6px 9px;
}

.search-media .search-actions::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 16px;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #fff 0, #ddd 100%);
  background-image: -o-linear-gradient(top, #fff 0, #ddd 100%);
  background-image: linear-gradient(to bottom, #fff 0, #ddd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
}

.search-media:hover .search-actions {
  background-color: #f0f4f7;
}

.search-media.disabled:hover .search-actions {
  background-color: #f6f6f6;
}

.search-media:not(.disabled):hover .search-actions::before {
  background-image: -webkit-linear-gradient(top, #fff 0, #84bee5 100%);
  background-image: -o-linear-gradient(top, #fff 0, #84bee5 100%);
  background-image: linear-gradient(to bottom, #fff 0, #84bee5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff84bee5', GradientType=0);
}

.search-filter-header {
  padding: 8px;
  margin: -4px;
}

.search-btn-action {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: auto;
  -webkit-transition: bottom 0.15s;
  -o-transition: bottom 0.15s;
  transition: bottom 0.15s;
}

.search-media:hover .search-btn-action {
  bottom: 1px;
}

.search-promotion.label {
  position: absolute;
  margin-top: -1px;
  margin-left: -1px;
}

.search-filter-element {
  padding: 12px;
  background-color: #fff;
  border: 1px solid #c9dde7;
}

.search-results {
  padding: 24px 12px;
  min-height: 20px;
}

.search-result {
  margin-top: -1px;
  position: relative;
  padding: 12px;
  border: 1px dotted;
  border-color: #ddd #fff #fff;
  border-color: rgba(0, 0, 0, 0.11) transparent transparent;
}

.search-result:hover {
  background-color: #f7f7f7;
  border-color: #d6e1ea;
  border-style: solid;
  z-index: 1;
}

.search-result:first-child {
  border-top-color: transparent;
}

.search-result:first-child:hover {
  border-top-color: #d6e1ea;
}

.search-result .search-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 6px;
}

.search-result .search-content {
  margin-top: 2px;
}

.dataTables_length select {
  width: 70px;
  height: 25px;
  padding: 2px 3px;
}

.dataTables_filter input[type="search"],
.dataTables_filter input[type="text"] {
  width: 125px;
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px 6px;
}

.dataTables_info {
  font-size: 14px;
}

.dataTables_paginate .pagination {
  margin: 0 12px;
}

.dataTables_wrapper label {
  display: inline-block;
  font-size: 13px;
}

.dataTables_wrapper input[type="search"],
.dataTables_wrapper input[type="text"],
.dataTables_wrapper select {
  margin-bottom: 0 !important;
  margin: 0 4px;
}

div.dataTables_scrollBody table,
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

.dataTables_wrapper .row {
  margin: 0 !important;
}

.dataTables_wrapper .row:first-child {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eff3f8;
}

.dataTables_wrapper .row:first-child+.dataTable {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.dataTables_wrapper .row:last-child {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #eff3f8;
}

.dataTables_wrapper .dataTables_scroll+.row {
  border-top: 1px solid #e0e0e0;
}

.dataTable {
  margin-bottom: 0;
}

.dataTable>thead>tr>th[class*="sort"] {
  cursor: pointer;
}

.dataTable>thead>tr>th[class*="sort"]:after {
  float: right;
  display: inline;
  content: "\f0dc";
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  color: #555;
}

.dataTable>thead>tr>th.sorting_disabled:after,
.dataTables_scrollHead+.dataTables_scrollBody>.dataTable>thead>tr>th:after,
.fc-state-default .fc-button-effect {
  display: none;
}

.dataTable>thead>tr>th[class*="sort"]:hover {
  color: #547ea8;
}

.dataTable>thead>tr>th[class*="sorting_"] {
  color: var(--text-color1);
}

.dataTable>thead>tr>th.sorting_asc,
.dataTable>thead>tr>th.sorting_desc {
  background-image: -webkit-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: -o-linear-gradient(top, #eff3f8 0, #e3e7ed 100%);
  background-image: linear-gradient(to bottom, #eff3f8 0, #e3e7ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeff3f8', endColorstr='#ffe3e7ed', GradientType=0);
}

.dataTable>thead>tr>th.sorting_desc:after {
  content: "\f0dd";
  top: -6px;
  color: var(--text-color1);
}

.dataTable>thead>tr>th.sorting_asc:after {
  content: "\f0de";
  top: 4px;
  color: var(--text-color1);
}

.dataTable>thead>tr>th.sorting_disabled {
  cursor: inherit;
}

.dataTables_scrollHeadInner {
  width: auto !important;
}

.dataTables_scrollHeadInner>.dataTable>thead>tr>th {
  border-bottom-width: 0 !important;
}

.dataTables_borderWrap .dataTables_scrollBody,
.dataTables_borderWrap .dataTables_scrollHead {
  border: 1px solid #ddd !important;
  border-width: 0 1px !important;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered {
  border-left-width: 0;
  border-right-width: 0;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:first-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:first-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:first-child {
  border-left-width: 0;
}

.dataTables_borderWrap .dataTables_scrollBody .table-bordered>tbody>tr>td:last-child,
.dataTables_borderWrap .dataTables_scrollBody .table-bordered>thead>tr>th:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>tbody>tr>td:last-child,
.dataTables_borderWrap .dataTables_scrollHead .table-bordered>thead>tr>th:last-child {
  border-right-width: 0;
}

table.dataTable {
  clear: both;
  max-width: none !important;
}

table.dataTable th:active {
  outline: 0;
}

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

div.dataTables_scrollHead table thead tr:last-child td:first-child,
div.dataTables_scrollHead table thead tr:last-child th:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

div.dataTables_scrollBody table {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child td,
div.dataTables_scrollBody tbody tr:first-child th {
  border-top: none;
}

.tableTools-container {
  margin-bottom: 8px;
  position: relative;
}

.gritter-item-wrapper.dt-button-info {
  padding: 12px 11px 8px;
  z-index: 1999;
}

.gritter-item-wrapper.dt-button-info>h2 {
  margin-top: 0;
}

.dt-button-collection .dropdown-menu {
  display: block;
  z-index: 1101;
}

.dt-button-collection .dropdown-menu>li>a {
  color: #888;
  text-decoration: line-through;
}

.dt-button-collection .dropdown-menu>li>a.active {
  color: #333;
  text-decoration: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1100;
  opacity: 0.1;
}

.dataTable>tbody>tr.selected>td {
  background-color: #dff0d8;
}

.dataTable>tbody>tr.selected:hover>td {
  background-color: #d0e9c6;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 60px;
  margin-left: -40%;
  margin-top: -25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  border: 2px solid #ddd;
  background-color: rgba(255, 255, 255, 0.66);
}

.fc-toolbar h2 {
  font-size: 22px;
  color: #65a0ce;
}

.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed hr,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #bcd4e5;
}

.fc-unthemed .fc-today {
  background: #ffc;
}

.fc-event {
  border-width: 0;
  color: #fff;
  padding: 1px 1px 2px 2px;
  border-radius: 0;
}

.fc-event:not([class*="label-"]) {
  background-color: #abbac3;
}

.fc-event.label-yellow {
  color: #963;
}

.fc-event.label-light {
  color: #888;
}

.label-yellow .fc-event {
  color: #963;
}

.label-light .fc-event {
  color: #888;
}

[class*="label-"]>.fc-event,
[class*="label-"]>.fc-event>.fc-event-skin.fc-event-head {
  background-color: inherit;
}

.fc-event-vert>.fc-event,
.fc-event.fc-event-vert {
  padding: 0 0 1px;
}

.fc-day-number {
  color: var(--text-color1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.fc .fc-axis,
.fc-widget-header {
  background: #ecf2f7;
  color: #8090a0;
}

.fc-event-hori,
.fc-event-vert {
  border-radius: 0 !important;
  border-color: transparent;
}

.fc-event-vert .fc-event-content {
  padding-left: 1px;
  padding-right: 1px;
}

.fc-event-vert .fc-event-time {
  padding: 0;
}

.fc-state-default {
  border: none;
}

.fc-state-default,
.fc-state-default .fc-button-inner {
  border: none;
  background-color: #abbac3;
  color: #fff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0 !important;
  margin-left: 2px;
}

.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #ddd;
}

.fc-state-active,
.fc-state-active .fc-button-inner {
  border-color: var(--text-color1);
  background-color: var(--text-color1);
}

.fc-state-hover,
.fc-state-hover .fc-button-inner {
  background-color: #8b9aa3;
}

.fc .fc-button-group>* {
  margin: 0 1px 0 0;
}

.external-event {
  margin: 6px 0;
  padding: 0;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
}

.external-event:not([class*="label-"]) {
  background-color: #abbac3;
}

.external-event:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.external-event.ui-draggable-dragging {
  cursor: move;
}

.external-event.label-yellow {
  color: #963;
}

.external-event.label-light {
  color: #888;
}

.external-event>.ace-icon:first-child {
  display: inline-block;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  font-size: 15px;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 480px) {
  .fc-header td {
    display: block;
    width: auto;
    text-align: left;
  }
}

.chosen-container,
.chosen-container+.help-inline,
[class*="chosen-container"] {
  vertical-align: middle;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice,
.select2.tag-input-style .select2-selection .select2-selection__choice,
.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice {
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease 0s;
  vertical-align: baseline;
  white-space: nowrap;
}

.chosen-container>.chosen-single,
[class*="chosen-container"]>.chosen-single {
  line-height: 28px;
  height: 32px;
  box-shadow: none;
  background: #fafafa;
}

.chosen-choices {
  box-shadow: none !important;
}

.chosen-container-single .chosen-single abbr {
  background: 0 0;
}

.chosen-container-single .chosen-single abbr:after {
  content: "\f00d";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: -7px;
}

.chosen-container-single .chosen-single abbr:hover:after,
.chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
  color: #464646;
}

.chosen-single div b {
  background: 0 0 !important;
}

.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span,
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"] {
  background: 0 0;
}

.chosen-single div b:before {
  content: "\f124";
  display: inline-block;
  color: var(--text-color1);
  font-family: FontAwesome;
  font-size: 25px;
  position: relative;
  top: 5px;
  left: 13px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f0d8";
}

.chosen-container-single .chosen-search {
  position: relative;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: 0 0;
  border-radius: 0;
  line-height: 28px;
  height: 28px;
}

.chosen-container-single .chosen-search:after {
  content: "\f002";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 12px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  line-height: 16px;
  padding-bottom: 4px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\f00d";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 13px;
  position: absolute;
  right: 2px;
  top: -1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  text-decoration: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before,
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
  color: #464646;
}

.chosen-container .chosen-results-scroll-down span:before,
.chosen-container .chosen-results-scroll-up span:before {
  content: "\f0d7";
  display: inline-block;
  color: #888;
  font-family: FontAwesome;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 1px;
}

.chosen-container .chosen-results-scroll-up span:before,
.chosen-container-active .chosen-single-with-drop div b:before {
  content: "\f0d8";
}

.chosen-rtl .chosen-search:after {
  content: "";
  display: none;
}

.chosen-rtl .chosen-search:before,
.select2-search:before {
  content: "\f002";
  font-family: FontAwesome;
}

.chosen-rtl .chosen-search:before {
  display: inline-block;
  color: #888;
  font-size: 14px;
  position: absolute;
  top: 9px;
  left: 12px;
}

.chosen-container-single .chosen-single {
  border-radius: 0;
}

.chosen-container .chosen-results li.highlighted {
  background: #316ac5;
  color: #fff;
}

.chosen-container-single .chosen-drop {
  border-radius: 0;
  border-bottom: 3px solid #4492c9;
  border-color: #4492c9;
}

.chosen-container-active .chosen-single,
.chosen-single.chosen-single-with-drop {
  border-color: #4492c9;
}

.form-group.has-error .chosen-single {
  border-color: #f2a696 !important;
}

.form-group.has-info .chosen-single {
  border-color: #72aec2 !important;
}

.form-group.has-warning .chosen-single {
  border-color: #e3c94c !important;
}

.form-group.has-success .chosen-single {
  border-color: #9cc573 !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #4492c9;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: auto;
  display: block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 144dpi) {

  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }
}

.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  background-color: #91b8d0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 6px 22px 7px 9px;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: auto;
  line-height: 25px;
  text-align: center;
}

.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #fff;
  position: static;
  font-size: 11px;
}

.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.tag-input-style+.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #fff;
}

.tag-input-style+.chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
  padding: 6px 9px 7px 22px;
  margin-left: 0;
  margin-right: 3px !important;
}

.tag-input-style+.chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 0;
}

.select2-container--default .select2-selection {
  border-radius: 0;
  line-height: 24px;
  border-color: #aaa;
}

.select2-container--default.select2-container--focus .select2-selection {
  border-color: #4492c9;
}

.select2-container--open .select2-dropdown {
  border-radius: 0;
  border-color: #4492c9;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-container--default .select2-selection .select2-selection__clear {
  position: absolute;
  right: -32px;
  font-size: 16px;
}

.select2-container .select2-selection--single {
  height: 32px;
}

.select2-container--default .select2-selection .select2-selection__choice__remove {
  font-size: 15px;
  margin-right: 3px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e4eef5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--text-color1);
}

.select2-search {
  background: 0 0;
}

.select2-search:before {
  font-size: 12px;
  display: inline;
  color: #888;
  position: absolute;
  right: 12px;
  top: 8px;
}

.select2-search:hover:before {
  color: #555;
}

.select2-selection--multiple .select2-search:before {
  display: none;
}

.form-group.has-error .select2-container--default .select2-selection {
  border-color: #f2a696 !important;
}

.form-group.has-info .select2-container--default .select2-selection {
  border-color: #72aec2 !important;
}

.form-group.has-warning .select2-container--default .select2-selection {
  border-color: #e3c94c !important;
}

.form-group.has-success .select2-container--default .select2-selection {
  border-color: #9cc573 !important;
}

.select2.tag-input-style .select2-selection .select2-selection__choice {
  background-color: #91b8d0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 6px 22px 7px 9px;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.select2-container.select2-drop-above .select2-choice,
.select2-drop {
  border-radius: 0;
}

.select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  left: auto;
  width: 18px;
  height: auto;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.select2.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.select2-container .select2-choice {
  border-radius: 0;
  height: 32px;
  line-height: 28px;
}

.select2-container[class*="input-"] {
  max-width: none;
}

.select2-container.input-mini {
  min-width: 100px;
}

.select2-container .select2-choice abbr,
.select2-search-choice-close {
  background: 0 0;
}

.select2-container .select2-choice abbr:before,
.select2-search-choice-close:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f00d";
  color: #888;
  position: relative;
  top: -1px;
}

.select2-container .select2-choice abbr:hover:before,
.select2-search-choice-close:hover:before {
  color: #555;
}

.select2-container .select2-choice abbr:before {
  top: -7px;
}

.select2-search-choice-close:hover {
  text-decoration: none !important;
}

.select2-result-single {
  margin-left: 0;
}

.select2-drop {
  border: 1px solid #4492c9;
  border-width: 0 1px 3px;
}

.select2-drop.select2-drop-above {
  border-radius: 0;
}

.select2-container .select2-choice {
  background: #fafafa;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #4492c9;
}

.select2-results .select2-highlighted {
  background: #316ac5;
}

.select2-container .select2-choice .select2-arrow {
  border-radius: 0;
  background: 0 0;
  border: none;
}

.select2-container .select2-choice .select2-arrow b {
  background: 0 0;
}

.select2-container .select2-choice .select2-arrow b:before {
  font-family: FontAwesome;
  font-size: 12px;
  display: inline;
  content: "\f0d7";
  color: #888;
  position: relative;
  left: 5px;
}

.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}

.select2-search-field .select2-search .select2-input {
  background: #fff;
  margin-top: 4px;
}

.select2-search-field .select2-search:after {
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
  content: "\f002";
  color: #777;
  position: relative;
  top: 0;
  left: -20px;
  z-index: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  background-color: #f6f6f6;
}

.select2-container-multi .select2-choices .select2-search-field input {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: 0 0 !important;
  font-size: 14px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  line-height: 16px;
  padding-bottom: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-search-field .select2-search input.select2-active {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

  .select2-container .select2-choice abbr,
  .select2-container .select2-choice div b,
  .select2-search-choice-close,
  .select2-search-field .select2-search input {
    background-image: none !important;
    background-size: auto !important;
  }

  .select2-search-field .select2-search input {
    background-position: auto !important;
  }
}

.select2-container-active.select2-dropdown-open .select2-choice {
  background-image: -webkit-linear-gradient(top, #eee 0, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 0, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 0, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffffffff', GradientType=0);
}

.select2-container-active.select2-drop-above .select2-choice,
.ui-jqdialog .ui-widget-header {
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}

.select2-container-active.select2-drop-above .select2-choice {
  background-image: linear-gradient(to bottom, #fff 0, #eee 100%);
  background-repeat: repeat-x;
}

.form-group.has-error .select2-choice,
.form-group.has-error .select2-choices {
  border-color: #f2a696 !important;
}

.form-group.has-info .select2-choice,
.form-group.has-info .select2-choices {
  border-color: #72aec2 !important;
}

.form-group.has-warning .select2-choice,
.form-group.has-warning .select2-choices {
  border-color: #e3c94c !important;
}

.form-group.has-success .select2-choice,
.form-group.has-success .select2-choices {
  border-color: #9cc573 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {

  .select2-container .select2-choice .select2-arrow b,
  .select2-container .select2-choice abbr,
  .select2-search-choice-close,
  .select2-search-field .select2-search input {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
  }

  .select2-search-field .select2-search input {
    background-position: auto !important;
  }
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #91b8d0;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 3px;
  margin-right: 0;
  padding: 6px 22px 7px 9px;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.gritter-light .gritter-title,
.gritter-title {
  text-shadow: none;
}

#cboxLoadingGraphic>.ace-icon,
.ace-spinner.touch-spinner .spinbox-buttons>.btn>.ace-icon {
  vertical-align: middle;
  display: inline-block;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 18px;
  height: auto;
  line-height: 25px;
  text-align: center;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:before {
  color: #fff;
  position: static;
  font-size: 11px;
}

#cboxCurrent,
#cboxTitle {
  margin-bottom: 4px;
  font-size: 14px;
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.select2-container-multi.tag-input-style .select2-choices .select2-search-choice .select2-search-choice-close:hover:before {
  color: #fff;
}

#colorbox:active,
#colorbox:focus {
  outline: 0;
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
  background: 0 0 !important;
  opacity: 0;
}

#cboxContent {
  border: 12px solid #000;
  background-color: #fff;
  padding: 7px;
  overflow: visible;
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.95);
  background: #000;
}

#cboxCurrent {
  left: 64px;
}

#cboxTitle {
  color: #777;
}

#cboxClose,
#cboxNext,
#cboxPrevious {
  background: 0 0;
  text-indent: 0;
  width: 26px;
  height: 26px;
  line-height: 22px;
  padding: 0 4px;
  text-align: center;
  border: 2px solid #999;
  border-radius: 16px;
  color: #666;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 5px;
}

#cboxNext:hover,
#cboxPrevious:hover {
  color: #333;
  border-color: #666;
}

#cboxClose {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 32px;
  color: #fff;
  font-size: 21px;
  height: 28px;
  width: 28px;
  padding-bottom: 2px;
  margin-left: 0;
  right: -14px;
  top: -14px;
}

#cboxLoadingOverlay {
  background: 0 0 !important;
}

#cboxLoadingGraphic {
  background: #fff !important;
  text-align: center;
}

#cboxLoadingGraphic>.ace-icon {
  background-color: #fff;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: relative;
  top: 48%;
  text-align: center;
  font-size: 24px;
  color: #fe7e3e;
}

.ace-spinner {
  display: inline-block;
}

.ace-spinner .spinbox-buttons.btn-group-vertical {
  min-width: 18px;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn {
  font-size: 10px;
  padding: 0;
  width: 22px;
  height: 16px;
  line-height: 8px;
  margin-left: 0;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn:first-child {
  margin-top: 0;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn>.ace-icon {
  margin: 0;
  padding: 0;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn+.btn {
  margin-top: 2px;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn-xs {
  height: 14px;
  line-height: 7px;
}

.ace-spinner .spinbox-buttons.btn-group-vertical>.btn-lg {
  height: 22px;
  line-height: 10px;
  width: 22px;
}

.steps>li .step,
.steps>li.complete .step:before {
  line-height: 30px;
  background-color: #fff;
  text-align: center;
}

.ace-spinner .spinbox-buttons>button.btn.spinbox-up:active {
  top: -1px;
}

.ace-spinner:not(.touch-spinner) .spinbox-buttons>.btn>.ace-icon {
  margin-top: -1px;
}

.ace-spinner.touch-spinner .spinbox-buttons {
  margin: 0;
  font-size: 0;
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-sm {
  width: 32px;
  padding-left: 6px;
  padding-right: 6px;
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-xs {
  width: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.ace-spinner.touch-spinner .spinbox-buttons .btn-lg {
  width: 40px;
  padding-left: 8px;
  padding-right: 8px;
}

.ace-spinner.touch-spinner .spinbox-buttons>.btn {
  margin: 0 1px !important;
}

.ace-spinner.touch-spinner .spinbox-buttons>.btn-xs {
  padding-top: 3px;
  padding-bottom: 3px;
}

.steps {
  list-style: none;
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

.steps>li {
  display: table-cell;
  text-align: center;
  width: 1%;
}

.steps>li .step {
  border: 5px solid #ced1d6;
  color: #546474;
  font-size: 15px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.steps>li:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  font-size: 0;
  overflow: hidden;
  border-top: 4px solid #ced1d6;
  position: relative;
  top: 21px;
  z-index: 1;
}

.steps>li.last-child:before {
  max-width: 50%;
  width: 50%;
}

.steps>li:last-child:before {
  max-width: 50%;
  width: 50%;
}

.steps>li:first-child:before {
  max-width: 51%;
  left: 50%;
}

.steps>li.active .step,
.steps>li.active:before,
.steps>li.complete .step,
.steps>li.complete:before {
  border-color: var(--text-color1);
}

.steps>li.complete .step {
  cursor: default;
  color: #fff;
  -webkit-transition: transform ease 0.1s;
  -o-transition: transform ease 0.1s;
  transition: transform ease 0.1s;
}

.steps>li.complete .step:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  content: "\f00c";
  z-index: 3;
  font-family: FontAwesome;
  font-size: 17px;
  color: #87ba21;
}

.step-content,
.tree {
  position: relative;
}

.steps>li.complete:hover .step {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #80afd4;
}

.steps>li.complete:hover:before {
  border-color: #80afd4;
}

.steps>li .title {
  display: block;
  margin-top: 4px;
  max-width: 100%;
  color: #949ea7;
  font-size: 14px;
  z-index: 104;
  text-align: center;
  table-layout: fixed;
  word-wrap: break-word;
}

.steps>li.active .title,
.steps>li.complete .title {
  color: #2b3d53;
}

.step-content .step-pane {
  display: none;
  min-height: 200px;
  padding: 4px 8px 12px;
}

.step-content .step-pane.active {
  display: block;
}

.wizard-actions {
  text-align: right;
}

@media only screen and (max-width: 767px) {

  .steps li .step,
  .steps li:after,
  .steps li:before {
    border-width: 3px;
  }

  .steps li .step {
    width: 30px;
    height: 30px;
    line-height: 24px;
  }

  .steps li.complete .step:before {
    line-height: 24px;
    font-size: 13px;
  }

  .steps li:before {
    top: 16px;
  }

  .step-content .step-pane {
    padding: 4px 4px 6px;
    min-height: 150px;
  }
}

.tree {
  margin: auto;
  padding: 0 0 0 9px;
  overflow-x: hidden;
  overflow-y: auto;
}

.tree:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 16px;
  left: 0;
  z-index: 1;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
}

.tree .tree {
  padding: 0;
  overflow: visible;
}

.tree .tree:before {
  display: none;
}

.tree .tree-branch-name,
.tree .tree-item-name {
  cursor: pointer;
}

.tree .icon-caret {
  vertical-align: baseline !important;
}

.tree .tree-branch {
  width: auto;
  min-height: 20px;
  cursor: pointer;
}

.tree .tree-branch .tree-branch-header {
  position: relative;
  height: 20px;
  line-height: 20px;
}

.tree .tree-branch .tree-branch-header:hover {
  background-color: rgba(98, 168, 209, 0.1);
}

.tree .tree-branch .icon-caret~.tree-branch-header {
  display: inline-block;
  width: 80%;
  width: calc(100% - 36px);
}

.tree .tree-branch.tree-selected>.tree-branch-header {
  background-color: rgba(98, 168, 209, 0.18);
}

.tree .tree-branch .tree-branch-header .tree-branch-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2;
}

.tree .tree-branch .tree-branch-header>.tree-branch-name>.ace-icon:first-child,
.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -1px;
}

.tree .tree-branch>.tree-branch-header>.tree-branch-name>.tree-label {
  margin-left: 2px;
}

.tree .tree-branch>.tree-branch-header>.tree-branch-name>.ace-icon:first-child {
  margin: -2px 0 0 -2px;
}

.tree .tree-branch:last-child:after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  bottom: 0;
  left: -10px;
  border-left: 2px solid #fff;
}

.tree .tree-branch .tree-branch-children,
.tree .tree-branch .tree-branch-children.tree {
  margin: 0 0 0 23px;
  padding: 0;
  position: relative;
}

.tree .tree-branch .tree-branch-children.tree:before,
.tree .tree-branch .tree-branch-children:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: -14px;
  bottom: 16px;
  left: -14px;
  border: 1px dotted #67b2dd;
  border-width: 0 0 0 1px;
}

.tree .tree-branch.tree-selected>.icon-caret~.tree-branch-header>.tree-branch-name>.tree-label {
  font-weight: 700;
}

.tree .tree-item {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  max-width: calc(100% - 20px);
}

.tree .tree-item:hover {
  background-color: rgba(98, 168, 209, 0.1);
}

.tree .tree-item.tree-selected,
.tree .tree-item.tree-selected:hover {
  background-color: rgba(98, 168, 209, 0.16);
}

.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  margin-right: 3px;
}

.tree .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child {
  margin-left: 3px;
  margin-right: 3px;
}

.tree .tree-item>.ace-icon:first-child {
  margin-top: -1px;
}

.tree .tree-branch,
.tree .tree-item {
  position: relative;
  list-style: none;
  border-left: 1px solid #fff;
  margin: 1px 0;
}

.tree .tree-branch:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #67b2dd;
  z-index: 1;
}

.tree .tree-selected {
  color: #6398b0;
}

.tree .tree-branch .tree-branch-header {
  border-radius: 0;
}

.tree .tree-branch .tree-branch-header,
.tree .tree-item {
  padding: 5px;
  color: #4d6878;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  color: #f9e8ce;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #fafafa;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tree .tree-selected>.tree-item-name>.ace-icon:first-child {
  background-color: #f9a021;
  border-color: #f9a021;
  color: #fff;
}

.tree .tree-minus.ace-icon:first-child,
.tree .tree-plus.ace-icon:first-child {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #8baebf;
  line-height: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.tree .tree-minus.ace-icon:first-child:before,
.tree .tree-plus.ace-icon:first-child:before {
  content: "";
  display: block;
  width: 7px;
  height: 0;
  border-top: 1px solid #4d6878;
  position: absolute;
  top: 5px;
  left: 2px;
}

.tree .tree-plus.ace-icon:first-child:after {
  content: "";
  display: block;
  height: 7px;
  width: 0;
  border-left: 1px solid #4d6878;
  position: absolute;
  top: 2px;
  left: 5px;
}

.tree .tree-unselectable .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child {
  color: #5084a0;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.tree .ace-icon[class*="-down"] {
  transform: rotate(-45deg);
}

.tree .ace-icon[class*="-download"] {
  transform: none;
}

.tree .fa-spin {
  height: auto;
}

.tree .tree-loading {
  margin-left: 36px;
}

.tree img {
  display: inline;
  veritcal-align: middle;
}

.tree .icon-open {
  width: 16px;
  position: relative;
  z-index: 2;
  padding-left: 2px;
}

.tree .tree-branch .tree-leaf-head.ace-icon,
.tree .tree-leaf .tree-branch-head.ace-icon {
  display: none;
}

.tree .tree-branch.tree-leaf .tree-leaf-head {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #ddd;
  background-color: #fff;
}

.tree .tree-selected.tree-branch.tree-leaf .tree-leaf-head {
  color: #feb902;
}

.tree-container {
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-color: #67b2dd;
  display: block;
  padding: 0;
  max-width: 400px;
  max-height: 400px;
}

.tree-container .tree::before {
  margin-left: -1px;
}

.gritter-item-wrapper {
  background-image: none !important;
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  background: rgba(50, 50, 50, 0.92);
}

.gritter-item-wrapper.gritter-info {
  background: rgba(49, 81, 133, 0.92);
}

.gritter-item-wrapper.gritter-error {
  background: rgba(153, 40, 18, 0.92);
}

.gritter-item-wrapper.gritter-success {
  background: rgba(89, 131, 75, 0.92);
}

.gritter-item-wrapper.gritter-warning {
  background: rgba(190, 112, 31, 0.92);
}

.gritter-item-wrapper.gritter-light {
  background: rgba(245, 245, 245, 0.95);
  border: 1px solid #bbb;
}

.gritter-item-wrapper.gritter-light.gritter-info {
  background: rgba(232, 242, 255, 0.95);
}

.gritter-item-wrapper.gritter-light.gritter-info .gritter-item {
  color: #4a577d;
}

.gritter-item-wrapper.gritter-light.gritter-error {
  background: rgba(255, 235, 235, 0.95);
}

.gritter-item-wrapper.gritter-light.gritter-error .gritter-item {
  color: #894a38;
}

.gritter-item-wrapper.gritter-light.gritter-success {
  background: rgba(239, 250, 227, 0.95);
}

.gritter-item-wrapper.gritter-light.gritter-success .gritter-item {
  color: #416131;
}

.gritter-item-wrapper.gritter-light.gritter-warning {
  background: rgba(252, 248, 227, 0.95);
}

.gritter-bottom,
.gritter-close,
.gritter-item,
.gritter-top {
  background-image: none;
}

.gritter-item-wrapper.gritter-light.gritter-warning .gritter-item {
  color: #946446;
}

.gritter-item p {
  line-height: 1.8;
}

.gritter-close {
  left: auto;
  right: 4px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #e17b67;
  font-size: 0;
  text-indent: 0;
}

.gritter-close:before {
  font-family: FontAwesome;
  font-size: 16px;
  content: "\f00d";
}

.gritter-info .gritter-close {
  color: orange;
}

.gritter-error .gritter-close,
.gritter-success .gritter-close,
.gritter-warning .gritter-close {
  color: #ffea07;
}

.gritter-close:hover {
  color: #fff !important;
  text-decoration: none;
}

.gritter-light .gritter-bottom,
.gritter-light .gritter-close,
.gritter-light .gritter-item,
.gritter-light .gritter-top {
  background-image: none;
  color: #444;
}

.gritter-light .gritter-close:hover {
  color: #8a3104 !important;
}

.gritter-center {
  position: fixed;
  left: 33%;
  right: 33%;
  top: 33%;
}

.wysiwyg-style1 .btn-group,
.wysiwyg-style2 .btn-group,
.wysiwyg-toolbar {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .gritter-center {
    left: 16%;
    right: 16%;
    top: 30%;
  }
}

@media only screen and (max-width: 480px) {
  .gritter-center {
    left: 30px;
    right: 30px;
  }
}

@media only screen and (max-width: 320px) {
  .gritter-center {
    left: 10px;
    right: 10px;
  }
}

.wysiwyg-editor {
  max-height: 250px;
  height: 250px;
  background-color: #f7f8fa;
  border-collapse: separate;
  border: 1px solid #bbc0ca;
  padding: 4px;
  box-sizing: content-box;
  overflow-y: scroll;
  overflow-x: hidden;
  outline: 0;
}

.wysiwyg-editor:focus {
  background-color: #fff;
}

.wysiwyg-toolbar {
  line-height: 33px;
  margin: 0 !important;
}

.wysiwyg-toolbar .dropdown-menu {
  text-align: left;
}

.wysiwyg-toolbar .btn-group {
  float: none !important;
  font-size: 0;
}

.wysiwyg-toolbar .btn-group>.btn {
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-left: 1px;
}

.wysiwyg-toolbar .btn-group>.btn>.ace-icon:first-child {
  font-size: 14px;
  width: 25px;
  max-width: 25px;
  display: inline-block;
  border-width: 1px !important;
}

.wysiwyg-toolbar .btn-group>.btn.dropdown-toggle>.ace-icon:last-child {
  margin-right: 4px;
}

.wysiwyg-style1 .btn-group>.btn,
.wysiwyg-style1 .btn-group>.inline>.btn,
.wysiwyg-style2 .btn-group>.btn,
.wysiwyg-style2 .btn-group>.inline>.btn {
  margin: 0 !important;
  background: #fff !important;
  border-width: 0 !important;
  color: #adb3be !important;
  text-shadow: none !important;
}

.wysiwyg-style1 .btn-group>.btn:hover,
.wysiwyg-style1 .btn-group>.inline>.btn:hover,
.wysiwyg-style2 .btn-group>.btn:hover,
.wysiwyg-style2 .btn-group>.inline>.btn:hover {
  background: #fff !important;
}

.wysiwyg-style1 .btn-group>.btn.active,
.wysiwyg-style1 .btn-group>.inline>.btn.active,
.wysiwyg-style2 .btn-group>.btn.active,
.wysiwyg-style2 .btn-group>.inline>.btn.active {
  color: #5b80ce !important;
}

.wysiwyg-style1 .btn-group>.btn.active:after,
.wysiwyg-style1 .btn-group>.inline>.btn.active:after,
.wysiwyg-style2 .btn-group>.btn.active:after,
.wysiwyg-style2 .btn-group>.inline>.btn.active:after {
  display: none;
}

.wysiwyg-style1 .btn-group:after,
.wysiwyg-style2 .btn-group:after {
  display: block;
  content: "";
  position: absolute;
  left: -2px;
  top: 6px;
  bottom: 6px;
  width: 0;
  max-width: 0;
  border-left: 1px solid #e1e6ea;
}

.wysiwyg-style1 .btn-group:first-child:after,
.wysiwyg-style2 .btn-group:after,
.wysiwyg-style2 .btn-group:first-child:after {
  display: none;
}

.wysiwyg-style2 {
  background-color: #e5e5e5;
}

.wysiwyg-style2+.wysiwyg-editor {
  border-color: #ddd;
  background-color: #fff;
  border-top: none;
}

.wysiwyg-style2 .btn-group>.btn,
.wysiwyg-style2 .btn-group>.inline>.btn {
  margin: 0 1px 0 0 !important;
  background: #fff !important;
  border: none !important;
  color: #8d939e !important;
  text-shadow: none !important;
}

.wysiwyg-style2 .btn-group>.btn.active,
.wysiwyg-style2 .btn-group>.inline>.btn.active {
  color: #fff !important;
  background: #6aaedf !important;
}