body{
  padding-right: 0 !important;
}

.redgama-background{
  background: rgba(26, 187, 156);
  color: white;
}

.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

.redgama-divisor{
  border-right: 1px dotted #999999;
  border-right-style: dotted;
  height:35px; 
  margin-top: 5px;

}

.formularioCrearVenta label{  
  color: #53087A; 
  margin-top: 7px; 
  margin-bottom: 0px;
}

.formularioCrearVenta p {
  color: #1ABB9C; 
  margin-top: 7px; 
  margin-bottom: 0px;
}

.formularioCrearCita label{  
  color: #53087A; 
  margin-top: 7px; 
  margin-bottom: 0px;
}

.formularioCrearCita p {
  color: #1ABB9C; 
  margin-top: 7px; 
  margin-bottom: 0px;
}

/* Círculos de colores numerados */
span.circulored {
  background: #FA5858;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.circulonaranja {
  background: #FAAC58;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}

span.circulogreen {
  background: #01DF74;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.6em; 
}


.loader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../../img/loading/loading4.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.cargador {
  position: fixed;
  z-index: 9999;
  left: 0px; top: 0px;
  width: 100%; height: 100%;
  background-color:#FFFFFF;
  background-image:url('../../img/loading/loading4.gif');
  background-repeat:no-repeat;
  background-position:50% 50%;
  opacity: .8;
  }

.contenido ul{  
  background-color:#eee;  
  cursor:pointer;
  border-bottom: 1px;  
}

.contenido li{  
  padding:10px;
  border-bottom: 1px;  
}

/* EMPIEZA LAS 7 TABLAS DE INICIO */

.pricing_table_wdg {  
	/* border:1px solid #c4cbcc; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/* float:left; */
	margin-top: 25px;
}
.pricing_table_wdg ul { 
	list-style:none; 
	float:left; 
	width:14.285714287%; 
	margin:-1PX; 
	border:1px solid #f2f3f3;
	padding:0.5px;
	text-align:center;
	background-color:#FFF;
}
li[class*="titulo"] {  
	/* border-bottom:1px #cfd2d2; */
	padding:10px 0;
}
li[class*="titulo"] { 
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	background:#2a3f54;
}
li[class*="tsegundo"] { 
  color: black !important;
  background:#fbfbfb;
  padding: 5px 0px;
  margin-bottom: -30px;
  font-size:60px;
  font-weight:bold;
}
li[class*="ttercero"] { 
  background:#fbfbfb;
  padding: 10px;
  font-size:20px;
  color: #b9b7b7;
}
.pricing_table_wdg ul .cuerpo{ 
  font-size: 14px;
  padding: 5px 0;
}
div[class*="izquierda"] { 
  padding-left: 19px;
  text-align: left;  
}
div[class*="derecha"] { 
  padding-right: 19px;
  text-align: right;
  font-weight:bold;
}
.activo{
  background:#1465b639!important;
}
.pricing_table_wdg .activo .titulo { 
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	background:#1465b6!important;
}


/* TERMINA LAS 7 TABLAS DE INICIO */

/* .table-redgama tr:hover {
  background: rgba(165, 105, 189, 0.329) !important;
  color: white;
}

.table-redgama thead {
  background: #A569BD !important;
  color: white;
} */

.icon-exportar{
  cursor: pointer;
  text-align: right; 
  margin-top: -7px;
  padding-bottom: 0px;
}

.numero{
  text-align: right;
}

.redgama{    
    border-bottom: 2px solid #95979B;
}

.rigth{
   float:right;
}

.demo { 
  position: relative; 
}

.demo i {
  position: absolute; bottom: 10px; right: 4px; top: auto; cursor: pointer;
}

#modal-sm{
  width: 30% !important;
}

.modal-content{
  border-radius: 10px !important;
}

.redgamacolor1{
  color: #53087A;
}

.redgamacolor2{
  color: rgb(74, 26, 100);
}

.loader {
  height: 4px;
  width: 0%;
  position: relative;
  overflow: hidden;
  background-color: white;
  display: block;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #53087A;
  animation: loading 2s linear infinite;
}

.box-redgama{
  background: #F7F9F9; 
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(171, 178, 185, 0.5);
  border-top-style: solid;
  border-top-color: #D6DBDF;
}

.caja{  
  padding: 10px;
  margin: auto;
  left:10px;
}
.caja select{
  width: 40%;
  font-size: 16px;
}

#calendar {
  padding: 20px;
  max-width: 900px;
}

.fc th{
  padding: 10px 0px !important;
  color: white;
  vertical-align: middle;
  background: #546F7A;
}

.fc-day-number{
  font-size: 14px !important;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 2.5s;
}


/*IN-LEFT CORTO*/

/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left-corto {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-duration:2s;
    animation-delay: 1.5s;
}

.cssload-container{

position:absolute;
left:50%;
top:50%;
z-index:999;
}
  
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgb(83,8,122);
  border-left-color: rgb(83,8,122);
  border-radius: 974px;
    -o-border-radius: 974px;
    -ms-border-radius: 974px;
    -webkit-border-radius: 974px;
    -moz-border-radius: 974px;
}

.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
    -o-animation: cssload-rotate 2300ms linear infinite;
    -ms-animation: cssload-rotate 2300ms linear infinite;
    -webkit-animation: cssload-rotate 2300ms linear infinite;
    -moz-animation: cssload-rotate 2300ms linear infinite;
}



@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}


/*CAJAS EsTADISTICAS*/

.info-box-redgama { 
  display: block;
  min-height: 90px;
  background: #F7F9F9;
  width: 100%;
  box-shadow: 0 1px 1px rgba(171, 178, 185, 0.1); 
  border-radius: 4px;
  margin-bottom: 15px;
  border-top-style: solid;
  border-top-color: #D6DBDF;
}


/* .bg-redgama {
  width: 100%;
  float: left;
  margin: 0px;
  list-style: none;
  text-decoration: none;
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  color: #434A54;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 10px;
  margin-bottom: 20px;
  min-height: 120px;
  position: relative;

} */

.info-box-icon-redgama {
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 70px;
}



.outer {
  margin: 5px;
  width: 2px;
  height: 100%;
  margin: auto;
  position: absolute;
  overflow: hidden;
}
.linea-vertical{
  position: absolute;
  width:80%;
  height: 75%;
  background: #ABB2B9;
}

.info-box-number-redgama {
  padding-left: 5%;
  display: block;
  font-weight: bold;
  font-size: 28px;
}

.info-box-text-redgama {
  padding-left: 5%;
  display: block;
  font-size: 20px;
}

.info-box-redgama .progress-redgama {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 8px;
  height: 5px;
}

.progress-description, .info-box-text {
  padding-left: 5%;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget.widget-padding-sm,
.widget.widget-item-icon {
  padding: 10px 0px 5px;
}
.widget.widget-np {
  padding: 0px;
}
.widget.widget-no-subtitle {
  padding-top: 25px;
}
.widget.widget-carousel {
  padding-bottom: 0px;
  padding-top: 10px;
}
.widget.widget-default {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #F5F5F5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#F5F5F5, GradientType=0);
}

.widget .widget-title,
.widget .widget-subtitle,
.widget .widget-int,
.widget .widget-big-int {
  width: 100%;
  float: left;
  text-align: center;
}
.widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 20px;
  text-transform: uppercase;
}
.widget .widget-subtitle {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 15px;
  color: #EEE;
}
.widget .widget-int {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  font-family: arial;
}
.widget .widget-big-int {
  font-size: 42px;
  line-height: 45px;
  font-weight: 300;
}
.widget .widget-item-left {
  margin-left: 10px;
  float: left;
  width: 100px;
}
.widget .widget-item-right {
  margin-right: 10px;
  float: right;
  width: 100px;
}
.widget.widget-item-icon .widget-item-left,
.widget.widget-item-icon .widget-item-right {
  width: 70px;
  padding: 20px 0px;
  text-align: center;
}
.widget.widget-item-icon .widget-item-left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  padding-right: 10px;
}
.widget.widget-item-icon .widget-item-right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  padding-left: 10px;
}
.widget .widget-item-left .fa,
.widget .widget-item-right .fa,
.widget .widget-item-left .glyphicon,
.widget .widget-item-right .glyphicon {
  font-size: 60px;
}
.widget .widget-data {
  padding-left: 120px;
}
.widget .widget-data-left {
  padding-right: 120px;
}
.widget.widget-item-icon .widget-data {
  padding-left: 90px;
}
.widget.widget-item-icon .widget-data-left {
  padding-right: 90px;
  padding-left: 10px;
}
.widget .widget-data .widget-title,
.widget .widget-data-left .widget-title,
.widget .widget-data .widget-subtitle,
.widget .widget-data-left .widget-subtitle,
.widget .widget-data .widget-int,
.widget .widget-data-left .widget-int,
.widget .widget-data .widget-big-int,
.widget .widget-data-left .widget-big-int {
  text-align: left;
}

.widget .widget-controls a {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  color: #FFF;
  border: 1px solid #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 0.4;
  filter: alpha(opacity = 40);
}

.widget .widget-controls a.widget-control-left {
  left: 10px;
  top: 10px;
}
.widget .widget-controls a.widget-control-right {
  right: 10px;
  top: 10px;
}
.widget .widget-controls a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.widget .widget-buttons {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget .widget-buttons a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 21px;
}

.widget.widget-default {
  color: #434A54;
}
.widget.widget-default .widget-subtitle {
  color: #434A54;
}
.widget.widget-default .widget-controls a {
  color: #434A54;
  border-color: #434A54;
}

/*ESTO ES NUEVO*/


#sparks {
    display: block;
    list-style: none;
    margin: 0px 0 0;
    padding: 0;
    text-align: right;
}
#sparks li {
    display: inline-block;
    max-height: 47px;
    overflow: hidden;
    text-align: left;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#sparks li h5 {
    color: #555;
    float: left;
    font-size: 11px;
    font-weight: 400;
    margin: -3px 0 0 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

#sparks li h4 {
    font-size: 14px;
    display: inline-block;

}

#sparks li span {
    color: #636363;
    display: inline-block;
}
#sparks li {
    border-left: 1px dotted #c7c7c7;
    padding: 0 10px;
}
#sparks li:last-child {
    padding-right: 0;
}
#sparks li:first-child {
    border-left: none;
    padding-left: 0;
}
.sparks-info {
    min-width: 80px;
}
.sparks-info span {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
}
.sparks-info .sparkline {
    display: block;
    float: right;
    margin: 3px 0 0 20px;
}
