/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html, body{
    font-family: Helvetica,Verdana,sans-serif;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.img-logo{
    width: 60px;
    height: auto;
    margin: 10px;
}
.parallax-big{
    height: 200px;
}
.slider-small{
    height: 170px !important;
}

.custom-list .avatar {
    padding: 8px !important;
    height: 200px;
    overflow: hidden;
}

.custom-list .avatar div{
    width: 40%;
    vertical-align: middle;
}

.custom-list .avatar div img{
    width: 50%;
    display: inline-block;
}

.custom-list .avatar div span{
    display: inline-block;
    width: 48%;
    height: 180px;
    vertical-align: middle;
}
.bottom-sheet-adidas{
    height: 80%;
    max-height: 90% !important;
}
table.highlight > tbody > tr:hover {
    //background-color: #575757;
}
.img-table-detail{
    width: 150px;
}
.fix-total-data-right{
    float: right;
}
.detail-info-data{
    border-bottom: solid grey 1px;
    padding-bottom: 15px;
    line-height: 10px;
}
.detail-info-data p{
    font-size: 18px;
}
.detail-info-data h5{
    font-size: 20px;
}
.center-align-important{
    text-align: center !important;
}
.img-company{
    width: 50px;
}
.img-company-big{
    width: 80px;
}
.close-square-number{
    width: 35px;
    height: 35px;
    padding: 8px;
    border: solid #f0533f 2px;
    text-align: center;
}
.secondary-content > .yellow-text.text-darken-1:hover {
    color: #000000 !important;
}
.modal-content label{
    font-size: 0.9rem;
}
#msg_menu_login{
    font-size: 18px;
    margin: 20px;
}
.menu-hoy{
    font-size: 28px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
}
.show_imp{
    display: block !important;
}
.spinner-layer{
    border-color: #000000;
}
#preload_spinner{
    margin: 200px;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: #b8b8b8;
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #5b5b5b;
}

.switch label .lever {
    background-color: #eaeaea;
}

.switch label .lever:before {
    background-color: #eaeaea;
}

.menu-detail{
    font-size: 16px;
}

.menu-detail label{
    font-size: 16px;
}

#container_tabs_f{
    margin-bottom: 30px;
}
.tabs .tab a{
    color: #fff;
}
.tabs .indicator{
    background-color: #fff;
    display: none;
}

.tabs .tab a.active{
    background-color: #fff;
    color: #000000;
}

.tabs .tab a:focus, .tabs .tab a:focus.active{
    background-color: #fff;
    color: #000000;
}

.tabs .tab a:hover{
    background-color: #eaeaea;
    color: #404040;
}