
.container {
    width: 90%;
}

#slides_control{
  height: 150px;
}
.img{
  width: 80%;
  margin-left:10%;
  height: 320px;
}
#slides_control {
  width: 80%;
  margin-left:10%;
}
.img-thumbnail-notificacion {
  display: inline-block;
  max-width: 400px;
  max-height: 260px;
  height: 260px;
  width: 400px;
  padding: 10px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.loading{
    display:    block;
    position:   fixed;
    z-index:    100000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('Images/load.gif') 
                50% 50% 
                no-repeat;
    opacity: 0.80;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
    filter: alpha(opacity = 80)
}
.control-label {
    color: #000;
}

.btn-myt{
    width: 70%;
    height: 50px;
    font-size: 100%;
}

.img-home{
    width: 100%;
    margin: 1% 1% 1% 1%;
    background-color: white;
}

.img-home-div {
    width: 100%;
    height: 450px;
    margin: 1% 1% 1% 1%;
    padding-top: 1%;
    background-color: white;
    background-image: url('../assets/logo-mmyt.png') ;
    background-position: center center;
    background-size: 80% 75%;
    background-color: hsla(0,0%,100%,0.55);
    background-repeat: no-repeat;
}

.btn-tab{
    border-radius: 0px;
    background-color: white;
    color: #dd1d36;
    border: 1px solid #dd1d36;
    border-color: #dd1d36;
}

h3{
    color: #000000;
}
td {
    text-transform: uppercase;
    font-family: revert;
    font-size: 9px;
    background-color: white !important;
    vertical-align: middle !important;
}

th {
    text-transform: uppercase;
    font-family: inherit;
    font-size: 11px;
    background-color: white !important;
    vertical-align: middle !important;
}

.cuponS {
    /*height: 400px;*/
    border: 3px solid #d52b1e;
    border-radius: 4px;
    background-color: white;
    border-radius: 10px;
    margin-right: 6%;
    margin-bottom: 3%;
    color: black;
}

.imgCuponS {
    padding-top: 2%;
    margin-left: 0%;
    width: 100%;
    border-radius: 10px;
    height: 240px;
    margin-bottom: 10px;
}

.info {
    background-color: #A19B9A !important;
    color: white !important;
}
.infoFecha {
    background-color: #A19B9A !important;
    color: white !important;
	width: 75px !important;
}
.infoCategoria {
    width: 250px !important;
    font-size: 10px !important;
    /*color: #EF6262 !important;*/
    text-align: center !important;
    background-color: red !important;
    color: white !important;
}
.infoPlus {
    width: 200px !important;
    font-size: 10px !important;
    text-align: center !important;
    background-color: #A19B9A !important;
    color: white !important;
}
.emision {
    width: 100px !important;
    font-size: 10px !important;
    /*color: #EF6262 !important;*/
    text-align: center !important;
    background-color: red !important;
    color: white !important;
}

.redencion {
    width: 100px !important;
    font-size: 10px !important;
    color: white !important;
    text-align: center !important;
    background-color: #B0BF04 !important;
}

.descuento {
    width: 100px !important;
    font-size: 10px !important;
    color: white !important;
    text-align: center !important;
    background-color: #4C898E !important;
}

.venta {
    width: 100px !important;
    font-size: 10px !important;
    color: white !important;
    text-align: center !important;
    background-color: #09B73C !important;
}

.tdGenerico{
    font-size:12px !important;
    border-right-style:solid;
    border-right-width:.5px;
    border-right-color: #ddd;
    text-align:center;
}
.tdGenericoc{
    font-size:10px !important;
    border-right-style:solid;
    border-right-width:.5px;
    border-right-color: #ddd;
}

.white-box {
    background: #f1eeee;
    padding: 25px;
    margin-bottom: 30px
}

.white-box .box-title {
    margin: 0 0 12px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px
}
.text-success {
    color: #7ace4c
}
.text-purple {
    color: #707cd2
}
.text-info {
    color: #41b3f9
}

.bg-title {
    background: #fff;
    overflow: hidden;
    padding: 15px 10px 9px;
    margin-bottom: 25px;
    /*margin-left: -25.5px;
    margin-right: -25.5px*/
}

    .bg-title h4 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        margin-top: 6px
    }

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.demo-container {
    box-sizing: border-box;
    width: 800px;
    height: 400px;
    padding2: 25px 15px 15px 7%;
}

.demo-placeholder {
    width: 98%;
    height: 98%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.axisLabel {
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.yaxisLabel {
    top: 58%;
    left: 17.65%;
    transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.CabeceraBusquedaFijo {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #d52b1e !important;
    color: white !important;
}

.CabeceraBusqueda {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #A19B9A !important;
    color: white !important;
}

.tdBusqueda {
    font-size: 11px !important;
    border-right-style: solid;
    border-right-width: .5px;
    border-right-color: #ddd;
}

.footer {
    background-color: #101010;
    color: white;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*---*/
.classOtros {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #8808aa !important;
    color: white !important;
}

.classGeneral {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #A19B9A !important;
    color: white !important;
}

.classCom {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #aa3708 !important;
    color: white !important;
}

.classProv {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #2aaa08 !important;
    color: white !important;
}
.classCor {
    font-size: 11px !important;
    text-align: center !important;
    background-color: #087baa !important;
    color: white !important;
}


