﻿
@charset "utf-8";

/*-------------------------------------------------------------------------
  Configura estilo de plantilla
  -------------------------------------------------------------------------*/
#header .navbar-header {
    background-color: white !important;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    background: #fff !important;
}
.navbar-toolbar .navbar-left .navbar-minimize {
    border-right: 1px solid #DDD !important;
    border-left: 1px solid #DDD !important;
}

.header-content {
    border-bottom: 1px solid white !important;
    background: white !important;
}

.sidebar-primary > .sidebar-content .online {
    background-color: white !important;
}

.sidebar-primary > .sidebar-content {
    border-bottom: 2px solid #00c5fb !important;
}
.sidebar-primary > .sidebar-content img, .sidebar-primary > .sidebar-content .online {
    border: 2px solid #00c5fb !important;
}
.sidebar-primary {
    background-color: #5C6670 !important;/*106e9e*/
}
    .sidebar-primary:after {
        background-color: #5C6670 !important;
    }

    .sidebar-primary > .sidebar-menu > li:hover {
        background-color: #5C6670 !important;/*299fce*/
    }

        .sidebar-primary > .sidebar-menu > li:hover.submenu > ul > li:hover a {
            background-color: #299fce !important;/*299fce*/
        }

        .sidebar-primary > .sidebar-menu > li:hover.submenu > ul > li > ul {
            background-color: #299fce !important;
        }

    .sidebar-primary > .sidebar-menu > li.active {
        background-color: #0089ae !important;
    }

    .sidebar-primary > .sidebar-menu > li > ul > li ul a {
        background-color: #0089ae;
    }
    /*.sidebar-primary > .sidebar-menu > li > ul > li {
        background-color: #106e9e !important;
    }*/

.sidebar-primary.sidebar-box .sidebar-menu > li > a > .icon:after, .sidebar-primary.sidebar-rounded .sidebar-menu > li > a > .icon:after, .sidebar-primary.sidebar-circle .sidebar-menu > li > a > .icon:after {
     border: 1px solid #106e9e; 
}

#page-content {
    background-color: inherit !important;
}

.body-content {
    background-color: inherit !important;
}

.sidebar-menu > li {
    display: block;
    position: relative;
}

.sidebar-menu > li > a .text {
    font-size: 11px !important;
}

.sidebar-menu > li > ul > li > a .text {
    font-size: 11px !important;
}

.sidebar-menu ul li a {
    font-size: 11px;

}
.modal .modal-dialog .modal-content {
    border:0px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}

    
 .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #005d76;
    border-color:white;
}

.top-assign-chart li {
    font-size: 14px;
}

 .top-assign-chart li.current:before {
    color:white;
}

 .top-assign-chart li.current .number {
    padding-left: 5px; 
    color:#106e9e;
}

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */

/*-----titulo-----*/
/*h1 {
    font-size: 2em;
    color: #083C5C;
}*/

.containerMap {
    width: 100%;
    position: relative;

    background: url(../images/mapa/svg/_MapaFondo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/ 
    /*width:1300px;*/
    padding-bottom: 47%;
}

.containerMap div {
    height: 0;
    position: absolute; 
}

.ArquitecturaTecnologica {
    background: url(../images/mapa/svg/ArqTec.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 5.5%;
    padding-bottom: 5.5%;
    top: 55%;
    left: 27%;
    transition: all 400ms ease;
}

    .ArquitecturaTecnologica:hover {
        background: url(../images/mapa/svg/ArqTec_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

.AtlasInformacion {
    background: url(../images/mapa/svg/AtlasInf.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 7%;
    padding-bottom: 7%;
    top: 45%;
    left: 60%;
    transition: all 400ms ease;
}

    .AtlasInformacion:hover {
        background: url(../images/mapa/svg/AtlasInf_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.DataWarehouse {
    background: url(../images/mapa/svg/DataWare.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 55%;
    left: 42%;
    transition: all 400ms ease;
}

    .DataWarehouse:hover {
        background: url(../images/mapa/svg/DataWare_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.GobiernoAbierto {
    background: url(../images/mapa/svg/GobAb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 7%;
    padding-bottom: 7%;
    top: 35%;
    left: 27%;
    transition: all 400ms ease;
}

    .GobiernoAbierto:hover {
        background: url(../images/mapa/svg/GobAb_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.IndicadoresEstrategicos {
    background: url(../images/mapa/svg/IndEstra.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 30%;
    left: 44%;
    transition: all 400ms ease;
}

    .IndicadoresEstrategicos:hover {
        background: url(../images/mapa/svg/IndEstra_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.InfografiasEstadisticas {
    background: url(../images/mapa/svg/InfograEsta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 30%;
    left: 59%;
    transition: all 400ms ease;
}

    .InfografiasEstadisticas:hover {
        background: url(../images/mapa/svg/InfograEsta_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.InformacionEstadistica {
    background: url(../images/mapa/svg/InfoEsta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 5.5%;
    padding-bottom: 5.5%;
    top: 34%;
    left: 53%;
    transition: all 400ms ease;
}

    .InformacionEstadistica:hover {
        background: url(../images/mapa/svg/InfoEsta_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.InnovacionTecnologica {
    background: url(../images/mapa/svg/InnoTec.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 48%;
    left: 68%;
    transition: all 400ms ease;
}

    .InnovacionTecnologica:hover {
        background: url(../images/mapa/svg/InnoTec_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.ObservatorioCiudadano {
    background: url(../images/mapa/svg/ObsCiud.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 16%;
    left: 39.5%;
    transition: all 400ms ease;
}

    .ObservatorioCiudadano:hover {
        background: url(../images/mapa/svg/ObsCiud_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.PadronUnico {
    background: url(../images/mapa/svg/PadrUnic.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 59%;
    left: 53.5%;
    transition: all 400ms ease;
}

    .PadronUnico:hover {
        background: url(../images/mapa/svg/PadrUnic_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.PlanDesarrollo {
    background: url(../images/mapa/svg/PlanDesa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 49%;
    left: 33.5%;
    transition: all 400ms ease;
}

    .PlanDesarrollo:hover {
        background: url(../images/mapa/svg/PlanDesa_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.PortafolioProyectos {
    background: url(../images/mapa/svg/PortProy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 7%;
    padding-bottom: 7%;
    top: 34%;
    left: 36.5%;
    transition: all 400ms ease;
}

    .PortafolioProyectos:hover {
        background: url(../images/mapa/svg/PortProy_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.ProcesosSustantivos {
    background: url(../images/mapa/svg/ProceSusta.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 8%;
    padding-bottom: 8%;
    top: 4%;
    left: 46.2%;
    transition: all 400ms ease;
}

    .ProcesosSustantivos:hover {
        background: url(../images/mapa/svg/ProceSusta_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.TransparenciaPresupuestaria {
    background: url(../images/mapa/svg/TranspPresu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 6%;
    padding-bottom: 6%;
    top: 9%;
    left: 55%;
    transition: all 400ms ease;
}

    .TransparenciaPresupuestaria:hover {
        background: url(../images/mapa/svg/TranspPresu_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

.VisorGeografico {
    background: url(../images/mapa/svg/VisorGeo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*background-position: center center;*/
    width: 8%;
    padding-bottom: 8%;
    top: 16%;
    left: 65%;
    transition: all 400ms ease;
}

    .VisorGeografico:hover {
        background: url(../images/mapa/svg/VisorGeo_hover.svg);
        background-size: contain;
        background-repeat: no-repeat;
        /*background-position: center center;*/
    }

/*-----menu_inferior-----*/
#menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

    #menu li {
        width: 125px;
        display: inline-block;
    }

        #menu li a {
            font-size: 1em;
            text-decoration: none;
            color: #FFFFFF;
            background-color: #083C5C;
            display: block;
            padding: 15px 0px;
            margin: 10px 0px;
            transition: all 400ms ease;
            border-radius: 5px;
        }

            #menu li a:hover {
                color:white;
                background-color: #999;
                /*  color: #083C5C;
                    background-color: #6DCDB8;*/
            }

/*-----iconos_inferior-----*/
#menu2 {
    list-style-type: none;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;
    width: 96%;
}

    #menu2 li {
        width: 185px;
        display: inline-block;
    }

        #menu2 li a {
            display: block;
            border-radius: 5px;
            transition: all 400ms ease;
        }

            #menu2 li a:hover {
                background: #6DCDB8;
            }

.mapaweb {
    display: block;
}

.mapamobil {
    display: none;
}

    .mapamobil li {
        margin-bottom:5px;
    }

/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */


/* LARGE DESKTOP */
@media (min-width: 2560px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1920px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1680px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1440px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1366px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* LARGE DESKTOP */
@media (min-width: 1280px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* DESKTOP */
@media (min-width: 1023px) and (max-width: 1199px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* DESKTOP */
@media (max-width: 1024px) {
    #iconToogle {
        display: none;
    }

    #menuToogle {
        display: block;
    }
}

/* TABLET */
@media (max-width: 800px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* TABLET */
@media (max-width: 768px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }

    /*div.col-sm-7.five-three {
    width: 60% !important;
    }

    div.col-sm-5.five-two {
    width: 40% !important;
    }*/
}

/* TABLET */
@media (max-width: 640px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* TABLET */
@media (max-width: 600px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 568px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 480px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 360px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}

/* MOBILE */
@media (max-width: 320px) {
    .mapaweb {
        display: none;
    }

    .mapamobil {
        display: block;
    }

    .headerCenterBlock {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    #iconToogle {
        display: block;
    }

    #menuToogle {
        display: none;
    }
}


/* **************************************************************************************************************** */
/* **************************************************************************************************************** */
/* **************************************************************************************************************** */


.cabezal {
    background-color: #e7e7e7; /*003B5D;*/
}

.Menu {
    display: flex;
    right: 5%;
    top: -20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .Menu li {
        min-width: 100px;
        height: auto;
        margin: 0 10px;
        text-align: center;
        color: #FFFFFF;
        cursor: pointer; 
        margin-top:10px;
        margin-bottom:10px;
    }

    .Menu a {
        color: #20536f;
        text-decoration: none;
    }

        .Menu a img {
            border: none;
        }

    .Menu strong {
        position: relative;
        width: 100px;
        height: auto;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .1em;
        line-height: 1.2em; 
        font-weight:bold;
    }

    .Menu span {
        color: #1a989c; /*#666666;*/
        text-transform: uppercase;
        font-size: 10px;
        font-weight:bold;
    }

    .Menu IMG {
        margin-top: 4px;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        /*opacity: .4;*/
    }

    .Menu li:hover > a > p > span {
        color: #00B1B0;
    }

    .Menu li:hover > a > p > strong {
        color: #00B1B0;
    }

    .Menu li:hover > a > IMG {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

.Acercade {
    min-height: 100px;
    background-color: #003B5D;
    bottom: 0px;
}

    .Acercade p {
        position: relative;
        text-align: center;
        font-size: 12px;
        letter-spacing: .2em;
        color: #FFFFFF;
        top: 35px;
    }

.headerMargin {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.footerMargin {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

    .footerMargin li > img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

        .footerMargin li > img:hover {
            filter: alpha(opacity=100);
            -moz-opacity: .5;
            opacity: .5;
        }


.centered {
    text-align: center;
    font-size: 0;
}

    .centered .myheight {
        text-align: left;
        font-size: 13px;
        vertical-align: top;
    }

.headerCenterBlock {
    display: block;
    margin-right: 0;
    margin-left: 10px;
} 

.my-svg-container {
            display: inline-block;
            position: relative;
            width: 50%;
            padding-bottom: 60%;
            vertical-align: middle;
        }

.my-svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.footerRedes {
    display: flex;
    right: 5%;
    top: -20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

    .footerRedes li {
        height: auto;
        text-align: center;
        color: #FFFFFF;
        cursor: pointer;
    }

    .footerRedes a {
        color: #20536f;
        text-decoration: none;
    }

        .footerRedes a img {
            border: none;
        }

    .footerRedes strong {
        position: relative;
        width: 100px;
        height: auto;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: .1em;
        line-height: 1.2em;
    }

    .footerRedes span {
        color: #1a989c; /*#666666;*/
        text-transform: uppercase;
        font-size: 10px;
    }

    .footerRedes IMG {
        margin-top: 4px;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        /*opacity: .4;*/
    }

    .facebook {
        background: url('PEID/images/Logo_Facebook.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
    }

    .footerRedes li:hover > .facebook {
        /*background: url('PEID/images/Logo_Facebook.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
    } 

    .google {
        background: url('PEID/images/Logo_Google.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
    }

    .footerRedes li:hover > .google {
        /*background: url('PEID/images/Logo_Google.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
    }

    .twitter {
        background: url('PEID/images/Logo_Twitter.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
    }

    .footerRedes li:hover > .twitter {
        /*background: url('PEID/images/Logo_Twitter.png');*/
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
    }
    
    .panel-primary > .panel-heading
{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .panel-primary > .panel-body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
    .panel-info > .panel-body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    .panel-info>.panel-heading {
    color: #fff;
    background-color: #39454B;
    border-color: #39454B;
}

    .panel-success > .panel-body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    .panel-success > .panel-heading
{
    color: #fff;
    background-color: #78909C;
    border-color: #78909C;
}

.btn
{
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    background-color: transparent;
    font-weight: 300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 1px;
    margin-left: 1px;
}
.btn:after {
  content: ' ';
  position: absolute;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn:before {
  speak: none;
  text-transform: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover {
    color: #fff;
    background-color: #46b8da;
    border-color: #5bc0de;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    top: 0px;
    left: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}


.btn-success {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-success:hover
{
    color: #fff;
    background-color: #78909C;
    border-color: #204d74;
}

.btn-danger
{
    color: #fff;
    background-color: #FF7575;
    border-color: #FF5050;
}

.btn-danger:hover
{
    color: #fff;
    background-color: #FF0000;
    border-color: #FF5050;
}
.lbl-danger
{
    color: #fff;
    background-color: #FF7575;
    border-color: #FF5050;
}

.lbl-danger:hover
{
    color: #fff;
    background-color: #FF0000;
    border-color: #FF5050;
}
h1, h2, h3,h4, h5, h6
{
    color: #005480;
}
  
  .tooltip.top .tooltip-arrow
{
    border-top-color:#0095C8;
}

.tooltip.top .tooltip-inner
{
    max-width: 300px;
    min-width: 100px;
    padding: 3px 8px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0,149,200,.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media print { 
    .container {
        max-width: none!important;
        width: 100%!important;
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-left: -1%;
        margin-left: -1%;
    }
    [class*="col-"] {
        float: left;
        padding-left: 1%;
        padding-right: 1%;
    }
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%
    }
    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75%
    }
    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50%
    }
    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25%
    }
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333%
    }
    .noPrint
    {
        display: none;
    }

}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block!important;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav.navbar-findcond a
{
    color: #FFFFFF !important;
}
/*

.sidebar-primary:after {
    background-color: #5C6670 !important;
}

.sidebar-primary > .sidebar-menu > li > ul > li {
    background-color: #78909C !important;
}

.bootbox.modal > .modal-dialog {
  z-index: -10000000 !important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
}
*/

.modal .modal-dialog .modal-content {
    border:0px;
}
.modal {
  text-align: center;
  padding: 0!important;
      z-index: 1050000 !important ;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;

}
