/* corrección ancho en IE */
.preview
{
    z-index: -1000;
    position: absolute;
    top: 200px;
    transform-origin: 50%;
    transform: rotate(-45);
    opacity: .25;
    font-size: 150px;
}
.container {
    width: 1170px;
}

.pagination li.active, .pagination li.disabled, .pagination .paginate_active {
    color: #999;
    background-color: whiteSmoke;
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border: 1px solid #DDD;
    border-left-width: 0;
    cursor: default;
}

.pagination li:first-child {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.dataTables_length {
    float: right;
    margin-bottom: 1em;
}

.dataTables_info {
    float: right;
    margin-bottom: 1em;
}

.dataTables_filter {
    width: 50%;
    text-align: left;
    margin-bottom: 1em;
}

.dataTables_filter label {
    width: 600px;
}

.dataTable th {
    cursor: pointer;
}

.paginate_button {
    cursor: pointer;
}

.paginate_button_disabled, .paginate_button_disabled:hover {
    color: 
        #999;
    cursor: default;
    background-color: transparent;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url(../images/sort_asc.png) no-repeat center right;
}

.sorting_desc {
    background: url(../images/sort_desc.png) no-repeat center right;
}

.sorting {
    background: url(../images/sort_both.png) no-repeat center right;
}

.sorting_asc_disabled {
    background: url(../images/sort_asc_disabled.png) no-repeat center right;
}

.sorting_desc_disabled {
    background: url(../images/sort_desc_disabled.png) no-repeat center right;
}

.dataTables_wrapper select {
    width: auto;
}

/* HEADER */

#top {
    background-color: #fff;
}

#header {
    background: url("../images/bips/bgHeader.gif") no-repeat 0px 0;
    top: 0px;
    height:90px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

a#logo {
    background: url("../images/bips/logoBips.gif") no-repeat 0 0;
    width: 380px;
    height: 60px;
    display: block;
    position:absolute;
    left:0px;
    top:20px;
    text-indent: -9999px;
}

.logo_ministerio {
    background: url("../images/logo_ministerio.jpg") no-repeat 0 0;
    right: 0px;
    height: 120px;
    width: 132px;
    display: block;
    text-indent: -999em;
    float: right;
    position: relative;
}

ul.navSecundaria	{ display: block;position: absolute;top: 7px;right: 0px;height: 22px;}
ul.navSecundaria li	{ display:inline; font:normal 11px/22px Verdana, Geneva, sans-serif; color:#666; margin-left:15px;}
ul.navSecundaria li	a{ font-size: 11px; line-height: 14px;}
ul.navSecundaria li	a:hover {
    text-decoration: underline;
    color: #000;
}

#user-info {
    display: block;
    position: absolute;
    bottom: 7px;
    right: 0px;
}

/*Menu de navagacion principal*/

#nav	{ position:absolute; left:0px; width:100%; height:54px; background:url("../images/bips/bgNav.gif") repeat-x 0 0}

#navbar{
    height:54px;
    /*	font-family:'gobCLRegular';     */
    font-size:14px;
    font-weight:normal;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}
#navbar .inbar{
    display:block;
    height:54px;
    padding:0 25px;
}
#navbar ul, #navbar ul li{
    border:0px;
    margin:0px;
    padding:0px;
    list-style:none;
    /*height:54px;*/
    line-height:46px;
}
#navbar ul{}

#navbar ul li{
    float:left;
    display:block;
    line-height:46px;
}
#navbar ul li a{
    color:#333;
    text-decoration:none;
    display:block;
    font-size: 12px;
    line-height: 18px;
}
#navbar ul li a span{
    padding:0 20px 0 0;
    height:54px;
    line-height:46px;
    display:block;
    margin-left:20px;
    color:#666;

}

#navbar .current a, #navbar a:hover{
    background:url(../images/bips/a-bg.png) left top no-repeat;
    height:54px;
    line-height:46px;
}
#navbar .current a span, #navbar a:hover span{

    background:url(../images/bips/span-bg.png) right top no-repeat;
    height:54px;
    line-height:46px;
    color:#fff;
}

#navbar ul li a:hover{
    height:54px;
    line-height:46px;
}
#navbar ul li a:hover span{
    height:54px;
    line-height:46px;
}
#navbar .current a span:hover{color:#fff !important}

#navbar ul li.last {
    position: absolute;
    right: 20px;
}

/* FOOTER */
.footer {
    margin-top: 45px;
    padding: 35px 0 36px;
    border-top: 1px solid #E5E5E5;
}

.custom {
    background:#eee;
    padding:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    height: 115px;
}

/* BOOSTRAP HELPERS */
.spacer {
    margin-top: 40px; /* define margin as you see fit */
}

.text-center {
    text-align: center;
}

.navbar-search {
    margin-top: 9px;
}

/* FICHA PROGRAMA */

.socialbar {
    padding: 7px 14px 0px 14px;
    margin: 0 0 18px;
    list-style: none;
    background-color: #fbfbfb;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background-image: linear-gradient(top, #ffffff, #f5f5f5);
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.well-highlight {
    text-align: center;
    background-color: white;
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#primarios-ficha dt {
    width: 90px;
    text-align: left;
}

#primarios-ficha dd {
    margin-left: 0px;
}

#notas-ficha dt {
    width: 200px;
    text-align: left;
}

#notas-ficha dd {
    margin-left: 0px;
    text-align: center;
}

#notas-ficha dt span.num {
    float: left;
    width: 23px;
}

#monitoreo table {
    width: 99%;
    border: 1px solid #E5E5E5;
}

#monitoreo table td {
    padding: 0 10px 0 10px;
}

#monitoreo table td.divider {
    border-right: 1px solid #E5E5E5;
}

#monitoreo table td.ratings {
    border: 1px solid #E5E5E5;
    padding: 5px 0 5px 0;
    text-align: center;
}

#pdf-ficha {
    margin-top: 10px;
}

span.pop-info {
    cursor: help;
}

/* Sidenav for Docs
-------------------------------------------------- */

/* prevent column from collapsing when affixing */
.span3 {
    min-height: 1px;
}

.bs-docs-sidenav {
    width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    *width: 190px;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
    background-image: url(../images/glyphicons-halflings-white.png);
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}

/* LISTADO PROGRAMAS */
#data-bar {
    height: 60px;
    min-height: 20px;
    padding: 0px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#data-bar .box {
    display: none;
}

#filters {
    display: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
}

#filters .checkbox input[type="checkbox"] {
    float: none;
}

#filters table td {
    vertical-align: top;
    padding-right: 15px;
}

#toggle_filters {
    margin-bottom: 10px;
    margin-left: 10px;
}

#reset_filters {
    margin-bottom: 10px;
    margin-left: 5px;
}

#filters #slider-range {
    width: 300px;
    margin: 0px 0px 20px 20px;
}

#filters #slider-range .ui-slider-handle {
    cursor: pointer;
}

#filters #edad {
    border: 0;
    color: #f6931f;
    font-weight: bold;
    margin-left: 20px;
}

#filters #todas_edades {
    margin-top: 25px;
    display: none;
}

#filters .beneficio_padre, .ministerio {
    font-weight: bold;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #DDD;
    padding-right: 5px;
}

#filters .beneficio_hijo, .servicio {
    margin-left: 7px;
}

#filters .servicio, .beneficio_hijo {
    display: none;
    border-bottom: 1px solid #DDD;
}

#filters .expand_min, .expand_benef {
    float: right;
}

#filters .beneficio_ultimo, .servicio_ultimo {
    margin-bottom: 10px;
    border-bottom: none !important;
}

#filters .beneficio_padre input[type="checkbox"], .ministerio input[type="checkbox"] {
    margin-left: -15px;
}

.tabla_cronjob td{padding-right: 20px}
#cron th{text-align: center}