/*dialogs: negro, resaltado en azul */
/*half-pad: para ajustar distancia entre columnas, está en foundation.css */


/* general */
.fullwidth { width: 100% !important; }
.no-margin { margin: 0 !important; }
.margin-panel-top { margin-top: 1.25rem !important; } /* exactamente el padding/margin de un panel */
.margin-panel-bottom { margin-bottom: 1.25rem !important; } /* exactamente el padding/margin de un panel */
.margin-bottom-none { margin-bottom: 0 !important; }


/* color */
.color.blue { color: #008cba !important; }
.color.green { color: #43ac6a !important; }
.color.red { color: #c60f13 !important; }
.color.orange { color: #f08a24 !important; }
.color.white { color: white !important; }
.color.gray { color: #6f6f6f !important; }
.color.dark-gray { color: #333333 !important; }


/* fondo */
.bgcolor.blue { background: #008cba !important; color: white !important; }
.bgcolor.light-blue { background: #2ba6cb !important; color: white !important; }
.bgcolor.panel-blue { background: #ecfaff !important; } /* color de fondo de panel callout */
.bgcolor.green { background: #43ac6a !important; color: white !important; }
.bgcolor.red { background: #c60f13 !important; color: white !important; }
.bgcolor.light-red { background: #fef1ec !important; color: #c60f13 !important; }
.bgcolor.orange { background: #f08a24 !important; color: white !important; }

.bgcolor > a { color: white !important; text-decoration: underline !important;} /* hijo directo de .bgcolor; para tablas */


/* borde */
.border.red { border-color: #c60f13 !important;}


/* texto */
.text-bold { font-weight: bold; }
.font-size-medium { font-size: .8rem; }