/* menu options */

.tabbable ul.nav {
    margin-bottom: 1.9375em;
    margin-top: 1.9375em;
    margin-left: 0;
}
    .tabbable ul.nav .menu-complete {
        margin-left: 0;
    }

.tabbable ul.nav li {
	display: inline;
    padding-left: 0;
}

.tabbable ul.nav li a {
	background-color: #E6E6E6;
    color: #9F9F9F;
    cursor: pointer;
    font-size: 1em;
    display: inline-block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.tab-content>.active, .pill-content>.active {
	display: block !important;
}

.tabbable .nav-tabs>.active a{
	background-color: #49A9F3;
	color: white !important;
}

.tab-content>.tab-pane, .pill-content>.pill-pane {
	display: none;
}

.menu-desing span {
	background-color: #E6E6E6;
	color: #9F9F9F;
	cursor: pointer;
	display: inline-block;
	padding: 12px 15px;
	text-align: center;
	width: 26%;
}

.menu-desing span:hover {
	background-color: #49A9F3;
	color: white;
}

.menu-complete a.published {
	background-color: #009900 !important;
	color: white !important;
	cursor: pointer !important;
	display: inline-block !important;
	float: right !important;
	padding: 5px 30px !important;
	text-align: center !important;
	width: 62% !important;
}

.menu-complete a.week-edit {
    background-color: #FFCC13 !important;
    color: #32340E !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 5px 20px !important;
    text-align: center !important;
    width: 49% !important;
}

.menu-complete span.week-published {
    background-color: #811214;
    color: white;
    display: inline-block;
    float: right;
    padding: 5px 15px;
    text-align: center;
    width: 49%;
}

.menu-complete a {
    padding: 0 !important;
    width: 100% !important;
}

#menu-date {
	margin-top: 10px;
	text-align: center;
	color: #000000;
    font-size: 1.5em;
	margin-right: 0.9375em;
	padding: 10px 0px;
}


#menu-date .week {
    color: #9F9F9F;
    background-color: #E6E6E6;
    font-size: 0.7em;
    padding: 0;
}

    #menu-date .week span {
        
    }

    #menu-date .week span.day a {
        text-decoration: none;
        /* color: #9F9F9F; */
        display: inline-block;
        padding: 5px 0;
        width: 18%;
    }

      #menu-date .week a:hover {
            background-color: #49A9F3;
            color: white;
            cursor: pointer;
        }

    #menu-date .week-day {
        cursor: pointer;
        font-size: 12px;
        margin-top: 10px;
    }

    #menu-date .week-day span:hover {
        color: #49A9F3;
    }

    #menu-date .week span.day-name a {
        text-decoration: none;
        /* color: #9F9F9F; */
        display: inline-block;
        padding: 5px 0;
        width: 55%;
    }

    #menu-date .week-complete {
        float: left;
    }

.menu-days {
	background-color: #E6E6E6;
	cursor: pointer;
	margin-right: 0.9375em;
	padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.menu-days span {
	background-color: #E6E6E6;
    border-left: 1px solid white;
    border-right: 1px solid white;
	display: inline-block;
    float: left;
	text-align: center;
	width: 20%;
}

.menu-days span:hover {
	background-color: #FF921E;
}

    .menu-days span.today {
        background-color: #FF921E;
    }

    .menu-days span a {
        color: #2B2B2B;
        text-decoration: none;
        text-transform: capitalize;
        display: block;
        padding: 8px 14px;
    }

.menu-days span.special {
	background-color: #CCCCCC;
}

.menu-days span.special:hover {
	background-color: #3EA9F5;
	color: white;
}

.menu-components {
    background-color: white;
    border: solid 1px #E6E6E6;
    width: 100%;
}

.menu-components div.day-component {
	color: #999999;
	display: inline-block;
	text-align: center;
    vertical-align: top;
    width: 100%;
}

.menu-components .day-component span {
    display: block;   
}

.menu-components .menu-image-ico, .menu-add {
	background-color: #E6E6E6;
	cursor: pointer;
    font-size: 0.875em;
    margin: 0.5em 0;
    padding: 15px;
    width: 100%;
}

.menu-components .menu-image-ico .menu-image-svg {
	cursor: pointer;
}

.menu-components .menu-add:hover {
	background-color: #49A9F3;
	color: white;
}

.menu-components a {
    color: white;
    text-decoration: none;    
}

.menu-components .menu-list-items {
	background-color: #49A9F3;
    color: white;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 12px 25px;
    text-align: center;
    width: 46%;
}

.menu-components .menu-list-items:hover {
	background-color: #49A9F3;
	color: white;
}

.content-item {
    color: #000000;
    padding-top: 1em;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

    .content-item select {
        background-color: white;
        height: 25px;
        margin: 0 !important;
        width: 64%;
    }

    .content-item input {
        display: inline-block !important;
        height: 30px;
        margin: 0 !important;
        width: 81% !important;
    }

.item-close {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float:right;
    font-size: 0.75em;
    font-weight: bold;
    margin-top: 0;
    color: #e6e6e6;
    padding: 0.575em 1em;
    width: auto;
}

.item-detail {
    color: #000000;
    cursor: pointer;
    font-size: 0.9em;
    text-align: center;
}

    .item-detail span {
        display: block;
    }


.menu-image-ico {
    background-color: #E6E6E6;
    cursor: pointer;
    display: inline-block;
}

.item-detail .menu-image-ico embed {
    cursor: pointer;
    width: 100%;
}

.detail-like {
    color: #B1B2B2;
    padding: 0 0.5em;
}

.detail-dislike {
    color: #B1B2B2;
    padding: 0 0.5em;
}

.add-detail {
    color: #000000;
    display: block;
    font-size: 0.85em;
    margin: 1em 0;
    text-align: left;
}

    ./*add-detail .disqus {
        display: inline-flex;
    }*/

.add-detail .disqus span{
    display: inline-block;
}

    .add-detail .disqus img {
        margin-bottom: 4px;
        margin-right: 10px;
    }

    .add-detail .disqus button {
        border: none;
        background: transparent;
        display: inline-block;
        padding: 0;
        margin: 0;
        float: right;
    }

.add-detail .disqus a {
    color: #999999;
    float: right;
    font-weight: bold;
    text-decoration: none;
}

    .add-detail .disqus #close-item {
        float: right;
        cursor: pointer;
    }

.create-new-item input[type=text] {
    display: inline-block;
    height: 30px;
    margin-left: 0.9375em;
    margin-bottom: 0;
    margin-top: 20px;
    width: 52%;
}

button.lunch-item {
    border: none;
    background: transparent;
    background-color: #999999;
    color: white;
    margin-left: 5px;
    padding: 5px 0px 7px 0px;
    width: 25%;
}

.create-new-item p {
    font-size: 0.875em;
    margin: 0;
}

.new-item {
    background-color: #524641;
    color: white;
    cursor: pointer;
    font-size: 0.875em;
    margin-top: 24px;
    padding: 8px 15px;
    text-align: center;
}

.filter-item button {
    border: none;
    background: transparent;
    background-color: #999999;
    color: white;
    margin-left: 5px;
    padding: 5px 0px 7px 0px;
    width: 29%;
}

.content-menu-list .row {
    background-color: white;
}

.create-new-item {
    border-left: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
    padding: 0 1.875em;
}

.content-table {
    border-left: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
    padding: 0 1.875em;
}

    .content-table table {
        margin-top: 2%;
    }

    .content-table table thead {
        background-color: #999999;
        border-bottom: 1px solid #F5F5F5;
    }

        .content-table table thead tr th {
            color: white;
            padding: 12px 8px;
            text-align: left;
        }

        .content-table table thead tr th img {
            cursor: pointer;
        }

    .content-table table tbody {
    
    }

        .content-table table tbody tr {
            text-align: left;
        }

        .content-table table tbody tr:hover {
            background-color: #F5F5F5;
        }

        .content-table table tbody tr td#col-icon {
            width: 7%;        
        }

        .content-table table td.add-item-table {
            width: 15%;
        }

.added {
    background-color: red !important;
}

.create-item-dark {
    background-color: #524641 !important;
    padding: 20px;
    width: 100%;
}
    
    .create-item-dark .icon-category {
        background-color: #811214;
        cursor: pointer;
        font-size: 0.875em;
    }

        .create-item-dark .icon-category embed {
            height: 89px;
            width: 85px;
        }

    .create-item-dark .create-input select {
        width: 40%;    
    }

    .create-item-dark .item-button span {
        background-color: #999999;
        color: white;
        display: inline-block;
        padding: 8px 15px;
        margin: 13% 2% 0;
        text-align: center;
        width: 45%;
    }

    .create-item-dark .item-button span:hover {
        background-color: #B1B1B1;
        cursor: pointer;
    }

        .create-item-dark .item-button button {
            border: none;
            font-size: 15px;
            background-color: #999999;
            color: white;
            display: inline-block;
            padding: 8px 15px;
            margin: 19% 2% 0;
            text-align: center;
            width: 45%;
        }

.flecha-down {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #49A9F3;
    font-size: 0px;
    line-height: 0px;
    margin-left: 6%;
 }

.table-week {
    cursor: pointer;
    margin-right: 0.9375em;
    padding: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .table-week table {
        width: 100%;
    }

    .table-week table thead {
        background-color: #FF921E;
        width: 100%;
    }

        .table-week table thead a {
            color: white;
            font-weight: bold;
        }

        .table-week table tbody {
            border: 1px solid #FF921E;
            border-bottom: 3px solid #FF921E;
        }

.add-element {
    width: 100%;
    background-color: #3EA9F5;
    border: none;
    padding: 15px;
    font-size: 1.5em;
    margin-top: 30px;
}

    .add-element:focus, .add-element:hover {
        background-color: #3EA9F5;
        border: none;
        padding: 15px;
        font-size: 1.5em;
    }

.comments textarea {
    width: 100%;
    height: 130px;
}

.add-item button {
    border: none;
    background-color: #E6E6E6;
    color: #999999;
    padding: 5px 20px;
    display: inline-block;
    margin: 0;
}

.add-item a {
    background-color: #E6E6E6;
    color: #999999;
    padding: 5px 20px;
}

.filters {
    vertical-align: middle;
}

.filters select {
    background: none;
    height: 36px;
    margin-top: 20px;
    margin-left: 0.9375em;
    width: 54%;
}

table.weekly span {
    display: block;
}

    table.weekly span img {
        margin: 0px 5px;
    }

table.weekly tr td {
    width: 20%;
}

table.weekly tr td:nth-child(even) { 
    background: #ddd; 
}

table.weekly tr td:nth-child(odd) { 
    background: #fff;
}

table.weekly .diqus {
    color: #808080;
}

.item-pagination {
    text-align: center;
}

.count {
    margin-right: 20px;
    
}

object, embed {
    height: auto;
}

.message-item-exist {
    color:white;
    background-color: #ef4043;
    margin-bottom: 20px; 
    padding: 10px 10px 10px 30px;
}

.message-item-exist  img{
    cursor: pointer;
}

span.week-color {
    background-color: #FF921E !important;
}

    span.week-color a {
        color: white;
        cursor: default;
        font-weight: bold;
    }

#create-item-dark {
    display: none;
}

/* icon colors */
.Bebida {
    background-color: #00CCFF !important; 
}

.Entrada {
    background-color: #996600 !important;
}

.Proteina {
    background-color: #811214 !important;
}

.Carbohidrato {
    background-color: #CC9933 !important;
}

.Verduras {
    background-color: #79C843 !important;
}

.Postre {
    background-color: #FF6600 !important;
}

.Especial {
    background-color: #622c91 !important;
}

@media all and (max-width: 640px) {
	.menu-complete a.published {
	    width: 100% !important;
    }
}

