﻿#font {
    font-family: "Open Sans", Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

h2.pagina-icad {
    font-size: 30px;
    color: #07578A;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: left;
}

h3.reporte-icad {
    color: #676767;
}

table.cab-tema a.icad {
    text-decoration: none;
    color: #07578A;
    font-weight: 600;
    font-size: 1.2em;
}

table.cab-tema:hover a.icad:hover {
    text-decoration: none;
    color: #999;
}

a.icad {
    text-decoration: none;
    color: #07578A !important;
    font-weight: 600 !important;
    font-size: 1.2em !important;
}

    a.icad:hover {
        text-decoration: none;
        color: #999;
    }

table.tablaDatos a.icad,
table.graficas a.icad {
    text-decoration: none;
    color: #07578A;
    text-align: right;
}

    table.tablaDatos a.icad:hover,
    table.graficas a.icad:hover {
        text-decoration: none;
        color: #999999;
        text-align: right;
    }


.gdvicad {
    margin: auto;
}

    .gdvicad tr td {
        padding: 5px 5px;
        border: 0px;
        line-height: 100%;
    }

    .gdvicad tr th {
        background-color: #07578A;
        background-image: none;
        color: white;
        text-align: center;
        font-size: large;
        font-weight: 500;
        padding: 5px 5px 5px 5px;
    }

.headericad {
    background-color: #07578A;
    background-image: none;
    color: white;
    text-align: center;
    font-size: large;
    font-weight: 500;
    padding: 5px 5px 5px 5px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}


@media screen and (max-width: 2560px) {

    div.nomeclatura {
        border: 1px solid #dfdfdf !important;
        margin-left: 25%;
        margin-top: 10px;
        margin-bottom: 8px;
        visibility: hidden;
        width: 340px;
    }
}

@media screen and (max-width: 560px) {

    div.nomeclatura {
        border: 1px solid #dfdfdf !important;
        margin-left: 2%;
        margin-top: 10px;
        margin-bottom: 8px;
        visibility: hidden;
        width: 340px;
    }
}

@media screen and (max-width: 320px) {

    div.nomeclatura {
        border: 1px solid #dfdfdf !important;
        margin-top: 10px;
        margin-bottom: 8px;
        visibility: hidden;
        width: 310px;
    }
}

label.nomInfo {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-align: center !important;
    vertical-align: middle !important;
}

div.point {
    margin-top: 5px;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    float: left;
}

img.estrella {
    height: 26px;
    width: 38px;
    margin-top: 1px;
    margin-bottom: 8px;
}

img.estrellaTb {
    height: 18px;
    width: 18px;
    margin: 1px;
}

thead.headicad {
    background-color: #07578A;
    background-image: none;
    color: white;
    text-align: center;
    font-size: medium;
    padding: 4px;
}

.card {
    border: 0px solid !important;
}

.card-header {
    background-color: white;
    color: #676767;
    border: 0px solid;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #044772;
    background-color: #07578A;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05629e), color-stop(100%, #07578A));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #05629e 0%, #07578A 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #05629e 0%, #07578A 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #05629e 0%, #07578A 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #05629e 0%, #07578A 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #05629e 0%, #07578A 100%);
    /* W3C */
}

.generalVal {
    font-size: 1.4em;
}

.porcent {
    font-size: 1.1em;
}

.componentHeader {
    font-size: 1.1em;
}

.component {
    font-size: 1.2em;
}

.btn-danger {
    background-color: #07578A !important;
}

.dvButton {
    width: 133px;
    height: 38px;
    padding-top: 2px;
    color: white;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #0a517e;
    border-radius: 5px;
    background-image: radial-gradient(#07578A, #044772, #07578A);
}

    .dvButton:hover {
        background-image: radial-gradient(#0a517e, #0c4a71, #12405c);
        color: #d4d0d0;
        cursor: pointer;
    }

.alert{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.fadeAlert {
    visibility: visible;
    opacity: 0;
    height: 0px;
    -webkit-transition: opacity 0.15s linear, height 0.20s linear;
    -moz-transition: opacity 0.15s linear, height 0.20s linear;
    -o-transition: opacity 0.15s linear, height 0.20s linear;
    transition: opacity 0.15s linear, height 0.20s linear;
}

    .fadeAlert.in {
        opacity: 1;
        height: 50px;
    }

.hidden {
    visibility: hidden;
     height: 0px;
    opacity: 0;
    -webkit-transition: visibility 0s 0.20s, height 0.20s linear, opacity 0.20s linear;
    -moz-transition: visibility 0s 0.20s, height 0.20s linear, opacity 0.20s linear;
    -o-transition: visibility 0s 0.20s, height 0.20s linear, opacity 0.20s linear;
    transition: visibility 0s 0.20s, height 0.20s linear, opacity 0.20s linear;
    transition: visibility 0s 0.20s, height 0.20s linear, opacity 0.20s linear;
}

.button-icad {
	background-color:#07578A;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:10px 20px;
	text-decoration:none;
}
.button-icad:hover {
	background-color:#c40209;
}
.button-icad:active {
	position:relative;
	top:1px;
}

#tbBusquedaUs{
    cursor: pointer;
}

.boletin {
    text-decoration: none;
    color: #07578A;
    font-weight: 500 !important;
    font-size: 1.0em !important;
    display: none;
}

.boletin:hover{
    cursor: pointer;
}
