/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.debug-red{
    background: red;
}

.debug-blue{
    background: blue;
}

html, body{
    width:100%;
    height:100%;
}

.container{
    max-width: 100% !important;
    width:100% !important;
}

.full-height{
    height:100%;
}

.menu-left-item{
    margin-top: 20px;
}

#lst-tiendas{
    height: 400px;
    overflow-y: scroll;
}

.image-tienda-link{
    float: right;
    padding-top: 4px;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 800px) {
	.container{
		width: 90% !important;
	}
}

.btn-custom{
    color: #fff;
    background-color: #f29549;
    border-color: #ff9035;
}

.btn-custom:hover{
    color: #fff;
    background-color: #ff821b;
    border-color: #ff9035;
}

.btn-custom:not(:disabled):not(.disabled).active, .btn-custom:not(:disabled):not(.disabled):active, .show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #ff821b;
    border-color: #ff9035;
}

.list-group-item{
    border: 0px !important;
    font-size: 14px;
    font-weight: 600;
    padding:1px;
    background:transparent;
    padding-left: 15px;
}

#lst-tiendas{
    background: #ececec;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #f29549;
    text-decoration: none;
    background-color: transparent;
    font-weight: 900;
}