﻿
/*REPEATER*/
.divRegistros { background: rgba(255,255,255,.8); border-radius: 4px; overflow: hidden }
.divRegistros > div {  display: table; width: 100%; transition: background-color .2s; border-radius: 4px }
.divRegistros > div:first-child { border-radius: 4px 4px 0 0; }
.divRegistros > div:last-child {  border-radius: 0 0 4px 4px; }
.divRegistros > div:hover { background-color: #fff; }
.divRegistros > div > div { display: table-cell; vertical-align: top; padding: .3rem; }
.divRegistros a { text-decoration: none; }

.accionPrimaria, .accionSecundaria { width: 1%; position: relative; }
.accionPrimaria > a { font-size: 10px; text-align: center; color: #abbcd5; }
.accionPrimaria > a, .accionSecundaria > a { padding: .3rem; display: block; }
.accionPrimaria > a > span { color: #fff; width: 64px; height: 64px; line-height: 64px; border-radius: 50%; text-align: center; font-size: 24px; background: #abbcd5; display: block; }
.accionPrimaria > a > span.fa-exclamation-triangle { background: #FFD54F }
.accionSecundaria > a .fa { width: 48px; height: 48px; line-height: 48px; font-size: 20px; background: #fff; text-align: center; border-radius: 4px; color: #555 }
.accionSecundaria > div { background: #222; border-radius: 4px; position: absolute; right: 10px; padding: 10px; z-index: 2; box-shadow: 0 0 10px rgba(0,0,0,.2); display: none; }
.accionSecundaria > div.activo { display: block; }
.accionSecundaria > div a { color: #ccc; white-space: nowrap; padding: 10px 15px; display: block; font-size: 1.1em; }
.accionSecundaria > div a:hover { color: #fff; }
.accionSecundaria > div .fa { margin-right: 6px; color: #abbcd5; }
.accionSecundaria > div .fa-times { color: #D32F2F; }
.accionSecundaria > div .fa-pencil { color: #689F38; }
.accionSecundaria > div .fa-eye { color: #1086fb; }
.accionSecundaria > div .fa-group { color: #f3df00; }
.accionSecundaria > div .fa-list-ol { color: #00BFA5; }
.divRegistros>div:not(:last-child) .contenido { border-bottom: solid 1px #eee; }

.contenido a { color: #222; padding: .5rem 0; display: block; }
.contenido strong { font-size: 1.2em; }
.contenido p { color: #78909c; font-weight: 400; font-size: .9rem; margin-top: 4px; margin-bottom: 4px; }
.contenido p .fa { display: inline-block; width: 20px; height: 20px; border-radius: 4px; text-align: center; line-height: 20px; background: #abbcd5; color: #fff; font-size: 12px; }


/*FIN DE REPEATER*/
