.input-group{display: inline-block; width: 100%; }
label.mylbl{display: block; float: none; clear: both;}
.mytxtfld,.myselec{width: 100%; height: 30px;}
.mytxtar{width: 100%; height: 80px; resize:vertical}

.sep{background: #DFDFDF;height: 1px;margin: 30px 0;}
.file{margin: 0 0 10px;}
.aviso{display: none;padding: 10px;-webkit-border-radius: 10px;-moz-border-radius: 3px;border-radius: 3px;border: 1px solid #f00;margin: 5px 0;width: 95%;}


.espacio{position: relative;}
#iconos{display: block;position: absolute; z-index: 2; width: 100%; height: auto; float: left; background: #fff; padding: 15px; top: 50px; border: 1px solid #e5e5e5}
#iconos a,span.myicon{width: 24px; height: 24px; font-size: 24px; text-align: center; color: #333; display: inline-block; padding: 4px;}
	#iconos a:hover{background: #333; color: #fff;}
span.myicon{border: 1px solid #e5e5e5;}

.col3,.col9,.col5{
	display: block; float: left; clear: none; overflow: hidden; width: 25%; padding: 10px; border: 1px solid #e5e5e5; height: 70px;
-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.col9{width: 75%; border-left: none;}

.col5{width: 20%;}

.azul{background: #0199CB}
.amarillo{background: #FBBE0E;}
.naranja{background: #FE9900;}
.verde{background: #4CB6A0;}
.rojo{background:#F0584B; }

#categorydiv, #screen-meta label[for="categorydiv-hide"] {
    display: block !important;
}