.collections-title
{
    margin-top:0px;
    margin-bottom:0px;
}

.collections-content
{
    margin-top:0px;
    margin-bottom:0px;
    font-size:12px;
}

span.badge.new::after {
    content: '';
}

span.badge {
    min-width: 1rem;
}

#logoInicio > img{
	/*
    width: 190px;
    height: 34px;
	*/
    margin-left: 60px;
	margin-top: 12px;
}

header .brand-logo {
    padding: 2px 2px;
}

li.unread
{
    background-color: #FFF9D6;
}

/*******************************************************************************************/
/* [Search]
/*******************************************************************************************/
div#headerSearchhide
{
    position:absolute;
    top: 31px;
    /*left: 50px;*/
    min-height: 20px;
    width: 100%;
    z-index:100;
    display:none;
    padding: 3px;

 /*   background-color: #EEEEEE;

    box-shadow: 3px 3px 0px #000;
    -moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;*/

    /*border-radius: 10px;*/
    behavior: url(styles/pie.htc);
}
div#headerSearchhide ul
{
    margin-right: 1px;
    box-shadow: 3px 3px 0px #000;
    -moz-box-shadow: 3px 3px 15px #000;
    -webkit-box-shadow: 3px 3px 15px #000;
}
div#headerSearchhide li
{
    padding: 3px 5px;
    border-bottom: 1px solid white;
    line-height: 25px;
    width: 395px;
}

div#headerSearchhide li:last-child
{
    z-index: 100;
}

div#headerSearchhide li:first-child
{
    z-index: 100;
}

div#headerSearchhide li a,
div#headerSearchhide li span
{
    font-weight: bold;
    font-size: 12px;
    color: #ff4081;
    width: 400px;
}

div#headerSearchhide li.sinresultados
{
    background:#EEEEEE;
    color: #ff4081;
}

.side-nav .collapsible-body li a {
    margin: 0;
}

.side-nav .collapsible-body {
    background-color: #eeeeee;
}

.side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
    color: #444;
}

.section{
    min-height:550px;
}

div.accionesGenerales {
    float: right;
    margin: 0px 0px 5px;
    padding: 0px 5px;
}

div.entriesPerPage{float: left; margin: 5px 0px;}
div.entriesPerPage label{float: left; line-height: 20px; margin: 0; padding: 0 5px 0 0;}
div.entriesPerPage select{height: auto; margin-bottom: 0; padding: 1px;}
ul.pagination{margin: 5px 0px; float: right;}

div.entriesPerPage > div.select-wrapper{
    width: 40px;
    float: left;
}

div.entriesPerPage > .select-wrapper input.select-dropdown {
    height: 1rem;
}

div.entriesPerPage > .select-wrapper span.caret {
    top: 2px;
}

div.accionesGenerales .btn-success,
div.accionesGenerales .btn-primary{
    margin-right: 5px;
}

tr.odd {
    /*background-color: #f9f9f9;*/
    background-color: #e5e6e8;
}

tr.even {
    background-color: #fff;
}

.nomargin
{
	margin:0px;
}

.nomarginbottom
{
	margin-bottom:0px;
}

.filtros
{
    font-size:12px;
}

.filtros input
{
	margin-bottom:0px !important;
}


.tablelist .title
{
    display:block;
}

.tablelist .title
{
    display:flex;
}

.contentOrder
{
    display:table;
}

.contentOrder .btnOrder
{
	float:none;
	display:block;
	line-height:10px;
	cursor:pointer;
	color:#6F6F6F;
}

.contentOrder .select
{
	color:aqua !important;
}

td, th
{
	padding: 10px 5px;
}

/*--------------------botones colores---------------------------------*/
.btn-black.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-black {
  background-color: #363636;
}

.btn-black:hover,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  background-color: #222222;
}

.btn-black:active,
.btn-black.active {
  background-color: #080808 \9;
}
.btn-group.open .btn-black.dropdown-toggle {
  background-color: #222222;
}
.btn-black .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  background-color: #2196f3;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2196f3;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  background: #0097a7;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #0097a7;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

/*-------------reemplazo de tags---------------------*/
.tabsEnard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}

.tabsEnard .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px;
}

.tabsEnard .tab a {
  color: #00bcd4;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease;
  -moz-transition: color 0.28s ease;
  -o-transition: color 0.28s ease;
  -ms-transition: color 0.28s ease;
  transition: color 0.28s ease;
}

.tabsEnard .tab a:hover {
  color: #3be9ff;
}

.tabsEnard .tab.disabled a {
  color: #3be9ff;
  cursor: default;
}

.tabsEnard .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #22e6ff;
  will-change: left, right;
}

.tabsEnard .tab .active
{
	border-bottom:4px solid aqua;
}

.tabsEnardContent .box
{
	margin-top:0px;
}

.tabsEnardContent .toolsFicha
{
	text-align:right;
	margin-top:3px;
}

#content_tab
{
    min-height: 700px;
}

.btn-floating {
    margin-right: 5px;
}

.toolsFicha button {
    margin-right: 4px;
}

.displayNone
{
	display:none;
}

#GenericErrorMessage
{
	padding:5px;
}

#right-search
{
	background:#00BCD4;
	margin-bottom:0px;
}

#right-search img
{
	width:50px;
	height:50px;
	margin-top:10px;
}

#profile-dropdown2
{
	overflow:hidden;
	margin-top:15px;
}

#profile-dropdown2 a
{
	padding: 8px 15px;
	font-size: 14px;
	font-weight: 400;
}

#profile-dropdown2 i
{
	font-size:24px;
	margin-right:5px;
}

#profile-dropdown2 li
{
    line-height: 44px;
}

#sidebitacoraContent .collections-content a
{
	line-height:20px;
	font-size:11px;
	height:auto;
}

#sideUsuariosContent .recent-activity-list-text p
{
	margin-top:20px;
}

.map-card #map-canvas
{
	height:500px;
}

#issues-collection p.collections-title
{
	font-size:12px;
}

#btnContentAsig
{
    right: 48%;
	bottom:30%;
}

.collapsible-body a
{
	margin-left:10px !important;
	font-style:italic;
}

footer.page-footer img.pie
{
	margin-left:20%;
}

.breadcrumbs
{
	margin: 5px 0;
}

.section
{
	padding-top:10px;
	padding-bottom:10px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea
{
	font-size:14px;
	height:35px;
}

.select-wrapper input.select-dropdown
{
    font-size: 14px;
    height: 24px;
	margin-top:	11px;
	color: #9e9e9e;
}

.select-wrapper span.caret
{
	top:5px;
}

h4 {
    font-size: 34px;
    line-height: 100%;
    margin: 10px 0 8px;
}

h4.header2
{
	border-bottom:2px solid #000000;
}

label.control-label
{
	line-height:32px;
}

.Aviso
{
    color: #690;
    font-size: 0.8rem;
    left: 0rem;
    position: relative;
    /*top: -1rem;*/
    transform: translateY(0%);
}

section#content
{
	min-height:655px;
}

.textCenter
{
    text-align: center;
}

.textRight
{
    text-align: right;
}

.height350
{
    height: 350px;
}

th#columnaMasiva {
    width: 45px;
}

.borrarInputFile {
    color: #e53935;
    cursor: pointer;
    font-size: 20px;
    left: 5px;
    position: relative;
    top: 3px;
}

#headerSearch {
    height: 24px;
}

/*.collapsible-header::after {*/
.nivel1Menu::after {
    font-size: 1.7rem;
    color: #000;
}

.nivel2Menu::after {
    font-size: 1rem;
    color: #000;
}

.fixed-action-btn
{
    z-index:997;
}

.fixed-action-btn.horizontal ul li {
    margin: 15px 0px 0px;
}

/***********************
*  CARGA INICIAL LIST
***********************/

div.cargaInicial_colCargaInicial, div.cargaInicial_excepcion, div.cargaInicial_equipamiento,div.cargaInicial_funcionamiento, div.cargaInicial_evento,div.cargaInicial_adicional,div.cargaInicial_fortalecimiento, div.cargaInicial_colCargaInicialCompetencia {
    border-radius: 8px 8px 8px 8px;
    behavior: url(/backoffice/styles/pie.htc);
    margin: 0 auto;
    padding: 3px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
div.cargaInicial_colCargaInicial
{
    background-color: #A6DCB1;
    font-weight: bold;
}
div.cargaInicial_colCargaInicialCompetencia
{
    background-color: #56c3de;
    font-weight: bold;
}

div.cargaInicial_excepcion
{
    background-color: #FFFF80;
    font-weight: bold;
}
div.cargaInicial_equipamiento
{
    background-color: #ff644f;
    font-weight: bold;
}
div.cargaInicial_evento
{
    background-color: #cd7ff5;
    font-weight: bold;
}
div.cargaInicial_adicional
{
    background-color: #DE891A;
    font-weight: bold;
}
div.cargaInicial_fortalecimiento
{
    background-color: #ACEF26;
    font-weight: bold;
}

td#acciones .btn-floating i {
    font-size: 1rem;
}

.htmlControlListElementSeparated
{
    float: left;
    margin-right: 5px;
    line-height: 25px;

}

ul.side-nav.leftside-navigation li a.submenu
{
    font-size:12px;
}

#slide-out li a.submenu i
{
    font-size:12px;
}

ul.side-nav.leftside-navigation li a.submenu2
{
    font-size:11px;
}

#slide-out li a.submenu2 i
{
    font-size:11px;
    margin-left:10px;
    margin-right:0px;
}

.footerList
{
    clear:both;
    margin-top:10px;
    margin-bottom:10px;
    display:block;
    overflow:hidden;
}

.trami_planInicial
{
    color: #A6DCB1;
    font-weight:bold;
    font-size:24px;
    cursor:pointer;
}

.trami_excepcion
{
    color: #F5C147;
    font-weight:bold;
    font-size:24px;
    cursor:pointer;
}

.trami_cambioplan
{
    color: #b6a5f5;
    font-weight:bold;
    font-size:24px;
    cursor:pointer;
}

.tipo_equipamiento
{
    background-color: #ff644f !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}
.tipo_tar
{
    background-color: #F5C147 !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_funcionamiento
{
    background-color: rgba(0, 0, 0, 0.42) !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_evento
{
    background-color: #cd7ff5 !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_adicional
{
    background-color: #DE891A !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_fortalecimiento
{
    background-color: #ACEF26 !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_DAR2022
{
    background-color: green !important;
    font-weight:bold;
    color:#FFF;
    font-size:16px;
}

.tipo_cenad
{
    background-color: #F7FE2E !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}

.tipo_colCargaInicialCompetencia
{
    background-color: #56c3de !important;
    font-weight:bold;
    color:#000;
    font-size:16px;
}
.tipo_colBEneficiarioFavorito
{
    background-color: #009315 !important;
    color:#fff;
    font-size:16px;
}


.loading {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*background: rgba(255,255,255,0.8) url(http://googl-url-shortener.googlecode.com/files/spin_24x24_loading.gif) center center no-repeat;*/
    z-index: 1000;
    background-color: rgba(0,0,0,0.6);
}

.positionLoading {
    position: absolute;
    top: 50%;
    right: 50%;
}

#dataTableBecastableHtmlControl {
    font-size: 10px;
}

div#searchSectionPlace
{
    margin-left: 10px;
    float: left;
    position:relative;
}

td.tableHtmlControlCellCenter {
    text-align: center;
}

select {
    height: 36px;
}

.fav
{
    cursor:pointer;
    font-size:15px;
}

.nofav
{
    color:#9E9E9E;
}

.sifav
{
    color:#FF9800;
}

.siVerified
{
    color:#1da1f2;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

.table-collapsible tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-collapsible tbody tr th i {
    margin-right: 15px;
    color: #9e9e9e;
    font-size: 20px;
}

.table-collapsible tbody tr.active {
    background-color: #f5f5f5;
}

.table-collapsible tbody tr:hover th {
    cursor: pointer;
}

.table-collapsible tbody tr:hover td {
    cursor: default;
}

#textoModal
{
    text-align:left;
}

.tablaLiqBeca
{
    border-spacing: 10px 5px; 
    border-collapse: separate;
    width:100%;
    text-align:left;
    font-size:14px;
}

.tablaLiqBeca td.remarcar
{
    background:#d1d1d1;
}

.tablaLiqBeca td.number
{
    font-weight:bold;
    width:120px;
    text-align:right;
}

.tablaLiqBeca td.porcentaje
{
    width:65px;
    text-align:right;
}

.tablaLiqBeca td.cantidad
{
    text-align:center;
}

.tablaLiqBeca td
{
    border:1px solid #d1d1d1;
    padding: 3px 5px;
}

#tableData #inputmonto
{
    display:block;   
    width:150px;
}

#tableData #fechaLiquidacion
{
    width:150px;
}

#tableData .pdf
{
    width:100px;
    font-size:20px;
}

#tableData .inputtableliq
{
    margin:0;
}

#tableData td
{
    border:0;
}

#tableData .pdf
{
    font-size:35px;
}

.contentgraf
{
    position:relative;
}

.refgraf
{
    color:#FFFFFF;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
    font-size:12px;
    height:20px;
    line-height:20px;
}
.chart-legend li
{
    float:left;
    color:#000000;
    margin-left:5px;
}

.chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;    
}

#issues-collection .refgraf
{
    margin-left:1px;
    margin-right:1px;
}

#projects-collection
{
	padding-top:15px;
	padding-bottom:15px;
}

li.rankingrubros .tooltipped
{
    color:#000000;
}

.collection-header
{
    font-size: 25px;
}

#DistribucionBecasChart,
#AtletasBecasChart,
#SectoresBecasChart
{
    max-height:240px;
}

#mapaeventos
{
    height: 550px;
    background:#7FDDE9;
}

#expedientesSidebar i.trami_planInicial
{
    background:#a6dcb1;
    color:#ffffff;
    left:-2px;
    top:-1px;
}

#expedientesSidebar i.trami_excepcion
{
    background:#f5c147;
    color:#ffffff;
    left:-2px;
    top:-1px;    
}

#expedientesSidebar i.trami_cambioplan
{
    background: #235870;;
    color:#ffffff;
    left:-2px;
    top:-1px;
}

span.labeldeporte
{
    font-size:20px;
}

#expedientesultimomes
{
	height:150px;	
	overflow:hidden;
}

.height240
{
    height: 240px;
}

.height126
{
    height: 126px;
}

.height100
{
    height: 100px;
}

img.avatarTicket
{
    height: 30px;
}

.pac-container {
    z-index: 99999 !important;
}

.vis-item.competenciafundamental
{
    background: #03A8F2;
    color:#ffffff;
}

.vis-item.competenciapreparacion
{
    background: #009486;
    color:#ffffff;
}

.vis-item.tecnicointernacional
{
    background: #FE6F00;
    color:#ffffff;
}

.vis-item.entrenamientoconcentracion
{
    background: #6D4C41;
    color:#ffffff;
}

.fuentegrande label
{
    font-size:16px;
}

.logoempresa
{
    position: absolute;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;

    font-size: 18px;
    line-height: 42px;
    color: #fff;
    text-align: center;    
    height:25px;
    width:25px;
}

.btn-asignar
{
    padding: 0 10px;
}

.ocanulada
{
    color:red;
    font-weight:bold;
}

ul.listadoAuditoria.collections-title
{
      list-style-type: disc;
}

tr.cotizacionDetalle
{
    display:none;    
}

.cotizacionDetalleList
{
    margin-top:0px;
    margin-bottom:0px;
    padding-top:5px;
    padding-bottom:5px;
}

.cotizacionDetalleList ul.collapsible 
{
    padding-top:0px;
    padding-bottom:0px;
}

.htmlControlListElementSeparated .input-field
{
    padding-top:0px;
    margin-top:0px;
}

i.cotilistpaquete
{
    margin:0px;
    padding:0px;
    margin-left:-11px;
    height:30px;
    width:30px;
    padding-left: 5px;
    line-height: 30px;
}

.contador
{
    font-size:12px;
    padding:0;
    color:#ffffff;
    font-weight: bold;
}

.contadorExp
{
    font-size:16px;
    padding:0;
    color:#ffffff;
    font-weight: bold;
    margin-left:5px;
}

#btnContentAsigPanelExpe
{
    right: 31%;
    bottom:30%;
}

#iconfilterSolicitud,
#iconfilterExpediente
{
    background:#00BCD4;
    line-height:38px;
    height:38px;
    padding-right:5px;
}

.rowEvento
{
    text-align:center;
    color:#FF4081;
}

#wcFacturas td
{
    text-align:left;    
}

.fixed-action-btn
{
    position:fixed;
}

.fixed-action-btn .profile-post-uer-image
{
    width: 50px;
    height: 50px;    
    border-radius: 30px;
    cursor:point;
    -moz-box-shadow:    5px 5px 4px 0px #394263;
    -webkit-box-shadow: 5px 5px 4px 0px #394263;
    box-shadow:         5px 5px 4px 0px #394263;
}

#jsxc_roster
{
    z-index: 9998;
    background-image: url("/backoffice/images/fondochat.png"); 
    background-color: #cccccc; 
    visibility: hidden;
    height: 80%; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
    top:auto;
    border: 1px solid #80DEEA;
    border-radius: 2px;    
    box-shadow: 0 0 0 1px #03b2ff inset;
    display: none;
}

#jsxc_menu
{
    display:none;
}

.jsxc_lastmsg
{
    font-weight: bold;
}

.jsxc_more
{
    display:none;
}


#livechat-compact-container {
    height: 153px;
    position: fixed;
    right: 0;
    top: 200px;
    top: 30vh;
    z-index: 10000;
  }

.btn-chat a {
font-family: arial;
color: #fff;
text-decoration: none;
background: #00BCD4;
padding: 5px;
display: block;
font-weight: bold;
font-size: 14px;
box-shadow: 0 0 0 1px #03b2ff inset;
border: 1px solid #80DEEA;
border-radius: 2px;
-ms-transform: rotate(90deg) translate(0, -20px);
-webkit-transform: rotate(90deg) translate(0, -20px);
transform: rotate(90deg) translate(0, -20px);
position: relative;
right: -10px;
transition: background 0.2s, right 0.2s;
}

.btn-chat a:hover {
background: #47B6F5;
transition: background 0.2s, right 0.2s;
color: #80DEEA;
}

.btn-chat-off a {
font-family: arial;
color: #fff;
text-decoration: none;
background: #CCCCCC;
display: block;
font-weight: bold;
font-size: 14px;
box-shadow: 0 0 0 1px #03b2ff inset;
border: 1px solid #80DEEA;
border-radius: 2px;
-ms-transform: rotate(90deg) translate(0, -20px);
-webkit-transform: rotate(90deg) translate(0, -20px);
transform: rotate(90deg) translate(0, -20px);
position: relative;
right: 190px;    
transition: background 0.2s, right 0.2s;
border-right: none; 
}
  
.btn-chat a:hover {
background: #47B6F5;
transition: background 0.2s, right 0.2s;
color: #80DEEA;
}

img#previewFoto
{
  height: 120px;
}
  
.btnchat
{
	height:20px;
	width:20px;
	line-height:20px;
	position:absolute;
	bottom:3px;
	right:3px;
}

.btnchat i
{
	font-size:15px;	
	line-height:20px;
}

[type="radio"].filled-in-green:checked + label::after
{
    background: green;
    border-color: green;
}

[type="radio"].filled-in-yellow:checked + label::after
{
    background: #f5c147;
    border-color: #f5c147;
}

[type="radio"].filled-in-red:checked + label::after
{
    background: red;
    border-color: red;
}

input.verificado
{
    border-color:#1BBAE1;
    color:#1BBAE1;
}

span.verificado,
td.verificado,
label.verificado
{
    color:#1BBAE1;
}

.sin_deportista{
  color: red;
}

.ordencompraDetalle
{
    display:none;
}