.form-container .icon-input{
  width: 100%;
}
.form-container .button.dashicons-picker{
 width: 100%;
}
.form-container {
    min-width: 165px;
    width: 12%;
    display: inline-table;
    margin: 2px;
    text-align:center;
    border: 1px solid lightgray;
    padding: 5px;
}
#menu-container{
  margin-top: 5px;
  display: table;
  width:100%;
}
#table-tabs{
  width:100%;
  text-align:center;
}

#table-tabs td span{
  margin-right: 5%;
  margin-left: 5%;    
  margin-top: 10%;
}
#table-tabs td button{
  margin-left: 3%;
}
#table-tabs td select{
  width:100%;
   max-width:100% !important;
}
#table-tabs td input[type=text]{
  width:90%;
}
input[type=text].icon-input{
  width:50% !important;
}
.button.dashicons-picker{
  width:30% !important;
}
/* ICONO MENU */
.tab-menu-dias .dashicons, .tab-menu-dias.dashicons-before:before{
	color:white;
	vertical-align: middle !important;
	display:block;
	text-align: center;
	width:90%;
	font-size: 26px;
  margin-bottom: 4px;
}
.button .dashicons, .button .dashicons-before:before{
	vertical-align: text-top;
}
span.dashicons-before:hover::before{
	color:red;
	content: "X";
}
#button-more, #button-less{
	width:10%;
	text-align:center;
	font-weight: 700;
	font-size: 20px;
}
#button-update{
	background-color:lightgreen;
	color: black;
	border-color:green;
}
#button-update:hover{
	background-color: lightgrey;
}
.tab-menu-ul {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background-color: #333 ;
  width:100% !important;
  float:left !important;
  text-align: center !important;
  display:block !important;
  border-bottom: 5px solid !important;
  margin-bottom: 1.5% !important;

}
.tab-menu-li{
  display:-webkit-inline-box ;
  border: none !important;
	margin:0% !important;
}
.tab-menu-dias{
  display:inline-block !important;
	background-color: none;
  color:white ;
	text-transform: capitalize;
	font-weight:600;
	font-size: 13px;
  box-shadow: none !important;
  padding: 14px 5px !important;
  text-align: center !important;
  text-decoration: none;
  vertical-align: middle;
  max-height:100%;
  border: none !important;
  height: 100%;
  cursor: pointer;
}
.tab-menu-dias:focus{
	color: inherit !important;
}
.tab-dias a{
	font-size: 15px;
	text-align: left;
  width: 100%;
  text-indent: 25px;
  background: transparent;
  border-bottom: 1px solid #555;
	word-wrap: normal;
	font-weight:600;
	text-transform: capitalize;
  box-shadow: none !important;
  }
.tab-menu-dias:hover{
    background-color: black ;
    color:white ;
    text-decoration: none !important;
}
#dia_actual{
    background-color: grey ;
}
.tab-content{
	min-height: 50%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}
.tab-content ul{
	margin-left: 3%;
}
.tab-menu-ul:before, .tab-menu-ul:after {
  content: "";
  display: table;
}
.tab-menu-ul:after {
  clear: both;
}
.tab-menu-ul {
  zoom: 1;
}
/*===================================*/
/*===================================*/
@media screen and (max-width: 1300px){
  .tab-menu-dias{
    padding: 13px 8px !important;
  }
}
@media screen and (max-width: 1100px){
  .tab-menu-dias{
    padding: 13px 5px !important;
  }
}
@media screen and (max-width: 800px){
  .tab-menu-dias{
    padding: 13px 2px !important;
  }
}
@media screen and (max-width: 600px){
	.tab-menu-dias .dashicons, .tab-menu-dias.dashicons-before:before{
		color:white;
		vertical-align: middle !important;
		display: inline;
		float:none;
		font-size: 18px;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	
	.tab-content ul{
		margin-left: 5%;
	}
	
  h1 {
    font-size: 2.8em;
  }
  .tab-menu-ul {
    height: auto;
    border-bottom: 0;
  }
  .tab-menu-ul {
    height: auto;
  }
  .tab-menu-ul li {
    width: 100%;
    float: left;
    position: relative;
    display: block;
  }
  .tab-menu-li a{
    display: block !important;
    padding: 5px 8px !important;
    text-align: center !important;
  }
  .tab-menu-ul a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
    background: transparent;
    border-bottom: 1px solid #555;
  	font-size: 13px;
  	word-wrap: normal;
  	font-weight:600;
  	text-transform: capitalize;

  }
  .tab-dias a{
	font-size: 10px;
	text-align: left;
  width: 100%;
  text-indent: 25px;
  background: #333;
  border-bottom: 1px solid #555;
	word-wrap: normal;
	font-weight:600;
	text-transform: capitalize;
  }
  .tab-menu-ul a:hover {
    background: #444;
  }
  .tab-menu-ul a#openup:after {
    content: "|||";
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari and Chrome */
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 20px;
  }
  .tab-menu-ul a#openup {
    display: block;
    background-color: #333;
    width: 100%;
    position: relative;
  }

  .tab-menu-ul{
    display: none !important;
  }
  .tab-menu-dropdown{
    display:block !important;
    width: 100%;
    font-weight: 600 !important;
    
  }
  .tab-content{
    border-top: 2px solid !important; 
  }
}

