/* here you can put your own css to customize and override the theme */
body {font-size: 13px;}
table.report {width:100%; background-color:#f7f7f7; min-height:48px;}
table.report td {width:30%; border:1px solid #ffffff;line-height: 1;text-align: center;}
.table>tbody>tr>td {
    padding: 2px;
    line-height: 1;
    vertical-align: middle;
}
.table > tbody > tr.warning > td {
    background-color: #adccf8;
    border-bottom: 1px solid #FFFFFF;
    color: #152D52;
    font-weight: normal
}
.table > tbody > tr.warning > td a {
    color: #6fa4f3;
}
a.btn.btn-small.blue {
    padding: 5px 10px;
}
.table > tbody > tr.total > td {
    background-color: #365483;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 1.2;
    font-weight: bold
}

a.dropdown-toggle.btn-danger {
	background-color: #ac2925;
}

/*  texto parpadeante*/
.anuncio {
  font-size:15px;
  font-family:helvetica;
  font-weight:bold;
  color:#006633;
  text-transform:uppercase;
}
.parpadea {
  
  animation-name: parpadeo;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}



@-moz-keyframes parpadeo{  
  50% { opacity: 1.0; }
  75% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
  50% { opacity: 1.0; }
  75% { opacity: 0.0; }
   100% { opacity: 1.0; }
}

@keyframes parpadeo {  
  50% { opacity: 1.0; }
   75% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
/* Final texto parpadeante*/


.columnsBetAlert
{   
    -moz-column-width: 31em; /* Firefox */
    -webkit-column-width: 31em; /* webkit, Safari, Chrome */
    column-width: 31em;
}
/*remove standard list and bullet formatting from ul*/
.columnsBetAlert ul
{
    margin: 0;
    padding:0;
    list-style-type: none;
    font-size:16px;
 }
  
/* correct webkit/chrome uneven margin on the first column*/
.columnsBetAlert ul li:first-child
{
    margin-top:0px;
   
}

.bgLoginform {
    background: #f6f8f9;
    background: -moz-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: -webkit-linear-gradient(top, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
    padding: 20px;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.75);
    color: #212121;
}


.quick-options {
    padding: 10px 0px !important;
    text-align: center !important;
}

@media print {

    html,
    body {
        visibility: hidden;
        padding: 0px;
        margin: 0px;
        font-family: sans-serif;
        font-size: 12px;
    }

    .card-body {
        padding: 0px;
        flex: none;
    }

    .container-fluid {
        padding: 0px;
        margin: 0px;
    }

    .page-wrapper {
        margin: 0px;
    }

    .page-header,
    .page-footer,
    .page-sidebar {
        display: none;
    }

    #agent_tree {
        display: none;
    }

    #section_menu {
        display: none;
    }
    
    hr,
    .page-breadcrumb,
    .control-group {
        display: none;
    }

    .printArea {
        font-size: 14px;
        color: #000;
        visibility: visible;
        width: 100% !important;
    }


/* Style positive numbers as green */
	.positive a {
        color: green!important;
		text-decoration:none;
    }

/* Style negative numbers as red */
    .negative a {
        color: red!important;
		text-decoration:none;
    }

}


.betAlert-mail p{
    font-size: 14px !important;
}