/**
- General
- Margin
- Header
- Sidebar
- Autocomplete
- Table
- Bar
- Box
- Form
- Button
- Tab
- ACL
- Calendar
- Popup Window
- Carousel
- Loadingbar
- Domains
- Pagination
- Breadcrumb
- Products List
- Autocomplete
- Footer
- Dashboard
**/

body {
  font-size: 1em;
  overflow: auto;
}


/*General*/
.error-message {
	color: #dd4b39;
}
.action .btn {
	margin-right: 5px;
}
.action .btn:last-child {
	margin-right: 0;
}
.form-action {
  margin-bottom: 10px;
}
.action.top {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.action.bottom {
  padding-top: 10px;
  border-top: 1px solid #CCC;
}
.callout p {
	margin-bottom: 0;
}
.bold {
	font-weight: bold;
}
.content-wrapper {
  background-color: #ecf0f5;
  min-height: calc(100vh - 52px) !important;
}
.body-report .content-wrapper {
	margin-left: 0;
}
.body-report,
.body-report .wrapper {
  background-color: transparent !important;
}
iframe {
	border: none;
}
.multiple-add button > span {
  font-weight: bold;
}
.content.preview-invoice {
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin: 10px 25px;
}
.body-report .content.invoice {
    margin: 0;
}
.width-auto {
  width: auto !important;
}
.text-hover-red:hover {
  color: #dd4b39 !important;
}
.text-hover-yellow:hover {
  color: #f39c12 !important;
}
.text-hover-aqua:hover {
  color: #00c0ef !important;
}
.text-hover-blue:hover {
  color: #0073b7 !important;
}
.text-hover-black:hover {
  color: #111111 !important;
}
.text-hover-light-blue:hover {
  color: #3c8dbc !important;
}
.text-hover-green:hover {
  color: #00a65a !important;
}
.text-hover-gray:hover {
  color: #d2d6de !important;
}
.text-hover-rounded:hover:before {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(0.4,0.0,0.2,1);
  bottom: -10px;
  left: -9px;
  right: -10px;
  top: -3px;
  background: none;
  border-radius: 50%;
  box-sizing: border-box;
  transform: scale(0);
  transition-property: transform,opacity;
  width: 35px;
  height: 35px;
}
.text-hover-rounded:hover:before {
  background-color: rgba(32,33,36,0.059);
  border: none;
  box-shadow: none;
  opacity: 1;
  transform: scale(1);
}
.relative {
  position: relative;
}
.disinblok {
  display: inline-block;
}
.disblok {
  display: block !important;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "* ";
}
a {
  color: #a00000;
}
.wrapper-wrapper-popup-window #wrapper-write {
  text-align: center;
}
.text-red {
    color: rgb(255, 0, 0);
}
.text-danger {
  color: rgb(255, 0, 0) !important;
}
.text-success {
  color: rgb(0, 128, 0) !important;
}
body > .wrapper {
  overflow: initial;
}
.btn {
  padding: 4px 10px;
  /*font-size: 11px;*/
}
.hide {
  display: none;
}
.ajax-link {
  cursor: pointer;
}


/*Margin*/
.margin-0 {
  margin: 0 !important;
}
.m-ver-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.padding-0 {
  padding: 0 !important;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}


/*Header*/
.main-header .navbar .nav>li.user-menu a {
  display: inline-block;
}
.navbar-nav > .user-menu .user-image {
  width: 22px;
  height: 22px;
  float: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a {
  display: block;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li {
  font-weight: 100;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li.unread {
  font-weight: 500;
}
.navbar-nav > .language-menu img {
  height: 25px;
}
.navbar-nav > .language-menu li {
  padding: 5px 10px;
}
.navbar-nav > .language-menu .dropdown-menu {
  width: auto !important;
  min-width: inherit !important;
}
.navbar-nav > .language-menu .dropdown-toggle > img {
  height: 15px;
}
.main-header .navbar .nav .open > a.user-logout {
  background: transparent;
  color: #000;
}
.sub-header-date-time {
  float: left;
  padding: 15px;
  font-size: 14px;
  margin-right: auto;
}
.sub-header-date-time p {
  margin: 0;
  /*color: #FFF;*/
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: auto;
}
.sub-header {
  background: #dadee1;
  padding: 0px 20px;
  font-size: 14px;
  position: relative;
}
.sub-header p {
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
}
.main-header .logo .logo-lg {
  color: #b8c7ce;
  font-size: 26px;
}
.main-header .logo .logo-lg b {
  color: #FFF;
}
.main-header .logo {
  background-color: #222d32 !important;
  color: #ffffff !important;
  border-bottom: 0 solid transparent !important;
}
/*.switch-language {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}*/
.switch-language a.dropdown-toggle {
  padding: 5px 30px;
  display: block;
  background: #999999;
  color: #FFF;
}
.switch-language ul.dropdown-menu {
  right: 0;
  left: inherit;
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.switch-language ul.dropdown-menu > li > a {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
}
.switch-language ul.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.sub-header-logout a {
  margin-right: 30px;
  font-weight: bold;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu a > i {
  margin-right: 5px;
}
.navbar-nav > .notifications-menu > a > i {
  font-size: 18px;
}
.navbar-nav > .notifications-menu > a span.badge {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.navbar-nav > .notifications-menu > a.dropdown-toggle::after {
  display: none;
}

.user-panel>.info {
  position: relative;
  left: inherit;
}
.user-panel>.info>a {
  display: block;
}
.user-panel>.info>a>p {
    font-weight: 600;
    margin-bottom: 9px;
    font-size: 18px;
}
.skin-black .main-header .logo {
  border-right: none;
}
.skin-black .main-header .navbar {
  /*background-color: #ededed;*/
  padding: 0;
}
/*.skin-black .main-header .navbar {
  border-bottom: 1px solid #f9f9f9;
}*/
.navbar-custom-menu .navbar-nav > li {
    float: left;
}
.navbar-custom-menu .navbar-nav > li > a {
    padding: 15px;
    color: #333;
    position: relative;
}

@media (max-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .main-header {
    max-height: inherit;
  }
  .main-header .navbar {
    display: block;
    min-height: inherit;
    padding-bottom: 10px !important;
  }
  .main-header .navbar:after {
    clear: both;
    display: block;
    content: "";
    min-height: inherit;
  }
  .main-header .navbar > .sidebar-toggle,
  .sub-header-date-time {
    padding: 10px 15px;
  }
  .main-header .navbar-custom-menu,
  .navbar-custom-menu > .navbar-nav {
    width: 100%;
  }
  .navbar-custom-menu > .navbar-nav {
    margin-top: 10px;
  }
  .main-sidebar {
    margin-top: 130px;
  }
}


/*Autocomplete*/
.ui-menu .ui-menu-item-wrapper {
	font-size: 14px;
}


/*Table*/
/*.table.table-inline {
  width: auto;
  display: inline-block;
  vertical-align: top;
}*/
table.dataTable {
  border-collapse: collapse !important;
}
table.dataTable thead th {
  background-color: #D1D1D1;
  width: auto;
  vertical-align: middle;
}
table.dataTable thead th a {
	display: block;
}
table.dataTable thead th a:after {
	top: 0;
}
table.dataTable td {
  position: relative;
}
table.dataTable td .copy-to-right,
table.dataTable td .copy-to-down,
table.dataTable td .copy-to-all {
  position: absolute;
  top: 2px;
  z-index: 5;
  background-color: #D1D1D1;
  padding: 5px;
}
table.dataTable td .copy-to-right.side-right {
  left: inherit;
  right: 0;
}
table.dataTable td .copy-to-down {
  top: inherit;
  left: inherit;
  bottom: -5px;
  right: -5px;
}
.wrapper-pagination {
	margin-top: 20px;
}
th[mainalign="left"] {
	text-align: left !important;
}
th[mainalign="right"] {
  text-align: right !important;
}
.print-action {
	margin-bottom: 20px;
}
.list-inline .item-inline:first-child {
  margin-right: 10px;
}
.list-inline .item-inline:last-child {
  margin-right: 0;
}
.list-inline .item-inline {
  display: inline-block;
}
.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 #F4F4F4 !important;
}
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border-bottom: 2px solid #D1D1D1 !important;
}
.table-no-bordered>thead>tr>th,
.table-no-bordered>tbody>tr>th,
.table-no-bordered>tfoot>tr>th,
.table-no-bordered>thead>tr>td,
.table-no-bordered>tbody>tr>td,
.table-no-bordered>tfoot>tr>td {
  border: none;
}
.logo-img img {
  display: inline-block;
  max-width: 32px;
  margin-right: 5px;
}
.logo-img img.logo-img-medium {
  max-width: 128px;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  display: block;
  padding-right: 15px;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: inherit;
  right: 0;
}
table.dataTable thead th:after {
  clear: both;
  content: "";
  display: block;
}
/*table.dataTable td input {
  height: auto;
  padding: 0 5px;
  font-size: 12px;
}*/
table.dataTable td .input-group-btn .btn {
  padding: 1px 3px;
  vertical-align: top;
}
table.table-list-game tr td {
  padding: 5px 8px;
}
table.dataTable thead th a {
  color: #000;
}
table.dataTable thead th.red a {
  color: #a00000;
}
.table-single-bordered {
  border: 1px solid #000;
}
.table-single-bordered td label {
  margin-bottom: 0;
}
.table-header-bordered {
  border: 1px solid #000000;
  padding: 5px;
}
.table-header-bordered tr th,
.table-header-bordered tfoot tr td {
  border: 1px solid #FFF;
}
tfoot.table-grandtotal td,
.tr-grandtotal td {
  font-weight: bold;
  background-color: #D1D1D1;
}
table.dataTable.unsorting thead .sorting:after,
table.dataTable.unsorting thead .sorting_asc:after,
table.dataTable.unsorting thead .sorting_desc:after,
table.dataTable.unsorting thead .sorting_asc_disabled:after,
table.dataTable.unsorting thead .sorting_desc_disabled:after {
  display: none;
}
tfoot.grandtotal {
  font-weight: bold;
}
table.table-nowrap tr th,
table.table-nowrap tr td {
  white-space: nowrap
}
table.table-nowrap tr .input-group {
  min-width: 150px;
}
table.table-valign-top tr th,
table.table-valign-top tr td {
  vertical-align: top;
}
table.table-valign-middle tr th,
table.table-valign-middle tr td {
  vertical-align: middle;
}
.table.boder-6 >tbody>tr>td {
    border-top: 6px solid #D1D1D1;
}
.table.boder-6 >tbody>tr:first-child>td {
    border-top: none;
}
.boder-1 td {
    border-top: 1px solid #D1D1D1 !important;
}
.table-flat {
  border: none;
}
.table-flat td {
  padding: 3px;
}
td.bg-yellow,
th.bg-yellow {
  background-color: #FFFF66 !important;
  color: #000 !important;
}
th .fa-star {
  color: #ffda23;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  font-size: 18px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 1;
}
.table-searching td {
  vertical-align: top;
  padding-right: 20px;
}
.action a {
  font-size: 13px;
}
.field-copy .removed {
  display: none;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    border: none;
  }
}


/*Bar*/
/*FileUpload*/
.progress {
  border-radius: 4px;
  background: #eee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}
.progress-success.progress-striped .bar, 
.progress-striped .bar-success {
  background-color: #069D54;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-animation: loadproc 5s 1 linear;
  -webkit-animation: loadproc 5s 1 linear;
  animation: loadproc 5s 1 linear;
}
#header-download .progress {
  margin-bottom: 10px;
}
#header-download p {
  margin: 0;
}
#header-download span.text-only {
  margin-right: 5px;
}


/*Box*/
.box {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
}
.box-without-boder {
  border: none;
}
.box-without-boder-top {
  border-top: none;
}
.box.box-bodered {
  border: 1px solid #d2d6de;
  border-top: 3px solid #d2d6de;
}
.box-tab {
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #d2d6de;
}
.box-action-left a {
  margin: 0 10px;
  font-size: 20px;
  color: #444;
  position: relative;
  display: block;
}
.box-action-left a:first-child {
  margin-left: 0;
}
.box-action-left a.disinblok {
  display: inline-block;
}
.box-header {
  background-color: #D1D1D1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    font-size: 16px;
}
.box-header.no-bg {
  background-color: transparent;
}
.box-header.with-border {
    border-bottom: 1px solid rgba(100,121,143,0.122);
}
.box-action-left {
  display: none;
}
.box-action-show .box-action-left {
  display: inline-block;
}
.box-action-left:after {
  content: "";
  display: block;
}
.box-action-right .box-action-left {
  float: right;
}
.box-action-right .box-action-left a:first-child {
  margin-left: 15px;
}
.box-action-right .box-action-left a:last-child {
  margin-right: 0;
}
/*.box-header>.box-tools {
  top: 0;
}*/
.box-header>.box-tools .btn {
  padding: 4px 10px;
  font-size: 12px;
}
.box-action-title {
  display: block;
  padding: 5px 0px;
}
.box-single-boder {
    border: 1px solid rgba(100,121,143,0.122);
}
.box-header>.box-tools .box-header-btn > .fa {
  font-weight: bold;
  font-size: 18px;
}
.box-header>.box-tools .box-header-btn {
  padding: 4px 0;
  color: #666;
}
/*.box.box-inline.min-width-auto {
  min-width: inherit;
  display: inline-block;
  width: auto;
}*/
.action-inline {
  display: inline-block;
  border: 1px solid #000;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  padding: 5px 10px;
}
.wrapper-popup-window .box {
  text-align: left;
}
.box-bet-note {
  border: 1px solid #000;
  padding: 5px;
}
/*.box.box-inline {
    display: inline-block;
    width: auto;
}*/
.list-group-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*@media (min-width: 1300px) {
  .box.box-inline {
    display: inline-block;
    width: auto;
    min-width: 50%;
  }
}*/
/*@media (min-width: 1600px) {
  .box.box-inline {
    display: inline-block;
    width: auto;
    min-width: 40%;
  }
}*/


/*Form*/
.input-group-addon {
  padding: 4px 12px 5px;
}
.input-group-addon,
.input-group-btn {
  width: auto;
}
.input-group-btn {
  font-size: 14px;
}
.input-group-input-text {
  width: 30%;
}
.input-group-btn .btn {
  padding-top: 2px;
  padding-bottom: 3px;
}
.action-submit {
  margin-bottom: 20px;
}
.action-submit label {
  display: block;
}
.action-submit [type="password"] {
  display: inline-block;
  width: auto;
}
.list-field label {
  display: block;
}
.list-field .dropdown-menu {
  padding: 0 10px;
}
.btn-group-justified.list-form {
  margin-left: -12px;
  margin-right: -12px;
  width: auto;
}
.btn-group-justified.list-form > .group-item {
  text-align: left;
  border-right: 1px solid rgba(100,121,143,0.122);
  border-bottom: 1px solid rgba(100,121,143,0.122);
  width: auto;
}
.btn-group-justified>.group-item {
    display: table-cell;
    float: none;
    width: 1%;
    padding: 8px 12px;
}
.btn-group-justified.list-form > .group-item:last-child {
  border-right: none;
}
.btn-group-justified>.group-item .checkbox {
  margin: 0;
}
#wrapper-bet-input .form-control[disabled],
#wrapper-bet-input .form-control[readonly],
#wrapper-bet-input fieldset[disabled] .form-control {
    background-color: #FFF;
}
.input-group.full-width {
  width: 100%;
}
small.extra-note {
  color: #CCC;
}
.wrapper-error-username > div {
  background: #ccc;
  padding: 8px 10px;
  font-size: 12px;
  margin-top: 1px;
  margin-right: 1px;
  height: 32px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
td .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
.label-input-group {
  width: 100%
}
.label-input-group .input-group-addon:first-child {
  text-align: left;
}
.label-input-group .form-control {
  /*border-left: none;*/
  text-align: center;
}
/*.wrapper-form-search .form-group {
  margin-bottom: 5px;
}*/
.wrapper-form-search .control-label {
  text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #333333;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  margin-left: 0;
}
.list-checkbox label {
  font-weight: normal;
}
.icheckbox_flat-green {
  margin-top: -1px !important;
  margin-right: 5px !important;
}
.modal-footer {
  text-align: center;
}
.modal-header .close-modal {
  float: right;
}
.modal-header .modal-title {
  font-weight: bold;
}
.ge-addRowGroup {
  display: none;
}
.ge-wrapper.ge-top:after {
  display: block;
  clear: both;
  content: "";
}
.ge-canvas.ge-editing .column {
  background-color: #FFF !important;
}


/*Button*/
.btn-grey {
  background-color: #D1D1D1;
  color: #000;
  border-color: #ddd;
}
.form-custom-horizontal .box-search label {
  font-weight: normal;
}
.form-custom-horizontal .box-search label,
.form-custom-horizontal .box-search input {
  margin-right: 10px;
}
.form-custom-horizontal .box-search label,
.form-custom-horizontal .box-search input,
.form-custom-horizontal .box-search select,
.form-custom-horizontal .box-search .form-group.action {
  display: inline-block;
}
.form-custom-horizontal .box-search input,
.form-custom-horizontal .box-search select {
  width: 150px;
  font-size: 11px;
  padding: 4px 5px;
}
.form-custom-horizontal .box-search .form-group.action {
  margin-bottom: 0;
}
.form-custom-horizontal .box-search {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: none;
}


/*Tab*/
.nav-tabs-custom {
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.nav-tabs-custom>.nav-tabs>li:first-child {
  border-left: 1px solid #d2d6de;
}
.nav-tabs-custom>.nav-tabs>li {
    margin: 0;
    border: none;
    border-top: 1px solid #d2d6de;
    /*border-bottom: 1px solid #d2d6de;*/
    border-right: 1px solid #d2d6de;
    background: #ffffff;
}
.nav-tabs-custom>.nav-tabs li a {
  border-top: none;
  margin-bottom: 0;
  border: none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}
.nav-tabs-custom>.nav-tabs>li.active,
.nav-tabs-custom>.nav-tabs li a.active {
    border-top: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
}
.nav-tabs-custom .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 20px;
    border: none;
    border-bottom: 1px solid transparent;
}
.nav-tabs-custom>.nav-tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active {
    color: #3c8dbc;
}
.nav-tabs-custom>.nav-tabs>li.active,
.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs li a.active {
  border-bottom: 1px solid #3c8dbc;
}
.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active>a:hover,
.nav-tabs-custom>.nav-tabs>li.active>a:focus,
.nav-tabs-custom>.nav-tabs li a.active,
.nav-tabs-custom>.nav-tabs li a.active:hover,
.nav-tabs-custom>.nav-tabs li a.active:focus {
  cursor: pointer;
  border-bottom: 1px solid #3c8dbc !important;
}


/*ACL*/
.acl-list-item ul {
  padding-left: 0;
}
.acl-list-item ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.acl-list-item ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  line-height: 24px;
}
.acl-list-item ul li .fa {
  float: right;
  font-size: 24px;
}

/*Calendar*/
.bootstrap-datetimepicker-widget {
  display: block !important;
  background-color: #eeeeff !important;
  border: 1px solid #556;
}
.bootstrap-datetimepicker-widget table th.dow {
  background-color: #bdf;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table thead tr th.next,
.bootstrap-datetimepicker-widget table thead tr th.prev {
  background-color: #778;
  color: #FFF;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget table thead tr th.next:hover,
.bootstrap-datetimepicker-widget table thead tr th.prev:hover {
  background-color: #676776;
}
.bootstrap-datetimepicker-widget table thead tr th.picker-switch {
  background-color: #FFF;
}
.bootstrap-datetimepicker-widget table td.day:hover {
  background: #ccf !important;
}
.bootstrap-datetimepicker-widget table td.day.disabled:hover,
.bootstrap-datetimepicker-widget table td.day.disabled {
  color: rgba(119,119,119, 0.2);
}

/*Popup Window*/
/*.wrapper-popup-window {
  font-size: 12px;
}*/


/*Carousel*/
.carousel-control>.fa {
  color: #333;
}
.carousel-control {
  bottom: inherit;
  top: 3px;
  width: 30px;
}
.carousel-control>.fa {
  margin-top: 0;
  position: static;
  top: inherit;
  font-size: 20px;
}
.carousel-control.left {
  left: 10px;
}
.carousel-control.right {
  right: 10px;
}

/*Loadingbar*/
#loadingbar {
  position: fixed;
  top: 0;
  width: 0;
  height: 2px;
  z-index: 9999;
  background-color: #347cb4;
  *zoom: 1;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


/*Domains*/
.wrapper-domain-games .checkbox {
  margin: 0;
}
.wrapper-domain-games .checkbox label {
  min-height: inherit;
}
.wrapper-domain-games .checkbox input[type="checkbox"] {
  margin-top: 2px;
}
.wrapper-domain-games .wrapper-domain-game-item.disabled .form-group,
.wrapper-domain-games .wrapper-domain-game-item.disabled .input-group-addon {
  background-color: #eee;
}

/*Chosen*/
.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important;
  padding: 0 !important;
}
.select-block .select2-container {
  width: 100% !important;
}
.select2-container {
  display: block !important;
  width: 100% !important;
}


/*Pagination*/
.page-link {
  color: #a00000;
}
.pagination-sm .page-item a,
.pagination-sm .page-link {
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  position: relative;
  display: block;
  margin-left: -1px;
  border: 1px solid #dee2e6;
}


/*Breadcrumb*/
.content-header > .breadcrumb {
  float: none;
  position: relative;
  top: inherit;
  right: inherit;
}


/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
/*.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}*/
/*.products-list > .item:after {
  clear: both;
}*/
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
/*  height: 50px;*/
}
/*.products-list .product-info {
  margin-left: 60px;
}*/
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
.products-list .product-img i {
  font-size: 2em;
}
.products-list .product-info,
.products-list .product-title {
  font-weight: 300;
}
.products-list .unread .product-info,
.products-list .unread .product-title {
  font-weight: 500;
}
.products-list .unread .product-info .product-description {
  color: #000;
}


/*Autocomplete*/
/*  b:custom autocomplete */

.ui-autocomplete {
  position: relative;
}

.ui-autocomplete-loading {
  background: white url("../../img/spinner.gif") no-repeat right center;
}

.ui-autocomplete-input+label i, 
.ui-autocomplete-input+input[type="hidden"]+label i {
  display:visible;
}

.ui-autocomplete-loading+label i, 
.ui-autocomplete-loading+input[type="hidden"]+label i {
  display:none;
}

.ui-widget-content {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.ui-widget {}

.ui-menu {
  display: block;
  list-style: outside none none;
  margin:0;
  outline: medium none;
  padding: 10px 0;
  box-shadow: 0 2px 5px #E5E5E5;
  max-height:300px;
  overflow-y: scroll;
  z-index:99999 !important;
}
.ui-menu .ui-autocomplete-category {
  color:#999999;
  font-weight: bold;
  border-left: 5px solid #009634;
  padding: 5px 15px 5px 11px;
  margin-left: -1px;
}

.ui-menu .ui-menu-item {
  padding:5px 15px;
}

.ui-menu .ui-menu-item:hover{
  background: #E9E9E9;
}

.ui-menu .ui-menu-item a {
  color:#333333;
  cursor:pointer;
}

.ui-menu .ui-menu-item b { color:#009634; }

.ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}

.ui-front {
  z-index: 4;
}

#main-search .for-location-search .btn{
  cursor: pointer;
}

/*  e:custom autocomplete */


/*Footer*/
.toogle-sound {
  margin-left: 10px;
}
.toogle-sound a {
  font-weight: bold;
  color: #00a65a;
}
.toogle-sound a.disabled {
  color: #a00000;
}


/*Dashboard*/
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}

.link-open-timer.text-muted {
  color: #6c757d !important;
}

.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-loading .bar1 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #fce403;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax-loading .bar2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #fce403;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax-loading .bar3 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #fce403;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ajax-loading .bar4 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #fce403;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}



.cke_editable {
  padding-left: 10px;
  padding-right: 10px;
}

.text-underline {
  text-decoration: underline;
}
table.align-middle td {
  vertical-align: middle;
}

/*.cke_contents {
  height: 350px !important;
}*/


.ajax-loader-input {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 8px;
  width: 20px;
}

.star-rating i {
  color: #ffda23;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  font-size: 18px;
}

.timepicker + .bootstrap-datetimepicker-widget .timepicker-picker table td span,
.timepicker + .bootstrap-datetimepicker-widget .timepicker-picker table td {
  height: auto;
  width: auto;
  line-height: inherit;
}
.timepicker + .bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  line-height: 18px;
}


.form-group label {
  font-weight: 600;
}
.form-control {
  height: 34px;
  border-radius: 3px;
  font-size: 13px;
}
.input-group-text {
  height: 34px;
}

h3.box-title {
  font-weight: bold;
}

.report-footer {
  background-color: #BCC7D4;
  font-weight: bold;
}

.table td,
.table th {
  padding: 0.5rem;
}

table.table-bordered.dataTable tbody td span[disabled="disabled"],
table.table-bordered.dataTable tbody td label[disabled="disabled"] {
  opacity: 0.3;
}

#wrapper-tree .tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
#wrapper-tree.no-box .tree {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border: none;
}

#wrapper-tree .tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
#wrapper-tree .tree li::before, #wrapper-tree .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
#wrapper-tree .tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
#wrapper-tree .tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
#wrapper-tree .tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
#wrapper-tree .tree li.parent_li>span {
    cursor:pointer;
    margin-right: 5px;
}

#wrapper-tree .tree li.parent_li>span label {
  margin-right: 15px;
}

#wrapper-tree .tree li.parent_li a {
  margin-right: 5px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 12px;
}

.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
#wrapper-tree .tree li:last-child::before {
    height:30px
}
#wrapper-tree .tree li.parent_li>span:hover, #wrapper-tree .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}

.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}

.row-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small [class*="col-"],
.row-small [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.blog-share h5 {
    color: #c7c8ca;
}
.blog-share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  color: #FFF;
  font-size: 18px;
  margin-right: 10px;
}
.blog-share a:last-child {
  margin-right: 0;
}
.blog-share a.whatsapp {
  background-color: #1aa450;
}
.blog-share a.facebook {
  background-color: #215597;
}
.blog-share a.twitter {
  background-color: #00b0ef;
}

.w-100px {
  width: 100px;
}

.small-box-add {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 28px;
  z-index: 1;
  opacity: 0.8;
}
.small-box-add:hover {
  opacity: 1;
  color: #FFF;
}

.select-tags-container select,
.select-tags-container .select2-selection__rendered li {
  text-transform: lowercase;
}

.red-bubble-notif {
    margin-top: -5px;
    margin-left: 10px;
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}
.red-bubble-notif img {
    width: 18px;
    max-width: inherit !important;
}
.red-bubble-notif span {
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 10px;
    color: #FFF;
}

@-webkit-keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

.main-footer {
  margin-left: 0;
}

.credit-balance .fa {
    margin-left: 10px;
    color: #96cd8d;
    font-weight: bold;
    font-size: 16px;
}

.table-header-bordered tr th {
  border-color: #000 !important;
}

.list-field label {
  display: block;
}
.check-multiple {
  margin-right: 5px;
}

.table-middle td {
  vertical-align: middle;
}

.form-group .checkbox label {
  margin-bottom: 0;
}

.field-item {
  position: relative;
}

#draw-result table td {
  vertical-align: top;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>td {
  border-color: #000 !important;
}

.f16 {
  font-size: 16px !important;
}

.modal-body #wrapper-write {
  padding: 0;
  min-height: inherit;
}

.company-input,
.draw-input,
.draw-date {
  text-transform: uppercase;
}

table tr.void {
  background-color: #f5c6cb;
}