﻿@import url('https://fonts.googleapis.com/css2?family=Baloo+Thambi+2:wght@500&display=swap');

:root {
    --color1: #a7d8e0;
    --color2: #a8e0a7;
    --color3: #e0c4a7;
    --color4: #e0a7a7;
    --color5: #a7e0c0;
    --color6: #a7b9e0;
    --color7: #daa7e0;
    --color8: #b78e8e;
    --color9: #8da8b7;
    --color10: #9dd481;
    --color11: #ff9b9b;
    --color12: #8e6d8a;
}
    .cssload-container-section {
    width: 100%;
    height: 84%;
    /* text-align: center; */
    background: rgba(255,255,255,1);
    z-index: 4;
    /* margin: auto; */
    /* position: relative; */
    /* right: 0; */
    left: 0;
    position: absolute;
    /* left: 1%; */
    /* top: 44%; */
    /* margin-top: -50px; */
    /* margin-left: -50px; */
    min-height: 229px;
}

.cssload-container-section-more {
    width: 97%;
    height: 82vh !important;
    display: block !important;
    margin-left: 16px;
}

.cssload-container {
    width: 100%;
    height: auto;
    text-align: center;
    background: rgba(35,43,51,0.7);
    z-index: 2000;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cssload-speeding-wheel {
    width: 63px;
    height: 63px;
    margin: 0 auto;
    border: 4px solid #405058;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 475ms infinite linear;
    -o-animation: cssload-spin 475ms infinite linear;
    -ms-animation: cssload-spin 475ms infinite linear;
    -webkit-animation: cssload-spin 475ms infinite linear;
    -moz-animation: cssload-spin 475ms infinite linear;
    position: relative;
    /* right: 0; */
    /* bottom: 0; */
    top: 32%;
    /* left: 0; */
    /* background: rgba(0, 0, 0, 0.9); */
}



@keyframes cssload-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}






.bg-purple {
    background-color: #6c39c1;
}


.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
.no-border-radius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.text-line-through {
  text-decoration: line-through;
}
.box-heading {
  font-weight: bold;
  font-family: 'Oswald';
  margin-bottom: 15px;
}
.input-group .form-control {
  z-index: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #4a4a69;
    background-color: #f0f2f5;
    height: 100%;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #22252f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #bf3773;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #f0f2f5;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.require {
  color: #ff0000;
}
#wrapper {
  width: 100%;
  min-height: 100%;
  background-color: #4b5d67;
}
#page-wrapper {
  min-height: 100%;
  padding: 0 !important;
  background-color: #f5f6fa;
}
@media (min-width: 768px) {
  #page-wrapper {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
  }
}
#topbar {
  background: #ffffff;
  width: 100%;
  height: 50px;
}
#topbar.navbar-default {
  border: 0;
    z-index:1001;
}
#topbar .navbar-header {
  width: 250px;
  height: 100%;
  background: #fff;
  text-align: center;
}
#topbar .navbar-header #logo {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  height: 100%;
  width: 100%;
    border-bottom: 1px solid #ededf5;
    transition: left .32s ease;
}
#topbar .navbar-header #logo span.fa {
  display: none;
}
#topbar .navbar-header #logo span.logo-text {
  display: block;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
#topbar .topbar-main {
  display: block;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #ededf5;
    transition: left .32s ease;
}
#topbar .topbar-main #menu-toggle {
  float: left;
  padding: 15px 20px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 50px;
  border-radius: 0;
  color: #ffffff;
}
#topbar .topbar-main #menu-toggle:hover,
#topbar .topbar-main #menu-toggle:focus {
  color: #bf3773;
}
#topbar .topbar-main #menu-toggle i {
  font-size: 18px;
  margin-top: 3px;
}
#topbar .topbar-main #theme-setting {
  background-color: rgba(0, 0, 0, 0.15);
}
#topbar .topbar-main ul.nav.navbar-nav {
  display: none;
}
#topbar .topbar-main ul.nav.navbar-nav.horizontal-menu {
  display: block;
}
.mega-menu-dropdown:hover {
  background: #9e1457;
  color: #ffffff;
  transition: all .32s ease;
}
.mega-menu-dropdown:hover > a {
  color: #ffffff !important;
}

.navbar-default .navbar-nav > .open > a{
  background: #9e1457 !important;
  color: #ffffff !important;
  transition: all .32s ease;
}

.mega-menu-submenu h3.text-primary {
    color: #bf3773 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

#topbar .topbar-main ul.nav.navbar-nav li.open a {
  
}

#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown {
  position: static;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown.mega-menu-full .dropdown-menu {
  left: 20px;
  right: 20px;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu {
  left: auto;
  width: auto;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content {
  padding: 10px;
  margin: 0;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu {
  *width: auto !important;
  padding: 0px 15px !important;
  margin: 0 !important;
  border-right: 0px solid #eeeeee;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu:last-child {
  border-right: 0;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li {
  padding: 2px !important;
  margin: 0 !important;
  list-style: none;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li h3 {
  color: #555555;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: normal;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li a {
  padding: 5px !important;
  margin: 0 !important;
  font-weight: normal;
  display: block;
   font-size: 12px;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li a:hover {
  background: #f0f0f0;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .mega-menu-submenu li a i {
  margin-right: 5px;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .document-demo .mega-menu-submenu {
  border-right: none;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .document-demo .mega-menu-submenu li a {
  text-align: center;
  padding: 30px 5px !important;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .document-demo .mega-menu-submenu li a:hover {
  background: transparent;
}
#topbar .topbar-main ul.nav.navbar-nav li.mega-menu-dropdown > .dropdown-menu .mega-menu-content .document-demo .mega-menu-submenu li a i {
  font-size: 50px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#topbar .topbar-main ul.nav.navbar-nav li a {
  color: #7b8191;
  font-weight: 500;
}
#topbar #topbar-search {
  display: inline-block;
  width: 50px;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15);
}
#topbar #topbar-search .input-group .form-control {
  height: 50px;
  border: 0;
  background: transparent !important;
  padding-left: 0;
  margin-left: 12px;
  text-indent: -999999px;
  color: #efefef;
}
#topbar #topbar-search .input-group .form-control:hover {
  cursor: pointer;
}
#topbar #topbar-search .input-group .input-group-btn {
  height: 50px;
}
#topbar #topbar-search .input-group .input-group-btn .btn.submit {
  margin-left: -24px;
  padding: 0;
  width: 50px;
  background: none;
  border: 0 !important;
  display: block;
  color: #ffffff;
  cursor: pointer;
}
#topbar #topbar-search .input-group .input-group-btn .btn.submit i {
  font-size: 16px;
}
#topbar #topbar-search.open {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 300px !important;
  background-color: rgba(255, 255, 255, 0.15);
}
#topbar #topbar-search.open .input-group .form-control {
  text-indent: 0;
}
#topbar #topbar-search.open .input-group .form-control:hover {
  cursor: text;
}
#topbar #topbar-search.open .input-group .form-control .input-group-btn .btn.submit {
  margin-left: 0;
}
#topbar #topbar-search input:-moz-placeholder {
  color: #efefef;
}
#topbar #topbar-search input::-webkit-input-placeholder {
  color: #efefef;
}
#topbar .navbar-top-links li {
  display: inline-block;
}
#topbar .navbar-top-links li:last-child {
  margin-right: 15px;
}
#topbar .navbar-top-links li.open > a {
  background: #4b5d67 !important;
  color: #ffffff !important;
}
#topbar .navbar-top-links li.open > a:hover,
#topbar .navbar-top-links li.open > a:focus {
  background: #4b5d67 !important;
}
#topbar .navbar-top-links li.open > a i {
  color: #ffffff;
}
#topbar .navbar-top-links li > a {
  padding: 15px 20px;
  height: 100%;
  color: #7b8191;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#topbar .navbar-top-links li > a:hover,
#topbar .navbar-top-links li > a:focus {
  background: #4b5d67 !important;
}
#topbar .navbar-top-links li > a i {
  font-size: 16px;
  color: #7b8191;
}
#topbar .navbar-top-links li > a span.badge {
  position: absolute;
  top: 5px;
  right: 30px;
  padding: 3px 6px;
  color: #7b8191;
}
#topbar .navbar-top-links li > a img {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
}
#topbar .navbar-top-links li .dropdown-menu li {
  display: block;
  position: relative;
}
#topbar .navbar-top-links li .dropdown-menu li:last-child {
  margin-right: 0;
}
#topbar .navbar-top-links li .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
  color: #777777;
}
#topbar .navbar-top-links li .dropdown-menu li a div {
  white-space: normal;
}
#topbar .navbar-top-links li .dropdown-menu li a.btn {
  color: #FFFFFF;
}
#topbar .navbar-top-links li.topbar-user a {
  padding: 12px 15px 11px;
}
#topbar .navbar-top-links li.topbar-user a img {
  margin-right: 5px;
}
#topbar .navbar-top-links li#theme-setting a {
  padding: 12px 15px 11px;
}
#topbar .navbar-top-links ul.dropdown-alerts {
  width: 250px;
  min-width: 0;
}
#topbar .navbar-top-links ul.dropdown-alerts li {
  float: left;
  width: 100%;
}
#topbar .navbar-top-links ul.dropdown-alerts li a:hover,
#topbar .navbar-top-links ul.dropdown-alerts li a:focus {
  background: #f7f7f8 !important;
}
#topbar .navbar-top-links ul.dropdown-alerts li ul {
  padding: 0;
  margin: 0;
}
#topbar .navbar-top-links ul.dropdown-alerts li ul li a {
  padding: 15px;
  display: block;
  border-top: 1px solid #efefef;
  font-size: 12px;
}
#topbar .navbar-top-links ul.dropdown-alerts li ul li a span {
  margin-right: 10px;
  padding: 3px;
}
#topbar .navbar-top-links ul.dropdown-alerts li ul li a span i {
  font-size: 14px;
  color: #FFFFFF;
}
#topbar .navbar-top-links ul.dropdown-alerts li:first-child a {
  border-top: 0;
}
#topbar .navbar-top-links ul.dropdown-alerts li.last a {
  background: #f7f7f8;
  width: 100%;
  border-top: 0;
  padding: 10px 15px;
  text-align: right;
  font-size: 12px;
}
#topbar .navbar-top-links ul.dropdown-alerts li.last a:hover {
  text-decoration: underline;
}
#topbar .navbar-top-links ul.dropdown-alerts li p {
  padding: 10px 15px;
  margin-bottom: 0;
  background: #4b5d67;
  color: #ffffff;
}
#topbar .navbar-top-links ul.dropdown-messages {
  width: 250px;
  min-width: 0;
}
#topbar .navbar-top-links ul.dropdown-messages li {
  float: left;
  width: 100%;
}
#topbar .navbar-top-links ul.dropdown-messages li a:hover,
#topbar .navbar-top-links ul.dropdown-messages li a:focus {
  background: #f7f7f8 !important;
}
#topbar .navbar-top-links ul.dropdown-messages li ul {
  padding: 0;
  margin: 0;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a {
  padding: 15px;
  display: block;
  border-top: 1px solid #efefef;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a .avatar img {
  width: 40px;
  height: 40px;
  margin-top: 0;
  float: left;
  display: block;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a .info {
  margin-left: 50px;
  display: block;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a .info .name {
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a .info .name .label {
  font-size: 11px;
  padding: 3px;
}
#topbar .navbar-top-links ul.dropdown-messages li ul li a .info .desc {
  font-size: 12px;
}
#topbar .navbar-top-links ul.dropdown-messages li:first-child a {
  border-top: 0;
}
#topbar .navbar-top-links ul.dropdown-messages li.last a {
  background: #f7f7f8;
  width: 100%;
  border-top: 0;
  padding: 10px 15px;
  text-align: right;
  font-size: 12px;
}
#topbar .navbar-top-links ul.dropdown-messages li.last a:hover {
  text-decoration: underline;
}
#topbar .navbar-top-links ul.dropdown-messages li p {
  padding: 10px 15px;
  margin-bottom: 0;
  background: #4b5d67;
  color: #ffffff;
}
#topbar .navbar-top-links ul.dropdown-tasks {
  width: 250px;
  min-width: 0;
  margin-left: -59px;
}
#topbar .navbar-top-links ul.dropdown-tasks li {
  float: left;
  width: 100%;
}
#topbar .navbar-top-links ul.dropdown-tasks li a:hover,
#topbar .navbar-top-links ul.dropdown-tasks li a:focus {
  background: #f7f7f8 !important;
}
#topbar .navbar-top-links ul.dropdown-tasks li ul {
  padding: 0;
  margin: 0;
}
#topbar .navbar-top-links ul.dropdown-tasks li ul li a {
  padding: 15px;
  display: block;
  border-top: 1px solid #efefef;
  font-size: 12px;
}
#topbar .navbar-top-links ul.dropdown-tasks li ul li a span {
  margin-right: 10px;
}
#topbar .navbar-top-links ul.dropdown-tasks li ul li a span i {
  font-size: 13px;
  color: #FFFFFF;
  padding: 3px;
}
#topbar .navbar-top-links ul.dropdown-tasks li ul li a .progress {
  margin-bottom: 5px;
}
#topbar .navbar-top-links ul.dropdown-tasks li:first-child a {
  border-top: 0;
}
#topbar .navbar-top-links ul.dropdown-tasks li.last a {
  background: #f7f7f8;
  width: 100%;
  border-top: 0;
  padding: 10px 15px;
  text-align: right;
}
#topbar .navbar-top-links ul.dropdown-tasks li.last a:hover {
  text-decoration: underline;
}
#topbar .navbar-top-links ul.dropdown-tasks li p {
  padding: 10px 15px;
  margin-bottom: 0;
  background: #4b5d67;
  color: #ffffff;
}
#topbar .navbar-top-links .dropdown-user li a {
  padding: 10px !important;
  height: auto;
}
#topbar .navbar-top-links .dropdown-user li a:hover,
#topbar .navbar-top-links .dropdown-user li a:focus {
  background: #f7f7f8 !important;
}
#topbar .navbar-top-links .dropdown-user li a i {
  margin-right: 5px;
  color: #777777;
  width: 14px;
}
#topbar .navbar-top-links .dropdown-user li a .badge {
  position: absolute;
  margin-top: 5px;
  right: 10px;
  display: inline;
  font-size: 13px;
  padding: 3px 6px 3px 6px;
  text-align: center;
  vertical-align: middle;
}
#topbar .navbar-top-links .dropdown-theme-setting {
  width: 250px;
  min-width: 0;
  background-color: #4b5d67;
}
#topbar .navbar-top-links .dropdown-theme-setting li {
  padding: 10px !important;
}
#topbar .navbar-top-links .dropdown-theme-setting li h4 {
  color: #ffffff;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li {
  cursor: pointer;
  width: 35px;
  height: 35px;
  border: 5px solid transparent;
  margin: 0 5px;
  display: inline-block;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.green-dark {
  background: #594857;
  border-color: #38cab3;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.red-dark {
  background: #594857;
  border-color: #bf4346;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-dark {
  background: #594857;
  border-color: #bf3773;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.blue-dark {
  background: #594857;
  border-color: #0a819c;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.yellow-dark {
  background: #594857;
  border-color: #f2994b;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.green-grey {
  background: #4b5d67;
  border-color: #38cab3;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.red-grey {
  background: #4b5d67;
  border-color: #bf4346;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-grey {
  background: #4b5d67;
  border-color: #bf3773;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.blue-grey {
  background: #4b5d67;
  border-color: #0a819c;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.yellow-grey {
  background: #4b5d67;
  border-color: #f2994b;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.yellow-green {
  background: #007451;
  border-color: #CCA32F;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.orange-grey {
  background: #322F2B;
  border-color: #D94E37;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-blue {
  background: #40516F;
  border-color: #DC6767;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-violet {
  background: #554161;
  border-color: #E82A62;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.orange-violet {
  background: #554161;
  border-color: #FF422B;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-green {
  background: #456445;
  border-color: #FF5E70;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.pink-brown {
  background: #573F2F;
  border-color: #A21E46;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.orange-blue {
  background: #33485C;
  border-color: #E74C3C;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.yellow-blue {
  background: #417CB2;
  border-color: #FFC34C;
}
#topbar .navbar-top-links .dropdown-theme-setting li ul#list-color li.green-blue {
  background: #417CB2;
  border-color: #66B354;
}
@media (min-width: 768px) {
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
.page-title-breadcrumb {
  padding: 8px 20px;
  background: transparent;
  clear: both;
  height: 50px;
}
.page-title-breadcrumb .page-header {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.page-title-breadcrumb .page-header .page-title {
      color: #323251;
    font-weight: 500;
    font-size: 18px;
    text-indent: -1px;
    line-height: 2;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
.page-title-breadcrumb .page-header .page-subtitle {
  font-size: 14px;
  font-weight: 300;
  color: #bcbcbc;
  display: inline-block;
}
.page-title-breadcrumb .breadcrumb {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: transparent;
  padding-top: 17px;
  margin-left: 10px;
}
.page-title-breadcrumb .breadcrumb li + li:before {
  content: "";
  padding: 0;
}
.page-title-breadcrumb .reportrange {
  float: right;
  margin-top: 7px;
}
.horizontal-menu-page #sidebar {
  display: none;
}
.horizontal-menu-page #page-wrapper {
  margin-left: 0;
}
.horizontal-menu-page #menu-toggle {
  display: none;
}
#ai-form,
#chat-form {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 280px;
  background: #4b5d67;
  z-index: 9999;
  display: none;
}
#ai-form.fixed,
#chat-form.fixed {
  position: fixed;
  min-height: 0 !important;
}
#ai-form .user-status,
#chat-form .user-status {
  display: inline-block;
  background: #575d67;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 8 !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
#ai-form .user-status.is-online,
#chat-form .user-status.is-online {
  background-color: #06b53c;
}
#ai-form .user-status.is-busy,
#chat-form .user-status.is-busy {
  background-color: #ee4749;
}
#ai-form .user-status.is-idle,
#chat-form .user-status.is-idle {
  background-color: #f7d227;
}
#ai-form .user-status.is-offline ,
#chat-form .user-status.is-offline {
  background-color: #666666;
}
#ai-form .chat-inner,
#chat-form .chat-inner {
  overflow: auto;
  height: 100%;
}
#ai-form .chat-header,
#chat-form .chat-header {
  font-size: 16px;
  color: #ffffff;
  padding: 30px 35px;
  line-height: 1;
  margin: 0;
  border-bottom: 1px solid #607885;
  position: relative;
}
#ai-form .chat-header .chat-form-close,
#chat-form .chat-header .chat-form-close {
  color: #ededed;
  font-size: 13px;
}
#ai-form .chat-group ,
#chat-form .chat-group {
  margin-top: 30px;
}
#ai-form .chat-group > strong,
#chat-form .chat-group > strong {
  text-transform: uppercase;
  color: #ededed;
  display: block;
  padding: 6px 35px;
  font-size: 14px;
}
#chat-form .chat-group > a {
  display: block;
  padding: 6px 35px;
  position: relative;
  color: #eaeaea;
  text-decoration: none;
}
#chat-form .chat-group > a .badge {
  font-size: 9px;
  margin-left: 5px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#chat-form .chat-group > a .badge.is-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#chat-form .chat-group > a.active {
  background: #566a76;
}
#chat-form .chat-group > a.active:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #405058;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
#chat-form .chat-group > a:hover {
  background: #566a76;
}
#chat-form #chat-box {
  position: absolute;
  right: 280px;
  width: 340px;
  background: #405058;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: none;
}
#chat-form #chat-box .chat-box-header {
  padding: 20px 24px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #607885;
}
#chat-form #chat-box .chat-box-header .chat-box-close {
  color: #ededed;
  font-size: 13px;
}
#chat-form #chat-box .chat-box-header small {
  color: #BBBBBB;
  font-size: 12px;
  padding-left: 8px;
}
#chat-form #chat-box .chat-content {
  height: 250px;
}
#chat-form #chat-box ul.chat-box-body {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 250px;
}
#chat-form #chat-box ul.chat-box-body > li {
  padding: 20px 24px;
  padding-bottom: 5px;
  padding-top: 0px;
}
#chat-form #chat-box ul.chat-box-body > li:before {
  content: " ";
  display: table;
}
#chat-form #chat-box ul.chat-box-body > li:after {
  clear: both;
  content: " ";
  display: table;
}
#chat-form #chat-box ul.chat-box-body > li.odd {
  background: #45555e;
}
#chat-form #chat-box ul.chat-box-body > li .avt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 5px 5px 0px 0px;
  vertical-align: -9px;
}
#chat-form #chat-box ul.chat-box-body > li .user {
  font-weight: bold;
  color: #fff;
}
#chat-form #chat-box ul.chat-box-body > li .user:after {
  content: ':';
}
#chat-form #chat-box ul.chat-box-body > li .time {
  float: right;
  font-style: italic;
  color: #ededed;
  font-size: 13px;
  margin-top: 12px;
}
#chat-form #chat-box ul.chat-box-body > li p {
  margin: 10px 0 8.5px;
  color: #eaeaea;
}
#chat-form #chat-box .chat-textarea {
  padding: 20px 24px;
  position: relative;
}
#chat-form #chat-box .chat-textarea textarea {
  background: #516570;
  border: 1px solid #516570;
  color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#chat-form #chat-box .chat-textarea textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ededed;
}
#chat-form #chat-box .chat-textarea textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ededed;
}
#chat-form #chat-box .chat-textarea textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ededed;
}
#chat-form #chat-box .chat-textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ededed;
}
.sidebar-fixed {
  position: fixed;
}
#sidebar {
  background: #4b5d67;
}
.navbar-static-side ul li {
  border-bottom: 1px solid #4f626d;
}
.navbar-static-side ul li:first-child a {
  padding: 0;
}
.navbar-static-side ul li.active a {
  background: #bf3773;
  outline: none;
}
.navbar-static-side ul li a {
  color: #FFFFFF;
  padding: 12px 15px;
}
.navbar-static-side ul li a span.menu-title {
  margin-left: 10px;
}
.navbar-static-side ul li a i {
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}
.navbar-static-side ul li a i .icon-bg {
  display: none;
}
.navbar-static-side ul li a:hover,
.navbar-static-side ul li a:focus {
  background: #bf3773;
  transition: 0.2s all ease-in-out;
  outline: none;
}
.navbar-static-side ul li a .badge,
.navbar-static-side ul li a .label {
  float: right;
  margin-right: 10px;
}
.navbar-static-side ul li a.menu-title {
  margin-left: 10px;
}
.navbar-static-side ul li .nav-second-level li {
  border-bottom: 1px solid #475861;
}
.navbar-static-side ul li .nav-second-level li.active a,
.navbar-static-side ul li .nav-second-level li:hover a,
.navbar-static-side ul li .nav-second-level li:focus a {
  color: #bf3773;
}
    .navbar-static-side ul li .nav-second-level li a {
        padding: 14px 15px 14px 15px;
        background: #353f44;
        color: #efefef;
    }
.navbar-static-side ul li .nav-second-level li a span.submenu-title {
  margin-left: 10px;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li {
  border-bottom: 1px solid #42525b;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li.active a,
.navbar-static-side ul li .nav-second-level li .nav-third-level li:hover a,
.navbar-static-side ul li .nav-second-level li .nav-third-level li:focus a {
  color: #bf3773;
}
    .navbar-static-side ul li .nav-second-level li .nav-third-level li a {
        padding: 15px 15px 15px 15px;
        background: #282b2d;
        color: #efefef;
    }
.navbar-static-side ul li .nav-second-level li .nav-third-level li a span.submenu-title {
  margin-left: 10px;
}
.navbar-static-side ul li.sidebar-heading {
  padding: 5px 15px;
}
.navbar-static-side ul li.sidebar-heading h4 {
  font-family: 'Oswald';
  font-size: 18px;
  font-weight: bold;
  color: #bf3773;
}
.navbar-static-side ul li.user-panel {
  padding: 15px;
}
.navbar-static-side ul li.user-panel .thumb {
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.navbar-static-side ul li.user-panel .thumb img {
  width: 45px;
  height: 45px;
}
.navbar-static-side ul li.user-panel .info {
  float: left;
  padding: 5px 5px 5px 15px;
  color: #ffffff;
}
.navbar-static-side ul li.user-panel .info p {
  margin-bottom: 3px;
  font-size: 16px;
}
.navbar-static-side ul li.user-panel .info a {
  font-size: 10px;
}
.navbar-static-side ul li.user-panel .info a i {
  font-size: 14px;
  color: #999;
}
.navbar-static-side ul li.user-panel .info a:hover,
.navbar-static-side ul li.user-panel .info a:focus {
  background-color: transparent;
}
.navbar-static-side ul li.user-panel .info a:hover i,
.navbar-static-side ul li.user-panel .info a:focus i {
  color: #777;
}
.navbar-static-side ul li.user-panel ul li {
  border-bottom: 0;
}
.sidebar-user-info {
  padding: 15px;
}
.sidebar-user-info img {
  border: 5px solid #b3346c;
  width: 75px;
  height: 75px;
  display: inline-block;
}
.sidebar-user-info h4 {
  color: #FFFFFF;
  margin-bottom: 5px;
}
.sidebar-user-info ul {
  margin-bottom: 3px;
}
.sidebar-user-info ul li {
  border-bottom: 0 !important;
}
.sidebar-user-info ul li a {
  color: #cdcdcd;
}
.sidebar-user-info .user-status {
  width: 10px;
  height: 10px;
  border-radius: 50% !important;
  display: inline-block;
  background: transparent;
  margin-right: 5px;
}
.sidebar-user-info .user-status.is-online {
  background: #06B53C;
}
.sidebar-user-info .user-status.is-idle {
  background: #F7D227;
}
.sidebar-user-info .user-status.is-busy {
  background: #ee4749;
}
.sidebar-user-info .user-status.is-offline {
  background: #666666;
}
.sidebar-user-info span {
  color: #FFFFFF;
}
.sidebar-user-activity {
  padding: 15px;
  border-bottom: 0 !important;
}
.sidebar-user-activity h4 {
  color: #FFFFFF;
}
.sidebar-user-activity .note {
  padding: 3px 15px;
  margin-bottom: 5px;
}
.sidebar-user-activity .note small {
  color: #cdcdcd;
}
.sidebar-user-activity .note a:hover,
.sidebar-user-activity .note a:focus {
  background: transparent;
}
.arrow {
  float: right;
  margin-top: 3px;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
@media (min-width: 768px) {
  .navbar-static-side {
    z-index: 1;
    position: absolute;
    width: 190px;
  }
}
.right-sidebar #topbar .navbar-header {
  float: right;
  border-right: 0;
}
.right-sidebar #sidebar {
  left: auto;
  right: 0;
}
.right-sidebar #page-wrapper {
  margin: 0 0px 0 0;
}
/* Begin Left Sidebar Collapsed */
.left-side-collapsed .navbar-static-side {
  width: 55px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.user-panel {
  display: none;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a {
  height: 50px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.menu-title {
  display: block !important;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.submenu-title {
  display: block !important;
  margin-left: 0;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level {
  display: block;
  position: absolute;
  top: 50px;
  left: 55px;
  width: 195px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level li a {
  padding: 15px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li a span {
  display: none;
}
.left-side-collapsed .navbar-static-side ul#side-menu li a i.fa {
  font-size: 18px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
  position: absolute;
  top: 0;
  left: 55px;
  padding: 15px;
  margin-left: 0;
  background: #bf3773;
  color: #ffffff;
  width: 195px;
  height: 50px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level {
  display: none;
  position: absolute;
  top: 50px;
  left: 55px;
  width: 195px;
}
.left-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level li a i {
  display: none;
}
.left-side-collapsed #page-wrapper {
  margin: 0 0 0 0px;
}
/* End Left Sidebar Collapsed */
/* Begin Right Sidebar Collapsed */
.right-side-collapsed .navbar-static-side {
  width: 55px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.user-panel {
  display: none;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a {
  height: 50px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.menu-title {
  display: block !important;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover a span.submenu-title {
  display: block !important;
  margin-right: 0;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level {
  display: block;
  position: absolute;
  top: 50px;
  right: 55px;
  width: 195px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li.nav-hover ul.nav-second-level li a {
  padding: 15px 5px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li a span {
  display: none;
}
.right-side-collapsed .navbar-static-side ul#side-menu li a i.fa {
  font-size: 18px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
  position: absolute;
  top: 0;
  right: 55px;
  padding: 15px;
  margin-right: 0;
  background: #bf3773;
  color: #ffffff;
  width: 195px;
  height: 50px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level {
  display: none;
  position: absolute;
  top: 50px;
  right: 55px;
  width: 195px;
}
.right-side-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level li a i {
  display: none;
}
.right-side-collapsed #page-wrapper {
  margin: 0 55px 0 0;
}
/* End Left Sidebar Collapsed */
.page-content {
  padding: 0 0px;/*20px 20px 50px 20px;*/
  min-height: 700px;
  clear: both;
}
#footer {
    width: 100%;
    padding: 7px 20px;
    background-color: #405058;
    color: #FFFFFF;
    font-size: 12px;
    text-align: right;
    position: fixed;
    bottom: 0;
}
#footer.fixed {
  border-top: 1px solid #f3f3f3;
  background: #fff;
  position: fixed;
  color: #999;
  bottom: 0px;
}
/*panel stat*/
#sum_box .db {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#sum_box .icon {
  color: #0a819c;
  font-size: 50px;
  margin-bottom: 0px;
  float: right;
}
#sum_box .icon.fa-shopping-cart {
  color: #5cb85c;
}
#sum_box .icon.fa-money {

}
#sum_box .icon.fa-signal {
}

#sum_box .icon.fa-group {
}
#sum_box h4 {
    text-align: left; 
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #4b5d67;
}

#sum_box h4 span:last-child {
  font-size: 25px;
}
#sum_box p.description {
  margin-top: 0px;
  opacity: 0.9;
}
#sum_box  .db:hover {
    /*background: #4b5d67;
    color: #fff;*/
}
#sum_box .db:hover h4 {
    /*color: #fff ;*/
}
#sum_box .db:hover .icon  {
  /*opacity: 1;
  color: #fff;*/
}
#sum_box .db:hover p.description {
  /*opacity: 1;*/
}
/*panel stat*/
/*user profile*/
.profile {
  display: inline-block;
}
.profile h2 {
  margin-top: 0;
}
.profile .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.profile .user-info {
  padding: 15px;
  background: url('http://swlabs.co/madmin/code/images/gallery/13.jpg');
  color: #888;
}
.profile .user-info .img-circle {
  border: 2px solid #fff;
}
.profile .user-info:hover {
  color: #111;
}
.profile .user-action {
  padding: 0px 15px 15px 15px;
}
figcaption.ratings {
  margin-top: 20px;
}
figcaption.ratings a {
  color: #f1c40f;
  font-size: 13px;
}
.emphasis {
  border-top: 4px solid transparent;
  padding-top: 15px;
}
.emphasis:hover {
  border-top: 4px solid #1abc9c;
  color: #111;
}
.emphasis h2 {
  margin-bottom: 0;
}
/*user profile*/
/*to-do list*/
ul.todo-list {
  overflow: hidden;
  width: auto;
  height: 250px;
  padding: 0;
}
ul.todo-list li {
  background: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 13px;
  margin-bottom: 5px;
  cursor: move;
  list-style: none;
}
ul.todo-list li span.drag-drop {
  height: 17px;
  display: block;
  float: left;
  width: 7px;
  position: relative;
  top: 2px;
}
ul.todo-list li span.drag-drop i {
  height: 2px;
  width: 2px;
  display: block;
  background: #ccc;
  box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
  -webkit-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
  -moz-box-shadow: 5px 0 0 0px #ccc,0px 5px 0 0px #ccc,5px 5px 0 0px #ccc,0px 10px 0 0px #ccc,5px 10px 0 0px #ccc,0px 15px 0 0px #ccc,5px 15px 0 0px #ccc;
}
ul.todo-list li .todo-check {
  margin-left: 10px;
  margin-right: 10px;
}
ul.todo-list li .todo-title {
  margin-right: 90px;
}
ul.todo-list li .todo-actions {
  position: absolute;
  right: 15px;
  top: 13px;
}
ul.todo-list li .todo-actions a i {
  color: #777777;
  margin: 0 5px;
}
ul.todo-list li .todo-actions a:hover i,
ul.todo-list li .todo-actions a:focus i {
  color: #555555;
}
/*to-do list*/
/*chat form*/
ul.chats {
  margin: 0;
  padding: 0;
}
ul.chats li {
  list-style: none;
  margin: 30px auto;
  font-size: 12px;
}
ul.chats li:first-child {
  margin-top: 0;
}
ul.chats li img.avatar {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
ul.chats li .message {
  display: block;
  padding: 7px;
  position: relative;
}
ul.chats li .message .chat-datetime {
  font-style: italic;
  color: #888;
  font-size: 13px;
}
ul.chats li .message .chat-body {
  display: block;
  margin-top: 5px;
}
ul.chats li.in img.avatar {
  float: left;
}
ul.chats li.in .message {
  background: #b3e5fc;
  margin-left: 65px;
  border-left: 3px solid #03a9f4;
  border-radius: 4px;
}
.chats li.in .message .chat-arrow {
  display: block;
  position: absolute;
  top: 15px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #03a9f4;
}
ul.chats li.in .message a.chat-name {
  color: #bf3773;
}
ul.chats li.out img.avatar {
  float: right;
}
ul.chats li.out .message {
  background: #a3e9a4;
  margin-right: 65px;
  border-right: 3px solid #2baf2b;
  text-align: right;
  border-radius: 4px;
}
ul.chats li.out .message .chat-arrow {
  display: block;
  position: absolute;
  top: 15px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #2baf2b;
}
ul.chats li.out .message a.chat-name {
  color: #bf3773;
}
ul.chats li.out .message a.chat-name,
ul.chats li.out .message a.chat-datetime {
  text-align: right;
}
.chat-form {
  margin-top: 15px;
  padding: 10px;
  background-color: #f0f0f0;
  overflow: hidden;
  clear: both;
}
.chat-form #input-chat,
.chat-form .input-group-btn .btn {
  border: 0;
}
.chat-form .input-group-btn:last-child > .btn,
.chat-form .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
/*chat form*/
/* begin Carousel */
ol.list-indicators {
  margin-top: 5px;
  margin-bottom: 0;
  bottom: -25px;
}
ol.list-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #777777;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
}
ol.list-indicators li.active {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #bf3773;
  margin: 0 5px;
  cursor: pointer;
  border: 0;
}
.carousel-control {
  top: auto;
  bottom: -25px;
  font-size: 12px;
  text-shadow: none;
  color: #777777;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #bf3773;
}
.carousel-control.left {
  background: transparent;
}
.carousel-control.right {
  background: transparent;
}
/* begin Carousel */
.row-icons {
  padding: 15px 0;
  margin: 0;
}
.row-icons [class*="col"] {
  margin-bottom: 20px;
  padding: 0;
}
.row-icons [class*="col"] a {
  line-height: 30px;
  display: inline-block;
  color: #777777;
  text-decoration: none;
}
.row-icons [class*="col"] a:hover i.fa:before {
  color: #cf5a8e;
}
.row-icons [class*="col"] a:hover i.glyphicon:before {
  color: #cf5a8e;
}
.row-icons [class*="col"] i.fa {
  vertical-align: middle;
  margin: 0 10px;
  width: 40px;
}
.row-icons [class*="col"] i:before {
  color: #bf3773;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-icons [class*="col"] span {
  padding-left: 20px;
  vertical-align: top;
}
.modal-full-width {
  width: 100%;
}
.modal-wide-width {
  width: 90%;
}
.closeTab:hover {
  cursor: pointer;
}
.closeTab {
  font-size: 15px;
}
#error-page {
  background: #F0F2F5;
  text-align: center;
  position: relative;
}
#error-page #error-page-content {
  width: 480px;
  margin: 10% auto 0 auto;
  text-align: center;
}
#error-page #error-page-content h1 {
  font-family: 'oswald';
  font-size: 150px;
  font-weight: bold;
  color: #bf3773;
}
#error-page #error-page-content p a {
  color: #bf3773;
}
#error-page #error-page-content p a:hover,
#error-page #error-page-content p a:focus {
  text-decoration: underline;
}
#signin-page {
  background: url('http://swlabs.co/madmin/code/images/bg/1.jpg') center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5px;
  height: 1000px;
}
#signup-page {
  background: url('http://swlabs.co/madmin/code/images/bg/2.jpg') center center fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 5px;
  height: 1000px;
}
#lock-screen-page {
    /*background: url('/Assets/Images/login-admin.jpg') center center fixed;*/
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5px;
    height: 100vh;
    background: #2a2e3f;
}
#lock-screen-page .page-form {
  background-color: #fff;
  color: #4a4a69;
  border-radius: 6px !important;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: fieldtext !important;
}
#lock-screen-page .page-form input {
  border-color: #e3e3e3;
}
.page-form {
  width: 400px;
  margin: 5% auto 0 auto;
  background: #eeeeee;
  border-radius: 4px;
}
.page-form .input-icon i {
  margin-top: 12px;
}
.page-form input[type=text], .page-form input[type=password], .page-form input[type=email], .page-form select {
  height: 40px;
  border-color: #e5e5e5;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #777777;
}
.page-form .header-content {
  padding: 15px 20px;
  background: #e9e9e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.page-form .header-content h1 {
  font-family: 'sans-serif';
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
.page-form .body-content {
  padding: 15px 20px;
  position: relative;
}
.page-form .body-content .btn-twitter {
  background: #5bc0de;
  margin-bottom: 10px;
  color: #ffffff;
}
.page-form .body-content .btn-twitter i {
  margin-right: 5px;
}
.page-form .body-content .btn-twitter:hover,
.page-form .body-content .btn-twitter:focus {
  color: #ffffff;
}
.page-form .body-content .btn-facebook {
  background: #418bca;
  margin-bottom: 10px;
  color: #ffffff;
}
.page-form .body-content .btn-facebook i {
  margin-right: 5px;
}
.page-form .body-content .btn-facebook:hover,
.page-form .body-content .btn-facebook:focus {
  color: #ffffff;
}
.page-form .body-content .btn-google-plus {
  background: #dd4c39;
  margin-bottom: 10px;
  color: #ffffff;
}
.page-form .body-content .btn-google-plus i {
  margin-right: 5px;
}
.page-form .body-content .btn-google-plus:hover,
.page-form .body-content .btn-google-plus:focus {
  color: #ffffff;
}
.page-form .body-content p a {
  color: #bf3773;
}
.page-form .body-content p a:hover,
.page-form .body-content p a:focus {
  color: #777777;
  text-decoration: none;
}
.page-form .body-content .forget-password h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.page-form .body-content hr {
  border-color: #e0e0e0;
}
.page-form .state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  color: #d9534f;
}
.page-form .rating.state-error + em {
  margin-top: -4px;
  margin-bottom: 4px;
}
.page-form .state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  color: #d9534f;
}
.page-form .state-error input,
.page-form .state-error select {
  background: #f2dede;
}
.page-form .state-success input,
.page-form .state-success select {
  background: #dff0d8;
}
.page-form .note-success {
  color: #5cb85c;
}
.page-form label {
  font-weight: normal;
  margin-bottom: 0;
}
#lock-screen-page .page-form {
  margin-top: 20vh;
  text-align: center;
}
#lock-screen-page .page-form h1 {
  margin: 0;
  font-family: 'Oswald';
}
#lock-screen-avatar {
  top: -78px;
  left: 50%;
  margin-left: -74px;
  position: absolute;
  display: inline-block;
}
#lock-screen-avatar img {
  border: 0px solid #eeeeee;
}
#lock-screen-info {
  margin-top: 20px;
  text-align:left;
}
.page-header-topbar-second {
    margin-top: 0 ;
}
#page-wrapper {
    margin-top: 0px;
}
@media only screen and (max-width: 480px) {
    .page-form {
    width: 280px;
  }
  #lock-screen-page .page-form {
    margin-top: 35%;
  }

    .mobileMenu {
        background: #2f3c42;
        position: absolute;
        width: 290px;
        left: 15px;
        top: -8px;
        height: 100vh;
    }
    .mobileMenu.in {
        left: -290px;
    }

    .mega-menu-content {
        padding: 0 !important;
        background: #fff;
    }

    
    .page-header-topbar-second {
        margin-top: 0 ;
    }
    #page-wrapper {
        margin-top: 0;
    }
}
#line-chart-spline canvas {
  height: auto !important;
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered.timeline-sm .timeline-entry {
  margin-bottom: 20px !important;
}
.timeline-centered.timeline-sm .timeline-entry .timeline-entry-inner .timeline-label {
  padding: 1em;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  background: #ffffff;
  left: 50%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}
.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 70px;
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -28px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -115px;
  text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 85px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -31px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -115px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 18px;
  font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #777777;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 50%;
  text-align: center;
  border: 7px solid #ffffff;
  line-height: 45px;
  font-size: 15px;
  float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #bf3773;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #5cb85c;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #5bc0de;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #d9534f;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-red {
  background-color: #bf4346;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-green {
  background-color: #38cab3;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-blue {
  background-color: #0a819c;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-yellow {
  background-color: #f2994b;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-orange {
  background-color: #e9662c;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-pink {
  background-color: #bf3773;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-violet {
  background-color: #9351ad;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-grey {
  background-color: #4b5d67;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-dark {
  background-color: #594857;
  color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #ffffff;
  padding: 1.7em;
  margin-left: 85px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red {
  background: #bf4346;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red:after {
  border-color: transparent #bf4346 transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-red p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green {
  background: #38cab3;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green:after {
  border-color: transparent #38cab3 transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-green p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange {
  background: #e9662c;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange:after {
  border-color: transparent #e9662c transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-orange p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow {
  background: #f2994b;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow:after {
  border-color: transparent #f2994b transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-yellow p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue {
  background: #0a819c;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue:after {
  border-color: transparent #0a819c transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-blue p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink {
  background: #bf3773;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink:after {
  border-color: transparent #bf3773 transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-pink p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet {
  background: #9351ad;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet:after {
  border-color: transparent #9351ad transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-violet p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey {
  background: #4b5d67;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey:after {
  border-color: transparent #4b5d67 transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-grey p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark {
  background: #594857;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark:after {
  border-color: transparent #594857 transparent transparent;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label.bg-dark p {
  color: #ffffff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #ffffff transparent transparent;
  left: 0;
  top: 20px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #777777;
  margin: 0;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title {
  margin-bottom: 10px;
  font-family: 'Oswald';
  font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label .timeline-title span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img {
  margin: 5px 10px 0 0;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p .timeline-img.pull-right {
  margin: 5px 0 0 10px;
}
.panel-group .panel .panel {
  margin-bottom: 15px;
}
.panel-group .panel .panel-title {
  font-size: 17px;
  font-weight: 400;
}
.panel-group .panel .panel-title .accordion-toggle {
  padding: 7px 0px;
}
.tab-content.tab-edit {
  background: transparent;
  border: 0px;
}
.nav-pills li.active a {
  border: 1px solid #bf3773;
}
ul.nav.nav-tabs.ul-edit {
  /*border-bottom: 5px solid #bf3773 !important;*/
}
ul.nav.nav-tabs.ul-edit li a {
  border: 0px;
  background: none;
  padding: 10px 20px;
}
ul.nav.nav-tabs.ul-edit li.active a {
  background: #bf3773;
  color: #fff;
  border: 0px;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #fff;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 44%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  background: #fff;
}
.timeline > li > .timeline-panel.primary {
  background: #2e6da4;
  color: #fff;
}
.timeline > li > .timeline-panel.primary:after {
  border-left: 14px solid #2e6da4 ;
  border-right: 0 solid #2e6da4 ;
}
.timeline > li > .timeline-panel.success {
  background: #3f903f;
  color: #fff;
}
.timeline > li > .timeline-panel.success:after {
  border-left: 14px solid #3f903f ;
  border-right: 0 solid #3f903f ;
}
.timeline > li > .timeline-panel.warning {
  background: #f0ad4e;
  color: #fff;
}
.timeline > li > .timeline-panel.warning:after {
  border-left: 14px solid #f0ad4e ;
  border-right: 0 solid #f0ad4e ;
}
.timeline > li > .timeline-panel.danger {
  background: #d9534f;
  color: #fff;
}
.timeline > li > .timeline-panel.danger:after {
  border-left: 14px solid #d9534f ;
  border-right: 0 solid #d9534f ;
}
.timeline > li > .timeline-panel.info {
  background: #5bc0de;
  color: #fff;
}
.timeline > li > .timeline-panel.info:after {
  border-left: 14px solid #5bc0de ;
  border-right: 0 solid #5bc0de ;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 35px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 2px solid #fff;
}
.timeline > li > .timeline-badge i.glyphicon {
  top: 7px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul li:not(.timeline-inverted) .timeline-panel:after {
    border-left: 0px !important;
  }
  ul li:not(.timeline-inverted) .timeline-panel.primary:before {
    border-right: 15px solid #2e6da4;
  }
  ul li:not(.timeline-inverted) .timeline-panel.danger:before {
    border-right: 15px solid #d9534f;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(80%);
    width: -moz-calc(80%);
    width: -webkit-calc(80%);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
#one-column .message-item {
  margin-bottom: 25px;
  margin-left: 40px;
  position: relative;
}
#one-column .message-item .message-inner {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  padding: 10px;
  position: relative;
}
#one-column .message-item .message-inner:before {
  border-right: 10px solid #ddd;
  border-style: solid;
  border-width: 10px;
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -20px;
  top: 6px;
  width: 0;
}
#one-column .message-item .message-inner:after {
  border-right: 10px solid #fff;
  border-style: solid;
  border-width: 10px;
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: -18px;
  top: 6px;
  width: 0;
}
#one-column .message-item:before {
  background: #fff;
  border-radius: 2px;
  bottom: -30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  width: 3px;
}
#one-column .message-item:after {
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  content: "";
  height: 15px;
  left: -36px;
  position: absolute;
  top: 10px;
  width: 15px;
}
#one-column .clearfix:before,
#one-column .clearfix:after {
  content: " ";
  display: table;
}
#one-column .message-item .message-head {
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#one-column .message-item .message-head .avatar {
  margin-right: 20px;
}
#one-column .message-item .message-head .user-detail {
  overflow: hidden;
}
#one-column .message-item .message-head .user-detail h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#one-column .message-item .message-head .post-meta {
  float: left;
  padding: 0 15px 0 0;
}
#one-column .message-item .message-head .post-meta > div {
  color: #333;
  font-weight: bold;
  text-align: right;
}
#one-column .post-meta > div {
  color: #777;
  font-size: 12px;
  line-height: 22px;
}
#one-column .message-item .message-head .post-meta > div {
  color: #333;
  font-weight: bold;
  text-align: right;
}
#one-column .post-meta > div {
  color: #777;
  font-size: 12px;
  line-height: 22px;
}
#one-column .avatar img {
  min-height: 40px;
  max-height: 40px;
}
#one-column .post-meta .qa-message-who-pad {
  margin-left: 10px;
}
#one-column .message-item.blue:after {
  background: #0a819c;
}
#one-column .message-item.blue .message-inner {
  border-color: #0a819c;
}
#one-column .message-item.blue .message-inner:before {
  border-right-color: #0a819c;
}
#one-column .message-item.red:after {
  background: #bf4346;
}
#one-column .message-item.red .message-inner {
  border-color: #bf4346;
}
#one-column .message-item.red .message-inner:before {
  border-right-color: #bf4346;
}
#one-column .message-item.green:after {
  background: #38cab3;
}
#one-column .message-item.green .message-inner {
  border-color: #38cab3;
}
#one-column .message-item.green .message-inner:before {
  border-right-color: #38cab3;
}
#one-column .message-item.orange:after {
  background: #e9662c;
}
#one-column .message-item.orange .message-inner {
  border-color: #e9662c;
}
#one-column .message-item.orange .message-inner:before {
  border-right-color: #e9662c;
}
#one-column .message-item.pink:after {
  background: #bf3773;
}
#one-column .message-item.pink .message-inner {
  border-color: #bf3773;
}
#one-column .message-item.pink .message-inner:before {
  border-right-color: #bf3773;
}
#one-column .message-item.violet:after {
  background: #9351ad;
}
#one-column .message-item.violet .message-inner {
  border-color: #9351ad;
}
#one-column .message-item.violet .message-inner:before {
  border-right-color: #9351ad;
}
.blog-page h1 {
  margin-bottom: 20px;
}
.blog-page .blog-articles {
  padding-bottom: 20px;
}
.blog-page .blog-articles .blog-img {
  margin-bottom: 10px;
}
.blog-page .blog-articles .blog-img img {
  margin-bottom: 12px;
}
.blog-page .blog-articles .blog-img ul {
  margin-bottom: 5px;
  margin-left: 0;
}
.blog-page .blog-articles .blog-img ul li {
  padding: 0;
}
.blog-page .blog-articles .blog-img ul li i {
  color: #bf3773;
  margin-right: 3px;
}
.blog-page .blog-articles .blog-img ul li a {
  margin-right: 8px;
  text-decoration: none;
}
.blog-page .blog-articles .blog-img ul.blog-date li i {
  color: #bf3773;
  margin-right: 3px;
}
.blog-page .blog-articles .blog-img ul.blog-date li a {
  color: #777777;
}
.blog-page .blog-articles .blog-article {
  padding-bottom: 20px;
}
.blog-page .blog-articles .blog-article h3 {
  margin-top: 0;
}
.blog-page .blog-articles ul.blog-tags {
  margin-bottom: 5px;
  margin-left: 0;
}
.blog-page .blog-articles ul.blog-tags li {
  padding: 0;
}
.blog-page .blog-articles ul.blog-tags li i {
  color: #bf3773;
  margin-right: 3px;
}
.blog-page .blog-articles ul.blog-tags li a {
  margin-right: 8px;
  text-decoration: none;
}
.blog-page .blog-articles ul.blog-date li i {
  color: #bf3773;
  margin-right: 3px;
}
.blog-page .blog-articles ul.blog-date li a {
  color: #777777;
}
.blog-page .blog-sidebar ul li a {
  color: #777777;
}
.blog-page .blog-sidebar .blog-images li a img {
  width: 50px;
  height: 50px;
  opacity: 0.6;
  margin: 0 2px 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-page .blog-sidebar .blog-images li a img:hover {
  opacity: 1;
}
.blog-page .blog-sidebar .sidebar-tags li {
  padding: 0;
}
.blog-page .blog-sidebar .sidebar-tags li a {
  color: #ffffff;
  margin: 0 2px 5px 0;
  display: inline-block;
}
.blog-page hr {
  margin-bottom: 40px;
}
.blog-page h4.media-heading span {
  font-size: 12px;
}
.blog-page .media .media-body hr {
  margin-bottom: 20px;
}
#external-events .external-event {
  display: inline-block;
  cursor: move;
  margin-bottom: 5px;
  margin-right: 5px;
}
.gallery-pages .list-filter {
  margin-top: 10px;
}
.gallery-pages .list-filter li {
  cursor: pointer;
  padding: 6px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-pages .list-filter li.active,
.gallery-pages .list-filter li:hover,
.gallery-pages .list-filter li:focus {
  background: #bf3773;
  color: #ffffff;
}
.gallery-pages .mix-grid .mix {
  display: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.gallery-pages .mix-grid .mix .hover-effect {
  position: relative;
  border: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  overflow: hidden;
}
.gallery-pages .mix-grid .mix .hover-effect .img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-pages .mix-grid .mix .hover-effect .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(26, 74, 114, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-pages .mix-grid .mix .hover-effect .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
.gallery-pages .mix-grid .mix .hover-effect .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #e0e0e0;
  padding: 20px 20px 20px;
  text-align: center;
}
.gallery-pages .mix-grid .mix .hover-effect .info a.mix-link {
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  background: #bf3773;
  margin: 20px 10px 20px 0;
  display: inline-block;
}
.gallery-pages .mix-grid .mix .hover-effect .info a.mix-zoom {
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  background: #bf3773;
  margin: 20px 10px 20px 0;
  display: inline-block;
}
.gallery-pages .mix-grid .mix .hover-effect:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery-pages .mix-grid .mix .hover-effect:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gallery-pages .action-group {
  margin-top: 8px;
  margin-bottom: 20px;
}
.gallery-pages .action-group button {
  font-size: 13px;
}
.frontend-pages .hover-effect {
  position: relative;
  border: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  overflow: hidden;
}
.frontend-pages .hover-effect .img {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.frontend-pages .hover-effect .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.frontend-pages .hover-effect .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  background: #bf3773;
  margin: 25% 0 0 0;
}
.frontend-pages .hover-effect:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mail-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 657px;
}
.mail-content .mail-sender {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #EFF2F7;
  padding: 10px 0;
}
.mail-content .mail-sender .date {
  line-height: 30px;
  margin-bottom: 0;
  text-align: right;
}
.mail-content .mail-view {
  margin-bottom: 25px;
}
.mail-content .mail-attachment ul {
  padding: 0;
}
.mail-content .mail-attachment ul li {
  float: left;
  width: 100px;
  margin-right: 15px;
  margin-top: 15px;
  list-style: none;
}
.mail-content .mail-attachment ul li:hover {
  background: #f7f8f9;
}
.mail-content .mail-attachment ul li a {
  color: #777777;
}
.mail-content .mail-attachment ul li .thumb-attach img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.mail-content .mail-attachment ul li .link {
  color: #bf3773;
}
#invoice-page .panel {
  border-radius: 0;
}
#invoice-page .panel .panel-body {
  padding: 30px;
}
#invoice-page .panel .panel-body .invoice-title {
  float: right;
  text-align: right;
}
#invoice-page .panel .panel-body .invoice-title h2 {
  margin-top: 0;
}
#invoice-page .panel .panel-body .logo {
  font-family: 'Oswald';
  font-weight: bold;
  margin-top: 0;
}
#invoice-page .panel .panel-body hr {
  margin: 30px 0;
}
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  color: #444;
}
.state-error + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  color: #d9534f;
}
.state-success + em {
  display: block;
  margin-top: 6px;
  padding: 0 1px;
  font-style: normal;
  font-size: 13px;
  line-height: 15px;
  color: #5cb85c;
}
.state-error input,
.state-error select {
  background: #f2dede;
}
.state-success input,
.state-success select {
  background: #dff0d8;
}
.note-success {
  color: #5cb85c;
}
.radio-inline,
.checkbox-inline,
.checkbox,
.radio {
  padding-left: 0;
  margin: 0;
}
.checkbox label,
.radio label {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
}
.checkbox label:first-child,
.radio label:first-child {
  padding-left: 0;
}
.form-horizontal.form-bordered .radio,
.form-horizontal.form-bordered .checkbox,
.form-horizontal.form-bordered .radio-inline,
.form-horizontal.form-bordered .checkbox-inline {
  padding-top: 0;
}
.social-icons li a {
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
  display: block;
}
.social-icons li a:hover,
.social-icons li a:focus {
  background: #bf3773;
  color: #ffffff;
}
.social-icons li a.facebook {
  background-color: #0a819c;
}
.social-icons li a.github {
  background-color: #e9662c;
}
.social-icons li a.googleplus {
  background-color: #bf4346;
}
.social-icons li a.linkedin {
  background-color: #bf3773;
}
.social-icons li a.rss {
  background-color: #38cab3;
}
.social-icons li a.skype {
  background-color: #2980b9;
}
.social-icons li a.twitter {
  background-color: #3498db;
}
.social-icons li a.youtube {
  background-color: #e74c3c;
}
.member-team {
  background-color: #f9f9f9;
  float: left;
  padding: 5px;
  margin-bottom: 10px;
  max-width: 100%;
}
.member-team h3 {
  margin-top: 10px;
}
.member-team h3 small {
  color: #ababab;
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
#faq .panel-group .panel {
  margin-bottom: 10px;
}
#faq .panel-group .panel .panel-heading {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
#faq .panel-group .panel .panel-heading a {
  color: #777777;
}
#faq .panel-group .panel .panel-heading a strong {
  margin-right: 10px;
}
#faq .panel-group .panel .panel-heading:hover,
#faq .panel-group .panel .panel-heading:focus {
  background: #e5e5e5;
}
#faq .panel-group .panel .panel-body strong:first-child {
  margin-right: 10px;
}
.accordion-toggle {
  display: block;
  line-height: 22px;
  padding: 10px 0;
  position: relative;
}
.row .row-merge {
  margin: 0;
}
.row .row-merge [class*=col-] {
  padding: 0;
}
.row .row-merge [class*=col-] .pricing-widget {
  position: relative;
  border: 0;
  cursor: pointer;
  margin: 20px 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-head {
  background: #5cb85c;
  padding: 6px 20px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-body {
  background: #fff;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-cost {
  background: #4cae4c;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  font-size: 18px;
  color: #ffffff;
  min-height: 125px;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-cost strong {
  font-size: 30px;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-list li {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}
.row .row-merge [class*=col-] .pricing-widget .pricing-list li:last-child {
  min-height: 84px;
  padding-top: 30px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: none;
}
.row .row-merge [class*=col-] .pricing-widget:not(.pricing-title).active,
.row .row-merge [class*=col-] .pricing-widget:not(.pricing-title):hover {
  -webkit-box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0 3px 25px -4px rgba(0, 0, 0, 0.9) !important;
}
.row .row-merge [class*=col-] .pricing-widget.active {
  z-index: 2;
}
.row .row-merge [class*=col-] .pricing-widget:hover {
  z-index: 2;
}
.ribbon-wrapper {
  position: absolute;
  width: 75px;
  height: 75px;
  overflow: hidden;
  top: -1px;
  right: 14px;
}
.ribbon-wrapper .ribbon-inner {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #fff;
  background-color: #bf4346;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  width: 107px;
  top: 11px;
  left: -5px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.75) !important;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.the-price {
  padding: 20px;
  margin: 0;
}
.the-price h1 {
  margin-bottom: 0;
}
.the-price .subscript {
  font-size: 14px;
}
#faq .panel {
  border: 0;
}
#totop {
  position: fixed;
  bottom: 40px;
  right: 1.5%;
  display: none;
  z-index: 9999;
  background: transparent;
  border: 3px solid #bf3773;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  text-align: center;
}
#totop i {
  color: #bf3773;
  line-height: 40px;
  font-size: 33px;
}
#totop:hover {
  background: #bf3773;
}
#totop:hover i {
  color: #ffffff;
}
.option-demo {
  position: relative;
}
.demo-layout {
  background-color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 9999;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
#sidebar-hover #topbar .navbar-header {
  width: 160px;
}
#sidebar-hover #wrapper #page-wrapper {
  margin-left: 0px;
}
#sidebar-hover #wrapper #sidebar {
  width: 160px;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover {
  width: 160px;
  position: absolute;
  top: 50px;
  display: block;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li.active a {
  opacity: 0.95;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li a {
  background-color: #4b5d67;
  color: #FFFFFF;
  padding: 15px;
  position: relative;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li a span.menu-title {
  margin-left: 10px;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li a:after {
  content: '';
  border: 0;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li a:hover {
  opacity: 0.95;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li:first-child > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #9f2e60 transparent transparent;
  left: -8px;
  top: 50%;
  margin-top: -8px;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li a {
  background-color: #9f2e60;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li a:hover {
  opacity: 0.95;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li ul.dropdown-menu {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li ul.dropdown-menu > li:first-child > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #c63a78 transparent transparent;
  left: -8px;
  top: 50%;
  margin-top: -8px;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li ul.dropdown-menu > li a {
  background-color: #c63a78;
}
#sidebar-hover #wrapper #sidebar ul.menu-hover > li ul.dropdown-menu > li ul.dropdown-menu > li a:hover {
  opacity: 0.95;
}
#sidebar-hover .dropdown-submenu > .dropdown-menu {
  margin-left: 0;
}
.mail-box {
  margin-bottom: 0;
}
.mail-box .list-group-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.mail-box .list-group-item {
  border: 0;
}
.mail-box .list-group-item:hover {
  color: #777777;
}
.mail-box .list-group-item .time-badge {
  float: right;
  font-style: italic;
  color: #999999;
}
.mail-box .list-group-item.active,
.mail-box .list-group-item:hover,
.mail-box .list-group-item:focus {
  background-color: #ffc !important;
  color: #777777 !important;
}
.bootstrap-wysihtml5-insert-link-modal label.checkbox {
  display: none;
}
.bg-primary {
  background-color: #bf3773;
  color: #fff;
}
.bg-success {
  background-color: #5cb85c;
  color: #fff;
}
.bg-info {
  background-color: #5bc0de;
  color: #fff;
}
.bg-warning {
  background-color: #f0ad4e;
  color: #fff;
}
.bg-danger {
  background-color: #d9534f;
  color: #fff;
}
.bg-red {
  background-color: #bf4346;
  color: #fff;
}
.bg-green {
  background-color: #38cab3;
  color: #fff;
}
.bg-blue {
  background-color: #0a819c;
  color: #fff;
}
.bg-yellow {
  background-color: #f2994b;
  color: #fff;
}
.bg-orange {
  background-color: #e9662c;
  color: #fff;
}
.bg-pink {
  background-color: #bf3773;
  color: #fff;
}
.bg-violet {
  background-color: #9351ad;
  color: #fff;
}
.bg-grey {
  background-color: #4b5d67;
  color: #fff;
}
.bg-dark {
  background-color: #594857;
  color: #fff;
}
body.sidebar-colors #wrapper {
  background-color: #FFFFFF;
}
body.sidebar-colors #wrapper #sidebar {
  background-color: #FFFFFF;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li {
  border-bottom: 1px solid #e5e5e5;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li.active a,
body.sidebar-colors #wrapper #sidebar ul#side-menu li:hover a {
  background-color: #f8f8f8;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li.active a i:before,
body.sidebar-colors #wrapper #sidebar ul#side-menu li:hover a i:before {
  color: #FFFFFF;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li.active a i .icon-bg,
body.sidebar-colors #wrapper #sidebar ul#side-menu li:hover a i .icon-bg {
  left: 0;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li.user-panel {
  display: none;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a {
  color: #777777;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a:hover,
body.sidebar-colors #wrapper #sidebar ul#side-menu li a:focus {
  background-color: #FFFFFF;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a i {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  height: 45px;
  line-height: 45px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  margin: -13px 10px -16px -15px;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a i:before {
  position: relative;
  z-index: 1;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a i .icon-bg {
  display: block;
  position: absolute;
  z-index: 12;
  z-index: 0;
  left: -47px;
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li a .arrow {
  display: none;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li:first-child,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li:first-child {
  border-top: 1px solid #e5e5e5;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li:last-child,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li:last-child {
  border-bottom: 0;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li.active > a,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li.active > a,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li:hover > a,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li:hover > a {
  background-color: #f1f1f1;
  color: #bf3773;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li > a,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li > a {
  padding: 15px;
  background-color: #f1f1f1;
}
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-second-level li > a i:before,
body.sidebar-colors #wrapper #sidebar ul#side-menu li ul.nav-third-level li > a i:before {
  color: #777777;
}
body.sidebar-colors #wrapper #page-wrapper {
  border-left: 2px solid #e5e5e5;
}
body.sidebar-icons #topbar .navbar-header {
  width: 105px;
}
body.sidebar-icons #topbar .navbar-header .logo-text {
  display: none !important;
}
body.sidebar-icons #topbar .navbar-header .logo-text-icon {
  display: block !important;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
}
body.sidebar-icons #wrapper #sidebar {
  width: 105px;
}
#side-menu  {
    font-size:12px;
}

body.sidebar-icons #wrapper #sidebar ul#side-menu > li.user-panel {
  display: none;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li:hover ul.nav-second-level {
  display: block;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a {
  padding: 15px 10px;
  text-align: center;
  display: block;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a:hover,
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a:focus {
  background-color: transparent;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a span.menu-title {
  display: block;
  margin-top: 8px;
  margin-left: 0;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a i.fa {
  font-size: 25px;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a .arrow,
body.sidebar-icons #wrapper #sidebar ul#side-menu > li a .label {
  display: none;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level {
  display: none;
  position: absolute;
  top: 0px;
  left: 105px;
  width: 195px;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level li a {
  text-align: left;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level li a:hover,
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level li a:focus {
  background-color: #bf3773;
  color: #FFFFFF;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level li a i {
  display: none;
}
body.sidebar-icons #wrapper #sidebar ul#side-menu > li ul.nav-second-level li:first-child:before {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #405058;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -9px;
  z-index: 5;
}
body.sidebar-icons #wrapper #page-wrapper {
  margin-left: 105px;
}
body.sidebar-collapsed #topbar .navbar-header {
  width: 55px;
}
body.sidebar-collapsed #topbar .navbar-header .logo-text {
  display: none !important;
}
body.sidebar-collapsed #topbar .navbar-header .logo-text-icon {
  display: block !important;
}
body.sidebar-collapsed .navbar-static-side {
  width: 55px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li.user-panel {
  display: none;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li:hover a {
  height: 45px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li:hover a span.menu-title {
  display: block !important;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li:hover a span.submenu-title {
  display: block !important;
  margin-left: 0;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li:hover ul.nav-second-level {
  display: block;
  position: absolute;
  top: 45px;
  left: 55px;
  width: 195px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li:hover ul.nav-second-level li a {
  padding: 15px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li a span {
  display: none;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li a i.fa {
  font-size: 18px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li a span.menu-title {
  position: absolute;
  top: 0;
  left: 55px;
  padding: 15px;
  margin-left: 0;
  background: #bf3773;
  color: #ffffff;
  width: 195px;
  height: 45px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li a span.label {
  display: block;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level {
  display: none;
  position: absolute;
  top: 50px;
  left: 55px;
  width: 195px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level li a i {
  display: none;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu li ul.nav-second-level li a span.label {
  position: absolute;
  top: 15px;
  right: 10px;
}
body.sidebar-collapsed .navbar-static-side ul#side-menu > li > a span.label {
  display: block !important;
  position: absolute;
  right: -10px;
  top: 0px;
  padding: 2px 4px;
}
body.sidebar-collapsed #page-wrapper {
  margin: 100px 0 0 0px;
}
body.sidebar-collapsed.right .page-header-topbar #topbar .navbar-header {
  float: right;
}
body.sidebar-collapsed.right #wrapper #sidebar {
  left: auto;
  right: 0;
}
body.sidebar-collapsed.right #wrapper #sidebar ul#side-menu li:hover a span.submenu-title {
  margin-right: 0;
}
body.sidebar-collapsed.right #wrapper #sidebar ul#side-menu li:hover ul.nav-second-level {
  right: 55px;
  left: auto;
}
body.sidebar-collapsed.right #wrapper #sidebar ul#side-menu li a span.menu-title {
  right: 55px;
  left: auto;
  margin-right: 0;
}
body.sidebar-collapsed.right #wrapper #sidebar ul#side-menu li ul.nav-second-level {
  right: 55px;
  left: auto;
}
body.sidebar-collapsed.right #wrapper #page-wrapper {
  margin: 0 55px 0 0;
}
body.header-fixed .page-header-topbar {
  position: fixed;
  top: 0px;
  z-index: 9999;
  width: 100%;
}
body.header-fixed .news-ticker {
  display: none;
}
body.header-fixed #wrapper {
  margin-top: 50px;
}
body.header-fixed #sidebar {
  position: fixed;
}
a.DTTT_button {
  padding: 7px 8px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
ul.user-last-logged-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.user-last-logged-list > li {
  margin-top: 0;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
ul.user-last-logged-list > li:first-child {
  border-top: none;
}
ul.user-last-logged-list > li .media-right {
  float: right;
  margin-left: 10px;
}
ul.user-last-logged-list > li .meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.user-last-logged-list > li .meta > li {
  font-size: 13px;
  line-height: 20px;
  color: #777777;
}
ul.user-last-logged-list > li .meta > li i {
  margin-right: 5px;
  min-width: 12px;
}
ul.user-last-logged-list > li .meta > li i.fa-envelope-o {
  color: #e67e22;
}
ul.user-last-logged-list > li .meta > li i.fa-clock-o {
  color: #27ae60;
}
ul.user-last-logged-list > li .meta > li i.fa-globe {
  color: #2980b9;
}
ul.user-last-logged-list > li .meta > li .user-list-ip {
  margin-left: 3px;
}
ul.user-last-logged-list > li .meta > li strong {
  color: #777777;
  margin-left: 5px;
}
ul.user-last-logged-list > li .media-body h4.media-heading {
  font-size: 16px;
  display: block;
}
ul.user-last-logged-list > li .media-body h4.media-heading small {
  font-size: 12px;
  margin-left: 5px;
}
ul.user-last-logged-list > li .media-body h4.media-heading small a {
  color: #777777;
}
ul.user-last-logged-list > li .media-body h4.media-heading .user-list-name {
  color: #bf3773;
}
ul.user-last-logged-list > li .media-body h4.media-heading .user-list-name:hover {
  color: #777777;
}
ul.user-last-logged-list > li .media-body h4.media-heading i.fa.fa-user {
  font-size: 18px;
  margin-right: 5px;
}
#user-last-logged-table .media-thumb .img-shadow {
  position: relative;
  float: left;
  max-width: 100%;
}
#user-last-logged-table .media-thumb .img-shadow img {
  float: left;
  height: 35px;
  width: 35px;
}
#user-last-logged-table .media-thumb .data {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
}
#user-last-logged-table .media-thumb .data li strong.user-list-ip {
  margin-left: 3px;
}
#user-last-logged-table .media-thumb .data li em {
  margin-right: 3px;
}
ul.thumb-large {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.thumb-large > li {
  margin-top: 0;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
ul.thumb-large > li:first-child {
  border-top: none;
}
ul.thumb-large > li .media-left {
  float: left;
  margin-right: 10px;
}
ul.thumb-large > li .media-thumb .img-shadow img {
  height: 55px;
  width: 55px;
}
ul.thumb-large > li .media-body {
  overflow: hidden;
  zoom: 1;
}
ul.thumb-large > li .media-body .menu-right {
  float: right;
  margin-left: 10px;
}
ul.thumb-large > li .media-body .quick-menu.menu-right {
  margin-left: 5px;
  margin-bottom: 5px;
}
ul.thumb-large > li .media-body .media-heading a {
  display: block;
  margin-bottom: 5px;
  color: #bf3773;
}
ul.thumb-large > li .media-body .media-heading small {
  font-size: 12px;
}
ul.thumb-large > li .media-body .media-heading small a {
  color: #777777;
}
ul.thumb-large > li .media-body .meta {
  font-size: 13px;
  line-height: 16px;
  color: #777777;
}
.user-list-footer {
  padding: 10px;
  background-color: #f9f9f9;
}
ul.thumb-small {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.thumb-small > li {
  margin-top: 0;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
ul.thumb-small > li:first-child {
  border-top: none;
}
ul.thumb-small > li .media-thumb .img-shadow {
  position: relative;
  float: left;
  max-width: 100%;
}
ul.thumb-small > li .media-thumb .img-shadow img {
  float: left;
  height: 35px;
  width: 35px;
}
ul.thumb-small > li .media-thumb.media-left {
  float: left;
  margin-right: 10px;
}
ul.thumb-small > li .media-body {
  overflow: hidden;
  zoom: 1;
}
ul.thumb-small > li .media-body .menu-right {
  float: right;
  margin-left: 10px;
}
ul.thumb-small > li .media-body .menu-right a {
  margin-right: 4px;
}
ul.thumb-small > li .media-body .quick-menu-icon.menu-right i {
  font-size: 18px;
  color: #777777;
}
ul.thumb-small > li .media-body .quick-menu-icon.menu-right i.fa-facebook-square {
  color: #2980b9;
}
ul.thumb-small > li .media-body .quick-menu-icon.menu-right i.fa-twitter-square {
  color: #3498db;
}
ul.thumb-small > li .media-body .quick-menu-icon.menu-right i.fa-google-plus-square {
  color: #c0392b;
}
ul.thumb-small > li .media-body .quick-menu-icon.menu-right i.fa-linkedin-square {
  color: #d35400;
}
ul.thumb-small > li .media-body .media-heading a {
  display: block;
  margin-bottom: 5px;
  color: #bf3773;
}
ul.thumb-small > li .media-body .media-heading small {
  font-size: 12px;
}
ul.thumb-small > li .media-body .media-heading small a {
  color: #777777;
}
ul.thumb-xxlarge {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.thumb-xxlarge > li {
  margin-top: 0;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
ul.thumb-xxlarge > li:first-child {
  border-top: none;
}
ul.thumb-xxlarge > li .media-thumb .img-shadow {
  position: relative;
  float: left;
  max-width: 100%;
}
ul.thumb-xxlarge > li .media-thumb .img-shadow img {
  float: left;
  height: 96px;
  width: 96px;
}
ul.thumb-xxlarge > li .media-thumb.media-left {
  float: left;
  margin-right: 10px;
}
ul.thumb-xxlarge > li .media-body .menu-right {
  float: right;
}
ul.thumb-xxlarge > li .media-body .quick-menu.menu-right {
  margin-left: 5px;
  margin-bottom: 5px;
}
ul.thumb-xxlarge > li .media-body .media-heading {
  margin: 0 0 5px;
}
ul.thumb-xxlarge > li .media-body .media-heading a {
  margin-bottom: 5px;
  color: #bf3773;
}
ul.thumb-xxlarge > li .media-body .media-heading small {
  font-size: 12px;
}
ul.thumb-xxlarge > li .media-body .media-heading small a {
  color: #777777;
}
ul.thumb-xxlarge > li .media-body .data {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  z-index: 999;
}
.em {
  font-style: italic;
}
.media-overflow,
.media-overflow .media,
.media-overflow .media-body {
  overflow: visible;
}
.news-ticker {
  position: relative;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.news-ticker #news-ticker-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.4);
}
ul.list-icon {
  list-style: none;
  padding: 0 20px;
}
ul.list-icon li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}
ul.list-icon li:hover {
  color: #bf3773;
}
.demo-btn > .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}
.demo-btn-group > .btn-group {
  margin-bottom: 5px;
  margin-right: 5px;
}
.demo-btn-group > .btn-toolbar > .btn-group {
  margin-bottom: 5px;
  margin-right: 5px;
}
/*****
  Begin Page Loader
  *****/
#page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
}
#page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -64px;
  width: 128px;
  height: 128px;
}
/*****
End Page Loader
*****/
/*****
Begin Header Option Page
*****/
.header-option-page {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
/*****
End Header Option Page
*****/
.jstree-hovered,
.jstree-wholerow-hovered {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background: #bf3773 !important;
  color: #fff !important;
  transition: background-color 0s, box-shadow 0s !important;
  transition-property: background-color, box-shadow !important;
  transition-duration: 0s, 0s !important;
  transition-timing-function: initial, initial;
  transition-delay: initial, initial;
}
.jstree-clicked,
.jstree-wholerow-clicked {
  background: #db81a9 !important;
  color: #fff !important;
}
.jstree-anchor,
.jstree-wholerow {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  transition: background-color 0s, box-shadow 0s !important;
  transition-property: background-color, box-shadow !important;
  transition-duration: 0s, 0s !important;
  transition-timing-function: initial, initial;
  transition-delay: initial, initial;
}
.family-tree-horizontal li a:hover,
.family-tree-horizontal li a:hover + ul li a,
.family-tree-vertical li a:hover,
.family-tree-vertical li a:hover + ul li a {
  background: #bf3773 !important;
  color: #fff !important;
}
.header-option-page {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.quick-sidebar {
  position: fixed;
  right: 0;
  top: 78px;
  bottom: 0;
  width: 280px;
  background-color: #353535;
  z-index: 100;
  display: none;
}
.quick-sidebar .header-quick-sidebar ul.nav.nav-tabs.ul-edit > li.active > ul > li.active > a {
  background-color: #e5e5e5;
  color: #999999;
}
.quick-sidebar .header-quick-sidebar ul.nav.nav-tabs.ul-edit > li > a {
  padding: 10px 0;
}
.quick-sidebar .content-quick-sidebar.tab-content {
  background-color: transparent;
  border: 0;
  padding: 0px;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane h4 {
  padding: 15px;
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #555;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-update > li {
  padding: 10px;
  border-bottom: 1px solid #414141;
  clear: both;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-update > li span.label:first-child {
  margin-right: 10px;
  padding: 8px;
  float: left;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-update > li div {
  margin-left: 25px;
  margin-bottom: 5px;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-update > li div ul.sub-list-update {
  padding-left: 25px;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-update > li div ul.sub-list-update li {
  padding: 3px 0;
  color: #777777;
}
.quick-sidebar .content-quick-sidebar.tab-content .tab-pane ul.list-features li {
  padding: 10px;
  border-bottom: 1px solid #414141;
  clear: both;
}
.quick-sidebar.quick-sidebar-hidden {
  display: block;
}
#page-user-profile .tab-content {
  /*border: 0;*/
}
#page-user-profile #tab-activity ul.list-activity > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}
#page-user-profile #tab-activity ul.list-activity > li:last-child {
  border-bottom: 0;
}
#page-user-profile #tab-activity ul.list-activity > li .avatar {
  float: left;
  margin-right: 10px;
}
#page-user-profile #tab-activity ul.list-activity > li .avatar img {
  width: 40px;
  display: inline-block;
}
#page-user-profile #tab-activity ul.list-activity > li .body {
  overflow: hidden;
  zoom: 1;
}
#page-user-profile #tab-activity ul.list-activity > li .body .desc small.text-muted {
  font-size: 10px;
  color: #BBBBBB;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content {
  margin-top: 20px;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content a {
  color: #428bca;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content a:hover {
  text-decoration: underline;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content .content-thumb {
  float: left;
  margin-right: 10px;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content .content-thumb img {
  width: 100px;
  display: inline-block;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content .content-thumb-large {
  float: left;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content .content-thumb-large img {
  width: 180px;
  display: inline-block;
  margin-right: 10px;
}
#page-user-profile #tab-activity ul.list-activity > li .body .content .content-info {
  overflow: hidden;
  zoom: 1;
}
#page-user-profile #tab-edit .tab-content {
  background: #f8f8f8;
}
#page-user-profile #tab-edit .nav-pills li.active a {
  background-color: #38cab333;
  border-color: #38cab333;
  border-radius: 4px !important;
}
#page-user-profile #tab-edit .nav-pills li.active a:hover {
  color:#38cab3 !important;
}
#page-user-profile #tab-edit .nav-pills li a {
  background-color: #fff;
  color: #7b8191;
}
#page-user-profile #tab-edit .nav-pills li a:hover {
 background-color: #38cab333;
  border-color: #38cab333;
  border-radius: 4px !important;
   color:#7b8191 !important;
}
.news-ticker {
  position: relative;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.news-ticker a {
  color: #fff;
}
.news-ticker #news-ticker-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.4);
}
#preloader button.show_demo {
  display: block;
  margin: auto;
}
#preloader .spinner {
  background: #bf3773;
  height: 200px;
}
#preloader .spinner.demo {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
#preloader #container {
  margin: -45px -60px;
  width: 120px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#preloader #dot {
  background: #FFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  left: 27px;
  transform-origin: center bottom;
  -webkit-animation: dot 0.6s ease-in-out infinite;
  -moz-animation: dot 0.6s ease-in-out infinite;
  animation: dot 0.6s ease-in-out infinite;
}
@-webkit-keyframes dot {
  0% {
    transform: scale(1, 0.7);
  }
  20% {
    transform: scale(0.7, 1.2);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    bottom: 100px;
  }
  46% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(0.7, 1.2);
  }
  90% {
    transform: scale(0.7, 1.2);
  }
  100% {
    transform: scale(1, 0.7);
  }
}
@keyframes dot {
  0% {
    transform: scale(1, 0.7);
  }
  20% {
    transform: scale(0.7, 1.2);
  }
  40% {
    transform: scale(1, 1);
  }
  50% {
    bottom: 100px;
  }
  46% {
    transform: scale(1, 1);
  }
  80% {
    transform: scale(0.7, 1.2);
  }
  90% {
    transform: scale(0.7, 1.2);
  }
  100% {
    transform: scale(1, 0.7);
  }
}
#preloader .step {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 2px solid #FFF;
  top: 0;
  right: 0;
}
@-webkit-keyframes anim {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 90px;
    right: 90px;
    opacity: 0;
  }
}
@keyframes anim {
  0% {
    opacity: 0;
    top: 0;
    right: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 90px;
    right: 90px;
    opacity: 0;
  }
}
#preloader #s1 {
  -webkit-animation: anim 1.8s linear infinite;
  -moz-animation: anim 1.8s linear infinite;
  animation: anim 1.8s linear infinite;
}
#preloader #s2 {
  -webkit-animation: anim 1.8s linear infinite -0.6s;
  -moz-animation: anim 1.8s linear infinite -0.6s;
  animation: anim 1.8s linear infinite -0.6s;
}
#preloader #s3 {
  -webkit-animation: anim 1.8s linear infinite -1.2s;
  -moz-animation: anim 1.8s linear infinite -1.2s;
  animation: anim 1.8s linear infinite -1.2s;
}
#pageloader2 .spinner {
  background: -webkit-linear-gradient(#1e1e21, #17171b);
  background: -o-linear-gradient(#1e1e21, #17171b);
  background: linear-gradient(#1e1e21, #17171b);
}
#pageloader2 .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pageloader2 .bouncywrap {
  position: relative;
}
#pageloader2 .dotcon {
  display: block;
  float: left;
  width: 50px;
  position: absolute;
}
#pageloader2 .dc1 {
  -webkit-animation: bouncy1 1.5s infinite;
  left: -40px;
  animation: bouncy1 1.5s infinite;
}
#pageloader2 .dc2 {
  -webkit-animation: bouncy2 1.5s infinite;
  animation: bouncy2 1.5s infinite;
  left: 0;
}
#pageloader2 .dc3 {
  -webkit-animation: bouncy3 1.5s infinite;
  animation: bouncy3 1.5s infinite;
  left: 40px;
}
#pageloader2 .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: rgba(150, 160, 180, 0.8);
}
@-webkit-keyframes bouncy1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(40px, 0px) rotate(-180deg);
  }
}
@keyframes bouncy1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(180deg);
  }
  100% {
    transform: translate(40px, 0px) rotate(-180deg);
  }
}
@-webkit-keyframes bouncy2 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-40px);
  }
  100% {
    -webkit-transform: translateX(-40px);
  }
}
@keyframes bouncy2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(-40px);
  }
}
@-webkit-keyframes bouncy3 {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-40px);
  }
}
@keyframes bouncy3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-40px);
  }
}
#pageloader3 .spinner {
  background: #111;
}
#pageloader3 .loader {
  position: relative;
  padding-top: 0px;
  width: 40px;
  margin: auto;
  position: absolute;
  top: 35%;
  left: 47%;
}
#pageloader3 .loader .circle {
  position: absolute;
  width: 38px;
  height: 38px;
  opacity: 0;
  transform: rotate(225deg);
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: orbit;
  -moz-animation-name: orbit;
  animation-name: orbit;
  -webkit-animation-duration: 5.5s;
  -moz-animation-duration: 5.5s;
  animation-duration: 5.5s;
}
#pageloader3 .loader .circle:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  /* Pick a color */
}
#pageloader3 .loader .circle:nth-child(2) {
  -webkit-animation-delay: 240ms;
  -moz-animation-delay: 240ms;
  animation-delay: 240ms;
}
#pageloader3 .loader .circle:nth-child(3) {
  -webkit-animation-delay: 480ms;
  -moz-animation-delay: 480ms;
  animation-delay: 480ms;
}
#pageloader3 .loader .circle:nth-child(4) {
  -webkit-animation-delay: 720ms;
  -moz-animation-delay: 720ms;
  animation-delay: 720ms;
}
#pageloader3 .loader .circle:nth-child(5) {
  -webkit-animation-delay: 960ms;
  -moz-animation-delay: 960ms;
  animation-delay: 960ms;
}
@-webkit-keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
@keyframes orbit {
  0% {
    transform: rotate(225deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  7% {
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    transform: rotate(815deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    transform: rotate(945deg);
    opacity: 0;
  }
}
#pageloader4 .spinner {
  padding: 80px 0;
  background: #252525;
  text-align: center;
}
#pageloader4 .spinftw {
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 47%;
  height: 30px;
  width: 30px;
  -webkit-animation: loader infinite 4s;
  -moz-animation: loader infinite 4s;
  animation: loader infinite 4s;
  box-shadow: 25px 25px #3498db, -25px 25px #9b59b6, -25px -25px #e74c3c, 25px -25px #2ecc71;
}
@-webkit-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #3498db, -25px 25px #9b59b6, -25px -25px #e74c3c, 25px -25px #2ecc71;
  }
  25% {
    box-shadow: -25px 25px #3498db, -25px -25px #9b59b6, 25px -25px #e74c3c, 25px 25px #2ecc71;
  }
  50% {
    box-shadow: -25px -25px #3498db, 25px -25px #9b59b6, 25px 25px #e74c3c, -25px 25px #2ecc71;
  }
  75% {
    box-shadow: 25px -25px #3498db, 25px 25px #9b59b6, -25px 25px #e74c3c, -25px -25px #2ecc71;
  }
}
@-moz-keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #3498db, -25px 25px #9b59b6, -25px -25px #e74c3c, 25px -25px #2ecc71;
  }
  25% {
    box-shadow: -25px 25px #3498db, -25px -25px #9b59b6, 25px -25px #e74c3c, 25px 25px #2ecc71;
  }
  50% {
    box-shadow: -25px -25px #3498db, 25px -25px #9b59b6, 25px 25px #e74c3c, -25px 25px #2ecc71;
  }
  75% {
    box-shadow: 25px -25px #3498db, 25px 25px #9b59b6, -25px 25px #e74c3c, -25px -25px #2ecc71;
  }
}
@keyframes loader {
  0%,
  100% {
    box-shadow: 25px 25px #3498db, -25px 25px #9b59b6, -25px -25px #e74c3c, 25px -25px #2ecc71;
  }
  25% {
    box-shadow: -25px 25px #3498db, -25px -25px #9b59b6, 25px -25px #e74c3c, 25px 25px #2ecc71;
  }
  50% {
    box-shadow: -25px -25px #3498db, 25px -25px #9b59b6, 25px 25px #e74c3c, -25px 25px #2ecc71;
  }
  75% {
    box-shadow: 25px -25px #3498db, 25px 25px #9b59b6, -25px 25px #e74c3c, -25px -25px #2ecc71;
  }
}
#pageloader5 main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pageloader5 .spinner-inline {
  position: relative;
}
#pageloader5 .spinner-inline:before,
#pageloader5 .spinner-inline:after {
  content: "";
  position: relative;
  display: block;
}
#pageloader5 .spinner-inline:before {
  -webkit-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  animation: spinner 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
#pageloader5 .spinner-inline:after {
  -webkit-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  -moz-animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  animation: shadow 2.5s cubic-bezier(0.75, 0, 0.5, 1) infinite normal;
  bottom: -1.5em;
  height: .25em;
  border-radius: 50%;
  background-color: #e9341a;
}
@-webkit-keyframes spinner {
  50% {
    border-radius: 50%;
    -webkit-transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
  }
}
@keyframes spinner {
  50% {
    border-radius: 50%;
    transform: scale(0.5) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
  }
}
@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(0.5);
    background-color: #ec4931;
  }
}
@keyframes shadow {
  50% {
    transform: scale(0.5);
    background-color: #ec4931;
  }
}
#pageloader6 .spinner {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
#pageloader6 .bar {
  position: relative;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  margin-top: 150px;
}
#pageloader6 .circle {
  position: absolute;
  top: -30px;
  margin-left: -30px;
  height: 60px;
  width: 60px;
  left: 0;
  background: #fff;
  border-radius: 30%;
  -webkit-animation: move 5s infinite;
}
#pageloader6 p {
  position: absolute;
  top: -35px;
  right: -85px;
  text-transform: uppercase;
  color: #347fc3;
  font-family: helvetica, sans-serif;
  font-weight: bold;
}
@-webkit-keyframes move {
  0% {
    left: 0;
  }
  50% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }
  75% {
    left: 100%;
    -webkit-transform: rotate(450deg);
    width: 150px;
    height: 150px;
  }
  100 {
    right: 100%;
  }
}
#pageloader7 .spinner {
  margin: 0;
  padding: 0;
  background: #191f27;
}
#pageloader7 .container {
  margin: -45px -60px;
  width: 120px;
  height: 90px;
  position: absolute;
  top: 35%;
  left: 50%;
}
#pageloader7 .ball {
  width: 10px;
  height: 10px;
  margin: 10px auto;
  border-radius: 50px;
}
#pageloader7 .ball:nth-child(1) {
  background: #ff005d;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(2) {
  background: #35ff99;
  -webkit-animation: left 1.1s infinite ease-in-out;
  -moz-animation: left 1.1s infinite ease-in-out;
  animation: left 1.1s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(3) {
  background: #008597;
  -webkit-animation: right 1.05s infinite ease-in-out;
  -moz-animation: right 1.05s infinite ease-in-out;
  animation: right 1.05s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(4) {
  background: #ffcc00;
  -webkit-animation: left 1.15s infinite ease-in-out;
  -moz-animation: left 1.15s infinite ease-in-out;
  animation: left 1.15s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(5) {
  background: #2d3443;
  -webkit-animation: right 1.1s infinite ease-in-out;
  -moz-animation: right 1.1s infinite ease-in-out;
  animation: right 1.1s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(6) {
  background: #ff7c35;
  -webkit-animation: left 1.05s infinite ease-in-out;
  -moz-animation: left 1.05s infinite ease-in-out;
  animation: left 1.05s infinite ease-in-out;
}
#pageloader7 .ball:nth-child(7) {
  background: #4d407c;
  -webkit-animation: right 1s infinite ease-in-out;
  -moz-animation: right 1s infinite ease-in-out;
  animation: right 1s infinite ease-in-out;
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translate(-15px);
  }
  50% {
    -webkit-transform: translate(15px);
  }
  100% {
    -webkit-transform: translate(-15px);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translate(15px);
  }
  50% {
    -webkit-transform: translate(-15px);
  }
  100% {
    -webkit-transform: translate(15px);
  }
}
@-moz-keyframes right {
  0% {
    -moz-transform: translate(-15px);
  }
  50% {
    -moz-transform: translate(15px);
  }
  100% {
    -moz-transform: translate(-15px);
  }
}
@-moz-keyframes left {
  0% {
    -moz-transform: translate(15px);
  }
  50% {
    -moz-transform: translate(-15px);
  }
  100% {
    -moz-transform: translate(15px);
  }
}
@keyframes right {
  0% {
    transform: translate(-15px);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translate(-15px);
  }
}
@keyframes left {
  0% {
    transform: translate(15px);
  }
  50% {
    transform: translate(-15px);
  }
  100% {
    transform: translate(15px);
  }
}
#pageloader-img img {
  margin-right: 15px;
  max-width: 32px;
}
.table-management .display-option .display-option-content {
  border: 1px solid #e5e5e5;
  padding: 10px 0px;
  display: inline-block;
  margin-top: -1px;
  width: 100%;
}
.table-management .display-option .display-option-content a.reset-default {
  text-decoration: underline;
  color: #d2322d;
}
.table-management .content-body {
  margin-top: 15px;
}
.table-management .content-body .form-group {
  margin-bottom: 0px;
}
.table-management .content-body .form-control {
  display: inline;
}
.table-management .content-body .action-bar select.more-action {
  width: 200px;
  display: inline;
  padding-top: 3px;
}
.table-management .content-body .action-bar ul.pagination {
  float: right;
  margin: 0px;
}
.table-management .content-body .filter {
  background: #efefef;
  border: 1px solid #ddd;
  border-bottom: 1px solid #efefef;
  position: relative;
}
.table-management .content-body .filter .filter-header {
  padding: 8px 8px 10px 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: -2px;
}
.table-management .content-body .filter a.toggle-filter-content {
  height: 38px;
  border-left: 1px solid #ddd;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
}
.table-management .content-body .filter a.toggle-filter-content span.caret {
  font-size: 15px;
  margin-top: 10px;
}
.table-management .content-body .filter a.filter-attr {
  color: #bf3773;
  border-bottom: 1px dotted #777;
}
.table-management .content-body .filter .filter-content {
  padding: 8px 5px 0px 8px;
  display: none;
}
.table-management .content-body .filter .filter-content .attr-select {
  width: 200px;
  display: inline;
  padding-top: 3px;
}
.table-management .content-body .filter .filter-content .filter-attr-content {
  background: #fff;
  padding: 8px 5px 0px 8px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
}
.table-management .content-body .filter .filter-content .attr-option {
  width: 150px;
  display: inline;
}
.table-management .content-body .filter .filter-content .attr-value {
  width: 50%;
  display: inline;
}
.table-management .list-table table tbody tr td a.status {
  font-size: 13px;
}
.table-management .list-table table tbody tr td a.status i.active {
  color: #2baf2b;
}
.table-management .list-table table tbody tr td a.status i.inactive {
  color: #ff3d00;
}
.table-management .list-table table tbody tr td a.status i.na {
  color: #ff9800;
}
.table-management .list-table table tbody tr td a.value {
  color: #0076BF;
  text-decoration: underline;
}
.table-management .list-table table tbody tr td a.value:hover {
  color: #52A437;
}
.table-management .list-table table tbody tr td a.trash {
  margin-right: 5px;
  color: #d2322d;
}
.table-management .list-table table tbody tr td a.trash i.fa {
  margin-right: 3px;
}
.table-management .list-table table tbody tr td a.trash:hover {
  text-decoration: underline;
}
.table-management .list-table table tbody tr td a.view {
  color: #5bc0de;
}
.table-management .list-table table tbody tr td a.view i.fa {
  margin-right: 3px;
}
.table-management .list-table table tbody tr td a.view:hover {
  text-decoration: underline;
}
.table-management .list-table table tbody tr td a.view,
.table-management .list-table table tbody tr td a.trash {
  visibility: hidden;
  font-size: 12px;
}
.table-management .list-table table tbody tr:hover a.view,
.table-management .list-table table tbody tr:hover a.trash {
  visibility: visible;
}
.last-col {
  overflow: hidden !important;
}
.pdn {
  padding: 0 !important;
}
.pdx {
  padding: 3px;
}
.pdm {
  padding: 10px;
}
.pdl {
  padding: 20px;
}
.pdxl {
  padding: 30px;
}
.pdxxl {
  padding: 40px;
}
.ptn,
.pvn,
.pan {
  padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
  padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
  padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
  padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
  padding-top: 20px !important;
}
.ptxl,
.pvxl,
.paxl {
  padding-top: 30px !important;
}
.ptxxl,
.pvxxl,
.paxxl {
  padding-top: 40px !important;
}
.prn,
.phn,
.pan {
  padding-right: 0 !important;
}
.prx,
.phx,
.pax {
  padding-right: 3px !important;
}
.prs,
.phs,
.pas {
  padding-right: 5px !important;
}
.prm,
.phm,
.pam {
  padding-right: 10px !important;
}
.prl,
.phl,
.pal {
  padding-right: 20px !important;
}
.prxl,
.phxl,
.paxl {
  padding-right: 30px !important;
}
.prxxl,
.phxxl,
.paxxl {
  padding-right: 40px !important;
}
.pbn,
.pvn,
.pan {
  padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
  padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
  padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
  padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
  padding-bottom: 20px !important;
}
.pbxl,
.pvxl,
.paxl {
  padding-bottom: 30px !important;
}
.pbxxl,
.pvxxl,
.paxxl {
  padding-bottom: 40px !important;
}
.pln,
.phn,
.pan {
  padding-left: 0 !important;
}
.plx,
.phx,
.pax {
  padding-left: 3px !important;
}
.pls,
.phs,
.pas {
  padding-left: 5px !important;
}
.plm,
.phm,
.pam {
  padding-left: 10px !important;
}
.pll,
.phl,
.pal {
  padding-left: 20px !important;
}
.plxl,
.phxl,
.paxl {
  padding-left: 30px !important;
}
.plxxl,
.phxxl,
.paxxl {
  padding-left: 40px !important;
}
.mtn,
.mvn,
.man {
  margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
  margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
  margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
  margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
  margin-top: 20px !important;
}
.mtxl,
.mvxl,
.maxl {
  margin-top: 30px !important;
}
.mtxxl,
.mvxxl,
.maxxl {
  margin-top: 40px !important;
}
.mrn,
.mhn,
.man {
  margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
  margin-right: 3px !important;
}
.mrs,
.mhs,
.mas {
  margin-right: 5px !important;
}
.mrm,
.mhm,
.mam {
  margin-right: 10px !important;
}
.mrl,
.mhl,
.mal {
  margin-right: 20px !important;
}
.mrxl,
.mhxl,
.maxl {
  margin-right: 30px !important;
}
.mrxxl,
.mhxxl,
.maxxl {
  margin-right: 40px !important;
}
.mbn,
.mvn,
.man {
  margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
  margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
  margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
  margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
  margin-bottom: 4px !important;
}
.mbxl,
.mvxl,
.maxl {
  margin-bottom: 30px !important;
}
.mbxxl,
.mvxxl,
.maxxl {
  margin-bottom: 40px !important;
}
.mln,
.mhn,
.man {
  margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
  margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
  margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
  margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
  margin-left: 20px !important;
}
.mlxl,
.mhxl,
.maxl {
  margin-left: 30px !important;
}
.mlxxl,
.mhxxl,
.maxxl {
  margin-left: 40px !important;
}
.alert-hide {
  display: none;
}
.alert {
  color: #bf4346;
}
.alert-success {
    background: #1a9c8633 !important;
    background-color: #1a9c8633 !important;
    color:#24d5b8 !important;
    border-color: #1a9c8633 !important;
    border-radius:4px !important;
}
#rootwizard-tabdetail2 .navbar-inner .nav-pills li {
  width: 20%;
}
#rootwizard-tabdetail2 .navbar-inner .nav-pills li a p.top {
  position: absolute;
  top: 10px;
  left: 0px;
}
#rootwizard-tabdetail2 .navbar-inner .nav-pills li a p.icon i.fa {
  width: 50px;
  height: 50px;
  border-radius: 25px !important;
  border: 3px solid #bf3773;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
#rootwizard-tabdetail2 .navbar-inner .nav-pills li a p.bottom {
  position: absolute;
  top: -10px;
  left: 0px;
}
.pace .pace-progress {
  background-color: #bf3773;
}
.legendColorBox {
  padding: 3px 0;
}
.legendColorBox div {
  border-radius: 50%;
  margin-right: 5px;
}
.legendColorBox div div {
  margin-right: 0;
}
.ui-state-default {
  border: 0;
  background: #bf3773;
  color: #ffffff;
}
.ui-widget-content {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.ui-widget-content .ui-state-default {
  border: 0;
  background: #bf3773;
  color: #ffffff;
  cursor: pointer;
}
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default:focus {
  background: #ab3167;
}
.ui-widget-header {
  background: #bf3773;
}
.ui-widget-header .ui-state-default {
  border: 0;
  background: #bf3773;
  color: #ffffff;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 3px solid #fefefe;
}
.ui-slider.ui-slider-horizontal .ui-slider-handle {
  top: -0.9em;
      text-align: center;
    font-size: 13px;
}
.ui-slider.ui-slider-vertical .ui-slider-handle {
  left: -0.85em;
}
#slider-multi span {
  height: 120px;
  float: left;
  margin: 20px;
}
.ui-slider-horizontal {
  height: 0.45em;
}
.ui-slider-vertical {
  width: 0.45em;
}
.example-val:before {
  content: "Value: ";
  font-weight: bold;
}
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background: #E5E5E5;
}
.irs-slider {
  width: 1.5em;
  height: 1.5em;
  top: 19px;
  border: 1px solid #fefefe;
  background: #777;
  border-radius: 50%;
}
.irs-diapason {
  background: #bf3773;
}
.irs {
  height: 40px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 8px;
  top: 25px;
}
.irs-line-left {
  height: 8px;
}
.irs-line-mid {
  height: 8px;
}
.irs-line-right {
  height: 8px;
}
.irs-diapason {
  height: 8px;
  top: 25px;
}
.irs-min,
.irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.3);
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid-pol {
  background: #777777;
}
.irs-grid-text {
  color: #777777;
}
.jquery-notific8-message {
  font-size: 13px;
}
[class*="jquery-notific8"],
[class*="jquery-notific8"]:after,
[class*="jquery-notific8"]:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.right .jquery-notific8-close-sticky span,
.left .jquery-notific8-close-sticky span {
  font-size: 10px;
}
.jquery-notific8-heading {
  font-weight: 300;
  font-size: 16px;
}
.colors {
  clear: both;
  padding: 24px 0 9px;
}
.skin-line .colors {
  padding-top: 28px;
}
.colors strong {
  float: left;
  line-height: 20px;
  margin-right: 20px;
}
.colors li {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin: 2px 1px 0 0;
  background: #000;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -ms-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}
.colors li:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.colors li.active {
  height: 20px;
  margin-top: 0;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.colors li.red {
  background: #d54e21;
}
.colors li.green {
  background: #78a300;
}
.colors li.blue {
  background: #0e76a8;
}
.colors li.aero {
  background: #9cc2cb;
}
.colors li.grey {
  background: #73716e;
}
.colors li.orange {
  background: #ff7700;
}
.colors li.yellow {
  background: #ffcc00;
}
.colors li.pink {
  background: #ff66b5;
}
.colors li.purple {
  background: #6a5a8c;
}
.sticky-header {
  z-index: 999;
}
.slimScrollDiv {
  float: left;
}
.slimScrollRail {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.table tbody tr.calendar-month-header:first-child th {
  border-top: 0;
  background: #bf3773;
  color: #ffffff;
  padding: 12px 0;
}
.table tbody tr.calendar-month-header:first-child th .calendar-month-navigation {
  padding-top: 0;
}
.table tbody tr.calendar-month-header:first-child th span {
  padding-bottom: 0;
}
.table tbody tr td {
  border-top: 1px solid #f5f5f5;
  vertical-align:middle;
}
.ticker-wrapper.has-js {
  margin: 0;
  padding: 0;
  float: left;
  background: transparent;
  font-size: 13px;
}
.ticker {
  display: block;
  position: relative;
  overflow: hidden;
  background: transparent;
  margin: 0;
  padding: 0;
}
.ticker-title {
  background-color: transparent;
}
.ticker-content {
  color: #ffffff;
  background: transparent;
  font-weight: normal;
  padding-top: 8px;
}
.ticker-content a {
  color: #777777;
}
.ticker-content a:hover,
.ticker-content a:focus {
  color: #777777;
  text-decoration: none;
}
.ticker-swipe {
  width: 100%;
  height: 42px;
  background: #405058;
}
.ticker-swipe span {
  margin-left: 1px;
  background-color: transparent;
  border-bottom: 3px solid #777777;
  height: 21px;
  width: 7px;
  display: block;
}
.news-update-box {
  float: left;
  padding: 9px 20px;
  line-height: 30px;
}
.introjs-helperLayer {
  background-color: rgba(255, 255, 255, 0.5);
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  position: absolute !important;
}
.introjs-helperNumberLayer {
  line-height: 13px;
}
body.header-fixed .top .jquery-notific8-notification:first-child {
  margin-top: 50px;
}
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small {
  color: #aaaaaa;
}
.counter.warning {
  color: #d9534f;
}
#rootwizard-custom-circle {
  margin-top: 50px;
  position: relative;
}
#rootwizard-custom-circle .navbar {
  margin-bottom: 35px;
}
#rootwizard-custom-circle:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #5CB85C;
  position: absolute;
  top: 30px;
  left: 0;
}
#rootwizard-custom-circle li {
  background-color: #fff;
  border: 3px solid #6ec06e;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  display: inline-block;
  float: left;
  list-style: none;
  margin-left: 17%;
  text-align: center;
  position: relative;
}
#rootwizard-custom-circle li:first-child {
  margin-left: 11%;
}
#rootwizard-custom-circle li a {
  font-size: 17px;
  line-height: 200%;
}
#rootwizard-custom-circle li a i {
  color: #6ec06e;
  top: 2px;
}
#rootwizard-custom-circle li a i.glyphicon-send {
  left: -3px;
}
#rootwizard-custom-circle li a p.anchor {
  position: absolute;
  top: -35px;
  left: -130px;
  width: 300px;
  font-family: 'oswald';
}
#rootwizard-custom-circle li a p.description {
  font-size: 13px;
  position: absolute;
  left: -130px;
  width: 300px;
}
#rootwizard-custom-circle li.active {
  background-color: #fff;
  border: 3px solid #bf3773;
}
#rootwizard-custom-circle li.active a,
#rootwizard-custom-circle li.active p,
#rootwizard-custom-circle li.active i {
  color: #bf3773;
}
#rootwizard-custom-circle #bar {
  height: 14px;
  border-radius: 5px;
}
#rootwizard-custom-circle .tab-content {
  border-width: 0px;
}
#rootwizard-custom-circle .tab-content .action {
  padding: 15px 0px;
  border-top: 1px solid #E6E6E6;
  margin-top: 60px;
}
#rootwizard-custom-circle .tab-content .action button.btn {
  padding: 7px 21px;
}
.news-ticker {
  position: relative;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.news-ticker a {
  color: #fff;
}
.news-ticker a:hover,
.news-ticker a:focus {
  text-decoration: underline;
}
.news-ticker #news-ticker-close {
  position: absolute;
  top: 5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.4);
}
.daterangepicker .ranges .input-mini {
  width: 74px !important;
}
a[data-wysihtml5-command-value=blockquote] .glyphicon-quote {
  top: -15px;
  left: -6px;
}
/**************************************/
/********** Jquery Jvectormap *********/
.jvectormap-zoomin,
.jvectormap-zoomout {
  background: #38cab3;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 4px 0;
}
.jvectormap-zoomout {
  top: 40px;
}
/********** Jquery Jvectormap *********/
/**************************************/
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus, .uneditable-input:focus {
      border-color: #bf3773;
    box-shadow: none;
    outline: 0 none;
    border: 1px solid #38cab3;
}

.form-control:focus {
    border-color: #bf3773 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}


a:focus,
.btn:focus {
  outline: 0 !important;
}
.img-circle {
  border-radius: 50% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: INHERIT;
    font-weight: 300;
}
.note {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 3px solid #e5e5e5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}
.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}
.note-success {
  border-color: #5cb85c;
  background: #dff0d8;
}
.note-success .box-heading {
  color: #5cb85c;
}
.note-warning {
  border-color: #f0ad4e;
  background: #fcf8e3;
}
.note-warning .box-heading {
  color: #f0ad4e;
}
.note-info {
  border-color: #5bc0de;
  background: #d9edf7;
}
.note-info .box-heading {
  color: #5bc0de;
}
.note-danger {
  border-color: #d9534f;
  background: #f2dede;
}
.note-danger .box-heading {
  color: #d9534f;
}
.pagination {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.pagination li a {
  border-color: #e5e5e5;
}
.pagination li span {
  border-right: #e5e5e5;
}
.pagination li.active a {
  border-color: #bf3773;
}
.pagination li.active span {
  border-color: #bf3773;
}
.pagination li:first-child a {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.pagination li:first-child span {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.pagination li:last-child a {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.pagination li:last-child span {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.badge {
  font-size: 13px !important;
  font-weight: 300;
  height: 18px;
  padding: 3px 6px 3px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle;
  background-color: #bcbcbc;
  margin-right:1px;
}
.label {
  font-size: 10px;
  font-weight: 300;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 25px !important;
}
.badge-default,
.label-default {
    background-color: #e4e4e4 !important;
    border: 1px solid #efefef !important;
    color: #828282;
}
.badge-primary,
.label-primary {
  background-color: #bf3773 !important;
}
.badge-red,
.label-red {
  background-color: #bf4346 !important;
}
.badge-orange,
.label-orange {
  background-color: #e9662c !important;
}
.badge-green,
.label-green {
  background-color: #38cab3 !important;
}
.badge-yellow,
.label-yellow {
  background-color: #f2994b !important;
}
.badge-blue,
.label-blue {
  background-color: #0a819c !important;
}
.badge-violet,
.label-violet {
  background-color: #9351ad !important;
}
.badge-pink,
.label-pink {
  background-color: #bf3773 !important;
}
.badge-grey,
.label-grey {
  background-color: #4b5d67 !important;
}
.badge-dark,
.label-dark {
  background-color: #594857 !important;
}

.label-WIN,
.label-success,
.badge-success {
    background-image: none !important;
    background-color: #38cab3 !important;
    border: 1px solid #38cab3 !important;
    color: #ffffff !important;
}
.label-warning,
.badge-warning {
    background-color: #ffc863 !important;
    background-image: none !important;
}

.label-waitDocs,
.badge-waitDocs {
    background-color: #2cbbff !important;
    background-image: none !important;
}

.label-LOSE,
.label-danger,
.badge-danger {
    background-image: none !important;
    background-color: #f74f75 !important;
    border: 1px solid #f74f75 !important;
    color: #ffffff;
}
.label-STAND.BY,
.label-info,
.badge-info {
    background-image: none !important;
    background-color: #5bc0de !important;
    border: 1px solid #5bc0de !important;
    color: #ffffff;
}


.label-sending,
.badge-sending {
    background-color: #9a9dc3;
    background-image: none !important;
}

.SENDING {
    background-color: #9a9dc3;
    background-image: none !important;
}





.nav.nav-pills > li > a > .badge {
    margin-top: -2px;
}
.nav.nav-stacked > li > a > .badge {
  margin-top: 1px;
  margin-bottom: 0px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #bf3773;
}
.pagination li.active a {
  color: #FFFFFF;
  background: #bf3773;
  z-index: 2;
  cursor: default;
}
.pagination li.active a:hover,
.pagination li.active a:focus {
  color: #FFFFFF;
  background: #bf3773;
  z-index: 2;
  cursor: default;
}
.pagination li.active span {
  color: #FFFFFF;
  background: #bf3773;
  z-index: 2;
  cursor: default;
}
.pagination li.active span:hover,
.pagination li.active span:focus {
  color: #FFFFFF;
  background: #bf3773;
  z-index: 2;
  cursor: default;
}
.pagination li a {
  color: #bf3773;
}
.panel {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.panel > .panel-heading {
  font-size: 13px;
  padding: 7px 15px;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-color: #e5e5e5 !important;
}
.panel > .panel-heading .subtitle {
  font-size: 13px;
  margin-left: 10px;
  color: #BBBBBB;
  margin-bottom: 0;
}
.panel > .panel-heading .toolbars {
  float: right;
}
.panel > .panel-heading .toolbars a {
  color: #777777;
}
.panel > .panel-heading .toolbars a:hover,
.panel > .panel-heading .toolbars a:focus {
  color: #bf3773;
}
.panel > .panel-heading .toolbars input {
  height: 30px;
}
.panel > .panel-heading .toolbars .input-icon i {
  margin-top: 8px;
}
.panel > .panel-heading .toolbars .btn-group a {
  margin-left: 10px;
}
.panel > .panel-footer {
  font-size: 18px;
  padding: 7px 15px;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.panel.panel-primary {
  border-color: #bf3773;
}
.panel.panel-primary > .panel-heading {
  color: #FFFFFF;
  background: #bf3773;
  border-color: #bf3773 !important;
}
.panel.panel-primary > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-primary > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-primary > .panel-heading .toolbars a:hover,
.panel.panel-primary > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-primary > .panel-footer {
  color: #FFFFFF;
  background: #bf3773;
  border-color: #bf3773 !important;
}
.panel.panel-red {
  border-color: #bf4346;
}
.panel.panel-red > .panel-heading {
  color: #FFFFFF;
  background: #bf4346;
  border-color: #bf4346 !important;
}
.panel.panel-red > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-red > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-red > .panel-heading .toolbars a:hover,
.panel.panel-red > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-red > .panel-footer {
  color: #FFFFFF;
  background: #bf4346;
  border-color: #bf4346 !important;
}
.panel.panel-orange {
  border-color: #e9662c;
}
.panel.panel-orange > .panel-heading {
  color: #FFFFFF;
  background: #e9662c;
  border-color: #e9662c !important;
}
.panel.panel-orange > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-orange > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-orange > .panel-heading .toolbars a:hover,
.panel.panel-orange > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-orange > .panel-footer {
  color: #FFFFFF;
  background: #e9662c;
  border-color: #e9662c !important;
}
.panel.panel-green {
  border-color: #38cab3;
}
.panel.panel-green > .panel-heading {
  color: #FFFFFF;
  background: #38cab3;
  border-color: #38cab3 !important;
}
.panel.panel-green > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-green > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-green > .panel-heading .toolbars a:hover,
.panel.panel-green > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-green > .panel-footer {
  color: #FFFFFF;
  background: #38cab3;
  border-color: #38cab3 !important;
}
.panel.panel-yellow {
  border-color: #f2994b;
}
.panel.panel-yellow > .panel-heading {
  color: #FFFFFF;
  background: #f2994b;
  border-color: #f2994b !important;
}
.panel.panel-yellow > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-yellow > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-yellow > .panel-heading .toolbars a:hover,
.panel.panel-yellow > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-yellow > .panel-footer {
  color: #FFFFFF;
  background: #f2994b;
  border-color: #f2994b !important;
}
.panel.panel-blue {
  border-color: #0a819c;
}
.panel.panel-blue > .panel-heading {
  color: #FFFFFF;
  background: #0a819c;
  border-color: #0a819c !important;
}
.panel.panel-blue > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-blue > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-blue > .panel-heading .toolbars a:hover,
.panel.panel-blue > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-blue > .panel-footer {
  color: #FFFFFF;
  background: #0a819c;
  border-color: #0a819c !important;
}
.panel.panel-pink {
  border-color: #bf3773;
}
.panel.panel-pink > .panel-heading {
  color: #FFFFFF;
  background: #bf3773;
  border-color: #bf3773 !important;
}
.panel.panel-pink > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-pink > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-pink > .panel-heading .toolbars a:hover,
.panel.panel-pink > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-pink > .panel-footer {
  color: #FFFFFF;
  background: #bf3773;
  border-color: #bf3773 !important;
}
.panel.panel-violet {
  border-color: #9351ad;
}
.panel.panel-violet > .panel-heading {
  color: #FFFFFF;
  background: #9351ad;
  border-color: #9351ad !important;
}
.panel.panel-violet > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-violet > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-violet > .panel-heading .toolbars a:hover,
.panel.panel-violet > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-violet > .panel-footer {
  color: #FFFFFF;
  background: #9351ad;
  border-color: #9351ad !important;
}
    .panel.panel-grey {
        border-color: #e8e8e8;
    }
        .panel.panel-grey > .panel-heading {
            color: #4b5d67;
            /* background: #4b5d67; */
            border-color: #e8e8e8 !important;
            background: rgb(235,235,235);
            background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
        }
.panel.panel-grey > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-grey > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-grey > .panel-heading .toolbars a:hover,
.panel.panel-grey > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-grey > .panel-footer {
  color: #FFFFFF;
  background: #4b5d67;
  border-color: #4b5d67 !important;
}
.panel.panel-dark {
  border-color: #594857;
}
.panel.panel-dark > .panel-heading {
  color: #FFFFFF;
  background: #594857;
  border-color: #594857 !important;
}
.panel.panel-dark > .panel-heading .subtitle {
  color: #FFFFFF;
}
.panel.panel-dark > .panel-heading .toolbars a {
  color: #777777;
}
.panel.panel-dark > .panel-heading .toolbars a:hover,
.panel.panel-dark > .panel-heading .toolbars a:focus {
  color: #f9f9f9;
}
.panel.panel-dark > .panel-footer {
  color: #FFFFFF;
  background: #594857;
  border-color: #594857 !important;
}
.panel.panel-white {
  border-color: #efefef;
}
.panel.panel-white > .panel-heading {
  border-bottom: 1px solid #faf9fb;
  color: #777777;
  background: #FFFFFF;
}
.panel.panel-white > .panel-heading .subtitle {
  color: #BBBBBB;
}
.panel.panel-white > .panel-footer {
  border-top: 1px solid #faf9fb;
  color: #777777;
  background: #FFFFFF;
}
.btn {
  outline: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 4px !important;
}
.btn.btn-square {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-outlined {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-outlined.btn-default {
  background: none;
  border: 1px solid #777777;
  color: #777777;
}
.btn-outlined.btn-primary {
  background: none;
  border: 1px solid #bf3773;
  color: #bf3773;
}
    .btn-outlined.btn-success {
        background: none;
        border: 1px solid #38cab3;
        color: #38cab3;
    }
.btn-outlined.btn-warning {
  background: none;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
}
.btn-outlined.btn-info {
  background: none;
  border: 1px solid #5bc0de;
  color: #5bc0de;
}
.btn-outlined.btn-danger {
  background: none;
  border: 1px solid #f74f75;
  color: #d9534f;
}
.btn-outlined.btn-red {
  background: none;
  border: 1px solid #bf4346;
  color: #bf4346;
}
.btn-outlined.btn-orange {
  background: none;
  border: 1px solid #e9662c;
  color: #e9662c;
}
.btn-outlined.btn-green {
  background: none;
  border: 1px solid #38cab3;
  color: #38cab3;
}
.btn-outlined.btn-yellow {
  background: none;
  border: 1px solid #f2994b;
  color: #f2994b;
}
.btn-outlined.btn-blue {
  background: none;
  border: 1px solid #0a819c;
  color: #0a819c;
}
.btn-outlined.btn-pink {
  background: none;
  border: 1px solid #bf3773;
  color: #bf3773;
}
.btn-outlined.btn-violet {
  background: none;
  border: 1px solid #9351ad;
  color: #9351ad;
}
.btn-outlined.btn-grey {
  background: none;
  border: 1px solid #4b5d67;
  color: #4b5d67;
}
.btn-outlined.btn-dark {
  background: none;
  border: 1px solid #594857;
  color: #594857;
}
.btn-default {
  color: #777777;
  background-color: #efefef;
  border-color: #e5e5e5;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #777777;
  background-color: #dbdbdb;
  border-color: #c6c6c6;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #efefef;
  border-color: #e5e5e5;
}
.btn-primary {
  color: #ffffff;
    background: linear-gradient(44.44deg, #ED2775 7.79%, #ED2775 94.18%);
    border-color: #ED2775;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary  {
  color: #ffffff;
    background: linear-gradient(44.44deg, #ED2775 7.79%, #cd1f63 94.18%);
    border-color: #ED2775;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #bf3773;
  border-color: #b7356e;
}
.btn-success {
  color: #ffffff;
  background-color: #38cab3;
  border-color: #38cab3;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ba995;
  border-color: #2ba995;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #55b555;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #53bddc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #28a4c9;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #53bddc;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #efa945;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #e38d13;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #efa945;
}
.btn-danger {
  color: #ffffff;
  background-color: #f74f75;
  border-color: #f74f75;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #b92c28;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d74b47;
}
.btn-red {
  color: #ffffff;
  background-color: #bf4346;
  border-color: #b93f42;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #a2373a;
  border-color: #8b2f32;
}
.btn-red:active,
.btn-red.active,
.open .dropdown-toggle.btn-red {
  background-image: none;
}
.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red,
.btn-red.disabled:hover,
.btn-red[disabled]:hover,
fieldset[disabled] .btn-red:hover,
.btn-red.disabled:focus,
.btn-red[disabled]:focus,
fieldset[disabled] .btn-red:focus,
.btn-red.disabled:active,
.btn-red[disabled]:active,
fieldset[disabled] .btn-red:active,
.btn-red.disabled.active,
.btn-red[disabled].active,
fieldset[disabled] .btn-red.active {
  background-color: #bf4346;
  border-color: #b93f42;
}
.btn-orange {
  color: #ffffff;
  background-color: #e9662c;
  border-color: #e85f23;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #d65116;
  border-color: #ba4713;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #e9662c;
  border-color: #e85f23;
}
.btn-green {
  color: #ffffff;
  background-color: #38cab3;
  border-color: #38cab3;
}
.btn {
    
    font-size: 13px;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #3a7157;
  border-color: #305d48;
}
.btn-green:active,
.btn-green.active,
.open .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #38cab3;
  border-color: #458567;
}
.btn-yellow {
  color: #ffffff;
  background-color: #f2994b;
  border-color: #f19441;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  color: #ffffff;
  background-color: #ef8325;
  border-color: #e57411;
}
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow {
  background-image: none;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
  background-color: #f2994b;
  border-color: #f19441;
}
.btn-blue {
    color: #405058;
    background-color: #f5f5f5;
    border-color: #f1f1f1;
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    border-radius: 4px !important;
    font-size: 12px !important;
    padding: 8px;
}
    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        border-color: #bf3773;
    }
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #0a819c;
  border-color: #097992;
}
.btn-violet {
  color: #ffffff;
  background-color: #9351ad;
  border-color: #8d4ea6;
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
  color: #ffffff;
  background-color: #7b4491;
  border-color: #6a3a7c;
}
.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
  background-image: none;
}
.btn-violet.disabled,
.btn-violet[disabled],
fieldset[disabled] .btn-violet,
.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
fieldset[disabled] .btn-violet:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
fieldset[disabled] .btn-violet:focus,
.btn-violet.disabled:active,
.btn-violet[disabled]:active,
fieldset[disabled] .btn-violet:active,
.btn-violet.disabled.active,
.btn-violet[disabled].active,
fieldset[disabled] .btn-violet.active {
  background-color: #9351ad;
  border-color: #8d4ea6;
}
.btn-pink {
  color: #ffffff;
  background-color: #bf3773;
  border-color: #b7356e;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #9f2e60;
  border-color: #882752;
}
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  background-image: none;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
  background-color: #bf3773;
  border-color: #b7356e;
}
.btn-grey {
  color: #ffffff;
  background-color: #4b5d67;
  border-color: #475861;
}
.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  color: #ffffff;
  background-color: #3a484f;
  border-color: #2d383e;
}
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
  background-image: none;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
  background-color: #4b5d67;
  border-color: #475861;
}
.btn-dark {
  color: #ffffff;
  background-color: #594857;
  border-color: #534351;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #423641;
  border-color: #322830;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #594857;
  border-color: #534351;
}
.btn-white {
  color: #777777;
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #777777;
  background-color: #ebebeb;
  border-color: #c6c6c6;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #e5e5e5;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group .input-group-addon {
  color: #777777;
  border-color: #e5e5e5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.input-group .input-group-btn .btn {
  border: 1px solid #e5e5e5 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input-group .input-group-btn .btn.btn-primary {
  border-color: #ab3167 !important;
}
.input-group .input-group-btn .btn.btn-success {
  border-color: #4cae4c !important;
}
.input-group .input-group-btn .btn.btn-warning {
  border-color: #eea236 !important;
}
.input-group .input-group-btn .btn.btn-info {
  border-color: #46b8da !important;
}
.input-group .input-group-btn .btn.btn-danger {
  border-color: #d43f3a !important;
}
.input-group .input-group-btn .btn.btn-red {
  border-color: #ad3b3e !important;
}
.input-group .input-group-btn .btn.btn-orange {
  border-color: #e45618 !important;
}
.input-group .input-group-btn .btn.btn-green {
  border-color: #3f7b5f !important;
}
.input-group .input-group-btn .btn.btn-yellow {
  border-color: #f08c33 !important;
}
.input-group .input-group-btn .btn.btn-blue {
  border-color: #086d84 !important;
}
.input-group .input-group-btn .btn.btn-pink {
  border-color: #ab3167 !important;
}
.input-group .input-group-btn .btn.btn-violet {
  border-color: #84499c !important;
}
.input-group .input-group-btn .btn.btn-grey {
  border-color: #405058 !important;
}
.input-group .input-group-btn .btn.btn-dark {
  border-color: #4b3d49 !important;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.dropdown-menu li a {
  color: #777777;
  padding: 9px 10px;
  font-size: 13px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 5px;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  position: absolute;
  display: inline-block;
  right: 7px;
  top: 7px;
  font-family: FontAwesome;
  height: auto;
  content: "\f105";
  font-weight: 300;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
}
.nav-pills li.active a {
background-color: #38cab333;
    border-color: #38cab333;
    border-radius: 4px !important;
}
.nav-pills li.active a:hover,
.nav-pills li.active a:focus {
 background-color: #38cab333;
    border-color: #38cab333;
    border-radius: 4px !important;
    color: #38cab3 !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #38cab333;
    border-color: #38cab333;
    border-radius: 4px !important;
    color: #38cab3 !important;
}

.nav-pills li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
      background-color: #fff;
    color: #7b8191;
}
.list-group .list-group-item {
  border-color: #e5e5e5;
  color: #777777;
}
.list-group .list-group-item.active {
  background: #bf3773;
  border-color: #bf3773;
  color: #ffffff;
}
.list-group .list-group-item.active:hover,
.list-group .list-group-item.active:focus {
  background: #bf3773;
  border-color: #bf3773;
}
.list-group .list-group-item:first-child {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.list-group .list-group-item:last-child {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.nav-tabs {
    border-color: #e5e5e5 !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs li a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tab-content {
  background: #fff;
  padding: 15px 0px;
  margin-bottom: 20px;
  border: 1px solid;
  border-color: #fff !important;
  border-top: 0;
}
.tabbable:before {
  display: table;
  line-height: 0;
  content: "";
}
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
  clear: both;
}
.tabbable.tabs-left .nav-tabs {
  float: left;
  display: inline-block;
  border-bottom: 0;
}
.tabbable.tabs-left .nav-tabs > li {
  float: none;

}
.tabbable.tabs-left .nav-tabs > li.active > a,
.tabbable.tabs-left .nav-tabs > li:hover > a,
.tabbable.tabs-left .nav-tabs > li:focus > a {
  border: 1px solid;
  border-color: #e5e5e5 !important;
  border-right: 0;
}
.tabbable.tabs-left .nav-tabs > li > a {
  border-right: 0;
  min-width: 74px;
  margin-bottom: 3px;
  margin-right: -1px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tabbable.tabs-left .tab-content {
  overflow: auto;
  border: 1px solid;
  border-color: #e5e5e5 !important;
}
.tabbable.tabs-right .nav-tabs {
  float: right;
  display: inline-block;
  border-bottom: 0;
}
.tabbable.tabs-right .nav-tabs > li {
  float: none;
}
.tabbable.tabs-right .nav-tabs > li.active > a,
.tabbable.tabs-right .nav-tabs > li:hover > a,
.tabbable.tabs-right .nav-tabs > li:focus > a {
  border: 1px solid;
  border-color: #e5e5e5 !important;
  border-left: 0;
}
.tabbable.tabs-right .nav-tabs > li > a {
  border-left: 0;
  min-width: 74px;
  margin-bottom: 3px;
  margin-left: -1px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tabbable.tabs-right .tab-content {
  overflow: auto;
  border: 1px solid;
  border-color: #e5e5e5 !important;
}
.tabbable.tabs-below .nav-tabs {
  margin-bottom: 20px !important;
  border: 0;
}
.tabbable.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabbable.tabs-below .nav-tabs > li.active > a {
  border: 1px solid;
  border-color: #e5e5e5 !important;
  border-top: 0;
}
.tabbable.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.tabbable.tabs-below .tab-content {
  overflow: auto;
  margin-bottom: 0 !important;
  border: 1px solid;
  border-color: #e5e5e5 !important;
}
.progress {
  position: relative;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.progress.progress-xs {
  height: 5px;
  margin-top: 5px;
}
.progress.progress-sm {
  height: 4px;
  margin-top: 5px;
}
.progress.progress-lg {
  height: 25px;
}
.progress .progress-bar {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: #bf3773;
}
.progress .progress-bar.progress-bar-success {
  background-color: #5cb85c !important;
}
.progress .progress-bar.progress-bar-warning {
  background-color: #f0ad4e !important;
}
.progress .progress-bar.progress-bar-info {
  background-color: #5bc0de !important;
}
.progress .progress-bar.progress-bar-danger {
  background-color: #d9534f !important;
}
.progress .progress-bar.progress-bar-red {
  background-color: #bf4346 !important;
}
.progress .progress-bar.progress-bar-orange {
  background-color: #e9662c !important;
}
.progress .progress-bar.progress-bar-green {
  background-color: #38cab3 !important;
}
.progress .progress-bar.progress-bar-yellow {
  background-color: #f2994b !important;
}
.progress .progress-bar.progress-bar-blue {
  background-color: #0a819c !important;
}
.progress .progress-bar.progress-bar-violet {
  background-color: #9351ad !important;
}
.progress .progress-bar.progress-bar-pink {
  background-color: #bf3773 !important;
}
.progress .progress-bar.progress-bar-grey {
  background-color: #4b5d67 !important;
}
.progress .progress-bar.progress-bar-dark {
  background-color: #594857 !important;
}
.progress .progress-bar.progress-bar-white {
  background-color: #ffffff !important;
}
.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  -ms-transition: width 6s ease-in-out;
  -o-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}
.progress.wide {
  width: 60px;
  height: 150px;
}
.progress.vertical.progress-xs {
  width: 10px;
  margin-top: 0;
}
.progress.vertical.progress-sm {
  width: 20px;
  margin-top: 0;
}
.progress.vertical.progress-lg {
  width: 70px;
}
.form-actions {
  padding: 20px 0;
  background: #fff;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.form-actions.top {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form-actions.none-bg {
  background: transparent;
  border-top: 1px dashed #f3f3f3;
}
.form-actions.none-bg.top {
  border-bottom: 1px dashed #f3f3f3;
  border-top: 0;
}
.state-success .form-control {
  border-color: #7edc7f !important;
}
.state-warning .form-control {
  border-color: #dcb359 !important;
}
.state-error .form-control {
  border-color: #db4c4a !important;
}
.state-success em {
  color: #7edc7f !important;
  margin-top: 5px;
  display: block;
}
.state-warning em {
  color: #dcb359 !important;
  margin-top: 5px;
  display: block;
}
.state-error em {
  color: #db4c4a !important;
  margin-top: 5px;
  display: block;
}
.state-success input,
.state-success select,
.state-success textarea {
  background: #dff0d8 !important;
}
.state-warning input,
.state-warning select,
.state-warning textarea {
  background: #fcf8e3 !important;
}
.state-error input,
.state-error select,
.state-error textarea {
  background: #f2dede !important;
}
.form-bordered .control-label {
  padding-top: 16px;
}
.form-bordered .form-group {
  margin: 0;
  border-bottom: 1px solid #f7f7f7;
}
.form-bordered .form-group > div {
  padding: 15px;
  border-left: 1px solid #f7f7f7;
}
.form-bordered .form-group:last-child {
  border-bottom: 0;
}
.form-bordered .help-block {
  margin-bottom: 0px;
}
.form-bordered.dashed .form-group {
  border-bottom: 1px dashed #f3f3f3;
}
.form-bordered.dashed .form-group > div {
  border-left: 1px dashed #f3f3f3;
}
.form-bordered.dashed .form-group:last-child {
  border-bottom: 0;
}
.form-seperated .control-label {
  padding-top: 16px;
}
.form-seperated .form-group {
  margin: 0;
  border-bottom: 1px solid #f7f7f7;
}
.form-seperated .form-group > div {
  padding: 15px;
}
.form-seperated .form-group:last-child {
  border-bottom: 0;
}
.form-seperated .help-block {
  margin-bottom: 0px;
}
.form-seperated.dashed .form-group {
  border-bottom: 1px dashed #f3f3f3;
}
.form-seperated.dashed .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.form-row-stripped .form-group:nth-child(odd) {
  background: #fcfcfc;
}
.form-horizontal.form-seperated .radio,
.form-horizontal.form-seperated .checkbox,
.form-horizontal.form-seperated .radio-inline,
.form-horizontal.form-seperated .checkbox-inline {
  padding-top: 0;
}
.text-primary {
  color: #bf3773 !important;
}
.text-red {
  color: #bf4346 !important;
}
.text-orange {
  color: #e9662c !important;
}
.text-green {
  color: #38cab3 !important;
}
.text-yellow {
  color: #f2994b !important;
}
.text-blue {
  color: #0a819c !important;
}
.text-pink {
  color: #bf3773 !important;
}
.text-violet {
  color: #9351ad !important;
}
.text-grey {
  color: #4b5d67 !important;
}
.text-dark {
  color: #594857 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-facebook {
  color: #418bca;
}
.text-twitter {
  color: #5bc0de;
}
.text-google-plus {
  color: #dd4c39;
}
.text-dribbble {
  color: #ec5d92;
}
.input-mini {
  width: 45px !important;
}
.input-xsmall {
  width: 80px !important;
}
.input-small {
  width: 120px !important;
}
.input-medium {
  width: 240px !important;
}
.input-large {
  width: 320px !important;
}
.input-xlarge {
  width: 480px !important;
}
.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-group .input-inline {
  margin-right: 5px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.ui-spinner-input {
  height: 24px;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.modal .modal-dialog .modal-content .modal-header.modal-header-primary {
  background: #bf3773;
}
.modal .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title {
  color: #FFFFFF;
}
.modal .modal-dialog .modal-content .modal-footer.modal-footer-left {
  text-align: left !important;
}
.portlet {
  clear: both;
  margin-top: 0px;
  margin-bottom: 9px;
  padding: 0px;
}
.portlet {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
    .portlet.box > .portlet-header {
        margin-bottom: 0;
        padding: 20px 15px;
        border-top-right-radius: 4px !important;
        border-top-left-radius: 4px !important;
    }
.portlet > .portlet-header {
  margin-bottom: 15px;
  background: #ffffff;
  border-bottom: 0px solid #e5e5e5;
}
.portlet > .portlet-header:before {
  content: "";
  display: table;
  line-height: 0;
}
.portlet > .portlet-header:after {
  content: "";
  display: table;
  line-height: 0;
  clear: both;
}
.portlet > .portlet-header .caption {
  float: left;
    display: inline-block;
    line-height: 18px;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.portlet > .portlet-header .caption:before {
    content: "";
    width: 3px;
    height: 16px;
    background: #bf3773;
    position: absolute;
    left: 23px;
    display: block;
    top: 21px;
}




.portlet > .portlet-header .caption i {
  float: left;
  margin-top: 4px;
  display: inline-block !important;
  font-size: 13px;
  margin-right: 5px;
  color: #777777;
}
.portlet > .portlet-header .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}
.portlet > .portlet-header .actions > .btn {
  padding: 4px 10px;
  margin-top: -18px;
}
.portlet > .portlet-header .actions > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -13px;
}
.portlet > .portlet-header .actions > .btn.btn-xs {
  padding: 1px 5px;
  margin-top: -13px;
}
.portlet > .portlet-header .actions > .btn-group {
  margin-top: -12px;
}
.portlet > .portlet-header .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}
.portlet > .portlet-header .actions > .btn-group > .btn.btn-sm {
  padding: 3px 8px;
  margin-top: -1px;
}
.portlet > .portlet-header .actions > .btn-group > .btn.btn-xs {
  padding: 1px 5px;
  margin-top: -1px;
}
.portlet > .portlet-header .pagination.pagination-sm {
  float: right;
  display: inline-block;
  margin: 0px;
}
.portlet > .portlet-header .pagination.pagination-sm li a {
  padding: 3px 10px;
}
.portlet > .portlet-header .tools {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: right;
}
.portlet > .portlet-header .tools i {
  margin-left: 5px;
  cursor: pointer;
}
.portlet .portlet-body {
  /*background: #FFFFFF;
  padding: 15px;
  clear: both;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;*/
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff!important;
    background-clip: border-box;
    border: 0px solid transparent;
    margin-bottom: 1.3rem;
    box-shadow: 1px 1px 4px #9a9acc1a;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
   /* border-radius: 0.25rem;*/
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.portlet .portlet-body.form {
  padding: 0 !important;
}
.portlet.portlet-default > .portlet-header {
  background: #FFFFFF;
  color: #777777;
  border-bottom: 1px solid #f0f2f6;
}
.portlet.portlet-default > .portlet-header i {
  color: #777777;
}
.portlet.portlet-default > .portlet-header .btn i {
  color: #777777;
}
.portlet.portlet-primary {
  border-color: #bf3773;
}
.portlet.portlet-primary > .portlet-header {
  background: #bf3773;
  color: #ffffff;
}
.portlet.portlet-red {
  border-color: #bf4346;
}
.portlet.portlet-red > .portlet-header {
  background: #bf4346;
  color: #ffffff;
}
.portlet.portlet-orange {
  border-color: #e9662c;
}
.portlet.portlet-orange > .portlet-header {
  background: #e9662c;
  color: #ffffff;
}
.portlet.portlet-green {
  border-color: #38cab3;
}
.portlet.portlet-green > .portlet-header {
  background: #38cab3;
  color: #ffffff;
}
.portlet.portlet-yellow {
  border-color: #f2994b;
}
.portlet.portlet-yellow > .portlet-header {
  background: #f2994b;
  color: #ffffff;
}
.portlet.portlet-blue {
  border-color: #0a819c;
}
.portlet.portlet-blue > .portlet-header {
  background: #0a819c;
  color: #ffffff;
}
.portlet.portlet-violet {
  border-color: #9351ad;
}
.portlet.portlet-violet > .portlet-header {
  background: #9351ad;
  color: #ffffff;
}
.portlet.portlet-pink {
  border-color: #bf3773;
}
    .portlet.portlet-pink > .portlet-header {
        color: #2f3c42;
        background: rgb(235,235,235);
        background: linear-gradient(0deg, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
    }
.portlet.portlet-grey {
  border-color: #4b5d67;
}
    .portlet.portlet-grey > .portlet-header {
        color: #4b5d67;
        background: #fff;
        background: linear-gradient(0deg, #fff 0%, #fff 100%);
    }
.portlet.portlet-dark {
  border-color: #594857;
}
.portlet.portlet-dark > .portlet-header {
  background: #594857;
  color: #ffffff;
}
.portlet {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.portlet.color {
  padding: 0;
}
.portlet.color .portlet-header {
  margin-bottom: 0;
  border: 0px;
}
.portlet.color .portlet-header .btn.btn-white i {
  color: #777777;
}
.portlet.color .portlet-body {
  background: transparent;
}
.portlet.color.portlet-default {
  background: #FFFFFF !important;
}
.portlet.color.portlet-default > .portlet-header {
  color: #777777;
  border: 0;
}
.portlet.color.portlet-default > .portlet-header > .caption i {
  color: #777777;
  border: 0;
}
.portlet.color.portlet-default > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-default > .portlet-body {
  color: #777777;
  border: 0;
  padding: 0;
  background: transparent;
}
.portlet.color.portlet-primary {
  background: #bf3773 !important;
}
.portlet.color.portlet-primary > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-primary > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.brand-primary {
  background: #bf3773 !important;
}
.portlet.color.portlet-red {
  background: #bf4346 !important;
}
.portlet.color.portlet-red > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-red > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-red > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-red > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-red {
  background: #bf4346 !important;
}
.portlet.color.portlet-orange {
  background: #e9662c !important;
}
.portlet.color.portlet-orange > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-orange > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-orange {
  background: #e9662c !important;
}
.portlet.color.portlet-green {
  background: #38cab3 !important;
}
.portlet.color.portlet-green > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-green > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-green > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-green > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-green {
  background: #38cab3 !important;
}
.portlet.color.portlet-yellow {
  background: #f2994b !important;
}
.portlet.color.portlet-yellow > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-yellow > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-yellow {
  background: #f2994b !important;
}
.portlet.color.portlet-blue {
  background: #0a819c !important;
}
.portlet.color.portlet-blue > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-blue > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-blue {
  background: #0a819c !important;
}
.portlet.color.portlet-violet {
  background: #9351ad !important;
}
.portlet.color.portlet-violet > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-violet > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-violet {
  background: #9351ad !important;
}
.portlet.color.portlet-pink {
  background: #bf3773 !important;
}
.portlet.color.portlet-pink > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-pink > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-pink {
  background: #bf3773 !important;
}
.portlet.color.portlet-grey {
  background: #4b5d67 !important;
}
.portlet.color.portlet-grey > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-grey > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-grey {
  background: #4b5d67 !important;
}
.portlet.color.portlet-dark {
  background: #594857 !important;
}
.portlet.color.portlet-dark > .portlet-header {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .caption i {
  color: #ffffff;
  border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .tools {
  border: 0px;
}
.portlet.color.portlet-dark > .portlet-body {
  color: #ffffff;
  border: 0;
}
.portlet.color > .portlet-body.color-dark {
  background: #594857 !important;
}
.portlet-tabs > .nav-tabs {
  position: relative;
  top: -44px;
  margin-right: 15px;
  border-bottom: none;
  padding: 4px 0px;
  overflow: hidden;
}
.portlet-tabs > .nav-tabs > li {
  float: right;
  margin-left: 1px;
}
.portlet-tabs > .nav-tabs > li:last-child a {
  border-right: 0;
}
.portlet-tabs > .nav-tabs > li.active {
  color: #bf3773;
  border-top-color: transparent;
}
.portlet-tabs > .nav-tabs > li.active a {
  margin-bottom: 0px;
  border-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
  background-color: none !important;
  border-top-color: transparent !important;
  color: #777777;
  cursor: default;
}
.portlet-tabs > .nav-tabs > li.active a:hover {
  background-color: #fff !important;
}
.portlet-tabs > .nav-tabs > li a {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 16px;
  margin-top: 6px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 0;
  border-right: 0;
}
.portlet-tabs > .nav-tabs > li a:hover {
  color: #777777;
  margin-bottom: 0;
  border-bottom-color: transparent;
  margin-left: 0;
  margin-right: 0;
  border-left: 0;
  border-right: 0;
  background-color: none !important;
  border-top-color: transparent;
}
.portlet-tabs > .tab-content {
  padding: 15px !important;
  margin: 0px;
  margin-top: -50px !important;
  border: 0;
}
.portlet.tabbable .portlet-body {
  padding: 0px !important;
}
.sortable .portlet .portlet-header {
  cursor: move;
}
.sortable-placeholder {
  display: block;
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  background-color: #f5f5f5;
  border: 1px dashed #bf3773;
}
.sortable-placeholder * {
  visibility: hidden;
}
.wait {
  position: relative;
  background: url("../../images/icons/loading.gif") center no-repeat !important;
}
.family-tree-vertical li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0px 5px;
}
.family-tree-vertical li:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 1px solid #ccc;
  bottom: 50px;
}
.family-tree-vertical li:after {
  content: '';
  position: absolute;
  top: 30px;
  width: 25px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 1px solid #ccc;
}
.family-tree-vertical li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 13px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.family-tree-vertical li a:hover,
.family-tree-vertical li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.family-tree-vertical li:last-child:before {
  height: 30px;
}
.family-tree-vertical > ul > li::before,
.family-tree-vertical > ul > li::after {
  border: 0;
}
.family-tree-vertical li a:hover + ul li::after,
.family-tree-vertical li a:hover + ul li::before,
.family-tree-vertical li a:hover + ul::before,
.family-tree-vertical li a:hover + ul ul::before {
  border-color: #94a0b4;
}
.family-tree-horizontal ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.family-tree-horizontal li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.family-tree-horizontal li::before,
.family-tree-horizontal li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}
.family-tree-horizontal li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.family-tree-horizontal li:only-child::after,
.family-tree-horizontal li:only-child::before {
  display: none;
}
.family-tree-horizontal li:only-child {
  padding-top: 0;
}
.family-tree-horizontal li:first-child::before,
.family-tree-horizontal li:last-child::after {
  border: 0 none;
}
.family-tree-horizontal li:last-child::before {
  border-right: 1px solid #ccc;
}
.family-tree-horizontal ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
.family-tree-horizontal li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 13px;
  display: inline-block;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.family-tree-horizontal li a:hover,
.family-tree-horizontal li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}
.family-tree-horizontal li a:hover + ul li::after,
.family-tree-horizontal li a:hover + ul li::before,
.family-tree-horizontal li a:hover + ul::before,
.family-tree-horizontal li a:hover + ul ul::before {
  border-color: #94a0b4;
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-left: 33px !important;
  color: #000;
}
.input-icon i {
  color: #999999;
  display: block;
  position: absolute;
  margin: 10px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
  z-index:0;
}

.icon-editor {
    color: #999999;
    display: block;
    position: relative !important;
    margin: 0 !important;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}
.input-icon.right i {
  right: 8px;
  float: right;
}
.has-success .input-icon i {
  color: #5cb85c;
}
.has-warning .input-icon i {
  color: #f0ad4e;
}
.has-error .input-icon i {
  color: #d9534f;
}
.rating {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 27px;
  color: #777777;
}
.rating label {
  display: block;
  float: right;
  height: 17px;
  margin-top: 5px;
  padding: 0 2px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  color: #ccc;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.rating label .fa-star:before {
  content: "\f005";
}
.table thead tr th,
.table thead tr td {
  border-bottom: 0;
}
.table.table-sm {
  font-size: .875em;
}
.table.table-md {
    font-size: 12px;
}
.table.table-lg {
  font-size: 1.2em;
}
.table > input[type=text] {
  font-weight: normal;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.table select {
  font-weight: normal;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.table.table-advanced thead tr th {
  border-bottom-width: 1px !important;
  background-color: #fff;
}
.table.table-advanced thead.primary tr th {
  background: #bf3773;
  color: #FFFFFF;
}
.table.table-advanced thead.success tr th {
  background: #5cb85c;
  color: #FFFFFF;
}
.table.table-advanced thead.warning tr th {
  background: #f0ad4e;
  color: #FFFFFF;
}
.table.table-advanced thead.info tr th {
  background: #5bc0de;
  color: #FFFFFF;
}
.table.table-advanced thead.danger tr th {
  background: #d9534f;
  color: #FFFFFF;
}
.table.table-advanced thead.red tr th {
  background: #bf4346;
  color: #FFFFFF;
}
.table.table-advanced thead.orange tr th {
  background: #e9662c;
  color: #FFFFFF;
}
.table.table-advanced thead.green tr th {
  background: #38cab3;
  color: #FFFFFF;
}
.table.table-advanced thead.yellow tr th {
  background: #f2994b;
  color: #FFFFFF;
}
.table.table-advanced thead.blue tr th {
  background: #0a819c;
  color: #FFFFFF;
}
.table.table-advanced thead.pink tr th {
  background: #bf3773;
  color: #FFFFFF;
}
.table.table-advanced thead.violet tr th {
  background: #9351ad;
  color: #FFFFFF;
}
.table.table-advanced thead.grey tr th {
  background: #4b5d67;
  color: #FFFFFF;
}
.table.table-advanced thead.dark tr th {
  background: #594857;
  color: #FFFFFF;
}
.table.table-advanced thead.white tr th {
  background: #ffffff;
  color: #777777;
}
.table.table-advanced tfoot tr th {
  border-bottom: 0 !important;
  background: #efefef;
}
.table.table-advanced tfoot.primary tr th {
  background: #bf3773;
  color: #FFFFFF;
}
.table.table-advanced tfoot.success tr th {
  background: #5cb85c;
  color: #FFFFFF;
}
.table.table-advanced tfoot.warning tr th {
  background: #f0ad4e;
  color: #FFFFFF;
}
.table.table-advanced tfoot.info tr th {
  background: #5bc0de;
  color: #FFFFFF;
}
.table.table-advanced tfoot.danger tr th {
  background: #d9534f;
  color: #FFFFFF;
}
.table.table-advanced tfoot.red tr th {
  background: #bf4346;
  color: #FFFFFF;
}
.table.table-advanced tfoot.orange tr th {
  background: #e9662c;
  color: #FFFFFF;
}
.table.table-advanced tfoot.green tr th {
  background: #38cab3;
  color: #FFFFFF;
}
.table.table-advanced tfoot.yellow tr th {
  background: #f2994b;
  color: #FFFFFF;
}
.table.table-advanced tfoot.blue tr th {
  background: #0a819c;
  color: #FFFFFF;
}
.table.table-advanced tfoot.pink tr th {
  background: #bf3773;
  color: #FFFFFF;
}
.table.table-advanced tfoot.violet tr th {
  background: #9351ad;
  color: #FFFFFF;
}
.table.table-advanced tfoot.grey tr th {
  background: #4b5d67;
  color: #FFFFFF;
}
.table.table-advanced tfoot.dark tr th {
  background: #594857;
  color: #FFFFFF;
}
.table.table-advanced tfoot.white tr th {
  background: #ffffff;
  color: #777777;
}
.table.table-hover-color tbody tr:hover td:first-child {
  border-left: 4px solid #bf3773;
}
.table-actions {
  margin-bottom: 20px;
}
.table-actions.bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.table-actions .pagination {
  margin: 0;
}
.fixed-header {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
  z-index: 999;
}
.page-header-breadcrumb {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.timeline-label {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.form-group > label.text-primary,
.form-group > .control-label,
.control-label{
  color: #9393b5 !important;
  font-weight:700;
      white-space: initial;
}
.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #e5e5e5;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 4px !important;
    padding-left: 30px;

    display: block;
    width: 100%;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    color: #4d5875;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededf5;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
label {
  font-weight: normal;
}
.alert {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  white-space: initial;
}
.breadcrumb {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.navbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.thumbnail {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #e5e5e5 !important;
}
.tooltip .tooltip-inner {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.popover {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #e5e5e5 !important;
}
.popover.left .arrow {
  border-left-color: #e5e5e5;
}
.popover.right .arrow {
  border-right-color: #e5e5e5;
}
.popover.top .arrow {
  border-top-color: #e5e5e5;
}
.popover.bottom .arrow {
  border-bottom-color: #e5e5e5;
  top: -14px;
}
.well {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #e5e5e5 !important;
}
ul.todo-list li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.chats li.in .message {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
ul.chats li.out .message {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.cke_chrome {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cke_chrome .cke_top {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}
.cke_chrome .cke_bottom {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}
.cke_chrome .cke_combo_button,
.cke_chrome .cke_toolgroup {
  border-color: #e5e5e5;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}
.cke_chrome .cke_combo_button:hover,
.cke_chrome .cke_toolgroup:hover,
.cke_chrome .cke_combo_button:focus,
.cke_chrome .cke_toolgroup:focus {
  background-image: none;
}
.cke_chrome a.cke_button_off:hover,
.cke_chrome a.cke_button_off:focus,
.cke_chrome a.cke_button_off:active,
.cke_chrome a.cke_button_disabled:hover,
.cke_chrome a.cke_button_disabled:focus,
.cke_chrome a.cke_button_disabled:active,
.cke_chrome .cke_combo_off a.cke_combo_button:hover,
.cke_chrome .cke_combo_off a.cke_combo_button:focus {
  background-image: none;
}
.md-editor > textarea {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#toast-container > :hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#toast-container div {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-switch {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
}
.has-switch span.switch-left,
.has-switch span.switch-right,
.has-switch label {
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 0;
}
.has-switch span.switch-left.switch-primary,
.has-switch span.switch-right.switch-primary,
.has-switch label.switch-primary {
  text-shadow: none;
  box-shadow: none;
  background-image: none;
  background: #bf3773 !important;
}
.has-switch .switch-left {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.has-switch .switch-right {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.has-switch .switch-on label {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background-color: #e5e5e5;
}
.has-switch .switch-off label {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-color: #e5e5e5;
}
.slimScrollBar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.clockface .outer,
.clockface .inner {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.clockface .inner.active,
.clockface .inner.active:hover,
.clockface .outer.active,
.clockface .outer.active:hover {
  text-shadow: none;
  background-image: none;
}
.clockface .inner.active:hover,
.clockface .inner.active:hover:hover,
.clockface .inner.active:active,
.clockface .inner.active:hover:active,
.clockface .inner.active.active,
.clockface .inner.active:hover.active,
.clockface .inner.active.disabled,
.clockface .inner.active:hover.disabled,
.clockface .inner.active[disabled],
.clockface .inner.active:hover[disabled] {
  background: #bf3773;
}
.clockface .outer.active:hover,
.clockface .outer.active:hover:hover,
.clockface .outer.active:active,
.clockface .outer.active:hover:active,
.clockface .outer.active.active,
.clockface .outer.active:hover.active,
.clockface .outer.active.disabled,
.clockface .outer.active:hover.disabled,
.clockface .outer.active[disabled],
.clockface .outer.active:hover[disabled] {
  background: #5cb85c;
}
.bootstrap-datetimepicker-widget td span {
  height: auto;
  line-height: normal;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.datepicker td,
.datepicker th {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td span {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.datepicker {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.daterangepicker .ranges li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #adabab;
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #bf3773;
  border: 1px solid #bf3773;
}
.daterangepicker .ranges .input-mini,
.daterangepicker td,
.daterangepicker th,
.daterangepicker .calendar-date {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.fc-state-default {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #e5e5e5;
  text-shadow: none;
  color: #777777;
}
.page-form {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.page-form .header-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.media img.media-object {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.dd .dd-list .dd-item .dd-handle,
.dd .dd-list .dd-item .dd3-content {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #e5e5e5 !important;
}
.dd .dd-list .dd-item .dd-handle.dd3-handle,
.dd .dd-list .dd-item .dd3-content.dd3-handle {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.jquery-notific8-notification {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  padding: 0.5em 1em;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
#theme-setting .btn-theme-setting {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#theme-setting .content-theme-setting ul#list-color li {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.jplist-panel .jplist-pagination button {
  border: 1px solid #e5e5e5;
}
.jplist-panel .jplist-pagination button:hover {
  background: #e5e5e5;
}
.jplist-thumbs-view .list-item .block {
  bottom: 10px;
}
.jplist-panel .jplist-group {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #e5e5e5;
}


/*Custom*/


.form-control::-webkit-input-placeholder {
    color: #4d58755e;
    font-style: normal;
    font-weight:500;
}
/* WebKit, Blink, Edge */
.form-control:-moz-placeholder {
    color: #4d58755e;
    font-style: italic;
    font-weight:500;
}
/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder {
    color: #4d58755e;
    font-style: italic;
    font-weight:500;
}
/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #4d58755e;
    font-style: italic;
    font-weight:500;
}
/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder {
    color: #4d58755e;
    font-style: italic;
    font-weight:500;
}
/* Microsoft Edge */








.value {
font-weight:bold;
}

.form-control {
  margin-bottom: 6px;
  font-size:11px;
}

.panel-heading-promoter {
  font-size: 12px !important;
}

.panel-heading-promoter-active {
  background:#bf3773 !important;
  font-size: 12px !important;
}

.panel-heading-promoter-active > a{
  background:#bf3773 !important;
  font-size: 12px !important;
  color: #fff !important;
}

.panel-group-promoter {
  margin-bottom: 5px !important;
}

.panel.panel-lightGrey > .panel-heading {
  color: #FFFFFF;
  background: #ccc;
  border-color: #ccc !important;
}

.map-responsive{
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.bordered{
  border: 1px solid #ececec !important;
  border-radius: 8px !important;
}



.form-divider {
    height: 50px;
    display: inline-block;
    min-height: 50px;
}

.nav-tabs > li {
    margin-bottom: -1px;
    float: none;
    display: inline-block;
}


.nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: none; /*inset 0 0 6px rgba(0,0,0,0.3)*/
    background-color: transparent;
    border: 0px solid #777777;
    border-radius: 10px;
}

.nav-tabs::-webkit-scrollbar {
    background-color: transparent;
}

.nav-tabs::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 11px rgb(0 0 0 / 30%);
    background-color: #fff;
    border: 1px solid #4b5d6700;
    border-radius: 7px;
    width: 5px;
    height: 5px;
}

.nav-tabs-light::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
    border: 5px solid #f0f2f5 !important;
    border-radius: 7px;
    width: 5px;
    height: 5px;
}


.vertical-icons-menu li {
    text-align: center;
}

.vertical-icons-menu li i {
    font-size: 23px;
}

    .vertical-icons-menu li a {
        background:#fff;
    }


.img-preview {
    border: 1px solid #efefef;
    text-align: center;
}
.slimScrollDiv {
    width: 100% !important;
    background: #405058;
}

btn.transparent {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.alert ul, 
.alert ol {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.btn-action {
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset;
    background: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%) rgb(237, 237, 237);
    border-radius: 6px !important;
    border: 1px solid rgb(220, 220, 220);
    display: inline-block;
    cursor: pointer;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
}

.alert-danger {
    color: #f34343 !important;
    background-color: #f3434333;
    border-color: #f3434333;
    border-radius: 4px !important;
    text-transform: none !important;
}
    .btn-action:hover {
        cursor: pointer;
        color: #bf3773;
    }


.inline-form-control[disabled] {
    background-color: transparent !important;
    border: 0 !important;
    text-align: center !important;
    font-size:12px !important;
}

.inline-form-control {
    text-align: center !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.table select {
    height:40px !important;
}

.text-amount {
    color: #4b5d67;
    font-weight:700;
}



#user-summary {
    position: relative;
    /*right: 0;*/
    /*top: 95px;*/
    bottom: 0;
    width: 100%;
    background: transparent;
    height: 109vh !important;
    /*z-index: 9999;*/
    /*display: none;*/
}

    #user-summary.fixed {
        position: relative;
        min-height: 0 !important;
    }

    #user-summary .user-status {
        display: inline-block;
        background: #575d67;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 8 !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important;
    }

        #user-summary .user-status.is-online {
            background-color: #06b53c;
        }

        #user-summary .user-status.is-busy {
            background-color: #ee4749;
        }

        #user-summary .user-status.is-idle {
            background-color: #f7d227;
        }

        #user-summary .user-status.is-offline {
            background-color: #666666;
        }

    #user-summary .chat-inner {
        overflow: auto;
        height: 100%;
    }

    #user-summary .chat-header {
        font-size: 14px;
        color: #2f3c42;
        padding: 30px 35px;
        line-height: 1;
        margin: 0;
        border-bottom: 1px solid #f0f2f5;
        position: relative;
    }

        #user-summary .chat-header .user-summary-close {
            color: #ededed;
            font-size: 13px;
        }

    #user-summary .chat-group {
        margin-top: 30px;
    }

        #user-summary .chat-group > strong {
            text-transform: uppercase;
            color: #bf3773;
            display: block;
            padding: 6px 35px;
            font-size: 14px;
        }

        #user-summary .chat-group > a {
            display: block;
            padding: 6px 35px;
            position: relative;
            color: #405058;
            text-decoration: none;
        }

            #user-summary .chat-group > a .badge {
                font-size: 9px;
                margin-left: 5px;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                -webkit-opacity: 1;
                -moz-opacity: 1;
                opacity: 1;
            }

                #user-summary .chat-group > a .badge.is-hidden {
                    -webkit-opacity: 0;
                    -moz-opacity: 0;
                    opacity: 0;
                }

            #user-summary .chat-group > a.active {
                background: #566a76;
            }

                #user-summary .chat-group > a.active:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 8px 0 8px 8px;
                    border-color: transparent transparent transparent #405058;
                    left: 0;
                    top: 50%;
                    margin-top: -8px;
                }

            #user-summary .chat-group > a:hover {
                background: #f8f8f8;
                color: #2f3c42;
            }

    #user-summary #chat-box {
        position: absolute;
        right: 280px;
        width: 340px;
        background: #405058;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        display: none;
    }

        #user-summary #chat-box .chat-box-header {
            padding: 20px 24px;
            font-size: 14px;
            color: #fff;
            border-bottom: 1px solid #607885;
        }

            #user-summary #chat-box .chat-box-header .chat-box-close {
                color: #ededed;
                font-size: 13px;
            }

            #user-summary #chat-box .chat-box-header small {
                color: #BBBBBB;
                font-size: 12px;
                padding-left: 8px;
            }

        #user-summary #chat-box .chat-content {
            height: 250px;
        }

        #user-summary #chat-box ul.chat-box-body {
            list-style: none;
            margin: 0;
            padding: 0;
            overflow: auto;
            height: 250px;
        }

            #user-summary #chat-box ul.chat-box-body > li {
                padding: 20px 24px;
                padding-bottom: 5px;
                padding-top: 0px;
            }

                #user-summary #chat-box ul.chat-box-body > li:before {
                    content: " ";
                    display: table;
                }

                #user-summary #chat-box ul.chat-box-body > li:after {
                    clear: both;
                    content: " ";
                    display: table;
                }

                #user-summary #chat-box ul.chat-box-body > li.odd {
                    background: #45555e;
                }

                #user-summary #chat-box ul.chat-box-body > li .avt {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    margin: 5px 5px 0px 0px;
                    vertical-align: -9px;
                }

                #user-summary #chat-box ul.chat-box-body > li .user {
                    font-weight: bold;
                    color: #fff;
                }

                    #user-summary #chat-box ul.chat-box-body > li .user:after {
                        content: ':';
                    }

                #user-summary #chat-box ul.chat-box-body > li .time {
                    float: right;
                    font-style: italic;
                    color: #ededed;
                    font-size: 13px;
                    margin-top: 12px;
                }

                #user-summary #chat-box ul.chat-box-body > li p {
                    margin: 10px 0 8.5px;
                    color: #eaeaea;
                }

        #user-summary #chat-box .chat-textarea {
            padding: 20px 24px;
            position: relative;
        }

            #user-summary #chat-box .chat-textarea textarea {
                background: #516570;
                border: 1px solid #516570;
                color: #fff;
                border-radius: 0;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

                #user-summary #chat-box .chat-textarea textarea::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #ededed;
                }

                #user-summary #chat-box .chat-textarea textarea:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #ededed;
                }

                #user-summary #chat-box .chat-textarea textarea::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #ededed;
                }

                #user-summary #chat-box .chat-textarea textarea:-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #ededed;
                }



.scroll-menu {
    background: #fff;
    background: linear-gradient(0deg, #fff 0%, #fff 100%);
    color: #4b5d67 !important;
    border: 0 !important;
}

    .scroll-menu > li > a {
        color: #fff !important;
        font-size: 12px !important;
    }
.margin-left-sm {
    margin-left:5px;
}


.inpage-toolbar {
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 8px;
    background: #f9f9f9;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #38cab3 !important;
    font-weight:700;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff !important;
    background: #38cab3;
}

.mandatory {
    border-color: #e5e5e5;
}

.label-DIRECTPLAYER, .badge-DIRECTPLAYER {
    background-color: #405058;
    background-image: none !important;
}
.label-PROMOTERPLAYER, .badge-PROMOTERPLAYER {
    background-color: #5cb85c;
    background-image: none !important;
}
.label-WEBPLAYER, .badge-WEBPLAYER {
    background-color: #5bc0de;
    background-image: none !important;
}
.label-TESTPLAYER, .badge-TESTPLAYER {
    background-color: #bf4346;
    background-image: none !important;
}
.label-PROMOTERCURRENCIESSYSTEM, .badge-PROMOTERCURRENCIESSYSTEM,
.label-PROMOTERCURRENCIES, .badge-PROMOTERCURRENCIES {
    background-color: #768f9c;
    background-image: none !important;
}

.label-PROMOTER, .badge-PROMOTER {
    background-color: #b599b2;
    background-image: none !important;
}
.label-TESTPROMOTER, .badge-TESTPROMOTER {
    background-color: #650000;
    background-image: none !important;
}
.label-WEBPROMOTER, .label-WEBAFFILIATE, .badge-WEBPROMOTER, .badge-WEBAFFILIATE {
    background-color: #1855c3;
    background-image: none !important;
}
.label-CASHIER {
    background-color: darkred;
    background-image: none !important;
}
.label-SKIN, .badge-SKIN {
    background-color: #b7356e;
    background-image: none !important;
}

.label-SHOPWEB, .badge-SHOPWEB {
    background-color: #87c578;
    background-image: none !important;
}

.label-SHOP, .badge-SHOP {
    background-color: #8603b1;
    background-image: none !important;
}
.label-AGENT, .badge-AGENT {
    background-color: #ff0088;
    background-image: none !important;
}
.label-SUPERAGENT, .badge-SUPERAGENT {
    background-color: #ffb100;
    background-image: none !important;
}
.label-MASTER, .badge-MASTER {
    background-color: #1b6d75;
    background-image: none !important;
}
.label-PROMOTERREFFRIEND, .label-PROMOTERREFFRIEND {
    background-color: darkgoldenrod;
    background-image: none !important;
}

.text-strong {
    font-weight: 700;
}

.nav-tabs li a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.nav-tabs-sm > li > a {
    font-size: 12px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.alert-info {
    
    color: #4ec2f0 !important;
    background-color: #4ec2f033;
    border-color: #4ec2f033;
    border-radius: 4px !important;
    text-transform:none !important;
}

.modal.in .modal-dialog {

    margin-top: 120px;
}

.countdown {
    border: 1px solid #e5e5e5;
    height: 127px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: auto 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    padding-top: 31px;
}


.table.table-advanced thead tr.STAND th,
.STAND {
    background-color: #5bc0de !important;
    background: #5bc0de;
    color: #fff;
}
.table.table-advanced thead tr.WIN th,
.WIN {
    background-color: #62b373 !important;
    background: #62b373;
    color: #fff;
}
.table.table-advanced thead tr.LOSE th,
.LOSE {
    background-color: #ab0404 !important;
    background: #ab0404;
    color: #fff;
}
.table.table-advanced thead tr.VOID th,
.VOID {
    background-color: #d4d4d4 !important;
    background: #d4d4d4;
    color: #333;
}
.table.table-advanced thead tr.REFUSED th,
.REFUSED {
    background-color: #bf3773 !important;
    background: #bf3773;
    color: #fff;
}
.table.table-advanced thead tr.VALIDATE th,
.VALIDATE {
    background-color: #f0ad4e !important;
    background: #f0ad4e;
    color: #fff;
}
.table.table-advanced thead tr.DELETED th,
.DELETED {
    background-color: #4b5d67 !important;
    background: #4b5d67;
    color: #fff;
}

.fixedCoupon {
    position: fixed !important;
    top: 55px;
    right: 0;
    width: 22%;
}
div.select2-container {
    padding: 0 !important;
    height:auto;
}
#s2id_PromoterIdListItem {
    display: block;
}

.tree-promoters-element {
    background: #f9f8f8;
    display: block;
    border: 1px solid #e6e6e6;
    padding: 8px;
    border-radius: 3px;
    list-style: none !important;
}

a.select2-choice {
    height: 33px !important;
}

/*BETCONSOLE*/

.sport-list {
    background: #fff;
    padding: 6px;
    margin-bottom: 1px;
    padding-left: 12px;
    border-bottom: 1px solid #f0f2f5;
}

.cat-list {
    background: #f5f5f5;
    padding: 6px;
    margin-bottom: 1px;
    padding-left: 12px;
}

.column-container {
    background: #fff;
    padding: 2px !important;
    height: 100vh !important;
    margin-left: 2px !important;
}

.champ-list {
    background: #c6d4db;
    padding: 6px;
    margin-bottom: 1px;
    padding-left: 12px;
    color: #fff;
}

.label-xs {
    font-size: 9px !important;
}

.arbitrage-label {
    background-color: #bf3773;
    color: #fff;
}
.activate-check {
    margin-top: 9px !important;
    margin-right: 5px !important;
    margin-left: 9px !important;
}

.odd-content {
    background: #fff;
    color: #828488;
}
.odd-disactive {
    background: #840606 !important;
    color: #fff;
}

.sportsbook-label {
    box-sizing: border-box;
    float: left;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

.odd-label {
    box-sizing: border-box;
    float: left;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

.odd-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    display: grid;
    font-size: 0;
    grid-column-gap: 1px;
    grid-template-rows: auto;
    height: auto;
}

.odd-category-row {
    box-sizing: border-box;
    width: 100%;
    float: left;
    grid-column-gap: 1px;
    grid-template-rows: auto;
}

.odd-category-name {
    margin-left: 8px;
    text-transform: uppercase;
    font-size: 10px;
}

.odd-label-header {
    box-sizing: border-box;
    float: left;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

.label-img {
    width: 15px;
    margin-right: 3px;
    float: left;
    margin-top: 7px;
}

.label-widget {
    margin-top: 15px;
    line-height: 1px;
    font-size: 13px;
}

.label-widget {
    margin-top: 6px;
    line-height: 1px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 19px;
    padding: 0px 6px;
    border-radius: 15px;
    transition: background 240ms, color 240ms;
    min-width: 36px;
    text-align: center;
}

.container-panel {
    padding: 3px 9px 13px 9px;
    box-sizing: border-box;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

.label-title {
    width: 70%;
    float: left;
}

.left-column-header {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.inline-tabs {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 38px;
    margin: 0 0 1px;
}

    .inline-tabs > ul > li {
        box-sizing: border-box;
        display: table-cell;
        padding: 0 0 0 2px;
        margin-right: 1px;
    }

        .inline-tabs > ul > li > button {
            box-sizing: border-box;
            float: left;
            width: 100%;
            height: 36px;
            font-size: 13px;
            line-height: 36px;
            padding: 0 8px 0 10px;
            position: relative;
            border: none;
            text-transform: uppercase;
            cursor: pointer;
            transition: background 240ms, color 240ms;
        }

.sportsbook-tools-area {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    padding: 0 10px 0 12px;
    margin-bottom: 1px;
    min-height: 37px;
    z-index: 2;
}

#matchSearc_value {
    font-size: 13px;
    color: #888;
    padding-left: 8px !important;
    height: 30px;
    background-image: none;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.angucomplete-holder {
    position: relative;
    z-index: 3 !important;
    width: 100%;
}


.odd-label-name {
    margin-left: 8px;
    /*text-transform: uppercase;*/
}

.odd-label-value {
    margin-right: 4px;
}

.odd-label-value-inline {
    margin-right: 0px;
}

.odd-label-matchname {
    /*text-transform: uppercase;*/
    font-size: 13px;
    color: #5bc0de !important;
}

.match-info-container {
    float: left;
    width: 80%;
}

.checkbox-style {
    padding-top: 8px;
    margin-right: 8px;
}

.sportsbook-label:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #AAAFB8;
    opacity: 0.2;
    z-index: -2;
    transition: 240ms all;
}

.odd-label:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #AAAFB8;
    opacity: 0.2;
    z-index: -2;
    transition: 240ms all;
}

.odd-label-header-theme {
    background: #FFCD00;
    color: #fff;
    box-shadow: 0 1px 0 ##586b75 inset;
    font-weight: 700;
}

.odd-label-header-theme-1 {
    background: #405058;
    color: #fff;
    /*box-shadow: inset 0px -3px 60px @soccer-color !important;*/
    border-top: 1px solid ##586b75;
    font-weight: 700;
}

.odd-label-header-theme-2 {
    background: #405058;
    color: #fff;
    /*box-shadow: inset 0px -3px 60px @basket-color !important;*/
    border-top: 1px solid ##586b75;
    font-weight: 700;
}

.odd-label-header-theme-5 {
    background: #405058;
    color: #fff;
    /*box-shadow: inset 0px -3px 60px @tennis-color !important;*/
    border-top: 1px solid ##586b75;
    font-weight: 700;
}

.odd-label-header-theme-live {
    background: #405058;
    color: #fff;
    /*box-shadow: inset 0px -3px 60px @livebetting-color !important;*/
    border-top: 1px solid ##586b75;
    font-weight: 700;
}

.odd-label-firstrow {
    background: #f1f1f1;
    color: #AAAFB8;
    box-shadow: 0 1px 0 #babbbb inset;
}

.odd-label-secondrow {
    background: #fdfdfd;
    color: #828488;
    box-shadow: 0 1px 0 #f9f9f9 inset;
}

.odd-label-thirdrow {
    background: #f9f9f9;
    color: #828488;
    box-shadow: 0 1px 0 #e8eaec inset;
}
.odd-label-betname {
    /* text-transform: uppercase; */
    font-size: 13px;
    color: #405058 !important;
}
.sportsbook-favorite-label {
    background: #405058;
    color: #fff;
    box-shadow: 0 1px 0 ##586b75 inset;
    border-left: 2px solid #405058;
    font-weight: 700;
}

.sportsbook-couponHeader-label {
    background: #405058;
    color: #fff;
    box-shadow: 0 1px 0 ##586b75 inset;
    border-left: 2px solid #405058;
    font-weight: 700;
}

.sportsbook-champCenter-label {
    background: #405058;
    color: #fff;
    box-shadow: 0 1px 0 ##586b75 inset;
    border-left: 2px solid #405058;
    font-weight: 700;
}

.sportsbook-sport-label {
    background: #f1f1f1;
    color: #AAAFB8;
    box-shadow: 0 1px 0 #babbbb inset;
    /*border-left: 2px solid @sport-standard-color;*/
}

.sportsbook-category-label {
    background: #fdfdfd;
    color: #828488;
    box-shadow: 0 1px 0 #f9f9f9 inset;
}

.sportsbook-tournament-label {
    background: #f9f9f9;
    color: #828488;
    box-shadow: 0 1px 0 #e8eaec inset;
}

.sportsbook-sport-label-1 {
    border-left: 2px solid #405058;
}

.sportsbook-sport-label-5 {
    border-left: 2px solid #405058;
}

.sportsbook-sport-label-2 {
    border-left: 2px solid #405058;
}

.label-widget-transparent {
    background: transparent;
}

.label-widget-sportsbook-sport-label {
    color: #fff;
    background: #405058;
    font-weight: 700;
}

.inline-tabs {
    box-shadow: 0 -1px 0 #FFCD00 inset;
}

    .inline-tabs > ul > li > button {
        background: #f1f1f1;
        color: #AAAFB8;
        border-right: 1px solid #fff;
    }

    .inline-tabs > ul > li.active > button {
        background: #405058;
        color: #fff;
        transition: background 240ms, color 240ms;
    }

    .inline-tabs > ul > li:hover > button {
        background: #FFCD00;
        color: #fff;
        transition: background 240ms, color 240ms;
    }

.container-panel {
    background: #27303d;
}

.sportsbook-tools-area {
    background: #f1f1f1;
}

#matchSearc_value {
    background-color: #f1f1f1 !important;
    background: #f1f1f1 !important;
    color: #90959E;
    border: 1px solid #fff;
}

    #matchSearc_value:focus {
        background-color: #f1f1f1 !important;
        background: #f1f1f1 !important;
        color: #AAAFB8;
        border: 1px solid #4B5059 !important;
    }

.wrapper {
    display: flex;
    align-items: stretch;
        width: 100%;
}
#user-sidebar {
    min-width: 300px;
    max-width: 300px;
    display: block;
}
#user-sidebar.large {
    min-width: 401px;
    max-width: 401px;
    display: block;
}

#toogleSideBar {
    
    display: none;
}



    #toogleSideBarDesktop.out {
    display: block;
    position: absolute;
    right: 5px;
    background: #fff;
    padding: 11px;
    z-index: 1;
    font-size: 13px;
    cursor:pointer;
}

     
#toogleSideBarDesktop {
    display: block;
    position: absolute;
    right: 24px;
    background: transparent;
    padding: 5px;
    z-index: 1;
    font-size: 20px;
    cursor:pointer;
}
    



  
#user-sidebar.in {
    width: 80px !important;
    max-width: 80px !important;
    white-space: nowrap;
    overflow: hidden !important;
    display: block !important;
    min-width: 70px;
}


#user-sidebar.in  .card-title,
#user-sidebar.in .menu-chevron{
    display:none;
}


#user-sidebar.in .card-header {
    line-height: 15px;
    padding: 20px 0;
}


#user-sidebar.in .nav-stacked > li {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    margin-left: -9px;
}

#user-sidebar.in .btn-txt {
    display:none !important;
}

#user-sidebar.in table {
    display:none !important;
}

@media (max-width: 767px) {
    #toogleSideBarDesktop {
    
    display: none;
}


    #toogleSideBar {
    display: flex;
    background: #38cab3;
    width: 57px;
    padding: 18px;
    border-radius: 50%;
    color: #fff;
    font-size: 21px;
    position: fixed;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: unset;
}

     #toogleSideBar.in {
        display: flex;
        background: #38cab3;
        width: 57px;
        padding: 18px;
        border-radius: 50%;
        color: #fff;
        font-size: 21px;
        position: fixed;
        z-index: 1;
        bottom: 0;
        right: unset !important;
        left: 10px !important;
    }

  #user-sidebar {
        min-width: 275px;
        max-width: 275px;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        position: absolute;
        left: -275px;
        z-index: 3;
        top: -80px;
    }
  #user-sidebar.out {
    max-width: 100%;
    display: contents;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    left: -15px;
    z-index: 1000000;
    top: -352px;
    background: #fff;
}
    
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    white-space: normal;
}

#user-wrapper{
            width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.odd-label {
    border-right: 1px solid #f1f1f1;
    transition: background 240ms, color 240ms;
}

    .odd-label:last-child {
        border-right: 0px solid #191F27;
    }

.odd-label-value {
    color: #405058;
    font-weight: 700;
    font-size: 13px;
}

.odd-label-value-inline {
    color: #405058;
    font-weight: 700;
    font-size: 13px;
}

.odd-label-date {
    color: #a5a5a5;
    font-size: 13px;
}

.odd-label-selected {
    background: #405058;
    transition: background 240ms, color 240ms;
}

.odd-label-selected {
    background: #405058;
    transition: background 240ms, color 240ms;
}

.coupon-inline-quickbet-container {
    padding: 8px;
    background: #f1f1f1;
    box-sizing: border-box;
    min-height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 10px 0 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

    .coupon-inline-quickbet-container > div > .form-control {
        width: 100% !important;
        font-size: 13px;
        padding-left: 8px !important;
    }

    .coupon-inline-quickbet-container > .alert {
        margin-bottom: 8px;
        margin-top: 5px;
    }

    .coupon-inline-quickbet-container > div > select {
        text-indent: 0px !important;
    }

.coupon-body-container {
    background: #191F27;
    font-size: 10px;
    text-transform: uppercase;
    color: #AAAFB8;
    box-sizing: border-box;
    min-height: 30px;
    font-size: 13px;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 2px 1px 2px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-bottom: 1px;
}

.added-events {
    background: #fff;
    font-size: 10px;
    text-transform: uppercase;
    color: #AAAFB8;
    box-sizing: border-box;
    min-height: 30px;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    position: relative;
    padding: 8px 10px 6px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    margin-top: 2px;
    border-radius: 3px;
    box-shadow: 0 1px 0 #e8eaec inset;
}

.added-events-match {
    box-sizing: border-box;
    float: left;
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    color: #fff;
    width: 95%;
}

.added-events-betType {
    font-size: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    color: #AAAFB8;
    width: 95%;
}

.coupon-icons-container {
    font-size: 12px !important;
}

.coupon-odd-value {
    font-size: 13px !important;
}

.added-events a {
    color: #fff !important;
}

    .added-events a:hover {
        color: #fff !important;
    }

    .added-events a:active {
        color: #fff !important;
    }

    .added-events a:visited {
        color: #fff !important;
    }

.coupon-info-text {
    color: #AAAFB8 !important;
    font-size: 10px;
    text-transform: uppercase;
}

.coupon-info-text-highlight {
    color: #fff !important;
    font-size: 10px;
    text-transform: uppercase;
}

.coupon-winning-amount {
    color: #256899 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.material-switch > label::before {
    height: 16px;
    margin-top: 0px !important;
    position: absolute;
    width: 28px;
}

.material-switch > label::after {
    height: 16px;
    left: -4px;
    margin-top: 4px !important;
    position: absolute;
    /* top: -4px; */
    width: 16px;
}

.addedToFavorite {
    color: #FFCD00;
}

.addToFavorite {
    color: #AAAFB8;
}

.label-primary,
.badge-primary {
    color: #fff !important;
}

.label-square {
    border-radius: 3px !important;
    margin-right: 2px;
}

.live-overview-detail-button {
    color: #FFCD00;
}

.badge {
    color: #fff;
}

.navbar-product > li:hover > span.product-label {
    color: #fff;
}

.breadcrumb {
    background: #fff;
    color: #AAAFB8;
    box-shadow: 0 1px 0 #404854 inset;
    /*border-left: 2px solid @sport-standard-color;*/
}

    .breadcrumb a {
        color: #AAAFB8;
    }


.odds-control {
    display: block !important;
    width: 60px !important;
    height: 26px !important;
    padding: 6px 5px !important;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 0 !important;
    text-align: center !important;
    margin-top: 2px;
}

.odds-control-changed {
    background: #ffe9a9;
    border: 1px solid #ff9730;
}

.odds-control-wrong {
    color: #fff ;
    background: #880f0f;
    border: 1px solid #611820;
}
.odd-group-content {
    width: 100%;
    display: -webkit-box ;
    background: white !important;
}

@media screen and (max-width: 767px) {
    .couponPanel {
        max-width: 100% !important;
    }

    .checkbox .cr,
    .radio .cr {
        width: 20px !important;
        height: 20px !important;
        margin-top: -3px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        overflow: scroll;
        white-space: nowrap;
    }

    .sportsbook-label {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }

    .odd-label {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }

    .odd-label-date {
        font-size: 12px;
    }

    .odd-category-name {
        font-size: 10px;
    }

    .odd-label-header {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }

    .odd-label-matchname {
        font-size: 12px;
    }

    .odd-label-value {
        font-size: 13px;
    }

    .label-widget {
        font-size: 13px;
        line-height: 24px;
    }

    .container-panel {
        font-size: 13px;
        line-height: 38px;
    }

    .inline-tabs {
        height: 38px;
    }

        .inline-tabs > ul > li > button {
            height: 36px;
            font-size: 13px;
            line-height: 36px;
        }

    .sportsbook-tools-area {
        line-height: 38px;
    }

    #matchSearc_value {
        font-size: 13px;
        height: 38px;
    }

    .live-overview-detail-button {
        margin-left: -6px;
        margin-top: 4px;
    }

    .live-overview-detail-button {
        margin-left: -6px;
        margin-top: 4px;
    }

    .cart-toggle {
        left: 45% !important;
    }
}


.sk-circle {
    margin: -10px 25%;
    width: 40px;
    height: 40px;
    position: absolute;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #405058;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.text-success {
    color: #24d5b8 ;
}







.statChartHolder {
    /* width: 35%; */
    /* height: 90%; */
    position: absolute;
    /* border-right: 1px solid #ccc; */
    /* top: 15px; */
    /* display: inline-block; */
    right: 32px;
    top: 0px;
}

.statRightHolder {
display: inline-block;
height: 90%;
width: 64%;
position: relative;
top: -32px;
margin: 0;
}
.statRightHolder ul {
list-style: none;
    margin: 0;
}
.statRightHolder li {
border-bottom: 1px solid #ccc;
height: 85px;
width: 95%;
position: relative;
top: -25px;
}
.statRightHolder h3 {
display: inline-block;
margin-right: 15px;
color: #B6B5B5;
font-weight: 300;
font-size: 38px;
}
.statRightHolder span {
display: inline-block;
color: #B6B5B5;
font-size: 21px;
font-weight: 300;
}

.statsLeft {
    list-style:none;
    display:inline-block;
    width:45%;
}
.statsLeft li {
width: 100%;
height: 14px;
border: none;
top: 5px;
margin-bottom: 25px;
}
.statsLeft h3{
    font-size:17px;
    display: inline-block;
}
.statsLeft span{
    font-size: 17px;
    display:inline-block;
}
.statsRight {
width: 45%;
display: inline-block;
position: absolute;
}
.statsRight li {
width: 100%;
height: 14px;
border: none;
top: 5px;
margin-bottom: 25px;
}
.statsRight h3{
    font-size:17px;
    display: inline-block;
}
.statsRight span{
    font-size: 17px;
    display:inline-block;
}
/* Pie Chart */
.progress-pie-chart {
  width:100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #81CE97;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 0px);
    top: calc(50% - 0px);
    width: 100px;
    height: 100px;
    clip: rect(0, 100px, 100px, 50px);
}
    .ppc-progress .ppc-progress-fill {
        content: "";
        position: absolute;
        border-radius: 50%;
        left: calc(50% - 0px);
        top: calc(50% - 0px);
        width: 100px;
        height: 100px;
        clip: rect(0, 50px, 100px, 0);
        background: #81CE97;
        transform: rotate(60deg);
    }
.gt-50 .ppc-progress {
    clip: rect(0, 50px, 100px, 0);
}
    .gt-50 .ppc-progress .ppc-progress-fill {
        clip: rect(0, 100px, 100px, 50px);
        background: #E5E5E5;
    }

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 86.95652px/2);
    top: calc(50% - 86.95652px/2);
    width: 86.95652px;
    height: 86.95652px;
    background: #fff;
    text-align: center;
    display: table;
}
    .ppc-percents span {
        display: block;
        font-size: 2.2em;
        font-weight: bold;
        color: #cecece;
    }

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.amount-positive {
    font-size: 13px;
    color: #5cb85c;
    font-weight: 700;
}

.amount-negative {
    font-size: 13px;
    color: #b5090d;
    font-weight: 700;
}

.amount-neutral {
    font-size: 13px;
    color: #405058;
    font-weight: 700;
}


.logo-sirplay{
    margin-top: 74px;
    border: 0px !important;
    width: 255px;
    margin-left: -53px;
}

.logo-gi {
    width: 145px;
}

.container-box::-webkit-scrollbar-track {
    -webkit-box-shadow: none; /*inset 0 0 6px rgba(0,0,0,0.3)*/
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 10px;
}

.container-box::-webkit-scrollbar {
    background-color: transparent;
}

.container-box::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
    border: 0px solid #fff;
    border-radius: 8px;
}

.container-box::-webkit-scrollbar {
    width: 5px;
}

.modifiedGroup {
    background: #fff7d9 !important;
}
.modifiedMatch {
    border: 1px solid #e02222;
}

.savedGroup {
    background: #b2d280 !important;
}

.savedMatch {
    border: 1px solid #b2d280;
}
.savedOdd {
    background: #e8f7d2;
    border: 1px solid #76a506;
}

.license-expired {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #bf3773;
    top: 0;
    left: 0;
    z-index: 20000;
    text-align: center;
    padding-top: 25vh;
}

.license-expired-title {
    font-size: 30px;
    color: #fff;
    display: block;
    font-weight: 700;
}
.license-expired-description {
    font-size: 16px;
    color: #fff;
}
.license-expired-icon {
    font-size: 125px;
    color: #fff;
    display: block;
    font-weight: 700;
}

.match-active-true {
    border-left: 12px solid #6bbb00;
}

.match-active-false {
    border-left: 12px solid #bb0000;
}

.scrollPanel {
    position: relative;
    /*height: calc(~"100vh - 40px");*/
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-left: 5px;
}

    .scrollPanel::-webkit-scrollbar {
        width: 5px;
    }

    .scrollPanel::-webkit-scrollbar-track {
        -webkit-box-shadow: none; /*inset 0 0 6px rgba(0,0,0,0.3)*/
        background-color: transparent;
        border: 0px solid #fff;
        border-radius: 10px;
    }

    .scrollPanel::-webkit-scrollbar {
        background-color: transparent;
    }

    .scrollPanel::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #4b5d67;
        border: 0px solid #fff;
        border-radius: 8px;
    }

.box-loader {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    left: 44%;
    top: 7%;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #bf3773;
            margin: -3px 0 0 -3px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.angucomplete-dropdown {
    border-color: #f6f6f6;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    color: #405058;
    z-index: 50000;
    background-color: #fff;
    position: fixed !important;
}

.angucomplete-searching {
    color: #acacac;
    z-index: 50000;
}

.angucomplete-selected-row {
    background-color: #ffffff;
    padding-bottom:15px;
}

.angucomplete-row:hover {
    background-color: #f6f6f6;
}

.angucomplete-image {
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}
.match-settings {
    background: #38cab3;
    background-color: #38cab3;
    cursor:pointer;
}
    .match-settings:hover {
        background: #bf3773;
        background-color: #bf3773;
    }
    .percBonus {
        max-width: 75px;
        margin:0 auto;
    }

.portlet-header {
    border-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.btn-nav.btn-grey {
    color: #4b5d67;
    background-color: transparent;
    border-color: transparent;
}

    .btn-nav.btn-grey:hover {
        border-radius: 4px;
        background-color: #bf3773;
        color: #fff;
    }


.user-stats-panel {
    padding: 4px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f7f7f7 !important;
    opacity: 1;
    color: #9e9e9e !important;
}

.select2-container-multi .select2-choices {
    border: 0px solid #aaa !important;
  
}



.centered-card {
    width: 80%;
    max-width: 1270px;
    margin: 0 auto;
    border-radius: 4px;
}

#wizard-progress {
    width: 100%;
    margin: 20px auto 0 auto;
}

    #wizard-progress .step-indicator {
        border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    }

        #wizard-progress .step-indicator li {
                display: flex;
    position: relative;
    float: none;
    padding: 7x;
    width: 1%;
        }

           /* #wizard-progress .step-indicator li:after {
                background-color: #ccc;
                content: "";
                display: block;
                height: 1px;
                position: absolute;
                width: 100%;
                top: 32px;
            }

            #wizard-progress .step-indicator li:after {
                left: 50%;
            }

            #wizard-progress .step-indicator li:last-child:after {
                display: none;
            }*/

            #wizard-progress .step-indicator li.active .step {
                border-color: #38cab3;
                color: #38cab3;
            }

                #wizard-progress .step-indicator li.active .step > a > i {
                    color: #38cab3;
                }

            #wizard-progress .step-indicator li.active .caption {
                color: #38cab3;
                font-weight:500;
            }

            #wizard-progress .step-indicator li.complete:after {
                background-color: #05ae0e;
            }

            #wizard-progress .step-indicator li.complete .step {
                border-color: #05ae0e;
                color: #05ae0e;
            }

            #wizard-progress .step-indicator li.complete .caption {
                color: #05ae0e;
            }

        #wizard-progress .step-indicator .step {
            background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    color: #ccc;
    font-size: 14px;
    height: 35px;
    line-height: 19px;
    margin: 0 auto;
    /* position: relative; */
    width: 35px;
    z-index: 1;
    float: left;
    padding: 10px;
    display: inline-flex;
        }

            #wizard-progress .step-indicator .step:hover {
                cursor: pointer;
            }

        #wizard-progress .step-indicator .caption {
            color: #405058;
            padding: 11px 16px;
            float: left;
    display: flex;
        }


.nav-tabs.step-indicator li a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0px solid #e5e5e5 !important;
    background: #fff;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.nav-tabs.step-indicator {
    border-color: #e5e5e500 !important;
    margin-bottom: 29px;
}



.label-standard {
    background-color: #e4e4e4 !important;
    color: #909090 !important;
    text-transform: uppercase;
}

.selectGameCat {
   display: inline-block;
   margin-top:5px !important;
   margin-bottom:10px;
}
#SetManualValue {
   display: inline-block;
   margin-top:5px !important;
   margin-bottom:10px;
}
.user-stats-panel:hover h4 {
    color: #bf3773 !important;
}

.cancellation-request-box {
    border: 5px solid #bb0000;
}

.option-selected {
    color: #38cab3;
    font-weight:700;
}

.accordion-active {
    background: #f1ffe8 !important;
}

.form-block {
    border: 1px solid #e5e5e5;
    padding: 22px !important;
    border-radius: 5px;
    margin-bottom: 30px;
}

.lotto-span {
    position: absolute;
    left: 15px;
    background: #405058;
    color: #fff !important;
    padding: 4px;
    top: 1px;
    border-bottom-right-radius: 8px;
    font-size: 11px;
}

.iframe_a .page-header-topbar {
    display: none !important;
}

.action-icons-container {
    display: flex;
    background: #2f3c42;
    justify-content: center;
    position: absolute;
    right: 20px;
    width: 346px;
    height: 200px;
    top: 0;
    padding-top: 62px;
    border-radius: 8px;
    box-shadow: -6px 5px 9px 0px #828282;
}

.action-icons-title {
    display: block;
    text-align:center;
    color:#fff;
    width:100%;
    font-size:16px;
    font-weight:700;
}

.action-icons-subtitle {
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 12px;
}

.action-icons-btn-container {
    margin-top:10px;
    display: block;
    text-align: center;
}

.action-icons-btn-close {
position:absolute;
font-size:18px;
color:#fff;
font-weight:700;
right:5px;
top:5px;
cursor:pointer;
z-index:2
}

.coupon-more-actions {
    top:10px;
    position: absolute;
    width: 80%;
    display: block;
    background: #2f3c42;
    z-index: 1;
    height: 100%;
    margin: 0 auto;
    border-radius: 8px;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 20px 0px #000;
    color:#fff;
}
.coupon-more-actions-title {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}


.win-amount-field {
    margin-bottom: 0px !important;
    padding: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #4d6a79;
    width: 235px;
    background: #2f3c42;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px !important;
}


.context-menu {
    display: flex;
    background: #2f3c42;
    justify-content: center;
    position: absolute;
    left: 0;
    right:0;
    width: 346px;
    height: 200px;
    top: 0;
    padding-top: 25px;
    border-radius: 8px;
    box-shadow: -6px 5px 9px 0px #828282;
    color:#fff;
}

.context-link {
    color: #fff !important;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 10px;
    cursor:pointer;
}


body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.sortable-list li.placeholder {
    position: relative;
    /** More li styles **/
}

ul.sortable-list li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}


ul.sortable-list {
    list-style: none;
    width: 100%;
    display: table;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

ul.sortable-list li {
    cursor:move;
    display:table-row;
}

    ul.sortable-list li {
        background: #fff;
    }

    ul.sortable-list li :nth-child(odd) {
        background: #f9f9f9;
    }

.div-table-col {
    cursor: move;
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0px solid #e6e6e6;
}

.alert-warning {
    color: #cd8200 !important;
}

.sorted_table{
    cursor: move !important;
}
    .sorted_table tr.dragged {
        border:2px solid red !important;
    }

ul.sortable-list li.placeholder {
    width: 100%;
    height: 60px;
    border: 2px dotted #c5c5c5 !important;
    position: relative;
    background: #f3f3f3;
    margin-bottom: 60px;
    display: -webkit-box;
    margin: 0 auto;
    display: table-row;
}


.div-table-header,
.div-table-header div:nth-child(odd) {
    font-weight: 700;
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}


.wait-div {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: #000000a6;
}


.wait-div > span{
    font-size: 50px;
    position: absolute;
    top: 45vh;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}


.container-box {
        border: 3px solid #e4e4e4;
    height: calc(90vh - 150px);
    overflow-y: auto;
    background: #fafbff;
    /*box-shadow: 1px 1px 7px 3px #00000017*/
    padding: 0 !important;
    margin-bottom: 30px;
    border-radius: 14px;
}
.page-content.authConsole {
    padding: 0 0px;
    min-height: 700px;
    clear: both;
    top: -58px !important;
    position: relative;
    background: #f5f6fa;
}
.riskNotes {
    color: #405058 !important;
}

.game-list {
    list-style: none !important;
    border: 1px solid #eeeeee !important;
    border-radius: 4px !important;
    padding: 8px !important;
    margin: 4px !important;
    display: block;
    height: 36px;
}
.game-list:hover {
    border: 1px solid #12c599 !important;
}

#gameContainerOrder,
#gameContainer {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.game-container {
    max-height: 77vh;
    white-space: nowrap;
    overflow-y: scroll;
    display: block;
    height: 77vh;
    border: 1px solid #ececec;
    padding: 10px;
    border-radius: 6px;
}

#gameContainer div,
#gameContainer i {
    background: #fff !important;
}

.list-game-featured {
    font-size: 18px;
    margin-right: 10px;
    color: #cccccc;
    margin-right: 10px;
    margin-left: 3px;
    cursor:pointer;
}

.list-game-featured-active {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 3px;
    color: #fbd30e;
    cursor: pointer;
}

.list-game-label {
    font-size: 10px !important;
    padding: 3px 5px !important;
    width: 76px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 4px !important;
    top: -3px !important;
    position: relative !important;
    cursor:pointer;
}

.list-game-label-SLOTS {
    background: #405058 !important;
    color: #fff;
}

.list-game-label-VIDEO_POKER {
    background: var(--color1) !important;
    color: #fff;
}
.list-game-label-BINGO {
    background: var(--color2) !important;
    color: #fff;
}
.list-game-label-NO_CATEGORY {
    background: var(--color3) !important;
    color: #fff;
}
.list-game-label-TABLE_GAMES {
    background: var(--color4) !important;
    color: #fff;
}
.list-game-label-LIVE_CASINO {
    background: var(--color5) !important;
    color: #fff;
}
.list-game-label-CARD_GAMES {
    background: var(--color6) !important;
    color: #fff;
}
.list-game-label-GAMES {
    background: var(--color7) !important;
    color: #fff;
}
.list-game-label-POKER {
    background: var(--color8) !important;
    color: #fff;
}
.list-game-label-LIVE_POKER {
    background: var(--color9) !important;
    color: #fff;
}
.list-game-label-VIRTUAL_GAMES {
    background: var(--color10) !important;
    color: #fff;
}
.list-game-label-LIVE_GAMES {
    background: var(--color11) !important;
    color: #fff;
}
.list-game-label-FINANCIAL_BETTING {
    background: var(--color12) !important;
    color: #fff;
}
.list-game-label-JACKPOT {
    background: #c5bf00 !important;
    color: #fff;
}

.list-game-new {
    font-size: 10px !important;
    padding: 3px 5px !important;
    width: 53px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 4px !important;
    top: -3px !important;
    position: relative !important;
    cursor: pointer;
    margin-left: 10px;
    text-transform: uppercase;
}

    .list-game-new.not-new {
        background: #d8d7d7 !important;
        color: #fff;
    }
    .list-game-new.new {
        background: #790e76 !important;
        color: #fff;
    }

.openGame {
    font-size: 16px;
    font-weight: 700;
    float: right;
    color: #c5c5c5;
    cursor: pointer;
    margin-top: 2px;
}

    .openGame:hover {
        color: #bf3773 !important
    }
.modified {
    color: #5cab00 !important
}
.list-game-new.modifiedBG {
    background: #5cab00 !important
}

.list-game-label.modifiedBG {
    background: #5cab00 !important
}

.modifiedBorder {
    border: 2px #5cab00 solid !important;
}




.changeCategoryDiv {
    left: 44px;
    position: absolute;
    z-index: 1;
    background: #2f3c42 !important;
    padding: 10px;
    border-radius: 4px;
    display: block;
}

.changeStatusDiv,
.changeChannelDiv {
    right: 15px;
    position: absolute;
    z-index: 1;
    background: #2f3c42 !important;
    padding: 10px;
    border-radius: 4px;
    display: block;
}


.label.select-option {
    cursor:pointer;
}

.list-game-name-bg {
    background: #5cab00 !important
}

.providerImg {
    width: 54px;
    position: absolute;
    top: -6px;
    right: 0;
}

.deleteFromOrder {
    font-size: 25px;
    position: absolute;
    right: -18px;
    color: #a20000;
    cursor: pointer;
    top: -4px;
}

.game-list.hidden {
    list-style: none !important;
    border: 0px solid #eeeeee !important;
    padding: 0 !important;
    margin: 0 !important;
    display: none !important;
    height: 0 !important;
}

.filterOptions {
    text-align: right;
    margin: 13px 1px;
    color: #2f3c42;
    height: 21px;
}
.filterOptionsWidget {
    text-align: left;
    margin: 13px 1px;
    color: #2f3c42;
    min-height: 21px;
    display: inline-table;
}




ol.sortable-list-span li.placeholder {
    position: relative;
    /** More li styles **/
}

ul.sortable-list-span li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}


ul.sortable-list-span {
    list-style: none;
    width: 100%;
    display: table;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

    ul.sortable-list-span li {
        cursor: move;
        /*display: table-row;*/
    }

    ul.sortable-list-span li {
        background: #fff;
    }

        ul.sortable-list-span li :nth-child(odd) {
            background: #fff;
        }

        ul.sortable-list-span li.placeholder {
            width: 100%;
            height: 60px;
            border: 2px dotted #c5c5c5 !important;
            position: relative;
            background: #f3f3f3;
            margin-bottom: 60px;
            display: -webkit-box;
            margin: 0 auto;
            display: table-row;
        }



#searchGame {
    float: left;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 8px;
    margin-top: -13px;
    margin-left: -15px;
}

.game-search-block {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 20px !important;
}

.nav-tabs.ui > li {
    margin-bottom: -1px;
    float: none;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #ebebeb;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    cursor:pointer;
}
.nav-tabs.ui > .nav-link.active {
    color: #ffffff !important;
    font-weight:normal;
    background: #405058;
}



.widget-list {
    list-style: none !important;
    border: 1px solid #eeeeee !important;
    border-radius: 4px !important;
    padding: 8px !important;
    margin: 4px !important;
    display: block;
    height: 77px;
}

.widget-list:hover {
    border: 1px solid #12c599 !important;
}

    .widget-list.hidden {
        list-style: none !important;
        border: 0px solid #eeeeee !important;
        padding: 0 !important;
        margin: 0 !important;
        display: none !important;
        height: 0 !important;
    }

.widget-img {
    width: 86px;
    height: 60px;
    border-radius: 6px;
    float:left;
}

.widget-title {
    display: flex !important;
    float: left !important;
    width: 200px !important;
    white-space: normal !important;
    height: 60px !important;
    /* margin: 0 auto; */
    align-items: center !important;
    margin-left: 10px !important;
    font-weight: 700 !important;
}

.disabled-widget {
    opacity:0.6;
}


.list-widget-label {
    font-size: 10px !important;
    padding: 7px 3px !important;
    width: 116px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 4px !important;
    top: -3px !important;
    position: relative !important;
    cursor: pointer;
    background: #cccccc !important;
    margin-top: 17px;
}


.list-widget-label-CHANNEL_HOMEPAGE {
    background: var(--color1) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_SPORT {
    background: var(--color2) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_CASINO {
    background: var(--color7) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_LIVEBETTING {
    background: var(--color4) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_LIVECASINO {
    background: var(--color5) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_TERMS {
    background: var(--color6) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_DEPOSIT {
    background: var(--color3) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_COUPON {
    background: var(--color8) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_ACTIVATION_EMAIL {
    background: var(--color9) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_LOSTPWD_EMAIL {
    background: var(--color10) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_FOOTER {
    background: var(--color11) !important;
    color: #405058;
}

.list-widget-label-CHANNEL_ACTIVATION_SMS {
    background: var(--color12) !important;
    color: #fff;
}

.list-game-label-CHANNEL_LOSTPWD_SMS {
    background: var(--color12) !important;
    color: #fff;
}

.list-game-label-CHANNEL_AFFILIATES {
    background: var(--color12) !important;
    color: #fff;
}

.label-widget-status {
    font-size: 21px;
    margin-left: 15px;
    cursor: pointer;
}

.label-status-active {
    color: #5cb85c !important;
}

.label-status-disabled {
    color: #880000 !important;
}

.label-status-deleted {
    color: #cccccc !important;
}

.label-status-expired {
    color: #bb8600 !important;
}

.list-widget-label.modifiedBG:before,
.label-widget-status.modifiedBG:before {
    content: '\f00c';
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.openGame.widget {
    margin-top: 22px;
}

.clone{
    /* font-weight: 700; */
    font-size: 20px;
    margin-left: 15px;
    color: #405058;
}

.lang-label-list {
    border: 1px solid #ebebeb;
    font-size: 10px !important;
    padding: 6px 3px !important;
    width: 80px !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 4px !important;
    top: -3px !important;
    position: relative !important;
    margin-top: 17px;
    margin-right: 10px;
}

.visibleTo {
    position: absolute;
    left: -8px;
    top: -9px;
}

.visibleTo > span {
    font-size:9px !important;
}

.device-label {
    font-size: 23px;
    top: 3px;
    position: relative;
    margin-right: 15px;
}

#widgetTypeBtn {
    font-size: 12px !important;
}




.label-1 {
    background: var(--color1) !important;
    color: #405058;
}

.label-2 {
    background: var(--color2) !important;
    color: #405058;
}

.label-3 {
    background: var(--color3) !important;
    color: #405058;
}

.label-4 {
    background: var(--color4) !important;
    color: #405058;
}

.label-5 {
    background: var(--color5) !important;
    color: #405058;
}

.label-6 {
    background: var(--color6) !important;
    color: #405058;
}

.label-7 {
    background: var(--color7) !important;
    color: #405058;
}

.label-8 {
    background: var(--color8) !important;
    color: #405058;
}

.label-9 {
    background: var(--color9) !important;
    color: #405058;
}

.label-10 {
    background: var(--color10) !important;
    color: #405058;
}

.label-11 {
    background: var(--color11) !important;
    color: #405058;
}

.label-12 {
    background: var(--color12) !important;
    color: #fff;
}

.label-13 {
    background: var(--color12) !important;
    color: #fff;
}


.sortable-div {
    padding: 8px 5px;
    border: 1px solid #ededed;
    margin: 0;
    min-height: 36px;
    border-bottom: 0 !important;
}

.dataGroup:nth-child(odd) {
    background: #f7f7f7;
}
.dataGroup {
    padding: 0 !important;
    cursor: move;
    min-height: 36px;
}

.sort-placeholder {
    padding: 0 !important;
    border: 2px dashed #2f3c42;
    height: 36px;
}

.subGroup {
    padding: 15px !important;
    border: 1px solid #ced3d6;
    margin: 0px;
    min-height: 36px;
    display: grid;
    margin-bottom: 30px !important;
    background:#fff;
}

    .subGroup:nth-child(odd) {
        background: #fff;
    }

.selectedPromoter > .sortable-div {
    background: #405058 !important;
    color: #fff;
    border: 1px solid #2f3c42;
}

.selectedPromoter .sortable-div .text-primary {
    color: #d8005f !important;
}


.expand {
    cursor: pointer;
}

.header-sortable {
    padding: 0 !important;
    /* cursor: move; */
    min-height: 36px;
    background: #dedede;
    text-align: center;
    font-weight: 700;
}


.container-active { 
    border: 5px solid red !important;
}

.networkContainer {
    padding-bottom:36px !important;
}


.gamelabel-0 {
    display:none !important;
}
.gamelabel-1 {
    background: #d8d7d7 !important;
    color: #9c9c9c;
}

    .gamelabel-1:before {
        content: "Disabled";
        font-size: 9px;
        text-transform: uppercase;
    }


.gamelabel-2 {
    background: #f9efcb !important;
    color: #9c9c9c;
}
    .gamelabel-2:before {
        content: "Hidden";
        font-size: 9px;
        text-transform: uppercase;
    }


.gamelabel-3 {
    background: #ffc165 !important;
    color: #ffffff;
}
    .gamelabel-3:before {
        content: "Testing";
        font-size: 9px;
        text-transform: uppercase;
    }



.gamelabel-4 {
    background: #ab0000 !important;
    color: #ffffff;
}
.gamelabel-4:before {
    content: "Removed";
    font-size: 9px;
    text-transform: uppercase;
}

.gameStatus-label {
    position: absolute;
    left: -8px;
    top: -13px;
    padding: 1px 10px;
}


.selected-option:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
}

.accountnotes {
    background: #fff;
    max-height: 182px;
    height: 182px;
    border: 1px solid #f0f2f5;
    overflow-y: auto;
    padding: 20px;
}

.draggedElement {
    border: 2px solid #d090a0 !important;
    position: absolute;
    z-index: 1000;
    left: 0;
    background:#fff !important;
}

.blink {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%, 49% {
        background-color: #d1f3cd;
        border: 1px solid #d1f3cd;
    }

    50%, 100% {
        background-color: #d1f3cd;
        border: 1px solid #38cab3;
    }
}


.sort-div-cell {
    display: block;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sort-div-cell.lg30 {
    width:30%;
}
    .sort-div-cell.lg25 {
        width: 25%;
    }
    .sort-div-cell.lg20 {
        width: 20%;
    }
    .sort-div-cell.lg10 {
        width: 10%;
    }
    .sort-div-cell.lg5 {
        width: 5%;
    }
    .sort-div-cell.lg15 {
        width: 15%;
    }

#resultsToSave {
    position: fixed;
    bottom: 0 !important;
    right: 0;
    height: auto;
    width: 400px;
    background: #2f3c42db;
    padding-top: 10px !important;
    color: #fff;
    white-space: nowrap;
    overflow-y: auto;
    top: unset !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.summary-line {
    height: 35px;
    border-top: 1px solid #969696;
    line-height: 32px;

}

.close-summary {
    font-size: 36px;
}

.label.xs {
    font-size: 9px !important;
}


.noDrag > div > .label-promoter-type:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f023 ";
    margin-right: 10px;
}


.hasCoordinates > div:first-child:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f041";
    margin-right: 10px;
}

#enterCoordinates {
    position: fixed;
    background: #00000085;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    left: 0;
}

#panelCoordinates {
    background: #fff;
    width: 600px;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 20vh;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 1px 1px 18px #0000008f;
}

.close-dialog-btn {
    font-size: 36px;
    color:#000;
    cursor:pointer;
    float:right;
}

@font-face {
    font-family: 'fontello';
    src: url('customFonts/font/fontello.eot?85482825');
    src: url('customFonts/font/fontello.eot?85482825#iefix') format('embedded-opentype'), url('customFonts/font/fontello.woff?85482825') format('woff'), url('customFonts/font/fontello.ttf?85482825') format('truetype'), url('customFonts/font/fontello.svg?85482825#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


.gi-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*CASINO ICONS*/
.icon-game-controller:before {
    content: '\e837';
}

.icon-casino-chips-1:before {
    content: '\e838';
}

.icon-poker:before {
    content: '\e839';
}

.icon-poker-cards-1:before {
    content: '\e83a';
}

.icon-croupier:before {
    content: '\e83b';
}

.icon-casino-1:before {
    content: '\e83d';
}

.icon-casino-chip:before {
    content: '\e83f';
}

.icon-casino:before {
    content: '\e840';
}

.icon-dice:before {
    content: '\e842';
}

.icon-playing-cards:before {
    content: '\e843';
}

.icon-poker-cards:before {
    content: '\e844';
}

.icon-content:before {
    content: '\e845';
}

.icon-promotions:before {
    content: '\e846';
}

.icon-network:before {
    content: '\e848';
}

.icon-cherry:before {
    content: '\e849';
}

.icon-bonus-1:before {
    content: '\e84a';
}

.icon-bonus:before {
    content: '\e84b';
}

/*PREMATCH ICONS*/
.icon-icon-sport-142:before {
    content: '\0142';
}

.icon-icon-sport-1:before {
    content: '\e001';
}

.icon-icon-sport-2:before {
    content: '\e002';
}

.icon-icon-sport-3:before {
    content: '\e003';
}

.icon-icon-sport-4:before {
    content: '\e004';
}

.icon-icon-sport-5:before {
    content: '\e005';
}

.icon-icon-sport-6:before {
    content: '\e006';
}

.icon-icon-sport-7:before {
    content: '\e007';
}

.icon-icon-sport-8:before {
    content: '\e008';
}

.icon-icon-sport-9:before {
    content: '\e009';
}

.icon-icon-sport-10:before {
    content: '\e010';
}

.icon-icon-sport-11:before {
    content: '\e011';
}

.icon-icon-sport-12:before {
    content: '\e012';
}

.icon-icon-sport-13:before {
    content: '\e013';
}

.icon-icon-sport-14:before {
    content: '\e014';
}

.icon-icon-sport-15:before {
    content: '\e015';
}

.icon-icon-sport-16:before {
    content: '\e016';
}

.icon-icon-sport-17:before {
    content: '\e017';
}

.icon-icon-sport-18:before {
    content: '\e018';
}

.icon-icon-sport-19:before {
    content: '\e019';
}

.icon-icon-sport-20:before {
    content: '\e020';
}

.icon-icon-sport-21:before {
    content: '\e021';
}

.icon-icon-sport-22:before {
    content: '\e022';
}

.icon-icon-sport-23:before {
    content: '\e023';
}

.icon-icon-sport-24:before {
    content: '\e024';
}

.icon-icon-sport-25:before {
    content: '\e025';
}

.icon-icon-sport-26:before {
    content: '\e026';
}

.icon-icon-sport-28:before {
    content: '\e028';
}

.icon-icon-sport-29:before {
    content: '\e029';
}

.icon-icon-sport-31:before {
    content: '\e031';
}

.icon-icon-sport-32:before {
    content: '\e032';
}

.icon-icon-sport-34:before {
    content: '\e034';
}

.icon-icon-sport-36:before {
    content: '\e036';
}

.icon-icon-sport-37:before {
    content: '\e037';
}

.icon-icon-sport-38:before {
    content: '\e038';
}

.icon-icon-sport-39:before {
    content: '\e039';
}

.icon-icon-sport-43:before {
    content: '\e043';
}

.icon-icon-sport-44:before {
    content: '\e044';
}

.icon-icon-sport-46:before {
    content: '\e046';
}

.icon-icon-sport-47:before {
    content: '\e047';
}

.icon-icon-sport-48:before {
    content: '\e048';
}

.icon-icon-sport-60:before {
    content: '\e060';
}

.icon-icon-sport-61:before {
    content: '\e061';
}

.icon-icon-sport-76:before {
    content: '\e076';
}

.icon-icon-sport-81:before {
    content: '\e081';
}

.icon-icon-sport-117:before {
    content: '\e117';
}

.icon-icon-sport-135:before {
    content: '\e135';
}

.icon-icon-sport-136:before {
    content: '\e136';
}

.icon-icon-sport-138:before {
    content: '\e138';
}

.icon-icon-sport-155:before {
    content: '\e155';
}

.icon-icon-sport-157:before {
    content: '\e157';
}

.icon-icon-sport-170:before {
    content: '\e170';
}

.icon-icon-sport-178:before {
    content: '\e178';
}

.icon-icon-sport-752:before {
    content: '\e752';
}

.icon-icon-sport-800:before {
    content: '\e800';
}

/*LIVE ICONS*/

.icon-icon-sportLive-1:before {
    content: '\e061';
}

.icon-icon-sportLive-47:before {
    content: '\e022';
}

.icon-icon-sportLive-53:before {
    content: '\e029';
}

.icon-icon-sportLive-7:before,
.icon-icon-sportLive-37:before {
    content: '\e001';
}

.icon-icon-sportLive-26:before,
.icon-icon-sportLive-11:before {
    content: '\e005';
}

.icon-icon-sportLive-45:before,
.icon-icon-sportLive-15:before {
    content: '\e002';
}

.icon-icon-sportLive-32:before,
.icon-icon-sportLive-31:before {
    content: '\e006';
}

.icon-icon-sportLive-54:before,
.icon-icon-sportLive-52:before {
    content: '\e023';
}

.icon-icon-sportLive-73:before,
.icon-icon-sportLive-56:before {
    content: '\e020';
}

.icon-icon-sportLive-10:before {
    content: '\e004';
}

.icon-icon-sportLive-64:before {
    content: '\e026';
}

.icon-icon-sportLive-13:before {
    content: '\e021';
}

.icon-icon-sportLive-74:before {
    content: '\e837';
}

.icon-icon-sportLive-36:before {
    content: '\e013';
}

.icon-icon-sportLive-48:before, .icon-icon-sportLive-30:before {
    content: '\e012';
}

.icon-icon-sportLive-68:before {
    content: '\e034';
}

.icon-icon-sportLive-35:before {
    content: '\e019';
}


.icon-icon-sportLive-35:before {
    content: '\e019';
}


table.auth-table tr td:last-child,
table.auth-table tr th:last-child,
table.auth-table tr td:first-child,
table.auth-table tr th:first-child
{
  display:none;
}


.match-container-box {
    border: 1px solid #f6f6f6;
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
}


.match-status {
    background: #38cab3;
    color: #fff;
    padding: 5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 30px;
}

.match-container-active {
    background: #38cab3;
    color: #fff;
}

.match-container-disabled {
    background: #bb0000;
    color: #fff;
}

.match-container-pending {
    background: #ea7700;
    color: #fff;
}

.match-container-team-name {
    font-size: 14px;
}

.match-container-date {
    font-size: 11px;
    line-height: 10px;
    color: #6c94a9;
}

.match-container-stats {
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #38cab3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #38cab3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.odds-counter-container {
    border-radius: 6px;
    border: 1px solid #f6f6f6;
    display: block;
    text-align: center;
    padding: 5px;
    margin: 0 15px;
}
.available-odds-value {
    font-size: 18px;
    font-weight: 700;
}
.available-odds-label {
    font-size: 10px;
    text-transform:uppercase;
}

.fa.fa-bell-o.invalidate {
    font-size: 18px;
    color: #bb0000;
    padding: 12px;
}

.fa.fa-bell-o.standard {
    font-size: 18px;
    padding: 12px;
}

.match-settings-container {
    font-size: 18px;
    padding: 12px;
    cursor: pointer;
}

.match-filter-betconsole {
    background: #405058;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    cursor:pointer;
}

.match-filter-betconsole.filter-selected {
    background: #38cab3;
}

.champ-name-list {
    font-size: 12px !important;
    cursor: pointer;
    max-width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #2f3c42;
}

.small-text {
    font-size: 10px;
}

sport-single-matchies > .col-md-12 {
    padding-bottom: 35px !important;
}

.bootstrap-datetimepicker-widget table {
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
    display: block !important;
}
    .bootstrap-datetimepicker-widget table > thead,
    .bootstrap-datetimepicker-widget table > thead > tr {
        max-width: 100% !important;
        display: inline-table!important;
        width:100%;
        flex-wrap:wrap;
    }

    .bootstrap-datetimepicker-widget table > tbody,
    .bootstrap-datetimepicker-widget table > tbody > tr {
        max-width: 100% !important;
        display: inline-table!important;
        width:100%;
        flex-wrap:wrap;
    }

    .bootstrap-datetimepicker-widget table > tbody {
        max-width: 100% !important;
        display: block !important;
    }


.uib-time > input.form-control {
    padding-left: 0 !important;
    text-align: center !important;
}

.uib-time.am-pm {
    margin-top: 0px !important;
    display: block;
}

.no-sides-padding {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.centered-card {
    max-width: 1200px;
    margin: 0 auto !important;
    border-radius: 8px;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    -o-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    -ms-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    -moz-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}


.utm-container {
    background: #219bd5;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    margin: 5px;
    margin-top: -18px;
}

.gamelist-gamestatus-true{
    font-weight:700;
    color:#04b129;
    cursor: pointer;
    padding: 0 14px;
    margin-left: -20px;
    font-size: 16px;
}

.gamelist-gamestatus-true:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f046";
}



.gamelist-gamestatus-false{
    font-weight:700;
    color:#d10101;
    cursor: pointer;
    padding: 0 14px;
    margin-left: -20px;
    font-size: 16px;
}
.gamelist-gamestatus-false:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f096";
}


.gamelist-gamestatus-2{
    font-weight:700;
    color:#c3c3c3;
    cursor: pointer;
    padding: 0 14px;
    margin-left: -20px;
    font-size: 16px;
}
.gamelist-gamestatus-2:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f119";
}

.gamelist-gamestatus-3{
    font-weight:700;
    color:#ff9900;
    cursor: pointer;
    padding: 0 14px;
    margin-left: -20px;
    font-size: 16px;
}
.gamelist-gamestatus-3:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f11a";
}






.gamelist-gamestatus-4{
    font-weight:700;
    color:#d10101;
    cursor: pointer;
    padding: 0 14px;
    margin-left: -20px;
    font-size: 16px;
}
.gamelist-gamestatus-4:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f014";
}


.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
    transform-style: preserve-3d;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
  }
  40%,
  43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
    transform-style: preserve-3d;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.01);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
    transform-style: preserve-3d;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.5);
  }
  90% {
    transform: translate3d(0, -4px, 0);
    transform-style: preserve-3d;
    box-shadow: 0 4px 4px rgba(4, 0, 4, 0.7);
  }
}
.bump {
  -webkit-animation: bounce 1s 1s;
          animation: bounce 1s 1s;
  transform-origin: center bottom;
}
.bump:hover,
.bump:focus {
  -webkit-animation: none;
          animation: none;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fcfcfc;
}
.table-striped > tbody > tr.danger:nth-child(odd) > td, .table-striped > tbody > tr.danger:nth-child(odd) > th {
    background-color: #f2dede;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #f5f5f5;
}

.label {
    padding: 0.4em 0.8em 0.5em;
}

.select2-container .select2-choice {
    display: block;
    height: 38px !important;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff !important;
    white-space: nowrap;
    line-height: 38px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #ffffff)) !important;
    background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #fff 50%) !important;
    background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #fff 50%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #fff 50%);
}

table   {     
color:#22252f;
}



/*NEW TEMPLATE*/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-image: initial !important;
    background-position-x: initial !important;
    background-position-y: initial !important;
    background-size: initial !important;
    background-repeat-x: initial !important;
    background-repeat-y: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: border-box;
    background-color: rgb(255, 255, 255) !important;
    background-clip: border-box;
    border-radius: 5px;
    border: 0px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 0px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-bottom: 1.3rem;
    box-shadow: 1px 1px 7px rgb(154 154 204 / 10%);
    animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.card-body {
    flex: 1 1 auto;
    padding: 20px;
    /*overflow-x: auto;*/
    white-space: nowrap;
    max-width:100%;

}

.mb-2, .my-2 {
    margin-bottom: 7px !important;
}

.mt-2, .my-2 {
    margin-top: 9px !important;
}

.feature .project {
    display: flex;
    width: 45px;
    height: 45px;
    line-height: 2em;
    vertical-align: middle;
    padding-top: 0px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
    position: relative;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
    color:#38cab3;
}

.mb-1, .my-1 {
    margin-bottom: 0.25rem !important;
}

.progress {
    display: flex;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #f0f0f8;
    border-radius: 3px;
}

.progress-sm {
    height: 4px;
}
.progress-sm .progress-bar {
    border-radius: 1px;
}

.bg-primary {
    background-color: #38cab3 !important;
}
.bg-danger {
    background-color: #f74f75 !important;
}



.tx-13 {
    font-size: 13px;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.progress-bar {
    height: 13px;
    font-size: 12px;
}

.bg-primary {
    --bs-bg-opacity: 1;
}

.float-end {
    float: right !important;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.align-self-center {
    align-self: center !important;
}

.bg-primary-transparent {
    background: #38cab333 !important;
     color: #38cab3;
}

.bg-danger-transparent {
    color: #f74f75 !important;
    background-color: #f74f7547 !important;
}

.bg-info-transparent {
    color: #5bc0de !important;
    background-color: #5bc0de47 !important;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.text-danger{
    color: #f74f75 !important;
}
.text-pink {
    color: #f754fa !important;
}
.bg-pink-transparent {
    background-color: rgba(247, 84, 250, 0.2) !important;
    color: #f754fa !important;
}




.text-warning {
    color: #ffbe5c !important;
}
.bg-warning-transparent {
    background-color: rgba(255, 189, 90, 0.2) !important;
    color: #ffbe5c !important;
}

.tab-pane {
    padding-top: 0px;
}

.card-header {
    border-bottom: 0;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.card-header, .card-footer {
    position: relative;
    border-color: #ededf5;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: 11px 11px 0 0;
}

.card-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 8px;
}

.card-title:before {
    content: "";
    width: 3px;
    height: 16px;
    background: #bf3773;
    position: absolute;
    left: 11px;
    display: block;
    top: 10px;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.customers .list-group-item {
    padding: 0.82rem 1.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #1d2635;
    text-align: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
}

.media {
    display: flex;
    align-items: center;
}

.transaction-icon {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.media-body {
    flex: 1;
}


.no-border{
    border: 0 !important;
}


.table-list-icon {
    padding: 7px 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -3px;
}

h3.text-primary {
    text-transform: uppercase!important;
    font-weight: 700 !important;
    font-size: 17px !important;
    margin-bottom: 20px !important;
}

.text-ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.table.list-elements td {
    width: 50% !important;
    display: inline-flex;
}

.table.list-elements td.text-right {
    justify-content: right;
}

.table-responsive {
    max-width: 100% !important;
    overflow: auto;
    width:100%;
    display:block;
}

.input-icon > select{
   padding-left: 28px;
}


.card-body a > i {
    font-size: 17px;
    margin-right: 10px;
}

form{
    width: 100% !important;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
}

.br-te-5 {
    border-top-right-radius: 5px !important;
}

.br-ts-5 {
    border-top-left-radius: 5px !important;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    color: #fff;
}

.widget-user .widget-user-desc {
    margin-top: 0;
    color: #fff;
}

.widget-user .widget-user-image {
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.user-wideget-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.widget-user .user-wideget-footer {
    padding-top: 30px;
}

.border-end {
    border-right: 1px solid #ededf5 !important;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block>.description-text {
    text-transform: uppercase;
    color: #a3b1c9;
}


.btn-animation .btn-spiner {
    color: #fff !important;
    position: relative;
}

.btn-save {
    color: #fff;
    background-color: #f74f75;
    border-color: #f5567b;
}

.btn-animation .loading {
    margin-right: 30px;
}


.btn-animation .btn-spiner::after {
    content: "";
    -webkit-animation: sk-bounce 1.2s infinite ease-in-out;
    animation: sk-bounce 1.2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 0.5em;
    width: 0.5em;
    position: absolute;
    right: 12px !important;
   top: calc(51% - 7px);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
    background: #ffffff;
        width: 15%;
    height: 45%;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


.ms-auto, .mx-auto {
    margin-left: auto !important;
}

.me-auto, .mx-auto {
    margin-right: auto !important;
}

.font-weight-semibold {
    font-weight: 500 !important;
}

.input-group.inline {
    position: relative;
    display: table;
    border-collapse: separate;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group.inline select,
.input-group.inline input,
.input-group.inline .btn-blue{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}


.input-group.inline .btn-blue {
    height: 40px;
    background: #fff;
        font-size: 11px !important;
    padding-top: 11px;
}

.nav-pills.flex{
    display:flex !important;
}

.nav-stacked > li {
    cursor:pointer;
}

.btn-danger.btn-report{
    margin-top: -4px;
}

.dt-buttons.btn-group {
    float: right ;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px 8px ;
}

.theme-switcher {
    
}

.box-loader {
    background: #fff !important;
    z-index:100000 !important;
    top: 0 !important;
}

.btn-icon {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0px !important;
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: unset !important;
    height: 100% !important;
    background: #fffffff2 !important;
    border: 1px solid #fff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
      padding-top: 20%;
}

.modal-body {
    background: #f5f6fa;
}

.fastlinks {
    list-style: none;
    padding: 5px;
    display: inline;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.fastlinks li{
    display: inline-flex;
    text-align: center;
    color:#7b8191 !important;
        background: #fff;
    box-shadow: 1px 1px 4px #9a9acc1a;
    border-radius: 3px;
    white-space: normal;
    padding: 1px 10px;
    align-items: center;
}
.fastlinks > li > a > i{
    color: #38cab3 !important;
    white-space: break-spaces;
}

.fastlinks > li > a > span{
    color:#7b8191 !important;
    white-space: break-spaces;
    font-weight: 500 !important;
    top: -3px;
    display: inline-block;
    position: relative;
}
}


.fastlinks > li:hover > a > i,
.fastlinks > li:hover > a > span{
    color:#38cab3 !important;
}

.skinLogoAdmin {
    width: 65px;
    background: #ede8e8;
    border-radius: 20px;
    padding: 3px 4px;
    border: 1px solid #fff;
}





.avatar-lg.rounded-circle {
    width: 35px !important;
    height: 35px !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.me-3, .mx-3 {
    margin-right: 1rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 9%) !important;
}

.border-0{
    border:0 !important
}

.comment-list{
position: absolute;right: 16px;top: 14px; font-size: 10px;font-weight: 700;

}

.text-muted {
    color: #7987a1 !important;
     /*   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.group-category {
    display: inline-flex;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.group-category.md-cat {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
}

h2.main-signup-header {
    font-weight: 500;
    color: #38cab3 !important;
    letter-spacing: -1px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

table.orderableTable th {
    cursor:pointer
}



.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
  background-color: #38cab3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 1px #38cab3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.switch.small{
    width: 50px;
    height: 26px;
}

.switch.small .slider:before {
    height: 18px !important;
    width: 18px !important;
    left: 4px !important;
}

.switch.block {
    display: block !important;
}


@media (max-width: 767px){
#page-wrapper {
    margin-top: 0 !important;
}

.topbar-main {
    float: right;
    max-width: 50%;
    white-space: nowrap;
    overflow-x: auto;
        overflow-y:hidden;

}

.navbar-header {
    float: left;
    max-width: 50% !important;
}

#topbar .topbar-main,
#topbar .navbar-header #logo {
    border-bottom: 0px solid #ededf5 !important;
}

.navbar.navbar-default.navbar-static-top{
    border-top: 1px solid #ededf5 !important;
}

.card-body {
    padding: 5px !important;
}

.table-responsive {
    border: 1px solid #dfdfdf !important;
}
}





.drag-table-responsive-container{
    width: fit-content;
    white-space: nowrap;
}


.bootstrap-datetimepicker-widget.timepicker-sbs {
    background: #fff;
    min-width: 400px;
    border: 1px solid #9393b5;
}



.wizard-new, .tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden;
}
.wizard-new {
    border: 1px solid #f0f0f8;
    background-color: #fff;
}

@media (min-width: 576px){
.wizard-new.vertical>.steps ul {
    flex-direction: column;
}
}

.wizard-new>.steps>ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
}

.wizard-new ul, .tabcontrol ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard-new>.steps>ul li {
    float: none;
    display: block;
    width: auto;
}

.wizard-new ul>li, .tabcontrol ul>li {
    display: block;
    padding: 0;
}

@media (min-width: 992px){
.wizard-new.vertical>.steps a {
    justify-content: flex-start;
}
}

.wizard-new>.steps .current a {
    color: #38cab3;
}

.wizard-new>.steps a {
    color: #323251;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard-new>.steps .current a .number, .wizard-newsteps .current a:hover .number, .wizard-new>.steps .current a:active .number {
    background-color: #38cab3 !important;
}

.wizard-new>.steps a .number, .wizard-new>.steps a:hover .number, .wizard-new>.steps a:active .number {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.1;
    width: 40px;
    height: 40px;
}
.wizard-new>.steps a .number, .wizard-new>.steps a:hover .number, .wizard-new>.steps a:active .number {
    flex-shrink: 0;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 2;
    width: 30px;
    height: 30px;
    background-color: #d6d6e6;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.wizard-new.vertical>.steps .current a .title {
    display: inline-block;
}

.dropdown-toggle.tablemenu > ul.dropdown-menu{
    right: 0 !important;
    left:unset !important;
}

p {
    white-space: initial;
}   

.nav > li.mega-menu-dropdown > a:hover, .nav > li.mega-menu-dropdown > a:focus {
    color: #ffffff !important;
}

.p-0{
    padding:0 !important;
} 
.p-0{
    padding:5px !important;
} 


.menu-chevron {
        float: right;
    margin: 0 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
}


.settings-main-icon {
    display: flex;
    text-align: center;
}
.mt-1, .my-1 {
    margin-top: 0.25rem !important;
}
.me-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.settings-main-icon i {
    width: 3rem;
    font-size: 18px;
    line-height: 3rem;
    height: 3rem;
    background-color: #38cab333;
    color: #38cab3;
    border-radius: 50%;
}

.d-flex {
    display: flex !important;
}

.tx-20 {
    font-size: 20px !important;
}
.tx-15 {
    font-size: 15px !important;
}
.card-footer {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
        border-top: 1px solid #e5e6ed;
}
.card-footer:last-child {
    border-radius: 0 0 2px 2px;
}

.prodList-img{
    width:20px;
    height:20px;
    border-radius:50%
}

.card-top-right-label {
    position: absolute;
    right: 0;
}

@media (max-width: 768px) {
.page-title-breadcrumb {
    height: auto;
    min-height: 50px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}
}

.btn-sm, .btn-group-sm > .btn {
    padding: 9px 10px !important;
    margin-right: 10px;
}
.navbar.first{
    z-index:1002 !important;
}
.navbar.second{
    z-index:1001 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

/*FlexMonster 2.9*/

#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li {
    position: relative;
}
#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-svg-icon {
    position: relative;
    left: unset;
    right: unset;
    top: 2px;
}

#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-tab-label {
    padding: 0px 0 !important;
    padding-left: 7px !important;
}
#fm-toolbar-wrapper #fm-toolbar #fm-tab-charts .fm-dropdown-content span {
    left: 34px;
}
#fm-toolbar-wrapper #fm-toolbar .fm-dropdown-content li .fm-svg-icon {
    left: 0 !important;
}

#fm-pivot-view .fm-chart .fm-circle {
  r: 8;
}

/* Charts Style  */
.fm-charts-color-1 {
  fill: rgb(0, 164, 90) !important;
}

.fm-charts-color-2 {
  fill: rgb(223, 56, 0) !important;
}

.fm-charts-color-3 {
  fill: rgb(255, 184, 0) !important;
}

.fm-charts-color-4 {
  fill: rgb(109, 59, 216) !important;
}

.fm-charts-color-5 {
  fill: rgb(0, 117, 255) !important;
}

#fm-pivot-view .fm-bar,
#fm-pivot-view .fm-charts-view .fm-chart-legend ul li .fm-icon-display,
#fm-pivot-view .fm-line,
#fm-pivot-view .fm-arc path,
#fm-pivot-view .fm-bar-stack,
#fm-pivot-view .fm-scatter-point {
  opacity: 70% !important;
}

#fm-yAxis-label,
#fm-xAxis>text,
#fm-yAxis>text {
  display: none;
}

.btn-route {
  margin: 5px 0;
  padding: 10px 10px;
  border: 2px solid #df3800;
  background: #fff;
  color: #df3800;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  text-decoration: none;
  font: 14px Arial;
}

.btn-route:hover,
.btn-route:focus {
  outline: none;
  border: 2px solid #df3800;
  background: #df3800;
  color: #fff;
}

.giLogo{
 width: 108px !important;
}

.lavabetLogo-login{
    width: 145px;
    margin-top: 33px;
}

.badge-ONEDAY,
.label-ONEDAY {
  background-color: #32a100 !important;
  border: 1px solid #32a100 !important;
  color:#fff;
}

.badge-ONEWEEK,
.label-ONEWEEK {
  background-color: #88c566 !important;
  border: 1px solid #88c566 !important;
  color:#fff;
}

.badge-ONEMONTH,
.label-ONEMONTH {
  background-color: #66c597 !important;
  border: 1px solid #66c597 !important;
  color:#fff;
}

.badge-THREEMONTHS,
.label-THREEMONTHS {
  background-color: #668ec5 !important;
  border: 1px solid #668ec5 !important;
  color:#fff;
}

.badge-SIXMONTHS,
.label-SIXMONTHS {
  background-color: #a766c5 !important;
  border: 1px solid #a766c5 !important;
  color:#fff;
}

.badge-ONEYEAR,
.label-ONEYEAR {
  background-color: #e98130 !important;
  border: 1px solid #e98130 !important;
  color:#fff;
}

.badge-INDEFINITE,
.label-INDEFINITE {
  background-color: #b30202 !important;
  border: 1px solid #b30202 !important;
  color:#fff;
}

.positiveAmount {
    color: #009300;
}

.negativeAmount {
    color: #f9000b;
}

.ai-toggle {
   background: #38cab3;
    padding: 5px;
    /*display: block;*/
    display:none !important; /*Nascosto temporaneamente*/
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    margin-top: -107px;
    text-align: center;
    color: #fff;
    font-size: 23px;
    z-index: 1001;
}

.ai-toggle.relative {
    background: #38cab3;
    padding: 5px;
    /*display: block;*/
    display:none !important; /*Nascosto temporaneamente*/
    width: 40px;
    height: 40px;
    position: relative !important;
    right: 0;
    margin-top: -70px !important;
    text-align: center;
    color: #fff;
    font-size: 23px;
    z-index: 1001;
    margin-bottom: 55px;
}

.game-color-red {
    background: linear-gradient(180deg, rgba(186, 7, 24, 1) 0, rgba(133, 6, 18, 1) 100%);
   display: inline-table;
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 10px;
}

.game-color-black {
    background: linear-gradient(180deg,rgba(47,47,47,1) 0,rgba(0,0,0,1) 100%);
    display: inline-table;
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 10px;
}

.game-color-green {
    background: linear-gradient(180deg,rgba(0,128,0,1) 0,rgba(2,94,2,1) 100%);
   display: inline-table;
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 10px;
}

.panel-scroll {
    overflow-y: scroll;
    height: calc(100vh - 300px);
    padding-bottom: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.game-color-null,
.game-color--
{
    color: #6e643d !important;
    font-weight: 700;
    background: linear-gradient(180deg, #efd98a 0, #efd98a 100%);
    display: inline-table;
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 10px;
}


.boostOdd {
     position: absolute;
    background: #cecece;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    right: 0;
    margin-top: 3px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 65px;
}

.boostOdd.active {
    background: #4fa600 !important;
    color: #fff !important;
}

