body {
  /* font-family: 'Nunito', sans-serif;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  font-size: 17px; */

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  font-size: 15px;
}

[v-cloak]{
  display: none !important;
}

.navbar.navbar-inverse.navbar-fixed-top{
  font-family: 'Nunito', sans-serif;
  /* line-height: 1.5;
  color: #000;
  background-color: #fff; */
  font-size: 15px;
} 

iframe[name='pixl_iframe']{
    height: 90vh;
    /*width: 100vw;*/
    border: none;
}

#splashscreen{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999; 
  background: #00000066; 
}

.middle{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 100px;
    margin: auto;
}
.loader {
    border: 15px solid #f3f3f3;
    border-top: 15px solid #428bca;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*REPORTES TABLE*/
.report-table>thead>tr>th{
    padding: 4px !important;
    padding-right: 10px !important;
}
.report-table {
  font-size: 13px !important;
  font-family: inherit;
}
.report-table > tbody > tr > td {
  padding: 1px !important;
  line-height: 1.2;
  font-weight: 500;
  padding-right: 10px !important;
}
.report-table > tbody > tr  {
  border: 0;
}
.report-table > tbody > tr.active  {
  background: #ddd;
}
.report-table>tbody+tbody{
    border-top:1px solid #ddd !important;
}
/*REPORTES TABLE*/

.active_module {
  border-bottom: 4px solid #8BC53F;
  background: #8BC53F;
}
.sub_li.active {
  border-bottom: 5px solid #8bc53f;
}
.partidos-label {
  padding-left: 10px;
  padding-right: 10px;
}
h3 + hr {
  margin-top: 5px;
}
input:disabled,
select:disabled,
textarea:disabled {
  border: 1px solid lightgray;
  background-color: #eee;
}
.table-partidos-records > tbody > tr[data-params]:hover > td {
  cursor: pointer;
}
.table-partidos-records > tbody > tr[data-params]:hover.enabled > td input,
.table-partidos-records > tbody > tr[data-params]:hover.enabled > td select,
.table-partidos-records > tbody > tr[data-params]:hover.enabled > td textarea {
  color: black;
}
.spanPENDIENTE {
  background: #d9534f;
}
.spanREVISADO {
  background: #f0ad4e;
}
.spanINICIADO {
  background: #4cac72;
  font-weight: bold;
}
.spanACTIVO {
  background: #3290bd;
  font-weight: bold;
}
.spanOPEN {
  background: #777;
  font-weight: bold;
  padding-left: 14px;
  padding-right: 14px;
}
.table-linea input[type=checkbox] {
  height: auto;
  vertical-align: top;
}
.table-linea label {
  margin-bottom: 0;
}
.inputpresus {
  margin: 10px;
}
.page-home header .backend-info {
  color: white;
  background: #4cac72;
  min-width: auto;
}
.page-home header .backend-info a {
  text-decoration: none;
  color: #e8e8e8;
}
.page-home header .backend-info a:hover {
  color: white;
}
.page-home header .backend-info h4 {
  margin-left: 0;
}
.page-home header .backend-info .glyphicon {
  font-size: 1.3em;
  vertical-align: text-bottom;
}
.page-home header nav .nav-tabs > li {
  margin-right: 15px;
}
.page-home header nav .nav-tabs > li.open a.active {
  color: black;
}
.page-home header nav .active {
  color: white;
  background: #4cac72;
  border-color: #4cac72;
}
.menu-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[size="1"] {
  width: 41px;
  height: 26px;
}
#lineas-place input {
  border-radius: 0px !important;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-style: dotted;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.page-login > .container {
  padding-top: 140px;
}
.form-signin {
  max-width: 300px;
  margin: auto;
}
.row-form-add {
  display: none;
}
.row-form-edit input:disabled {
  background: transparent;
  border-color: transparent;
}
.notify {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 5000;
  margin: 0;
}
.notify ol {
  margin: 0;
}
.table-padded,
.table-combinaciones,
.table-relaciones {
  width: auto;
}
.table-padded td,
.table-combinaciones td,
.table-relaciones td,
.table-padded th,
.table-combinaciones th,
.table-relaciones th {
  padding: 0 6px;
}
td.viewtd {
  background: #4cac72;
  box-shadow: 3px 5px 5px black;
}
tr.green-row {
  box-shadow: 2px 1px 50px black;
}
td.borroso {
  filter: blur(1px);
}
.table-lineas:hover,
.tr-outline-green > tbody > tr[data-params]:hover {
  outline: 2px solid #4cac72;
  cursor: pointer;
}
.table-lineas2Th > tbody tr > th {
  background: #EEEEEE;
}
.select-param {
  display: inline-block;
}
.conf-row {
  text-align: center;
}
input.text-center {
  text-align: center !important;
}
.btn-small,
.btn-icon {
  font-size: 0.8em;
  padding: 3px 7px;
}
table .form-control {
  height: auto;
  padding: 2px 5px;
}
.dropdown-menu2 {
  margin: 0px 0 0;
}
table.forma input,
table.forma select {
  border-radius: 5px;
  border: 1px solid lightgray;
  border-radius: 1px;
}
.table-records > tbody > tr[data-params]:hover {
  outline: 3px solid #4cac72;
  cursor: pointer;
}
.table-records > tbody > tr[data-params]:hover.enabled > td input,
.table-records > tbody > tr[data-params]:hover.enabled > td select,
.table-records > tbody > tr[data-params]:hover.enabled > td textarea {
  color: black;
}
.table-lineas:hover,
.tr-outline-green > tbody > tr[data-params]:hover {
  outline: 3px solid #4cac72;
  cursor: pointer;
}
.lineas-table {
  max-width: 100% !important;
  margin-right: 5px;
}
.lineas-table td,
.lineas-table th,
.lineas-table input[type=text],
.lineas-table select {
  height: 25px;
}
.lineas-table input[type=checkbox] {
  vertical-align: top;
}
.lineas-table label {
  margin-bottom: 0;
}
.lineas-table th {
  background-color: #eeeeee;
}
.lineas-table.forma {
  margin-bottom: 5px;
}
.navbar-nav > li > a {
  /* padding-top: 10px; */
  padding-bottom: 10px;
  /* font-weight: bold; 
     font-size: 14px;*/
}
.navbar-default .navbar-nav > .active > a {
  background-color: #4CAC72;
  color: white;
  font-weight: bold;
  margin-top: -1px;
  height: 42px;
}
.submenu > li.activeLink > a:hover {
  color: #428bca;
  font-weight: bold;
}
.submenu li > a:hover {
  color: white;
  font-weight: bold;
  /*font-size:18px;*/
  background: #4CAC72;
  /*box-shadow:5px 5px 3px rgba(0,0,0,.7);*/
  /*-moz-box-shadow:5px 5px 3px rgba(0,0,0,.7);
    -webkit-box-shadow: 5px 5px 3px rgba(0,0,0,.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);*/
  position: relative;
  z-index: 5;
}
#nav {
  margin-bottom: 0;
  min-height: auto;
}
.submenu {
  border: 1px solid white;
  margin-top: -15px;
  border-bottom-color: #4CAC72;
  left: 0;
  float: left;
}
.activeLink a {
  color: #428BCA;
  font-weight: bold;
}
.activeLink {
  border-bottom: 2px solid #4CAC72;
}
/*-------------------------------- UTILITY CLASSES ------------------------------------*/
.no-bg {
  background: transparent;
}
.no-valign {
  vertical-align: top !important;
}
.auto-width {
  width: auto ;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.center {
  margin: auto;
}
.form-center {
  width: 600px;
  margin: 0 auto;
}
.full-width-input input,
.full-width-input select {
  display: inline-block;
  width: 100%;
}
.clear {
  clear: both;
}
.padded * {
  padding: 5px;
}
.outline-green {
  outline: 2px solid #4cac72;
}
.outline-greenHover :hover {
  outline: 3px solid #4cac72;
}
.cursor-pointer:hover {
  cursor: pointer;
  text-decoration: none;
}

 .scrollable{
        overflow-y: scroll;
        max-height: 371px;
  }
  .scrollable-x{
        overflow-x: scroll;
        max-height: 371px;
  }

/*---------CLEAN SCROLLBAL-----------*/
.clean-scrollbar::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.clean-scrollbar::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
.clean-scrollbar::-webkit-scrollbar-thumb {
  /*-webkit-border-radius: 10px;*/
  /*border-radius: 10px;*/
  background: #eee; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.x-overflow::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  /*-webkit-border-radius: 10px;*/
}
.clean-scrollbar::-webkit-scrollbar {
  width: 15px;
  height: 6px;
}
.clean-scrollbar::-webkit-scrollbar-thumb {
  background: #eee; 
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/****************************************************************************************************
                    BOOTSTRAP OVERWRITE
*****************************************************************************************************/
.container {
  width: auto !important;
  /*padding: 0;*/
}
.nav-tabs {
  border-bottom-color: #8bc53f;
}
.nav-tabs > li {
  border-bottom: 1px solid #8bc53f;
}
.nav-tabs > li.active a,
.nav-tabs > li.active:hover a {
  color: white;
  background: #5aa535;
  border-color: #5aa535;
}
.table > tbody > tr > td {
  vertical-align: middle;
  padding: 3px;
}
.table > tbody > tr > td input {
  text-align: inherit;
}
.navbar-text {
  float: left;
  margin-right: 15px;
}
.text-center * {
  text-align: center ;
}
.text-left * {
  text-align: left ;
}
.checkbox {
  margin-right: 10px;
}
.checkbox input {
  vertical-align: top;
}
.form-control {
  display: inline-block;
}
.cb-success2 {
  color: #fff;
  background-color: #4CAC72;
  /* display:inherit; */
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 105%;
}
.cb-danger {
  color: #fff;
  background-color: #D9534F;
  /* display:inherit; */
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 105%;
}
#footer {
  position: absolute;
  left: 0;
  bottom: 0%;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background: url(assets/mail.png); */
}
/*.cg{
width:24px; 
   height:24px;
   display: block;
   float: left;
  background: url(cg.png);
    background-size: 20px 20px;
    background-repeat: no-repeat; 
}*/
.duplicate-icon {
  width: auto;
  height: auto;
  background: url(http://spabets.com/spabetsv3/assets/css/cg.png);
  background-repeat: no-repeat;
}
.dropdown-menu > li > a:hover {
  background-color: #8bc53f;
  color: white;
}
.text-bold {
  font-weight: bold;
}
.hide-div {
  display: none;
}
.centerDiv {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.optgrp {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #083E6D;
  font-weight: bold;
  font-style: normal;
}
.btn-circle {
  border-radius: 30px;
}
.color-green {
  color: #4cac72 !important;
}
.color-gray {
  color: #999 !important;
}
.color-red {
  color: red !important;
}
.color-danger {
  color: #d9534f !important;
}
.color-white {
  color: white !important;
}
.color-blue {
  color: #428bca !important;
}
.table > tbody > tr.primary > td {
  background-color: #3071a9;
}
.btn-spabets {
  color: #fff;
  background-color: #4CAC72;
  border-color: #4CAC72;
  border-radius: 4px;
}
.btn-gray {
  background-color: rgba(51, 51, 51, 0.9);
  color: white;
}
.btn-gray:hover {
  background-color: rgba(51, 51, 51, 0.9);
  color: white;
}
.btn-spabets:hover,
.btn-spabets:focus {
  color: #fff;
  background-color: #0fab4c;
}
div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}
.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
/*** Table Styles **/
.table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
.table-fill th {
  color: #666B85;
  background: #EBEBEB;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 16px;
  font-weight: bold;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.table-fill th:first-child {
  border-top-left-radius: 3px;
}
.table-fill th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.table-fill tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color: #666B85;
  font-size: 16px;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.table-fill tr:hover td {
  /*background:#4E5066;
  color:#FFFFFF;*/
  border-top: 1px solid #22262e;
  /* border-bottom: 1px solid #22262e;
  cursor: pointer;*/
}
.table-fill tr:first-child {
  border-top: none;
}
/*.table-fill tr:last td:first-child {
    border-bottom:none;
    background: #EEEEEE;
}
 */
/*.table-fill tr:nth-child(odd) td {
  background:#EBEBEB;
  background: #EEEEEE;
}*/
/*.table-fill tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
.table-fill tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}*/
.table-fill td {
  background: #FFFFFF;
  /* padding: 20px; */
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}
.table-fill th.text-left {
  text-align: left;
}
.table-fill th.text-center {
  text-align: center;
}
.table-fill th.text-right {
  text-align: right;
}
.table-fill td.text-left {
  text-align: left;
}
.table-fill td.text-center {
  text-align: center;
}
.table-fill td.text-right {
  text-align: right;
}
.hr {
  margin-bottom: 3px;
  margin-top: 4px;
}
.hide-cs {
  background: transparent;
  border: 0px;
  color: transparent;
}
.opt-cancel{
  background-color: #d9534f;
  color: white;
  font-weight: bolder;
 }
