.font-arial {
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}
.oh {
  overflow: hidden;
}
.bs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ba {
  content: '';
  display: block;
  position: absolute;
}
.cfc:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.na {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.na::-ms-expand {
  display: none;
}
.tright {
  text-align: right;
}
.tleft {
  text-align: left;
}
.tcenter {
  text-align: center;
}
.left {
  float: left;
}
.left-imp {
  float: left!important;
}
.right {
  float: right;
}
.right-imp {
  float: right!important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.va-parent {
  display: table;
  height: 100%;
}
.va-parent .va-child {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.va-parent .va-child > * {
  pointer-events: all;
}
.vertical-center {
  position: absolute;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  top: 50%;
  right: 0px;
}
.va-parent .va-child-top {
  vertical-align: top;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.no-padded {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.no-wrap {
  white-space: nowrap;
}
.trans {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* - */
.button-basic {
  cursor: pointer;
  padding: 0 30px;
  line-height: 32px;
  display: inline-block;
  border-radius: 6px;
  color: white;
  font-weight: 700;
  text-decoration: none;
  -webkit-appearance: none;
  border: none;
}
.box {
  padding: 16px 20px;
  background: pink;
  margin-bottom: 40px;
  position: relative;
}
.box-group {
  margin-bottom: 40px;
}
.box-group .box {
  margin-bottom: 0;
}
.box-group .box + .box,
.box-group .event-info-extended {
  border-top: 1px solid white;
}
.box-special-header {
  line-height: 1.2;
  padding: 8px 15px;
  margin-top: -16px;
  margin-left: -20px;
  margin-right: -20px;
  background: pink;
  color: teal;
  font-weight: 700;
}
.width100 {
  width: 100%;
}
.width50 {
  width: 50%;
}
.width240 {
  width: 246px;
}
.debug-anchor {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  z-index: 1000;
}
.debug-anchor pre {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1002;
  display: none;
}
.debug-anchor:hover pre {
  display: block;
}
.debug-anchor:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 30%;
  text-align: center;
  line-height: 20px;
  content: '->';
  background: blue;
  color: white;
}
.font-include-couturebold {
  font-family: 'couturebold';
  src: url('fonts/couture-bld-webfont.eot');
  src: url('fonts/couture-bld-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/couture-bld-webfont.woff2') format('woff2'), url('fonts/couture-bld-webfont.woff') format('woff'), url('fonts/couture-bld-webfont.ttf') format('truetype'), url('fonts/couture-bld-webfont.svg#couturebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-couturebold {
  font-family: 'couturebold', sans-serif;
}
.text-link {
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #1959a2;
  font-weight: 400;
  text-decoration: none;
}
.text-basic {
  line-height: 1;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #1959a2;
  font-weight: 400;
  text-decoration: none;
  font-size: 12px;
}
.text-basic-gray {
  line-height: 1;
  font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  color: #1959a2;
  font-weight: 400;
  text-decoration: none;
  color: #7b7b7b;
  font-size: 12px;
}
.price-footer .text-basic-gray {
  font-size: 10px;
}
.ui-loader-background {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  margin-left: -15px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  z-index: 100;
}
.ui-loader-background i {
  position: absolute;
  left: 50%;
  top: 50%;
}
.invisible {
  opacity: 0;
  overflow: hidden;
  height: 0px;
  pointer-events: none;
  min-height: 0px;
  visibility: hidden;
}
.visible {
  opacity: 1;
  z-index: 100;
  overflow: visible;
  height: auto;
  pointer-events: all;
  visibility: visible;
}
.visible * {
  animation-play-state: running;
}
.href-white {
  line-height: 32px;
  border-radius: 6px;
  color: white;
  -webkit-appearance: none;
  border: none;
}
.animate-f {
  position: relative;
  height: 188px;
}
.animate-f .dots {
  top: 50%;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.animate-f .dots .dot:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.animate-f .dots .dot:nth-child(4) {
  -webkit-animation: dot-rotate-4 2s 1.5s linear infinite;
  animation: dot-rotate-4 2s 1.5s linear infinite;
}
.animate-f .dots .dot:nth-child(4):before {
  background-color: #FBD301;
  -webkit-animation: dot-move 2s 1.5s ease infinite;
  animation: dot-move 2s 1.5s ease infinite;
}
.animate-f .dots .dot:nth-child(3) {
  -webkit-animation: dot-rotate-3 2s 1s linear infinite;
  animation: dot-rotate-3 2s 1s linear infinite;
}
.animate-f .dots .dot:nth-child(3):before {
  background-color: #AFE102;
  -webkit-animation: dot-move 2s 1s ease infinite;
  animation: dot-move 2s 1s ease infinite;
}
.animate-f .dots .dot:nth-child(2) {
  -webkit-animation: dot-rotate-2 2s 0.5s linear infinite;
  animation: dot-rotate-2 2s 0.5s linear infinite;
}
.animate-f .dots .dot:nth-child(2):before {
  background-color: #208BF1;
  -webkit-animation: dot-move 2s 0.5s ease infinite;
  animation: dot-move 2s 0.5s ease infinite;
}
.animate-f .dots .dot:nth-child(1) {
  -webkit-animation: dot-rotate-1 2s 0s linear infinite;
  animation: dot-rotate-1 2s 0s linear infinite;
}
.animate-f .dots .dot:nth-child(1):before {
  background-color: #FF3270;
  -webkit-animation: dot-move 2s 0s ease infinite;
  animation: dot-move 2s 0s ease infinite;
}
.animate-f .dots .dot:nth-child(5):before {
  -webkit-animation: dot-colors 2s ease infinite;
  animation: dot-colors 2s ease infinite;
}
.animate-f .dots {
  backface-visibility: hidden;
  z-index: 2;
}
.animate-f .dot {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.animate-f .dot:before {
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #FBD301;
  position: absolute;
  left: 50%;
  margin-left: -17.5px;
  margin-top: -17.5px;
}
.animate-f .dot:nth-child(5):before {
  z-index: 100;
  width: 45.5px;
  height: 45.5px;
  margin-left: -22.75px;
  margin-top: -22.75px;
}
@-webkit-keyframes dot-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  18%,
  22% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dot-move {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  18%,
  22% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  40%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes dot-colors {
  0% {
    background-color: #FBD301;
  }
  25% {
    background-color: #FF3270;
  }
  50% {
    background-color: #208BF1;
  }
  75% {
    background-color: #AFE102;
  }
  100% {
    background-color: #FBD301;
  }
}
@keyframes dot-colors {
  0% {
    background-color: #FBD301;
  }
  25% {
    background-color: #FF3270;
  }
  50% {
    background-color: #208BF1;
  }
  75% {
    background-color: #AFE102;
  }
  100% {
    background-color: #FBD301;
  }
}
@-webkit-keyframes dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes dot-rotate-1 {
  0% {
    -webkit-transform: rotate(-105deg);
    transform: rotate(-105deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@keyframes dot-rotate-2 {
  0% {
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg);
  }
  100% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}
@-webkit-keyframes dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
    transform: rotate(435deg);
  }
  100% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@keyframes dot-rotate-3 {
  0% {
    -webkit-transform: rotate(435deg);
    transform: rotate(435deg);
  }
  100% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
}
@-webkit-keyframes dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
    transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes dot-rotate-4 {
  0% {
    -webkit-transform: rotate(705deg);
    transform: rotate(705deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  outline: none;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  font: normal 12px 'Open Sans', HelveticaNeue, Helvetica, Arial;
  background: #f5f5f5 url("../../images/new_bg.png");
  min-height: 100%;
  color: #545454;
  height: 100%;
  overflow-x: hidden;
}
.updatable {
  height: 100%;
}
.color-alt {
  color: #4263e4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
a {
  color: #78808a;
}
.u {
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  cursor: pointer;
  outline: 0px none;
  text-decoration: none;
  color: #5a6573;
}
.label {
  font-size: 10px;
  text-shadow: none;
}
i {
  font-size: 14px;
}
.derp {
  vertical-align: middle !important;
  line-height: 17px;
  width: 30px!important;
}
.icon.blue,
span:not(.triangle-button).blue {
  color: #4263e4;
}
.icon.icon-trash.red {
  color: #FC0317;
}
.icon.icon-times.red {
  color: #FC0317;
}
.main-content {
  position: relative;
  margin-left: 201px;
  padding-bottom: 81px;
}
.width_1000 {
  margin-left: 0;
}
.white_appl {
  background: white;
  outline: 2px solid #ccc;
  padding: 75px;
  max-width: 900px;
}
.progress {
  margin-bottom: 0!important;
}
.padded {
  padding: 15px !important;
}
.nopadding {
  padding: 0!important;
}
.nomargin {
  margin: 0!important;
}
.hpadded {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.vpadded,
.vpadded td {
  padding-top: 15px!important;
  padding-bottom: 15px!important;
}
.separate-sections {
  margin: 0;
  list-style: none;
  padding-bottom: 5px;
}
.separate-sections > li,
.separate-sections > div {
  margin-bottom: 15px !important;
}
.separate-sections > li:last-child,
.separate-sections > div:last-child {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
th,
tfoot {
  color: #545454;
}
th,
tfoot {
  font-weight: 600;
}
.the-icons {
  list-style: none;
}
.avatar {
  display: inline-block;
}
.avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.3);
}
.avatar-small {
  max-width: 32px;
  max-height: 32px;
}
.twitter-color {
  color: #4099ff;
}
.facebook-color {
  color: #35508F;
}
.note {
  color: #909090;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px;
}
.close {
  line-height: 14px;
}
.indent {
  margin-left: 10px;
}
.strikethrough {
  text-decoration: line-through;
}
.full {
  padding: 0;
}
.iradio_flat-aero + label,
.icheckbox_flat-aero + label {
  margin-bottom: 5px!important;
}
.push-down-10 {
  padding-bottom: 10px;
}
.push-down-5 {
  padding-bottom: 5px;
}
.push-up-30 {
  padding-top: 30px;
}
.push-up-25 {
  padding-top: 25px;
}
.push-up-20 {
  padding-top: 20px;
}
.push-up-15 {
  padding-top: 15px;
}
.push-up-10 {
  padding-top: 10px;
}
.push-right-5 {
  padding-right: 5px;
}
.push-right-10 {
  padding-right: 10px;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-up-10 {
  margin-top: 10px;
}
.margin-up-20 {
  margin-top: 20px;
}
.margin-down-20 {
  margin-bottom: 20px;
}
.margin-down-10 {
  margin-bottom: 10px;
}
.help-block {
  display: block;
  margin-top: 7px;
  margin-bottom: 10px;
  color: #939393;
  font-style: italic;
}
.row div.bot_border h5 {
  margin-bottom: 5px;
}
.row div.bot_border > div {
  margin-bottom: 25px;
  border-bottom: 1px solid #cdcccc;
}
.text-left {
  text-align: left!important;
}
.help-block.commision {
  color: #4263e4 !important;
}
.block {
  display: block;
}
.bezrindas-back-blue {
  color: #4263e4;
}
.bg-bezrindas-back-blue {
  background: #4263e4;
}
.container {
  width: 100%;
  max-width: 100%;
}
.justify {
  text-align: justify!important;
}
.link {
  color: #4263e4;
  text-decoration: underline;
}
.link:hover {
  color: #47B4ED;
}
.mce-content-body {
  max-width: 452px;
  margin: 0 auto;
}
.fat-hr {
  border-top-width: 2px;
}
.mobile_select {
  width: 100%;
  height: 40px;
  background-color: #f8f8f8;
  border-color: #cccccc;
}
.truncate {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate:before {
  /*  macos safari fix lai nerada tooltip nepareizais */
  content: '';
  display: block;
}
@media (max-width: 435px) {
  .navbar-brand {
    width: 100%;
  }
  .truncate {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .main-content {
    margin: 0px;
  }
}
.pointer {
  cursor: pointer!important;
}
/* BREADCRUMBS CSS */
#new_breadcrumbs {
  float: left;
  width: 100%;
  background: #E8E8E8;
  margin-bottom: 0px;
  padding: 6px 15px 7px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#new_breadcrumbs > *:first-child ~ *:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #99a0aa;
  padding: 0px 8px;
}
#new_breadcrumbs .current_crumb {
  color: #525A65;
}
#new_breadcrumbs .href:hover {
  color: #4297C3;
}
/* END BREADCRUMBS CSS */
/* V2 pop up */
.v2-pop-up-base {
  position: relative;
}
.v2-pop-up-base:hover .v2-pop-up {
  visibility: visible;
  opacity: 1;
}
.v2-pop-up {
  font-size: 13px;
  text-transform: none;
  text-align: center;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0.7);
  background-clip: padding-box;
  position: absolute;
  width: 120px;
  max-width: 120px;
  right: 50%;
  padding: 30px;
  top: 100%;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  z-index: 10000;
  line-height: 1.5;
}
.v2-pop-up:after {
  right: 0;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: rgba(0, 0, 0, 0.7);
  border-bottom: none;
  border-width: 15px;
  margin-top: -15px;
}
/* */
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  color: white;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  color: white;
  font-weight: bold;
}
.morris-hover.morris-default-style .morris-hover-point {
  color: white!important;
  white-space: nowrap;
}
.badge-square {
  margin-bottom: 20px;
  float: left;
  background: #4263e4;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  font-size: 25px;
  margin-right: 30px;
}
.badge-dark {
  background: #33414E;
}
.badge-bold {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}
.badge-label {
  text-transform: uppercase;
}
.morris-hover-point + .morris-hover-point:after {
  content: ' €';
}
.very-red .content-label {
  color: #FC0317;
}
.very-red .icheck {
  color: #FC0317;
}
.medium-editor-anchor-preview,
.medium-editor-toolbar {
  visibility: hidden;
}
.hr-form {
  margin-bottom: 20px;
}
.hr-form .control-label {
  padding-right: 40px;
}
.hr-form .form-group {
  border: 2px solid #F0F0EF;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.hr-form .col-simple-radio {
  margin-bottom: 0;
}
.panel .panel-body .hr-form .form-group:first-child {
  padding-top: 25px!important;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11 {
  float: left;
  margin: 0 0 0 3%;
}
.col12 {
  float: left;
}
.col1 {
  width: 5.5%;
}
.col2 {
  width: 14%;
}
.col3 {
  width: 22.75%;
}
.col4 {
  width: 31%;
}
.col5 {
  width: 39.5%;
}
.col6 {
  width: 48.5%;
}
.col7 {
  width: 56.5%;
}
.col8 {
  width: 65%;
}
.col9 {
  width: 73.5%;
}
.col10 {
  width: 83%;
}
.col11 {
  width: 90.5%;
}
.col12 {
  width: 100%;
  margin: 0;
}
.content-group div:first-child,
.colrow div:first-child,
.content-form div:first-child {
  margin-left: 0;
}
.content-group:before,
.content-group:after,
.colrow:before,
.colrow:after {
  content: " ";
  display: table;
}
.colrow:after {
  clear: both;
}
.content-group:after {
  clear: both;
}
.center-auto {
  float: none;
  margin-left: auto!important;
  margin-right: auto!important;
}
.split {
  clear: both;
  margin-left: 0!important;
}
.marginafter-mini {
  margin-bottom: 10px!important;
}
.marginafter {
  margin-bottom: 20px!important;
}
.minus-margin {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
@media (min-width: 901px) {
  .lg-only {
    display: block!important;
    min-height: 1px;
  }
  .lg-split {
    margin-bottom: 10px!important;
  }
  .lg-split + * {
    clear: both;
    margin-left: 0!important;
  }
  .tleft-lg {
    text-align: left;
  }
  .tright-lg {
    text-align: right;
  }
  .tcenter-lg {
    text-align: center;
  }
  .minus-margin-lg {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .left-lg {
    float: left;
  }
  .right-lg-imp {
    float: right!important;
  }
  .right-lg {
    float: right;
  }
  .col1-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 5.5%;
  }
  .col2-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 14%;
  }
  .col3-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 22.75%;
  }
  .col4-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 31%;
  }
  .col5-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 39.5%;
  }
  .col6-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 48.5%;
  }
  .col7-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 56.5%;
  }
  .col8-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 65%;
  }
  .col9-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 73.5%;
  }
  .col10-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 83%;
  }
  .col11-lg {
    float: left;
    margin: 0 0 0 3%;
    width: 90.5%;
  }
  .col12-lg {
    float: left;
    width: 100%;
    margin: 0;
  }
  .hide-lg {
    display: none!important;
  }
  .marginafter-mini-lg {
    margin-bottom: 10px!important;
  }
  .marginafter-lg {
    margin-bottom: 20px!important;
  }
}
@media (max-width: 900px) {
  .md-only {
    display: block!important;
    min-height: 1px;
  }
  .md-split {
    margin-bottom: 10px!important;
  }
  .md-split + * {
    clear: both;
    margin-left: 0!important;
  }
  .tleft-md {
    text-align: left;
  }
  .tright-md {
    text-align: right;
  }
  .tcenter-md {
    text-align: center;
  }
  .minus-margin-md {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .left-md {
    float: left;
  }
  .right-md-imp {
    float: right!important;
  }
  .right-md {
    float: right;
  }
  .col1-md {
    float: left;
    margin: 0 0 0 3%;
    width: 5.5%;
  }
  .col2-md {
    float: left;
    margin: 0 0 0 3%;
    width: 14%;
  }
  .col3-md {
    float: left;
    margin: 0 0 0 3%;
    width: 22.75%;
  }
  .col4-md {
    float: left;
    margin: 0 0 0 3%;
    width: 31%;
  }
  .col5-md {
    float: left;
    margin: 0 0 0 3%;
    width: 39.5%;
  }
  .col6-md {
    float: left;
    margin: 0 0 0 3%;
    width: 48.5%;
  }
  .col7-md {
    float: left;
    margin: 0 0 0 3%;
    width: 56.5%;
  }
  .col8-md {
    float: left;
    margin: 0 0 0 3%;
    width: 65%;
  }
  .col9-md {
    float: left;
    margin: 0 0 0 3%;
    width: 73.5%;
  }
  .col10-md {
    float: left;
    margin: 0 0 0 3%;
    width: 83%;
  }
  .col11-md {
    float: left;
    margin: 0 0 0 3%;
    width: 90.5%;
  }
  .col12-md {
    float: left;
    width: 100%;
    margin: 0;
  }
  .hide-md {
    display: none!important;
  }
  .marginafter-mini-md {
    margin-bottom: 10px!important;
  }
  .marginafter-md {
    margin-bottom: 20px!important;
  }
}
@media (max-width: 700px) {
  .sm-only {
    display: block!important;
    min-height: 1px;
  }
  .sm-split {
    margin-bottom: 10px!important;
  }
  .sm-split + * {
    clear: both;
    margin-left: 0!important;
  }
  .tleft-sm {
    text-align: left;
  }
  .tright-sm {
    text-align: right;
  }
  .tcenter-sm {
    text-align: center;
  }
  .minus-margin-sm {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .left-sm {
    float: left;
  }
  .right-sm-imp {
    float: right!important;
  }
  .right-sm {
    float: right;
  }
  .col1-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 5.5%;
  }
  .col2-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 14%;
  }
  .col3-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 22.75%;
  }
  .col4-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 31%;
  }
  .col5-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 39.5%;
  }
  .col6-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 48.5%;
  }
  .col7-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 56.5%;
  }
  .col8-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 65%;
  }
  .col9-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 73.5%;
  }
  .col10-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 83%;
  }
  .col11-sm {
    float: left;
    margin: 0 0 0 3%;
    width: 90.5%;
  }
  .col12-sm {
    float: left;
    width: 100%;
    margin: 0;
  }
  .hide-sm {
    display: none!important;
  }
  .marginafter-mini-sm {
    margin-bottom: 10px!important;
  }
  .marginafter-sm {
    margin-bottom: 20px!important;
  }
}
@media (max-width: 470px) {
  .xs-only {
    display: block!important;
    min-height: 1px;
  }
  .xs-split {
    margin-bottom: 10px!important;
  }
  .xs-split + * {
    clear: both;
    margin-left: 0!important;
  }
  .tleft-xs {
    text-align: left;
    margin-left: -1;
  }
  .tright-xs {
    text-align: right;
  }
  .tcenter-xs {
    text-align: center;
  }
  .minus-margin-xs {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .left-xs {
    float: left;
  }
  .right-xs-imp {
    float: right!important;
  }
  .right-xs {
    float: right;
  }
  .col1-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 5.5%;
  }
  .col2-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 14%;
  }
  .col3-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 22.75%;
  }
  .col4-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 31%;
  }
  .col5-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 39.5%;
  }
  .col6-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 48.5%;
  }
  .col7-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 56.5%;
  }
  .col8-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 65%;
  }
  .col9-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 73.5%;
  }
  .col10-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 83%;
  }
  .col11-xs {
    float: left;
    margin: 0 0 0 3%;
    width: 90.5%;
  }
  .col12-xs {
    float: left;
    width: 100%;
    margin: 0;
  }
  .hide-xs {
    display: none!important;
  }
  .marginafter-mini-xs {
    margin-bottom: 10px!important;
  }
  .marginafter-xs {
    margin-bottom: 20px!important;
  }
}
.gray-row-table {
  display: table;
  width: 100%;
  border-spacing: none;
}
.gray-row-table th:first-child {
  text-align: left;
  padding-left: 0;
}
.gray-row-table th,
.gray-row-table td {
  padding: 5px 12px;
}
.gray-row-table th {
  font-weight: 400;
  text-align: center;
}
.gray-row-table tbody tr {
  background: #F0F0EF;
}
.gray-row-table tbody tr td {
  border-bottom: 2px solid white!important;
}
.gray-row-table tbody tr td:first-child {
  width: 20px;
  padding-right: 0;
}
.gray-row-table tbody tr td:first-child + td ~ td {
  font-size: 0;
  width: 13%;
}
.gray-row-table .gray-row-table-tr-plain {
  background: none;
}
.gray-row-table .col-simple-check,
.gray-row-table .col-simple-radio {
  display: inline-block;
  margin-bottom: 0;
}
.gray-row-table .col-simple-check label,
.gray-row-table .col-simple-radio label {
  display: none;
}
.problem-solving-tablepadding {
  margin-bottom: 30px;
}
.problem-solving-nomargin {
  margin: 0;
}
.problem-solving-link {
  color: #3c9cd1;
  text-decoration: underline;
}
.problem-solving-button {
  margin: 30px 0;
}
.problem-solving-hr-form {
  margin-bottom: 0;
}
.problem-solving-hr-form .form-group:last-child {
  border-bottom: 0;
}
.problem-solving-label {
  font-size: 12px;
}
.br {
  /* responsive backend 1.0 */
  /* end responsive backend 1.0 */
  /* mce wysiwyg */
  /* end mce wysiwyg */
  /* locales css */
  /* end locale */
  /* EVENTS LIST VIEW */
  /* safari fix */
  /* EVENTS LIST VIEW END */
  /* event tab add image css */
  /* end event tab add image css */
  /* START APPLICATION ADD DROPZONE FIELD */
  /* END APPLICATION ADD DROPZONE FIELD */
}
.br .panel-body .content-group:first-child {
  padding-top: 30px!important;
}
.br .content-group > * {
  vertical-align: middle;
}
.br .content-group > .nc {
  vertical-align: top;
}
.br .content-group > *[class*="content-"] {
  display: inline-block !important;
  float: none!important;
}
.br .content-group {
  position: relative;
  padding: 15px 0;
  padding-right: 200px;
}
.br .content-group:before {
  display: table;
  content: " ";
}
.br .content-group:after {
  clear: both;
}
.br .content-label {
  max-width: 250px;
  text-align: right;
  padding: 0 10px;
  min-width: 200px;
  width: 250px;
  padding-left: 10px!important;
  /*margin-bottom:0px; */
}
.br .content-label hr {
  margin-right: -25px;
}
.br .content-form {
  width: 500px;
  position: relative;
  padding: 0 10px;
}
.br .content-form > input {
  border: 1px solid #cccccc;
}
.br .content-form .col-translate-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0!important;
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #cccccc;
}
.br .content-form .col-translate-input > input {
  border: 0px!important;
  width: calc(100% - 90px);
}
.br .content-form .col-translate-input input.event_title_field {
  font-size: 14px;
  font-weight: bold;
}
.br .paginate-height .select2-choice {
  height: 30px;
  line-height: 30px;
}
.br .paginate-height .select2-choice:after {
  top: 7px;
}
.br .hide-br {
  display: none!important;
}
.br .gray-bg {
  background: #f8f8f8;
  margin-left: -7px;
  margin-right: -7px;
}
.br .admin_buttons hr {
  height: 2px;
  background: #9b9292;
  margin-bottom: 0px;
  box-sizing: border-box;
  border: 0px;
}
@media (min-width: 1200px) {
  .br .content-group {
    width: 958px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .br .content-group {
    width: 100%;
    margin: 0;
    padding-right: 0px;
  }
  .br .content-group .content-label {
    width: calc(100% - 600px);
  }
}
@media (min-width: 800px) {
  .br .hide-br-md {
    display: none!important;
  }
}
@media (max-width: 799px) {
  .br .content-group {
    padding-right: 0px;
    width: 754px;
    margin: 0 auto;
  }
  .br .content-group > *[class*="content-"] {
    display: block!important;
  }
  .br .content-group,
  .br .content-label,
  .br .content-form {
    width: 100%;
  }
  .br .content-label {
    text-align: left;
    margin-bottom: 10px !important;
  }
  .br .content-label {
    max-width: 500px;
    margin: 0 auto;
  }
  .br .content-label hr {
    display: none;
  }
  .br .content-form {
    max-width: 500px;
    margin: 0 auto;
  }
  .br .hide-br-sm {
    display: none!important;
  }
}
.br .mce-toolbar:first-child {
  padding-right: 90px;
}
.br .mce-container,
.br .mce-container *,
.br .mce-widget,
.br .mce-widget *,
.br .mce-reset {
  white-space: normal!important;
}
.br .mce-container.mce-btn-group {
  background: transparent;
  border: 0px;
  padding: 0px;
}
.br .mce-tinymce.mce-container.mce-panel {
  border: 1px solid #cccccc;
}
.br .mce-container-body.mce-flow-layout {
  padding: 6px;
}
.br .mce-toolbar-grp {
  padding: 0px;
}
.br .mce-tinymce {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.br .large-input {
  position: relative;
  margin-bottom: 15px;
  padding: 7px;
}
.br .large-input .form-control {
  height: 40px;
}
.br .large-input > input {
  padding: 10px!important;
  display: block;
  height: 40px!important;
}
.br .large-input blockquote span {
  display: block;
  font-size: 11px;
  font-style: italic;
}
.br .large-input .select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
}
.br .large-input .select2-container .select2-choice:after {
  top: 12px;
  top: calc(50% - 7px);
}
.br .col-translate-input .locales,
.br .col-translate-textarea .locales {
  position: absolute;
  right: 10px;
  z-index: 10;
  display: block;
  overflow: hidden;
  top: 1px;
  padding: 0;
  background: #fdfdfd;
  border: 1px solid #cccccc;
  border-top: 0;
}
.br .col-translate-input .locales .ok span:before,
.br .col-translate-textarea .locales .ok span:before {
  font-family: 'FontAwesome';
  content: '\f00c\2003';
  color: #008000;
  font-weight: 300;
}
.br .col-translate-input .locales .soon span:before,
.br .col-translate-textarea .locales .soon span:before {
  font-family: 'FontAwesome';
  content: '\f06a';
  color: #e7242d;
  font-weight: 300;
}
.br .col-translate-input .locales .active span:before,
.br .col-translate-textarea .locales .active span:before {
  font-family: 'FontAwesome';
  content: '\f040';
  color: white;
  font-weight: 300;
}
.br .col-translate-input .locales li,
.br .col-translate-textarea .locales li {
  border-right: 1px solid #cccccc;
  height: 41px;
  width: 30px;
  position: relative;
  cursor: pointer;
  left: 1px;
  margin-left: -1px;
  margin-top: 1px;
  float: left;
  list-style: none;
  display: block;
  margin-top: -1px;
  overflow: hidden;
}
.br .col-translate-input .locales li.active,
.br .col-translate-textarea .locales li.active {
  border-bottom: 0;
  background: #3a3a3a;
}
.br .col-translate-input .locales li.active p,
.br .col-translate-textarea .locales li.active p {
  color: white;
}
.br .col-translate-input .locales li span,
.br .col-translate-textarea .locales li span {
  position: relative;
  left: 10px;
  bottom: 1px;
  font-size: 11px;
}
.br .col-translate-input .locales li p,
.br .col-translate-textarea .locales li p {
  color: #4263e4;
  margin: 0px;
  margin-top: 5px;
  text-transform: uppercase;
  width: 30px;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.br .spaced > * {
  margin-left: 15px;
  margin-right: 15px;
}
.br .large-input:last-child {
  margin-bottom: 0;
}
.br .hide_dates i {
  font-size: 13px;
}
.br .show_dates i {
  color: #4263e4;
  font-size: 13px;
}
.br .ghostfile {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.br .imageselect {
  position: relative;
  max-width: 300px!important;
}
.br .imageselect * {
  display: block;
  height: 305px;
  opacity: 1;
  z-index: 4;
  position: relative;
  cursor: pointer;
}
.br .imageselect .content {
  background: #fdfdfd;
  border: 1px solid #cccccc;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  overflow: hidden;
}
.br .imageselect .content a {
  opacity: 1;
  text-align: center;
  text-decoration: underline;
  color: #0088B3;
  display: inline;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 240px;
}
.br .imageselect .background_cover {
  background-size: cover!important;
}
.br .venues-image .imageselect {
  max-width: 240px!important;
}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.br .my_gallery {
  background: #ffffff;
  border: 1px solid #cccccc;
  overflow: hidden!important;
  box-sizing: border-box;
  min-height: 150px;
  padding: 30px 30px;
}
.br .my_gallery * {
  box-sizing: border-box;
}
.br .my_gallery.dz-clickable {
  cursor: pointer;
}
.br .my_gallery.dz-clickable * {
  cursor: default;
}
.br .my_gallery.dz-clickable .dz-message,
.br .my_gallery.dz-clickable .dz-message * {
  cursor: pointer;
}
.br .my_gallery.dz-started .dz-message {
  display: none;
}
.br .my_gallery.dz-drag-hover {
  border-style: solid;
}
.br .my_gallery.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.br .my_gallery .dz-message {
  text-align: center;
  margin: 2em 0;
}
.br .my_gallery .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
  background: #f8f8f8;
}
.br .my_gallery .dz-preview:hover {
  z-index: 1000;
}
.br .my_gallery .dz-preview:hover .dz-details {
  opacity: 1;
}
.br .my_gallery.dz-max-files-reached #add_image_to_gallery_button {
  display: none!important;
}
.br .my_gallery #add_image_to_gallery_button i {
  font-size: 1.8em;
  color: #c7c7c7;
}
.br .my_gallery #add_image_to_gallery_button.dz-preview {
  background: #f8f8f8;
  height: 112px;
}
.br .my_gallery #add_image_to_gallery_button.dz-preview:hover {
  background: #f5f5f5;
}
.br .my_gallery .dz-preview:hover .dz-details {
  opacity: 1;
}
.br .my_gallery .dz-preview:hover .dz-image img {
  display: block;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.br .my_gallery .dz-preview .dz-image {
  overflow: hidden;
  max-width: 169px;
  max-height: 112px;
  position: relative;
  display: block;
  z-index: 10;
}
.br .my_gallery .dz-preview.dz-file-preview .dz-image {
  border-radius: 5px;
  background: #f8f8f8;
}
.br .my_gallery .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.br .my_gallery .dz-preview.dz-image-preview {
  background: white;
}
.br .my_gallery .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.br .my_gallery .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.br .my_gallery .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.br .my_gallery .dz-preview .dz-details {
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.br .my_gallery .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.br .my_gallery .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.br .my_gallery .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.br .my_gallery .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.br .my_gallery .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.br .my_gallery .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.br .my_gallery .dz-preview .dz-details .dz-filename span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.br .my_gallery .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.br .my_gallery .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.br .my_gallery .dz-preview .dz-success-mark,
.br .my_gallery .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.br .my_gallery .dz-preview .dz-success-mark svg,
.br .my_gallery .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.br .my_gallery .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.br .my_gallery .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.br .my_gallery .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.br .my_gallery .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.br .my_gallery .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.br .my_gallery .dz-preview.dz-error .dz-error-message {
  display: block;
}
.br .my_gallery .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.br .my_gallery .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.br .my_gallery .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
.br .my_gallery .boxed-icon-dropzone {
  float: left;
  margin-right: 5px;
  top: 15px;
  left: 20%;
  left: calc(50% - 37px);
  cursor: pointer;
}
.br .my_gallery .boxed-icon-dropzone > div {
  right: 45%;
  font-size: 1.35em;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 7px;
  color: #777;
  font-weight: normal;
}
.br .my_gallery #add_image_to_gallery_button {
  width: auto;
  height: 100%;
  max-width: 169px;
  max-height: 112px;
  width: 100%;
}
@media (min-width: 501px) {
  .br .my_gallery #add_image_to_gallery_button {
    width: 100%;
  }
}
.dz-preview.ui-sortable-handle {
  overflow: hidden;
}
.dz-preview {
  overflow: hidden!important;
  cursor: pointer;
}
.dz-preview .dz-image {
  max-height: 169px;
}
.ui-state-highlight {
  z-index: 1000;
  width: 100%;
  height: 112px;
  max-width: 169px;
}
.problem_table_bottom th.st-head-row {
  text-align: center!important;
}
.stacktable:not(.large-only) td.st-val {
  width: 70%!important;
}
.stacktable:not(.large-only) td.st-key {
  width: 30%!important;
  text-align: left;
}
.stacktable:not(.large-only) th.st-head-row {
  text-align: left;
}
.stacktable:not(.large-only) td {
  border: 0px;
}
.stacktable:not(.large-only) tr:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.stacktable:not(.large-only) thead > tr {
  border-top: 1px solid #e5e5e5;
}
.header-pull-right {
  margin-top: 15px;
  float: right;
}
.blockquote-small-text {
  padding: 0 25px;
  font-size: 13px;
  color: #545454;
}
.blockquote-small-text ul {
  list-style-type: none;
}
.blockquote-small-text ul ul {
  padding-left: 10px;
}
/**
* buttons css
*/
.panel-controls .btn,
.panel-controls .btn-group {
  margin-left: 10px;
}
.panel-footer button.btn:not(:first-child),
.panel-footer a.btn:not(:first-child),
.panel-body a.btn ~ a.btn,
.panel .header-buttons button {
  margin-left: 10px;
}
.btn {
  font-size: 12px;
  padding: 4px 15px;
  line-height: 20px;
  font-weight: 400;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 600;
  margin-bottom: 10px;
}
.btn.btn-condensed {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.btn:active,
.btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-rounded {
  background: transparent!important;
  color: #777 !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border-width: 2px;
  font-weight: 600;
}
.btn.btn-derp {
  width: 38px!important;
  min-width: 38px;
  padding: 3px;
}
.btn.btn-rounded.btn-gray {
  border-color: #777;
}
.btn.btn-rounded.btn-gray:hover,
.btn.btn-rounded.btn-gray:focus,
.btn.btn-rounded.btn-gray:active,
.btn.btn-rounded.btn-gray.active {
  border-color: #111;
  color: #333;
}
.btn.btn-rounded.btn-success {
  color: #95b75d;
}
.btn.btn-rounded.btn-success:hover,
.btn.btn-rounded.btn-success:focus,
.btn.btn-rounded.btn-success:active,
.btn.btn-rounded.btn-success.active {
  border-color: #89ad4d;
  color: #89ad4d;
}
.btn.btn-rounded.btn-warning {
  color: #fea223;
}
.btn.btn-rounded.btn-warning:hover,
.btn.btn-rounded.btn-warning:focus,
.btn.btn-rounded.btn-warning:active,
.btn.btn-rounded.btn-warning.active {
  border-color: #E08201;
  color: #fe970a;
}
.btn.btn-rounded.btn-info {
  color: #3fbae4;
}
.btn.btn-rounded.btn-info:hover,
.btn.btn-rounded.btn-info:focus,
.btn.btn-rounded.btn-info:active,
.btn.btn-rounded.btn-info.active {
  border-color: #269abc;
  color: #29b2e1;
}
.btn.btn-rounded.btn-danger {
  color: #b64645;
}
.btn.btn-rounded.btn-danger:hover,
.btn.btn-rounded.btn-danger:focus,
.btn.btn-rounded.btn-danger:active,
.btn.btn-rounded.btn-danger.active {
  border-color: #a43f3e;
  color: #a43f3e;
}
.btn.btn-rounded.btn-primary {
  color: #285e8e;
  border-color: #4263e4;
}
.btn.btn-rounded.btn-primary:hover,
.btn.btn-rounded.btn-primary:focus,
.btn.btn-rounded.btn-primary:active,
.btn.btn-rounded.btn-primary.active {
  border-color: #285e8e;
  color: #29343f;
}
.btn.btn-login {
  background: #4263E3;
  border-color: #4263E3;
  color: white;
}
.btn.btn-login:hover,
.btn.btn-login:focus,
.btn.btn-login:active,
.btn.btn-login.active {
  background: #2243C3;
}
.btn.btn-twitter {
  background: #1AB2E8;
  border-color: #1AB2E8;
}
.btn.btn-twitter:hover,
.btn.btn-twitter:focus,
.btn.btn-twitter:active,
.btn.btn-twitter.active {
  background: #15a1d3;
}
.btn.btn-facebook {
  background: #3C599B;
  border-color: #3C599B;
}
.btn.btn-facebook:hover,
.btn.btn-facebook:focus,
.btn.btn-facebook:active,
.btn.btn-facebook.active {
  background: #354e89;
}
.btn.btn-google {
  background: #E04A39;
  border-color: #E04A39;
}
.btn.btn-google:hover,
.btn.btn-google:focus,
.btn.btn-google:active,
.btn.btn-google.active {
  background: #dd3623;
}
.btn.btn-condensed {
  padding: 5px 10px;
  text-align: center;
}
.btn.btn-condensed .icon {
  margin: 0px;
  text-align: center;
}
.btn.btn-blue {
  color: white;
  background: #4263e4;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue.active,
.btn.btn-blue:active {
  background: #213FB6;
}
.btn.btn-default {
  color: #545454;
  background: #efefef;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default.active,
.btn.btn-default:active {
  border-color: #4263e4;
}
.btn.btn-add {
  position: relative;
  font-weight: 400;
  background: white;
  text-align: left;
  padding: 3px 8px;
  color: #303030;
  border-color: #cdcdcd;
  padding-right: 25px;
}
.btn.btn-add i {
  position: absolute;
  color: #4263e4;
  right: 5px;
  line-height: 19px;
  font-size: 1.6em;
}
.btn.btn-add:hover,
.btn.btn-add:focus,
.btn.btn-add.active,
.btn.btn-add:active {
  background: #eee;
}
.btn.btn-add-active {
  position: relative;
  background: #474747;
  border: 0px;
  color: white;
  padding: 5px 8px;
  text-align: left;
  padding-right: 25px;
}
.btn.btn-add-active i {
  position: absolute;
  right: 5px;
  line-height: 22px;
  color: white;
  font-size: 1.6em;
}
.btn.btn-add-active:hover,
.btn.btn-add-active:focus,
.btn.btn-add-active.active,
.btn.btn-add-active:active {
  color: #ddd;
}
.btn.btn-next {
  font-weight: bold;
  color: white;
}
.btn.btn-primary {
  background: #4263e4;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active,
.btn.btn-primary:active {
  background: #213FB6;
}
.btn.btn-br-blue {
  padding: 15px;
  font-size: 14px;
  color: white;
  background: #4263e4;
}
.btn.btn-br-blue i {
  padding-right: 10px;
}
.btn.btn-br-blue:hover,
.btn.btn-br-blue:focus,
.btn.btn-br-blue.active,
.btn.btn-br-blue:active {
  background: #213FB6;
}
.btn.btn-sm {
  padding: 7px 30px;
  font-size: 13px;
  font-weight: normal;
}
.btn.btn-xs {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}
.btn.btn-gray {
  background: #9b9292;
  color: white;
  border: 1px solid #9b9292;
}
.btn.btn-red {
  background: #fb202a;
  color: white;
  border: 1px solid #fb202a;
}
.br-buttons-right {
  width: 90%;
  float: right;
  text-align: right;
}
.triangle-button {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  top: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
  height: 32px;
  width: 32px;
  text-shadow: none;
}
.triangle-button i,
.triangle-button .inner {
  z-index: 1;
  position: absolute;
  right: 3px;
  top: 2px;
  font-size: 11px;
}
.triangle-button:before {
  content: '';
  display: inline-block;
  border-right: 32px solid;
  border-bottom: 32px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.triangle-button:hover,
.triangle-button:active {
  color: #fff;
}
.triangle-button.red:before {
  border-right-color: #aa433a;
}
.triangle-button.red:hover:before {
  border-right-color: #b5473e;
}
.triangle-button.red:active:before {
  border-right-color: #9f3f36;
}
.triangle-button.green:before {
  border-right-color: #8fae53;
}
.triangle-button.green:hover:before {
  border-right-color: #96b35d;
}
.triangle-button.green:active:before {
  border-right-color: #87a44d;
}
.triangle-button.blue:before {
  border-right-color: #7fb3d4;
}
.triangle-button.blue:hover:before {
  border-right-color: #8abad8;
}
.triangle-button.blue:active:before {
  border-right-color: #74acd0;
}
.triangle-button.orange:before {
  border-right-color: #cf6e20;
}
.triangle-button.orange:hover:before {
  border-right-color: #dc7522;
}
.triangle-button.orange:active:before {
  border-right-color: #c2671e;
}
/**
* end buttons css
*/
/**
 * BR TABS BACK
 */
.br-tabs {
  width: 100%!important;
  margin-top: 0;
}
.br-tabs > div {
  /*  width:20%;*/
  height: 45px;
  /* IE FIX ... was 100% */
  display: inline-block;
  vertical-align: middle!important;
  margin-bottom: 10px;
}
.br-tabs > div a {
  display: inline-block;
  padding: 10px 30px;
  height: 100%;
  margin-right: 10px;
  background: #f8f8f8;
  text-align: center;
  color: #78808a;
}
.br-tabs > div a > div {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.br-tabs > div a > div .lightning:before {
  color: #f8e71c;
  font-size: 19px;
  line-height: 25px;
  font-family: "FontAwesome";
  content: "\f0E7";
  vertical-align: bottom;
  margin-right: 10px;
}
.br-tabs > div.active a {
  border: 0px;
  color: white;
  background: #3a3a3a;
}
.br-tabs > div:not(.active) a:hover {
  outline: 1px solid #4263e4;
  text-decoration: none;
}
.br-tabs > div a:hover {
  text-decoration: none!important;
}
.panel-heading.tabbed {
  padding-bottom: 0px;
  margin-bottom: -1px;
  border: 0px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 470px) {
  .br-tabs > div {
    display: block;
  }
  .br-tabs > div a {
    width: 100%;
  }
}
/**
 * end tabs
 */
/* PAGINATION */
.pagination {
  width: 100%;
  margin: 10px 0px;
  font-weight: 600;
}
.pagination > li > a {
  border-radius: 0px;
  border: 0px;
  color: #656d78;
  padding: 0px;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}
.pagination > li:not(:last-child) > a,
.pagination > li:not(:last-child) > span {
  margin-left: 5px;
  margin-right: 5px;
  color: #656d78;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-left: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #222;
}
.pagination > li.active > a,
.pagination > li.active > a:active,
.pagination > li.active > a:hover {
  background-color: #474747 !important;
  color: #FFF;
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:active,
.pagination > li.disabled > a:hover {
  background: #f2f2f2 !important;
  color: #9a9aab;
}
.pagination > li.ellipsis > a {
  padding-bottom: 0px;
  padding-top: 10px;
  margin: 0;
  background: none;
  border: 0;
  color: #474747;
}
.pagination > li.ellipsis > a:hover {
  background: #eeeeee;
  color: #676767;
}
.pagination.pagination-sm {
  margin: 0px;
  width: auto;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 12px;
}
.pagination-sm > li.previous > a,
.pagination-sm > li.previous > span {
  margin-right: 15px;
}
.pagination-sm > li.next > a,
.pagination-sm > li.next > span {
  margin-left: 15px;
  margin-right: 10px;
}
.pagination.pagination-sm.push-down-20 {
  margin-bottom: 20px;
}
.pagination.pagination-sm.push-up-20 {
  margin-top: 20px;
}
@media (max-width: 880px) {
  .pagination {
    text-align: center;
    padding-bottom: 15px;
    font-weight: 400!important;
  }
  .pagination > li > a,
  .pagination > li > span {
    float: none!important;
    margin: 0!important;
  }
}
/* END PAGINATION */
.br.ui-menu {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2px;
}
.br.ui-menu .ui-state-focus {
  border: 0px;
  background: none;
  font-weight: normal;
  color: #212121;
}
.br.ui-menu .ui-menu-item {
  margin: 0;
  border-color: black;
  border-style: solid 0px;
  padding: 10px 0;
  border-top: 1px solid #D6D6D6;
  padding-left: 27px;
}
.br.ui-menu .ui-menu-item img {
  margin-right: 10px;
  margin-left: 10px;
}
.br.ui-menu .ui-menu-item a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  border-color: #D6D6D6;
  width: 100%;
}
.br.ui-menu .ui-menu-item a:hover {
  display: block;
  text-decoration: none;
  font-weight: normal;
  cursor: pointer;
  background-color: #EEE;
  border-style: solid 0px;
}
.br.ui-menu .ui-menu-item span {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}
.br.ui-menu .ui-menu-item > a.ui-corner-all {
  display: block;
  clear: both;
  font-weight: normal;
  white-space: nowrap;
  background-image: none;
  width: 100%;
}
.br.ui-menu .ui-menu-item > a.ui-corner-all.ui-menu .ui-menu-item a:hover {
  width: 100%;
  color: #ffffff;
  text-decoration: none ;
  background-color: #EEE;
  border-radius: 0px ;
  -webkit-border-radius: 0px ;
  -moz-border-radius: 0px ;
  background-image: none ;
}
.br.ui-menu .ui-menu-item:hover {
  background-color: #EEE;
}
.br.ui-menu .ui-menu-item:hover a {
  background-color: #EEE;
}
.br.ui-menu .ui-menu-item:first-child {
  border-top: none;
}
.br.ui-menu .ui-menu-item:last-child {
  cursor: pointer;
}
.br.ui-menu .ui-menu-item:last-child:before {
  font-family: 'FontAwesome';
  content: "\f067";
  position: absolute;
  left: 10px;
}
.br.ui-corner-all {
  -moz-border-radius: 4px 4px 4px 4px;
}
.br.ui-widget {
  color: #484848;
  font: 12px/18px Arial, sans-serif;
}
.br.ui-widget-content {
  max-height: 500px;
  position: absolute;
  list-style: none outside none;
  z-index: 9999;
  background-color: #FFF;
  font-size: 11px;
  border-radius: 3px 3px 3px;
  border: 1px solid #BABABA;
  margin-top: -2px;
  max-width: 480px;
}
.br.ui-widget-content a {
  color: #484848;
}
.br.ui-autocomplete {
  cursor: default;
  position: absolute;
}
.ui-helper-hidden-accessible {
  display: none;
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
  box-sizing: border-box;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #4263e4;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #4263e4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #4263e4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*.input-group input {
  border-right: 0px;
}*/
.input-group span {
  cursor: pointer;
}
.input-group-addon {
  border-radius: 0px;
  padding: 4px 5px;
  font-size: 14px;
  height: 100%;
  /* safari fix */
  background: #f8f8f8;
}
.panel-controls .controls-span {
  display: block;
  width: 100%;
  height: 34px;
  font-weight: 600;
  color: #666;
}
.panel .panel-heading {
  line-height: 31px;
}
.panel-body.tab-content {
  padding-left: 12px!important;
  padding-right: 12px!important;
}
.panel .panel-body .form-group:first-child {
  padding-top: 30px!important;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-control {
  border-radius: 0px;
  height: 26px;
  font-size: 12px;
}
.form-control.rounded {
  border-radius: 4px!important;
  height: 29px;
}
.form-control.search,
.form-control.search:focus {
  padding-right: 35px;
}
.form-control.search + i {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 40px;
  margin: 0px!important;
  display: inline-block;
  font-style: normal;
}
.form-control.search + i:after {
  font-family: "FontAwesome";
  content: "\f002";
  font-size: 20px;
  color: #545454;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.form-control::-webkit-input-placeholder {
  line-height: 18px;
}
input[type=number].form-control {
  padding: 3px 10px!important;
}
select.form-control {
  padding: 0px 0px 0px 12px!important;
  border-radius: 4px!important;
  height: 29px;
}
.form-control,
.form-control:focus {
  border-color: #cccccc;
  background: #f8f8f8;
  outline: 0;
  padding: 6px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 15px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
}
/* form-control css */
.form-control {
  border: 1px solid #cccccc;
  border-radius: 0px;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
}
.form-control,
.form-control:focus {
  padding: 6px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
}
.form-control:active,
.form-control:active + span,
.form-control:focus,
.form-control:focus + span {
  border-color: #cccccc;
  color: #000;
  background: #fff;
}
/* end form-control */
.form-group div[class^="col-"] {
  padding-left: 0px!important;
}
.form-group label[class*="col-"] {
  padding-left: 0px;
}
.form-group div[class^="col-"] label {
  font-weight: 400!important;
}
.form-group div[class^="col-"] {
  padding-right: 10px!important;
}
.form-group.required > label:before {
  font-family: 'FontAwesome';
  content: "\f069";
  color: red;
  font-size: 1em;
  margin-right: 10px;
}
/**
 * end form control
 */
input[type="file"] {
  display: block;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uploader,
.selector {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.uploader *,
.selector * {
  margin: 0;
  padding: 0;
}
.selector select:focus {
  outline: 0;
}
.uploader {
  width: 190px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #f8f8f8;
  font-size: 11px;
  font-weight: 700;
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}
.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.uploader input {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}
.uploader input:focus {
  outline: 0;
}
.uploader.disabled span.action {
  color: #aaa;
}
.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
div.uploader {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  height: 28px;
  background: #f8f8f8;
}
div.uploader span.filename {
  border-right: none;
  width: 50%;
  height: 24px;
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}
div.uploader.hover span.action {
  color: #3d3d3d;
}
div.uploader.active span.action {
  color: #3d3d3d;
}
div.uploader.focus,
div.uploader.active {
  background: white;
}
div.uploader span.action {
  height: 24px;
  line-height: 24px;
  float: right;
  width: 22px;
  text-align: center;
  height: 22px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #549fc4;
  background: none;
  color: #7d7d7d;
  text-shadow: none;
  font-size: 16px;
  line-height: 20px;
}
.table-footer {
  min-height: 53px;
  margin: -15px;
  margin-top: 10px;
  background: #e8e8e8;
  border: 0px;
  border-top: 1px solid #E3E3E3;
  padding: 10px;
  top: 7px;
  position: relative;
}
.col-checkbox label,
.col-simple-radio label {
  font-weight: normal;
}
.content-label {
  font-weight: bold;
}
label {
  font-weight: normal;
}
.large-input div.uploader,
.large-input div.uploader span {
  height: 40px!important;
  line-height: 36px!important;
}
@media (max-width: 991px) {
  .content-group .content-form > input + *,
  .content-group .content-form > select + * {
    margin-top: 5px;
  }
}
@media (max-width: 880px) {
  #DThead label {
    clear: both;
    float: left!important;
    margin-left: 0;
    width: 100%;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  #DThead label > input {
    width: 70%;
    display: inline-block;
    float: right;
  }
  #DThead .select2-container.filter {
    width: 70%;
    float: right;
  }
  #DTfooter {
    margin-bottom: -7px;
    margin-top: 0;
    top: 23px;
  }
  #DTfooter .col-md-6 {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #DTfooter .select2-container {
    margin-bottom: 20px;
    min-width: 60px;
  }
  #DTfooter .dataTables_info > span {
    position: relative;
    bottom: 8px;
  }
}
/**
 * select2 css
 */
.form-group .select2-container {
  width: 100%;
}
.select2-container {
  min-width: 80px;
}
.select2-hidden-accessible {
  display: none!important;
}
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
.select2-results li i.icon-check {
  position: absolute;
  left: 6px;
  padding-top: 3px;
  color: white;
}
.select2-results li i.icon-stop,
.select2-results li i.icon-eur {
  position: absolute;
  left: 7px;
  padding-top: 7px;
  font-size: 0.5em;
}
.select2-results li.break div div {
  margin-top: 5px;
  border-bottom: 1px solid #dcdcdc;
}
.select2-results .select2-highlighted {
  background: #4263e4;
  color: #fff;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border: 0!important;
  background-image: none!important;
}
.select2-container-multi .select2-choices {
  background: #f8f8f8;
}
.select2-container.select2-container-active.select2-dropdown-open .select2-choice {
  border-color: #cccccc;
  color: #545454;
  background: #fff;
}
.select2-arrow {
  display: none!important;
}
.select2-container-multi .select2-choices:after {
  position: absolute;
  content: "\f0d7";
  top: 5px;
  right: 10px;
  color: #545454;
  font: normal normal normal 14px/1 FontAwesome;
}
.select2-container-multi.rounded .select2-choices:after {
  top: 45%;
  top: calc(50% - 7px);
  height: 100%;
}
.select2-container-multi.select2-dropdown-open .select2-choices {
  border-color: #cccccc;
  color: #545454;
}
.select2-drop-active {
  border-color: #cccccc !important;
}
.select2-container-multi.select2-dropdown-open .select2-choices:after {
  content: "\f0d8";
}
.select2-container .select2-choice:after {
  color: #545454;
  position: absolute;
  content: "\f0d7";
  top: 5px;
  right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
}
.select2-container.select2-dropdown-open .select2-choice:after {
  content: "\f0d8";
}
.select_date.select2-container-multi.select2-dropdown-open .select2-choices:after {
  content: "\f073";
}
.select_date.select2-container .select2-choice:after {
  color: #545454;
  position: absolute;
  content: "\f073";
  top: 5px;
  right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}
.select_date.select2-container.select2-dropdown-open .select2-choice:after {
  content: "\f073";
}
.select2-container.filter {
  width: 100%;
}
.select2-container.rounded .select2-choice,
.select2-container.rounded .select2-choices {
  border-radius: 5px;
  height: 29px;
  line-height: 29px;
}
.select2-container-multi.rounded .select2-choices {
  max-height: 70px;
  min-width: 150px;
  line-height: 26px;
}
.select2-container.rounded .select2-choice:after {
  top: 7px;
}
.select2-drop.select2-drop-active:not(.select2-drop-above) {
  margin-top: -3px !important;
}
.select2-drop.select2-drop-above.select2-drop-active {
  margin-top: 3px;
}
.br .large-input .select2-container-multi .select2-choices {
  min-height: 40px;
  max-height: 80px;
}
.br .large-input .select2-container-multi .select2-choices:after {
  top: 11px;
  top: calc(50% - 7px);
}
.br .large-input .select2-container-multi .select2-choices .select2-search-field input {
  line-height: 40px;
}
/**
 * end select2 css
 */
/**
 * tabulas css
 */
.table caption {
  margin-top: 15px;
  border-bottom: 5px solid #e5e5e5;
}
.table caption.no_bottom {
  margin-top: 15px;
  border-bottom: 0px;
}
.table caption .caption_border {
  margin-top: 10px;
  border-bottom: 5px solid #e5e5e5;
}
.table h3.organizer {
  margin: 0;
  margin-bottom: 10px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e5e5e5;
  white-space: nowrap;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
}
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 2px solid #e5e5e5;
}
.table-body-bordered tbody td {
  border: 1px solid #ddd;
}
.table tr.gray {
  background: #e5e5e5;
}
.table-calendar tbody td:not(:first-child) {
  vertical-align: middle;
  padding: 0;
}
.table-calendar span.line {
  display: block;
  height: 15px;
  position: relative;
  right: 1px;
  margin-right: -2px;
}
.label-blue-white {
  color: #599cc7;
  border: 1px solid #599cc7;
}
.table-calendar tr.line-blue span.line {
  background: #599cc7;
  border-color: #599cc7 !important;
}
.table-calendar tr.line-gray span.line {
  background: #5d5d5d;
  border-color: #5d5d5d !important;
}
.table-calendar tr.line-green span.line {
  background: #6eb056;
  border-color: #6eb056 !important;
}
.table-calendar tr.line-light span.line-green {
  background: #A4CD94;
  border-color: #A4CD94 !important;
}
.table-calendar tr.line-red span.line {
  background: #964747;
  border-color: #964747 !important;
}
.table-calendar tr.line-dark span.line-red {
  background: #8f3831;
  border-color: #8f3831 !important;
}
.table-calendar tr.line-black span.line {
  background: #4d4d4d;
  border-color: #4d4d4d !important;
}
.table-calendar tr.line-cyan span.line {
  background: #60a8ab;
  border-color: #60a8ab !important;
}
.table-calendar tr.line-purple span.line {
  background: #9086bd;
  border-color: #9086bd !important;
}
.table-calendar tr.line-default span.line {
  background: #999999;
  border-color: #999999 !important;
}
.table-calendar tr.line-primary span.line {
  background: #428bca;
  border-color: #428bca !important;
}
.table-calendar tr.line-success span.line {
  background: #5cb85c;
  border-color: #5cb85c !important;
}
.table-calendar tr.line-info span.line {
  background: #5bc0de;
  border-color: #5bc0de !important;
}
.table-calendar tr.line-warning span.line {
  background: #f0ad4e;
  border-color: #f0ad4e !important;
}
.table-calendar tr.line-danger span.line {
  background: #d9534f;
  border-color: #d9534f !important;
}
.table-calendar span.line.bordered {
  background: white!important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.table-calendar span.line.bordered.right {
  border-right: 1px solid;
}
.table-calendar span.line.bordered.left {
  border-left: 1px solid;
}
/**
 * end tabulas
 * 
 */
td.options,
th.options {
  width: 50px;
  white-space: nowrap;
  text-align: center;
}
td.options a,
td.options button,
th.options a,
th.options button {
  padding-right: 5px;
}
/**
* fluid row lai nesametas ekrāns
*/
.row-fluid {
  width: 100%;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid .span1 {
  width: 8.33333%;
}
.row-fluid .span2 {
  width: 16.66667%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span4 {
  width: 33.33333%;
}
.row-fluid .span5 {
  width: 41.66667%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span7 {
  width: 58.33333%;
}
.row-fluid .span8 {
  width: 66.66667%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span10 {
  width: 83.33333%;
}
.row-fluid .span11 {
  width: 91.66667%;
}
.row-fluid .span12 {
  width: 100%;
}
.row .row > [class*="span"] {
  min-height: 100%;
}
.row > [class*="span"] {
  float: left;
}
/**
* end fluid rows
*/
/**
 * tabs css new
 */
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 10%;
  }
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  padding-right: 10px;
}
.nav-tabs.nav-justified > li > a {
  background: #efefef;
  border-color: #cdcccc;
  border-left: 1px solid #cdcccc !important;
  border-right: 1px solid #cdcccc !important;
  border-top: 1px solid #cdcccc !important;
  border-bottom: 0px!important;
  border-top-left-radius: 3px!important;
  border-top-right-radius: 3px!important;
  -webkit-border-top-right-radius: 3px!important;
  -moz-border-top-right-radius: 3px!important;
  -webkit-border-top-left-radius: 3px!important;
  font-weight: 600;
  font-size: 12px;
  color: #33414e;
}
.nav-tabs.nav-justified > li.active > a {
  border: 0px!important;
  border-top: 2px solid #33414e !important;
  -moz-border-radius: 3px 3px 0px 0px!important;
  -webkit-border-radius: 3px 3px 0px 0px!important;
  border-radius: 3px 3px 0px 0px!important;
}
.nav-tabs.nav-justified > li:not(.active) > a:hover {
  border-color: #3c96c5 !important;
  background: #efefef !important;
  border-left: 1px solid #3c96c5 !important;
  border-right: 1px solid #3c96c5 !important;
  border-top: 1px solid #3c96c5 !important;
  -webkit-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  -ms-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: border 0.3s;
}
.nav-tabs,
.nav-tabs.nav-justified {
  padding: 0px 2px!important;
}
@media (min-width: 768px) {
  .nav-justified td,
  .nav-tabs.nav-justified td {
    display: table-cell;
    width: 10%;
  }
}
table.nav-tabs {
  width: 100%!important;
  margin-top: 0;
}
table.nav-tabs td {
  height: 45px;
  /* IE FIX ... was 100% */
  display: inline-block;
  vertical-align: middle!important;
}
table.nav-tabs td a {
  display: inline-block;
  padding: 10px 30px;
  height: 100%;
  margin-right: 10px;
  background: #efefef;
  border: 1px solid;
  border-bottom: 0;
  border-color: #cdcccc;
  text-align: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  box-shadow: none;
  -webkit-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  -moz-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  -ms-transition: border 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: border 0.3s;
}
table.nav-tabs td a > div {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
table.nav-tabs td.active a {
  border: 0px;
  background: white;
  box-shadow: inset 0 2px 0px #8b8b8b;
}
table.nav-tabs td:not(.active) a:hover {
  border: 1px solid #3c96c5;
  border-bottom: 0;
  box-shadow: none;
  background: #efefef;
}
.panel-heading.tabbed {
  padding-bottom: 0!important;
  margin-bottom: -1px;
  border: 0px;
  line-height: 24px;
  font-weight: 600;
}
/**
 * end tabs
 */
/**
 * sorting
 */
.sorting_desc,
.sorting_asc,
.sorting {
  position: relative;
  cursor: pointer;
  padding-right: 20px !important;
}
.sorting:before,
.sorting_desc:before,
.sorting_asc:before {
  position: absolute;
  top: 8px;
  right: 5px;
  font-family: 'FontAwesome';
  opacity: 0.9;
  width: 10px;
  height: 10px;
  display: block;
}
.sorting:before {
  content: "\f0dc";
  opacity: 0.3;
}
.sorting_desc:before {
  content: "\f0d8";
}
.sorting_asc:before {
  content: "\f0d7";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  opacity: 0.1;
}
/**
 * end sorting
 */
/**
 * labels
 */
.label,
.badge {
  font-weight: 700;
}
.label-blue-white {
  color: #4263e4;
  border: 1px solid #4263e4;
}
.label-blue {
  background: #4263e4;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #70aacf;
}
.label-gray {
  background: #5d5d5d;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #6c6c6c;
}
.label-green {
  background: #6eb056;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #80b96b;
}
.label-yellow {
  background: #CCCC00;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #CCCC00;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #CCCC00;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #CCCC00;
}
.label-light-green {
  background: #A4CD94;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9AC789;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9AC789;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #9AC789;
}
.label-red {
  background: #964747;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #ab5050;
}
.label-dark-red {
  background: #8f3831;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a64139;
}
.label-black {
  background: #4d4d4d;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #5c5c5c;
}
.label-cyan {
  background: #60a8ab;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #74b3b6;
}
.label-purple {
  background: #9086bd;
  -webkit-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  -moz-box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
  box-shadow: 0 1px 0 #f7f7f7, inset 0 1px 1px #a29ac8;
}
/**
 * endlabels
 */
/**
 * problem services
 */
td:not(:last-child) i {
  padding-right: 5px;
}
td i.icon-check-circle,
td i.icon-share-square,
.journal i.icon-check-circle {
  color: #95b900;
}
td i.icon-warning,
td i.icon-times-circle,
.journal i.icon-times-circle,
.journal i.icon-warning-circle {
  color: #ff4848;
}
a.icon .icon-stack .icon-stack-2x {
  color: #ddd !important;
}
a.icon .icon-stack .icon-stack-1x {
  color: #4263e4;
}
a.icon:active .icon-circle-thin:before,
a.icon.active .icon-circle-thin:before {
  content: "\f111";
  color: #474747;
}
a.icon:active .icon-stack-1x,
a.icon.active .icon-stack-1x {
  color: white!important;
}
.social div i {
  margin-right: 3px;
}
td.arrow_box {
  position: relative;
}
td.arrow_box.active {
  background: white!important;
}
td.active.arrow_box:after,
td.active.arrow_box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  left: 20px;
  bottom: 0px;
}
td.active.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #e5e5e5;
  border-width: 10px;
  margin-left: -10px;
}
td.active.arrow_box:before {
  border-width: 10px;
  margin-left: -10px;
}
table .service .service_icon {
  position: absolute;
  height: 100%;
  float: left;
}
table .service .service_msg {
  margin-left: 15px;
}
div.gray {
  background: #e5e5e5;
}
.problem_list {
  list-style: none;
}
.problem_list li {
  border-top: 1px solid #d1d1d1;
  position: relative;
}
.problem_list li a {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 0;
  color: #3c9cd1;
}
.problem_list li.active,
.problem_list li:hover {
  background: #474747;
  color: white!important;
  margin: 0px -15px;
  padding-left: 10px;
  padding-right: 10px;
}
.problem_list li.active a,
.problem_list li:hover a {
  color: white;
}
.problem_list li.active :after,
.problem_list li:hover :after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-left: 10px solid #474747;
  border-bottom: 17px solid transparent;
}
.problem_list li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.profiles_block {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.profiles_block .arrow_left {
  position: absolute;
  float: left;
  top: calc(50% - 6px);
}
.profiles_block .arrow_right {
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.profiles_block .arrow_left a,
.profiles_block .arrow_right a {
  color: #ddd;
}
.profiles_block .arrow_left a:active,
.profiles_block .arrow_left a:focus,
.profiles_block .arrow_left a:hover,
.profiles_block .arrow_right a:active,
.profiles_block .arrow_right a:hover,
.profiles_block .arrow_right a:focus {
  color: #4263e4;
}
.profiles_block .profile_images {
  margin: 15px 5px;
  margin-left: 30px;
  list-style: none;
}
.profiles_block .profile_images li {
  float: left;
  margin-right: 20px;
  position: relative;
  text-align: center;
}
.profiles_block .profile_images img {
  width: 70px;
  height: 70px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.profiles_block .profile_images img:hover {
  cursor: pointer;
}
.profiles_block .profile_images li span.text-content {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 70px;
  position: absolute;
  top: 0;
  width: 70px;
  opacity: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.profiles_block .profile_images li span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 25px;
}
.profiles_block .profile_images li span.text-content .icon_white {
  position: absolute;
  z-index: 10000;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 25px;
  background: rgba(255, 255, 255, 0.7);
  color: #4263e4;
}
.profiles_block .profile_images li span.text-content .icon_white i {
  padding-top: 7px;
}
.profiles_block .profile_images li:hover span.text-content {
  opacity: 1;
}
.profiles_social .social_row img {
  width: 50px;
  height: 50px;
}
.profiles_social .social_row {
  position: relative;
  margin-top: 10px;
}
.profiles_social .social_row i {
  margin-right: 8px;
}
.profiles_social .social_row .social_data {
  position: absolute;
  top: 0;
  left: 80px;
}
.journal .journal_row {
  margin-bottom: 10px;
}
.journal .journal_row i {
  margin-left: 5px;
}
.problem_table_bottom tr td {
  border: 0px!important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.problem_table_bottom button.btn,
.dataTables_wrapper a.btn {
  width: auto;
  min-width: 16.66667%;
}
div.border_bottom {
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #cdcdcd;
}
div.border_bottom input {
  border: 0;
  color: #939393;
  margin-left: 15px;
}
div.border_bottom i {
  position: absolute;
  top: 2px;
}
div.border_bottom i.icon-times {
  right: 2px;
}
/**
 * end service problems
 */
td.found span strong {
  background: yellow;
}
/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */
@media (max-width: 1400px) {
  .problem_field.br .content-group {
    width: 100%;
    margin: 0;
    padding-right: 0px;
  }
  .problem_field.br .content-group .content-label {
    width: calc(100% - 600px);
  }
  .problem_field.br .content-group,
  .problem_field.br .content-label,
  .problem_field.br .content-form {
    width: 100%;
  }
  .problem_field.br .content-label {
    text-align: right;
    margin-bottom: 10px !important;
  }
  .problem_field.br .content-label {
    max-width: 500px;
    margin: 0 auto;
  }
  .problem_field.br .content-form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1380px) {
  .problem_field.br .content-group > *[class*="content-"] {
    display: block!important;
    width: 100%;
  }
  .problem_field.br .content-label {
    text-align: left;
  }
  .problem_field.br .content-label,
  .problem_field.br .content-form {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .problem_field.br .content-label {
    text-align: right;
  }
}
@media (max-width: 822px) {
  .problem_field.br .content-group > *[class*="content-"] {
    display: block!important;
    width: 100%;
  }
  .problem_field.br .content-label {
    text-align: left;
  }
  .problem_field.br .content-label,
  .problem_field.br .content-form {
    max-width: 500px;
    margin: 0 auto;
  }
}
.problem_table_bottom .st-head-row {
  background: #F1F1F1;
}
/* Datatables */
.dataTable {
  float: left;
  border-bottom: 1px solid #E5E5E5 !important;
  margin-bottom: 5px;
}
.dataTable div.checker,
.dataTable div.radio {
  display: inherit;
}
.dataTables_wrapper {
  float: left;
  width: 100%;
}
.dataTables_length div.selector {
  width: auto;
}
.dataTables_length {
  width: 100%;
  float: left;
  padding: 10px 0;
  font-size: 12px;
  height: 100%;
}
.dataTables_length label.pull-right {
  margin-left: 10px;
}
.dataTables_length label {
  font-weight: 600!important;
}
.dataTables_length label input {
  border-radius: 4px!important;
  height: 29px;
}
.dataTables_length label button {
  border-radius: 4px!important;
  height: 29px;
}
#DTbody tfoot a.btn {
  margin-bottom: 2px;
}
.dataTables_length label,
.dataTables_filter label {
  padding: 0px;
  line-height: 26px;
  height: auto;
  margin: 0px;
  font-weight: normal;
}
.dataTables_length select {
  width: 70px;
  display: inline;
  margin: 0px 5px;
}
.dataTables_filter {
  float: right;
  padding-left: 5px;
  padding: 0px 0px 5px;
  font-size: 12px;
}
.dataTables_filter label {
  float: right;
}
.dataTables_filter label input {
  width: 150px;
  display: inline;
  margin-left: 5px;
}
td.dataTables_empty {
  font-size: 11px;
  text-align: center;
  color: #333;
}
.dataTables_info {
  float: left;
  /* commented out for new  footer */
  font-size: 12px;
  padding: 0px;
  line-height: 30px;
}
.dataTables_paginate {
  padding: 0px;
  text-align: right;
  float: right;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
  padding: 5px 10px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #656d78;
  margin-left: 3px;
  cursor: pointer;
}
.dataTables_paginate .paginate_enabled_next:hover,
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate .paginate_enabled_previous:hover {
  background-color: #eee;
  border-color: #ddd;
  color: #222;
}
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
  background: #33414e;
  color: #FFF;
  border-color: #33414e;
}
.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_disabled_next {
  cursor: default;
  color: #ccc;
}
.dataTables_paginate a.paginate_button_disabled:hover {
  box-shadow: none;
  color: #ccc;
}
.sorting_desc,
.sorting_asc,
.sorting {
  position: relative;
  cursor: pointer;
  padding-right: 20px !important;
}
.sorting:before,
.sorting_desc:before,
.sorting_asc:before {
  position: absolute;
  top: 8px;
  right: 5px;
  font-family: 'FontAwesome';
  opacity: 0.9;
  width: 10px;
  height: 10px;
  display: block;
}
.sorting:before {
  content: "\f0dc";
  opacity: 0.3;
}
.sorting_desc:before {
  content: "\f0d8";
}
.sorting_asc:before {
  content: "\f0d7";
}
.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
  opacity: 0.1;
}
/* eof Datatables */
.content-frame-left {
  float: left;
  width: 300px;
  padding: 10px;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.02);
  border-right: 1px solid #DDD;
}
.content-frame-body {
  padding: 10px 10px 10px 10px;
  margin-left: 300px;
}
.padding-bottom-0 {
  padding-bottom: 0px !important;
}
/* calendar */
.calendar {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.fc-toolbar {
  margin-bottom: 5px;
}
.fc-toolbar h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.fc-day {
  background: #FFF;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}
.fc-widget-header,
.fc-widget-content {
  border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
  background: #F5F5F5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 20px;
  padding: 5px;
}
.fc-button {
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
}
.fc-text-arrow,
.fc-text-arrow {
  font-family: arial;
  font-size: 16px;
}
.fc-state-hover {
  background: #F5F5F5;
}
.fc-state-highlight,
.fc-cell-overlay {
  background: #F0F0F0;
}
.fc-event {
  font-size: 11px;
  padding: 3px 5px;
  text-align: center;
}
.fc-event-skin.red,
.fc-event.red {
  background-color: #b64645;
  border-color: #a43f3e;
}
.fc-event-skin.green,
.fc-event.green {
  background-color: #95b75d;
  border-color: #89ad4d;
}
.fc-event-skin.orange,
.fc-event.orange {
  background-color: #fea223;
  border-color: #fe970a;
}
.fc-event-skin.blue,
.fc-event.blue {
  background-color: #3fbae4;
  border-color: #29b2e1;
}
.fc-content-skeleton {
  height: 100%;
}
.fc-content-skeleton table {
  height: 100%;
}
/* eof calendar */
/* LIST GROUP */
.list-group {
  margin: 0px;
}
.list-group .list-group-item {
  line-height: 20px;
}
.list-group .list-group-item .fa {
  margin-right: 10px;
}
.list-group .list-group-item .btn .fa {
  margin-right: 0px;
}
.list-group .list-group-item .progress {
  margin: 5px 0px;
}
.list-group .list-group-item.active .badge {
  color: #656d78;
}
.list-group .list-group-item:last-child {
  border-bottom: 0px;
}
.list-group.list-group-simple {
  border: 0px;
  background: transparent;
}
.list-group.list-group-simple .list-group-item {
  border: 0px;
  background: transparent;
  padding: 5px 10px;
}
.list-group.border-bottom .list-group-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.list-group.list-group-navigation {
  border: 0px;
  float: left;
  width: 100%;
}
.list-group.list-group-navigation .list-group-item {
  border-left: 0px;
  border-right: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group {
  border: 0px;
}
.padding-0 .list-group .list-group-item {
  border-width: 1px 0px 0px 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.padding-0 .list-group .list-group-item:first-child {
  border-top: 0px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background: #33414e;
  border-color: #33414e;
}
.list-group-item {
  border-color: #E5E5E5;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background: #F9F9F9;
}
/* LIST GROUP CONTACTS */
.list-group-contacts .list-group-item {
  padding: 10px;
}
.list-group-contacts .list-group-item img {
  border: 2px solid #F5F5F5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  margin-right: 10px;
}
.list-group-contacts .list-group-item .contacts-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.list-group-contacts .list-group-item p {
  margin-bottom: 0px;
  line-height: 20px;
}
.list-group-contacts .list-group-item.active {
  background: #F5F5F5;
  border-color: #E5E5E5;
  color: #656d78;
}
.list-group-controls {
  position: absolute;
  right: 10px;
  top: 15px;
}
.list-group-status {
  float: left;
  margin-right: 10px;
  height: 40px;
  width: 10px;
  position: relative;
}
.list-group-status:after {
  position: absolute;
  left: 0px;
  top: 15px;
  width: 10px;
  height: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: " ";
}
.list-group-status.status-online:after {
  background: #95b75d;
}
.list-group-status.status-away:after {
  background: #fea223;
}
.list-group-status.status-offline:after {
  background: #CCC;
}
/* END LIST GROUP CONTACTS */
/* EOF LIST GROUP */
/* LOGIN */
.login-container {
  float: left;
  width: 100%;
  min-height: 100%;
  background: #6C7D8C;
}
.login-container .login-box {
  max-width: 400px;
  margin: 0px auto;
  padding-top: 100px;
}
.login-container .login-box .login-logo {
  /*  background: url("../img/logo.png") top center no-repeat;*/
  width: 100%;
  height: 50px;
  float: left;
  margin-bottom: 10px;
}
.login-container .login-box .login-body {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.login-container .login-box .login-body .login-title {
  color: #FFF;
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 20px;
}
.login-container .login-box .login-body .form-control {
  border: 0px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  color: #CCC;
  line-height: 20px;
  height: auto;
}
/** IE and SAFARI fix */
.login-container .login-box .login-body input.form-control:-ms-input-placeholder {
  line-height: 16px;
}
.login-container .login-box .login-body .form-control::-webkit-input-placeholder {
  line-height: 20px;
}
/** IE and SAFARI fix end */
.login-container .login-box .login-body .btn-link {
  color: #FFF;
  border: 0px;
}
.login-container .login-box .login-body .login-or {
  width: 40px;
  height: 25px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 25px auto;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}
.login-container .login-box .login-body .login-or:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-or:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
}
.login-container .login-box .login-body .login-subtitle {
  line-height: 20px;
  padding: 5px 0px;
  font-size: 12px;
  color: #FFF;
}
.login-container .login-box .login-body .login-subtitle a {
  color: #3fbae4;
}
.login-container .login-box .login-footer {
  width: 100%;
  float: left;
  padding: 10px 20px;
  color: #FFF;
}
.login-container .login-box .login-footer a {
  color: #FFF;
}
.login-container.lightmode {
  background: url("../img/backgrounds/wall_1.jpg") left top no-repeat;
}
.login-container.lightmode .login-box .login-body {
  background: rgba(255, 255, 255, 0.2);
}
.login-container.lightmode .login-box .login-body .form-control {
  background: rgba(255, 255, 255, 0.4);
  color: #333;
}
.login-container.lightmode .login-box .login-subtitle a {
  color: #33414e;
}
/* END LOGIN */
/* ALERTS */
.alert {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  line-height: 21px;
}
.alert-success {
  background-color: #95b75d;
  color: #FFF;
  border-color: #90b456;
}
.alert-info {
  background-color: #3fbae4;
  color: #FFF;
  border-color: #36b7e3;
}
.alert-warning {
  background-color: #fea223;
  color: #FFF;
  border-color: #fe9e19;
}
.alert-danger {
  background-color: #b64645;
  color: #FFF;
  border-color: #af4342;
}
.alert-error {
  background-color: #b64645;
  color: #FFF;
  border-color: #af4342;
}
.alert-dark {
  background-color: #33414e;
  color: #FFF;
  border-color: #33414e;
}
/* EOF ALERTS */
/* errors */
.error-container {
  width: 500px;
  margin: 50px auto 0px;
}
.error-container .error-code {
  float: left;
  width: 100%;
  font-size: 135px;
  line-height: 130px;
  text-align: center;
  color: #333;
  font-weight: 300;
}
.error-container .error-text {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 26px;
  line-height: 24px;
  text-transform: uppercase;
  color: #666;
  text-align: center;
  font-weight: 400;
}
.error-container .error-subtext {
  float: left;
  width: 100%;
  margin: 30px 0px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #AAA;
  text-align: center;
  font-weight: 400;
}
.error-container .error-actions {
  float: left;
  width: 100%;
  margin-top: 10px;
}
/* end errors */
/** priekš growl'a */
#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background: url("../images/ie-spacer.gif");
}
.gritter-item-wrapper.warn .gritter-title {
  color: orange;
}
.gritter-item-wrapper.error .gritter-title {
  color: #ff4d4d;
}
.gritter-item-wrapper.success .gritter-title {
  color: #00cc00;
}
.gritter-item {
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #eee;
  padding: 10px;
  font-size: 11px;
  font-family: 'Open Sans';
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.hover .gritter-item {
  background-position: right -40px;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.gritter-title {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 7px 0;
  display: block;
  text-shadow: 1px 1px 0 #000;
}
.gritter-image {
  width: 48px;
  height: 48px;
  float: left;
}
.gritter-with-image,
.gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 220px;
  float: right;
}
.slide {
  width: 100%;
  height: 100px;
  transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-width 0.3s linear;
  -moz-transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-width 0.3s linear;
  -ms-transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-width 0.3s linear;
  -webkit-transition: height 0.3s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, border-width 0.3s linear;
}
/* MODAL */
.modal-content {
  border: 3px solid rgba(0, 0, 0, 0.5);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #efefef;
  margin: auto 0;
}
.modal-header {
  padding: 10px 10px 10px 15px;
  line-height: 30px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  background: #F5F5F5;
  border-color: #8f8f8f;
}
.modal-header .close {
  margin-top: 5px;
  margin-right: 5px;
}
.modal-title {
  line-height: 30px;
}
.modal-body {
  padding: 15px;
  zoom: 1;
}
.modal-body:before,
.modal-body:after {
  content: "";
  display: table;
}
.modal-body:after {
  clear: both;
}
.modal-footer {
  background: #F5F5F5;
  border: 3px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
span.modal-title {
  font-size: 15px;
  font-weight: 600;
  clear: both;
}
span.modal-title i {
  display: inline-block;
  margin-right: 15px;
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-backdrop.in {
  opacity: 0.4;
}
/* EOF MODAL */
/* START NEWS */
/* line 10, /home/andrei/core-admin-release/core-admin/source/stylesheets/news.scss */
.news {
  min-height: 85px;
}
.news .avatar {
  float: left;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.news .avatar.blue {
  background: #7fb3d4;
  background-size: 100%;
  border: 1px solid #60a1ca;
}
.news .avatar.green {
  background: #8cc079;
  border: 1px solid #74b35d;
}
.news .avatar.cyan {
  background: #81babd;
  border: 1px solid #66abaf;
}
.news .avatar.purple {
  background: #aea7cf;
  border: 1px solid #968dc1;
}
.news .avatar i {
  color: white;
  line-height: 36px;
}
.news.with-icons .news-content {
  margin-left: 55px;
}
.news-content {
  margin-left: 50px;
  margin-right: 50px;
}
.news-title {
  color: #636364;
  font-weight: 600;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
.news-time {
  float: right;
  color: #bbb;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
}
.news-time span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.panel-section {
  border-bottom: 1px solid #ddd;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.panel-section:last-child {
  border-bottom: none;
}
/* END NEWS */
#append_notification {
  position: fixed!important;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.notice-item-wrapper {
  position: relative;
  background: white;
  border: 1px solid #ddd;
  margin: 0 0 10px;
}
.notice-close {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  color: #ccc;
}
.notice-close:hover {
  color: #777;
}
/* iCheck.js Flat skin, aero
----------------------------------- */
.icheckbox_flat-aero,
.iradio_flat-aero {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/blue.png?v1") no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_flat-aero + label,
.iradio_flat-aero + label {
  display: inline-block;
  position: relative;
  top: -5px;
  left: 5px;
}
.icheckbox_flat-aero {
  background-position: 0 0;
}
.icheckbox_flat-aero.checked {
  background-position: -22px 0;
}
.icheckbox_flat-aero.disabled {
  background-position: -44px 0;
  cursor: default;
}
.icheckbox_flat-aero.checked.disabled {
  background-position: -66px 0;
}
.iradio_flat-aero {
  background-position: -88px 0;
}
.iradio_flat-aero.checked {
  background-position: -110px 0;
}
.iradio_flat-aero.disabled {
  background-position: -132px 0;
  cursor: default;
}
.iradio_flat-aero.checked.disabled {
  background-position: -154px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_flat-aero,
  .iradio_flat-aero {
    background-image: url("../../images/blue@2x.png?v1");
    -webkit-background-size: 176px 22px;
    background-size: 176px 22px;
  }
}
.magic-movie #DThead {
  margin-left: -15px;
  margin-right: -15px;
}
.magic-movie #DThead .content-group:first-child {
  padding-top: 0px!important;
}
.magic-movie #DThead .select2-container.filter {
  width: 100%;
  float: none;
}
.magic-movie #DThead label {
  float: none !important;
  margin: 0 auto;
}
.magic-movie #DThead .content-label {
  width: 250px;
}
@media (min-width: 800px) and (max-width: 1199px) {
  .magic-movie #DThead .content-label {
    width: calc(100% - 600px);
  }
}
@media (max-width: 799px) {
  .magic-movie #DThead .content-label {
    width: 100%;
    margin-bottom: 5px !important;
  }
}
.magic-movie #DTbody {
  margin-left: -15px;
  margin-right: -15px;
}
.magic-movie #DTbody .content-group:first-child {
  padding-top: 15px!important;
}
.magic-movie .movie-logo {
  vertical-align: top;
  margin-left: auto !important;
}
.magic-movie .movie-logo img {
  width: 85px;
  margin-right: 20px;
}
.magic-movie .content-group.movie-list {
  background-color: #f8f8f8;
  margin-top: 5px;
  padding-bottom: 20px;
}
.magic-movie .content-group.movie-list:first-child {
  margin-top: 0;
}
.magic-movie .button-choose {
  position: relative;
}
.magic-movie .button-choose a {
  position: absolute;
  bottom: -5px;
  right: 0px;
}
@media (max-width: 400px) {
  .magic-movie .button-choose a {
    position: static;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
  }
}
.magic-movie .content-group.movie-list:last-child {
  margin-bottom: 0px;
}
.magic-movie .title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  display: block;
}
.magic-movie .text {
  margin-bottom: 15px;
  color: #383838;
  font-size: 13px;
}
.magic-movie .sessions {
  color: #383838;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
}
.magic-movie .sessions a {
  color: inherit;
}
.magic-movie .sessions .active {
  font-weight: bold;
}
.magic-movie .sessions .inactive {
  color: #78808a;
}
.magic-movie .sessions .all-container {
  display: none;
}
.magic-movie .sessions .show-more {
  display: none;
}
.magic-movie .sessions .show-more-button span {
  color: #4068de;
}
.magic-movie .sessions ul {
  margin: 0 0 0 16px;
}
.magic-movie .switch-divider {
  margin: 0 10px;
}
.magic-movie .new-label {
  display: none;
  background-color: #f8e81c;
  font-size: 10px;
  font-weight: bold;
  color: black;
  margin-left: 10px;
  padding: 1px 5px;
  line-height: 18px;
}
.magic-movie .new-item {
  font-weight: bold;
}
.magic-movie .new-item .new-label {
  display: inline;
}
.magic-movie .movie-form {
  display: none;
  position: relative;
  margin-top: -2px;
}
.magic-movie .movie-form .content-group {
  background-color: #e8e8e8;
}
.magic-movie .movie-form .content-group:nth-child(3) {
  padding-top: 50px;
}
.magic-movie .movie-form .content-group:last-child {
  padding-bottom: 40px;
}
.magic-movie .movie-form .content-form.buttons {
  text-align: right;
}
.magic-movie .movie-form .iradio_flat-aero {
  background-color: white;
  border-radius: 20px;
}
.magic-movie .movie-form .message {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  z-index: 10;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
}
.magic-movie .movie-form .error {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  z-index: 10;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-color: red;
}
.magic-movie .movie-form .success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  z-index: 10;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  font-weight: bold;
  color: white;
  background-color: #008000;
}
.magic-movie .movie-form .success span {
  font-weight: normal;
}
