
/* LOGIN */
.tableLogin{
    margin-top: 25px;
}
.tableLoggedIn{
    margin-top: 10px;
}
.login-div
{
    min-width: 350px;
}

.progress-bar-neutral {
    background-color: #ccc !important;
}

.width50
{
    width:50% !important;
}

.width100
{
    width:100% !important;
}

.width150px
{
    width: 150px;
}

.width175px
{
    width: 175px;
}

.width100px
{
    width: 100px;
}

.width200px
{
    width: 200px;
}

.upload_file > span > span
{
    font-size: small !important;
    min-width: 125px !important;
}

/* CONTENT */
.jumbotron {
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 0px;
    background-color: #F9F9F9;
    
}
.center {
     text-align:center;
}

.center-middle {
     text-align:center;
     vertical-align:middle;
}

/* TABLES */
div.jumbotron .table tr th a{
    color: #333333;
}

/* FOOTER */
footer{
	background-color:#222222;
}
footer p{
	margin-top: 20px;
	color: #ffffff;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

img.center {
    display: block;
    margin: 0 auto;
}

.bottom-buffer { margin-bottom:3px; }
.top-buffer { margin-top:10px; }

.rbl td, .rbl th 
{
    padding: 0px;
}

.rbl input[type="radio"]
{
   margin-right: 3px;
}

.rbl label
{
   margin-right: 15px;
   font-weight: normal;
}

.chat-image{
    height: 70%; 
    width: 85%;
}

/* Responsive Tables Elite */
@media only screen and (max-width: 767px) {
    
    /* Force table to not be like tables anymore */
    .rte table, 
    .rte thead, 
	.rte tbody, 
	.rte th, 
	.rte td, 
	.rte tr { 
		display: block; 
	}
 
	.rte thead 
	{
	    display:none;
	}
	
	.rte tr { border: 1px solid #ccc; }
 
	.rte td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30% !important; 
		white-space: normal;
		text-align: left;
		border-top: 0px !important;
	}
	
	.rte td[colspan] 
	{
	    padding-left: 0 !important;
	}
 
	.rte td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}

    .chat-image{
        height: 40%; 
        width: 55%;
    }
 
	/*
	Label the data
	*/
	.rte td:before { content: attr(data-title); text-align: left; }
}

	/* only for floatingat--- */ 
	.footerMasterPrincipal
	{
        position:fixed;
        left:0px;
        bottom:0px;
        height:190px;
        width:105%;
        z-index:0;
        display:none;
	}
	.floatingatbottom
	{
        position:fixed;
        left:0px;
        bottom:0px;
        height: 140px;
        width:105%;
        min-width:380px;
        background-color:White;
        z-index:2;
	}

/* Callout CSS Styles ---------------*/
.bs-callout {
    padding:  0px 0px 10px 10px;
    margin: 7px 0px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-primary {
    border-left-color: #D90213;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
/* --------------------------------- */


/* input type file ---------------*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
/* --------------------------------- */

.red
{
    background-color: #E61E2C;
}

.black
{
    background-color: #000000;
}

.logo-bg
{
    background-image:url(../images/cajoncito.jpg);
    background-size: contain;
    background-repeat:no-repeat;
    height:800px;
    background-color: Black;
}

.white-color *
{
    color: white !important;
}
.white-color * input
{
    color: black !important;
}

/* http://blog.koalite.com/bbg/ */
.btn-cocacola
{
    color: #FFFFFF;
    background-color: #800000;
    border-color: #E61E2C;
    width: 100%;
} 
 
.btn-cocacola:hover, 
.btn-cocacola:focus, 
.btn-cocacola:active, 
.btn-cocacola.active, 
.open .dropdown-toggle.btn-cocacola { 
  color: #FFFFFF; 
  background-color: #C9303A; 
  border-color: #E61E2C; 
} 
 
.btn-cocacola:active, 
.btn-cocacola.active, 
.open .dropdown-toggle.btn-cocacola { 
  background-image: none; 
} 
 
.btn-cocacola.disabled, 
.btn-cocacola[disabled], 
fieldset[disabled] .btn-cocacola, 
.btn-cocacola.disabled:hover, 
.btn-cocacola[disabled]:hover, 
fieldset[disabled] .btn-cocacola:hover, 
.btn-cocacola.disabled:focus, 
.btn-cocacola[disabled]:focus, 
fieldset[disabled] .btn-cocacola:focus, 
.btn-cocacola.disabled:active, 
.btn-cocacola[disabled]:active, 
fieldset[disabled] .btn-cocacola:active, 
.btn-cocacola.disabled.active, 
.btn-cocacola[disabled].active, 
fieldset[disabled] .btn-cocacola.active { 
  background-color: #E61E2C; 
  border-color: #E61E2C; 
} 
 
.btn-cocacola .badge { 
  color: #E61E2C; 
  background-color: #FFFFFF; 
}
/* --------------------------------- */


/* http://work.smarchal.com/twbscolor/css/e7e7e8c3c3c30000000000001 */
.navbar-custom {
  background-color: #e7e7e8;
  border-color: #c3c3c3;
}
.navbar-custom .navbar-brand {
  color: #000000;
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
  color: #000000;
}
.navbar-custom .navbar-text {
  color: #000000;
}
.navbar-custom .navbar-nav > li > a {
  color: #000000;
}
.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
  color: #000000;
}
.navbar-custom .navbar-nav > li > .dropdown-menu {
  background-color: #e7e7e8;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a {
  color: #000000;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-custom .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #000000;
  background-color: #c3c3c3;
}
.navbar-custom .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #e7e7e8;
}
.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #c3c3c3;
}
.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #c3c3c3;
}
.navbar-custom .navbar-toggle {
  border-color: #c3c3c3;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
  background-color: #c3c3c3;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #000000;
}
.navbar-custom .navbar-link {
  color: #000000;
}
.navbar-custom .navbar-link:hover {
  color: #000000;
}

@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #000000;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background-color: #c3c3c3;
  }
}
/* --------------------------------- */

/* icon rotation */
.gly-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.gly-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gly-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gly-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.gly-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.gly-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* --------------------------------- */

.alert{
    margin: 0 auto;
    max-width: 1200px;
    min-width: 100px;
    width: 90% !important;
    left: 0 !important;
    right: 0 !important;
}

.alert > .ui-dialog-content
{
    overflow: hidden !important;
}

img.logo-top{
    max-width:95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
.table.rte tr th{
    display:none;
}
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display:none;
    z-index: 10;
    opacity:.80;
    -moz-opacity:.80; 
    filter:alpha(opacity=80); 
}

.btn-colapsable-divs
{
    opacity:.80;
    -moz-opacity:.80; 
    filter:alpha(opacity=80); 
    transition: all 0.5s ease;
    bottom: 105px; 
    cursor: pointer;
    position: fixed;
    left: 1px;
    z-index: 10;
}
.btn-colapsable-divs-bottom10
{
    bottom: 10px; 
}

.fixed-div
{
    width:100%;
    padding-right: 8%;
    padding-left: 8%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
    .fixed-div
    {
        padding-right: 2%;
        padding-left: 2%;
    }
    
    /* upload file */
    .upload_file{display:block}
    .upload_file > span > span{width: 100%}
    .upload_file > input{width: 100% !important}
    .upload_file > button{font-size: 11px; width: 100%}
    
}

/* pedidos web saved msg */
    .modalcontainer
    {
        width: 75px;
        height: auto;
    }
    .modalbtn {
      -webkit-border-radius: 50;
      -moz-border-radius: 50;
      border-radius: 50px;
      color: #000000;
      font-size: 34px;
      background: #ffffff;
      padding: 6px 17px 6px 17px;
      border: solid #ff3333 7px;
      cursor:pointer;
      text-decoration: none;
    }
    .modalbtn:hover {
      background: #d9d9d9;
      text-decoration: none;
    }
    .modalinline 
    {
        width:300px;
        margin-left: 55px;
        margin-top: 25px;
    }
    .no-titlebar .ui-dialog-titlebar {
        display: none;
    }
/* --------------------------------- */


.terms{
    background-color: rgba(230, 30, 43, 0.9);
    padding: 10px;
}
.terms h3{
    color: #ffffff;
}
.terms p{
    text-align: justify;
    color: #ffffff;
    padding-right: 20px;
}

@media (max-width: 600px) 
{
    .terms{
        margin-top: 0px;
    }
}

@media only print {
   #includedContent 
   {
     margin-top: 0px; 
     height: auto;
     width: auto;
     overflow: visible;
   }
}

.ModalPanel
{
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px auto;
    width: 70%;
    max-width: 800px;
    min-width: 300px;
    z-index: 3000;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
}

.ModalBackground
{
	z-index: 2000;
    /*background-color: #000000;*/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align:left;
    overflow-y: auto;
}

.ModalBackground-PrePedidos
{
	z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top:30px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align:left;
    overflow-y: auto;
}

.ModalPanel h2{
    color: #E61E2B;
}

.ModalPanel h3{
    color: #E61E2B;
}

.ModalPanelWebComercialMensaje
{
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px auto;
    width: 60%;
    max-width: 500px;
    min-width: 200px;
    z-index: 4000;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
}

.ModalPanelWebComercialMensaje h2{
    color: #E61E2B;
    text-align:center;
}

.ModalPanelWebComercialMensaje h3{
    color: #E61E2B;
    text-align: left;
}

.ModalPanelWebComercialMensaje h5{
    color: #E61E2B;
    text-align:left;
}

.ModalPanelWebComercial
{
    border-radius: 5px;
    background-color: #ffffff;
    margin: 20px auto;
    width: 80%;
    max-width: 800px;
    min-width: 300px;
    z-index: 3000;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
    box-shadow: 0px 0px 80px 0px rgba(0,0,0,0.59);
}

.ModalBackgroundWebComercial
{
	z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align:left;
    overflow-y: auto;
}

.ModalPanelWebComercial h2{
    color: #E61E2B;
    text-align:center;
}

.ModalPanelWebComercial h3{
    color: #E61E2B;
    text-align: left;
}

.ModalPanelWebComercial h5{
    color: #E61E2B;
    text-align:left;
}

/* Tabs: */
.tab-content{
    margin-top:20px !important;
}

.imgGrillaGrafico img{
    max-width: 100px;
    min-width: 100px;
}

.ImgBannerGrilla img{
    max-width: 150px;
    min-width: 70px;
}

.imgGrillaGraficoProducto img{
    max-height: 150px;
}

.scroll400{
    overflow-y: auto; 
    max-height: 400px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.h-divider
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid gray;
    border-top-color: #DCDCDC;
}

.btn-greenButton {
    color: #fff !important;
    background-color: Green;
    border-color: none !important;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.padding-top-15 {
	padding-top: 15px;
}

.topRightcorner{
   position:fixed;
   top:0;
   left:0;
   z-index:10;
   height:85px;
   width:220px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

.LoggedAsDiv{
    font-size:15px;
    font-weight:bold;
    color:dimgray;
   background-color:#ffcb05;
   height:75px;
   width:210px;
   border-radius: 10px;

   -webkit-box-shadow: 0 3px 3px 0 #000000;
   box-shadow: 0 3px 3px 0 #000000;
   text-align:center;
  }

.required:after {
  content:" *"; 
  color: red;
}

.required-label {
  color: red;
  font-size:12px;
  font-weight:700;
}

#divBlockUI {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.51);
    top: 0;
    left: 0;
    z-index: 20;
}

.blockUI {
    display: flex;
    margin: 0 auto;
}

.divBlockParent {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.51);
    top: 0;
    left: 0;
    z-index: 50000;
}

.bottomRightcorner{
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    left:10px;
   z-index:10;
   height:85px;
   width:220px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

/* SESIONES ABIERTAS */
.ModalPanel ul.list-group {
    overflow-y: scroll;
    max-height: 300px;
}

/*CDINOTO 12/01/2017: botón de contacto*/
div .center.col-md-12 {
   margin-bottom:40px;
}

/*CDINOTO 18/10/2018: quitó el borde de la bandera*/
.img-bandera{
    max-width: 55px;
    margin: 0 auto;
    /*border:1px solid #aaaaaa;*/
 }

.img-bandera-xs{
    max-width: 46px;
    margin: 0 auto;
    /*border:1px solid #aaaaaa;*/
 }

.modal-pais-blanco{
	background-color: #ffffff;
}

.modal-pais-blanco-heading {
	color: #E61E2B;
}

.modal-pais-blanco-subhead{
	color: #3b3b3b;
}