@font-face {
  font-family: 'Arcon-Regular';
  src: url('../fonts/Arcon-Regular.eot');
  src: url('../fonts/Arcon-Regular.woff2') format('woff2'),
       url('../fonts/Arcon-Regular.woff') format('woff'),
       url('../fonts/Arcon-Regular.ttf') format('truetype'),
       url('../fonts/Arcon-Regular.svg#Arcon-Regular') format('svg'),
       url('../fonts/Arcon-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body{
    font-family: 'Century Gothic', 'Arcon-Regular', sans-serif;
}
.cursor{
    cursor: pointer;
}
button.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    border: none;
    font-size: 21px;
}
button.fa:hover {
    border: none;
}

button.fa span {
    padding: 0px;
    display: none;
}
.header{
    height: auto;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    padding-bottom: 0px;

    z-index: 999
}
.cabeza{
    height: auto;
    background: #fff;
    position: relative;
    width: 100%;
    top: 0px;
    padding-bottom: 0px;
    border-bottom:3px #FFED00 solid;
    z-index: 999
}
.cabeza .navbar{
    height: 40px;
    min-height: inherit;
    background: #E9E9E9;
}
.cabeza .navbar-nav  li p,.cabeza .navbar-nav  li a{
    padding: 10px;
    display: block;
}
.cabeza .navbar-nav  li a{
    background: #314f8b;
    color: #fff;
}
.cabeza .navbar-nav  li i{
    margin-right: 8px;
}
.jumbotron{
    background: url('../img/road.jpg');
    background-size: 100%;
    color: #fff;
    background-position-y: bottom;
}

.jumbotron .text-center img{
    top: 10px;
    position: relative;
    width: 62%;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;


}

.jumbotron:hover .text-center img{
    top: 5px;
    width: 72%;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}
.miniMap{
    text-align: center;
    position: relative;
    padding-top: 17px;
}


.miniMap img{
    border: 5px #F6F6F6 solid;
    background: #CCC;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.miniMap:before {
    opacity: 0.0;
    width: 79px;
    height: 79px;
    background: url('../img/lupa.png');
    content: '';
    position: absolute;
    top: 50%;
    left: 38%;
    margin: auto;
    margin-bottom: 5px;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.miniMap:hover:before {
    opacity: 1;
    width: 79px;
    height: 79px;
    background: url('../img/lupa.png');
    content: '';
    position: absolute;
    top: 30%;
    left: 38%;
    margin: auto;
    margin-bottom: 5px;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


.miniMap:after {
    width: 279px;
    height: 16px;
    background: url('../img/sombra.png');
    content: '';
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    background: none;
    border-color: #314f8b;
    text-shadow: 0 1px 0 #fff;
    color: #314f8b;
}

.btn-default:hover {
    background: #314f8b;
    border-color: #314f8b;
    text-shadow: none;
    color: #fff;
}

.btn-barra {
    background: #314f8b;
    border: none;
    text-shadow: none;
    color: #FFFFFF;
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 13px;
    margin: 4px;
}

.btn-barra:hover {
    background: #18294B;
    color: #FFFFFF;
}

.btn-icon:before{
    margin-right: 11px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;    
}

.btn-default2 {
    background: #314f8b;
    border-color: #314f8b;
    text-shadow: none;
    color: #ffffff !important;
    border-bottom: 5PX solid #141441;
    margin: 0px 2px;
}

.btn-default2:hover {
    border-color: #314f8b;
    text-shadow: none;
    margin-top: 3px !IMPORTANT;
    border-bottom: 2PX sOLID #141441;
}

.btn-default3 {
    background: #720909;
    border-color: #720909;
    text-shadow: none;
    color: #ffffff !important;
    border-bottom: 5PX solid #3D0505;
    margin: 0px 2px;
}

.btn-default3:hover {
    border-color: #720909;
    text-shadow: none;
    margin-top: 3px;
    border-bottom: 2PX sOLID #141441;
}
.noPadd{
    padding-left:0px;
    padding-right: 0px;
}
#map-canvas{
    width: 100%;
    height: 90vh;
}
.options {
    width: 300px;

    right: 100px;

    position: absolute;
    bottom: 20px;
    z-index: 6699;
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

#admin{
    background: #e6e6e6;
    padding: 0px;
}
#admin .menuBar{
    background: #f4f4f4;
    height: 100vh;
    padding: 0px;
}

#admin .contenido{
    padding-top: 20px;
    height: 100vh;	
}
#admin .menuBarContent{
    position: relative;
}
#admin .menuTop{
    background: #39404c;
    border-bottom: 5px solid #19263a;
    display: inline-block;
    width: 100%;
}

#admin .menuTop h3{
    margin: 0px;
    font-size: 17px;
    padding: 17px 15px 11px;
    color: #fff;
    text-transform: uppercase;
}
#admin .menuTop .user {
    width: 75%;
    float: left;
}
#admin .menuTop .btn {
    width: 25%;
    float: left;
    padding: 13px 10px 7px;
    margin: 0px;
    font-size: 17px;
    color: #fff;
    background: #314f8b;
    text-transform: uppercase;
}

#admin .menuTop .btn:hover {

    color: #314f8b;
    background: #fff;

}

.menuP{
    position: relative;
}

.menuP ul{
    height: 45px;
}

.menuP ul li.ui-menuitem{
    border-radius: 0px;
}

.menuP ul li.ui-menuitem-active{
    border-radius: 0px;
}



.menuP ul li ul li {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    border-bottom: 0px solid #ccc;

}
#admin .menuBarContent .menuP ul .ui-menuitem-active ul{
    display: inline-block;

}
#admin .menuBarContent .menuP ul li ul li a {
    width: 100%;
    color:#ffffff;
    border: none;
}



.menuP ul li a.ui-state-hover, .menuP ul li ul li a.ui-state-hover {

    color:#fff;
    border-radius: 0px;

}

.menuP ul li.ui-menuitem-active{
    background: #39404c;
    color:#fff;
}
.menuP ul li.ui-menuitem:last-child > ul {
    right: 0px !important;
    left: inherit !important;
}
.ui-menu .ui-menu-parent .ui-menu-child{
    padding: 0px;
    border-radius: 0px;
}
.ui-menu {
    padding: 0px;}
.navbar-default .navbar-nav>li>ul>li> a{
    padding: 14px 10px;
}
.navbar-default .navbar-nav>li>a {
    color: #777;
    padding: 20px 12px;
    border-radius: 0px;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #39404c;
    color: #fff;
}

.navbar{
    margin-bottom: 0px;
    height: 60px;
}
.navbar-default{
    border-radius: 0px;
    background: #fff;
}

.panel {
    border-radius: 0px;
}
.panel-default>.panel-heading{
    background: #39404c;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    position: relative;
}
#admin .menuBarContent .menuP ul li > a.ui-state-hover{
    background: #ccc;
}

.navbar .logo{
    position: absolute;
    top: 0px;
    width: 350px;
    overflow: hidden;
}
.navbar .logo img{
    width: 100%;
}
/* edicion primefaces */

.ui-button-text-only .ui-button-text {
    padding:0px;
}

.ui-datatable .ui-datatable-header, .ui-datatable .ui-datatable-footer {
    text-align: right;
    padding: 4px 10px;
}
.ui-widget-header{

}

.ui-paginator-bottom{
    background: none;
    border: none;
    float: right;
}

.ui-datatable .ui-datatable-header {
    width: 100%;
    float: right;
    background: none;
    border: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 22px;
}
.ui-datatable .ui-paginator-top {
    width: 30%;
    float: left;
    background: none;
    border: none;
    margin-bottom: 22px;
    display: none;
}
.form-control {
    border-radius: 0px;
    height: inherit;
    padding: 12px;}


.grid table>thead>tr>th, .grid table>tbody>tr>th, .grid table>tfoot>tr>th, .grid table>thead>tr>td, .grid table>tbody>tr>td, .grid table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: inherit;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.grid table>thead>tr>th {
    vertical-align: bottom;
    border: none;
    border-bottom: 4px solid #125895 !important;
    background: #2B394A;
    font-weight: normal;
    text-align: left;
    padding: 12px;
    color: #FFFFFF;
    text-shadow: none;
}

.grid table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.ui-datatable table {
    table-layout: inherit;
}

.grid table .ui-widget-content {
    border: none}

.grid th .ui-column-filter{
    display: none;
}

.tabSearch .input-group{
    margin-top: 4px;
}

.tabSearch .col-md-9 {
    padding-right: 0px;
}
.text-center {
    text-align: center !important;
}

.input-group .form-control {
    border: 1px solid #a8a8a8;
}
.width100{
    width: 100%;
}
.panelPrincipal{

}
.panelPrincipal .ui-widget-header {
    border: none;
    background: none;
}
.panelPrincipal .ui-widget-content{
    border: none;
}

.panelPrincipal .grid table>tbody>tr>td{
    border: none;
}

.panelPrincipal .ui-paginator-top{
    display: none;
}
.none{
    display: none;
}

.mapCanvas{
    width: 100%;
    height: 90vh!important;
}
.options {
    width: 300px;

    right: 100px;

    position: absolute;
    bottom: 20px;
    z-index: 6699;
}
.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
}
.ui-galleria .ui-galleria-panel img{
    width: 100%;
    height: inherit;
}
.ui-galleria {
    margin: auto;
}
.panelDescripcion .titulo label{
    font-size: 28px;
    margin-bottom: 0px;
    color: #314f8b;
}
.panelDescripcion .fecha{
    padding-bottom: 11px;
}
.panelDescripcion .galeria{
    padding-bottom: 11px;
}
.panelDescripcion .descripcion{}
.panelDescripcion .marginContent{
    margin: auto;
    width: 402px;}

.ui-chkbox-box{
    border: 1px solid #a8a8a8!important;
    margin-right: 5px;
}
.ui-paginator-pages .ui-state-active{

    border-radius: 100px;
    width: 30px;
    height: 30px;
    background: none;
    border-width: 2px;
    border-color: #314f8b;

}

a {
    color: #314f8b;
    text-decoration: none;
}

h2, .h2 {
    font-size: 26px;
    color: #314f8b;
}

.copyright {
    width: 100%;
    padding-top: 1.42857em;
    padding-bottom: 0.71429em;
    background: #f0f3f6;
    font-size: 0.78571em;
    border-top: 2px solid #314f8b;
}
.inline-list {
    margin: 0 auto 1.21429em auto;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: inline-block;
}
.inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.57143em;
    display: inline-block;
}

.btnRegresar{

    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 30;
    font-size: 25px;
    color: #fff;
    text-shadow: none;
}
.btnRegresar span{
    font-size: 18px;
    display: inline!important;
}

.btnRegresar:hover{
    color: #314f8b;
}
.contenido{

}
.btnpeque{
    padding: 5px 12px;
}
.mapaProyecto{
    position: relative;
    overflow: hidden;
}
.optionFrentes {
    width: 550px !important; /* era 100% */
    display: inline-block;
    position: absolute;
    bottom: -542px; /* era -292px */
    background: #fff;
    padding: 0px;
    height: 600px; /* era 350px */
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.optionFrentes:hover {

    bottom: -11px; /* era -11px */

    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.optionFrentes.hover {
    bottom: -11px;
    moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.optionFrentes .botons{
    padding: 0px;
}
.optionFrentes table tr{
    /*float: left;*/
    margin: 2px 10px;
}
.optionFrentes .actividades table tr{
    float: inherit;
    margin: 2px 0px;
}

.optionFrentes input[type=checkbox] {
    margin-right: 6px;
}

.optionFrentes .panel-heading{
    border-bottom: 2px solid #314f8b;
    padding: 0px 15px;
}
.boxCheck{
    height: 255px;
    overflow: auto;
    padding-bottom: 15px;
}
.optionFrentes label {
    font-weight: normal;
}
.form-fecha {

}
.form-fecha input{
    position: relative;
    z-index: 2;
    float: left;
    width: 50% !important;
    margin-bottom: 0;
    border-radius: 0px;
    height: inherit;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.botonsINT{
    margin: 10px 0px;
    display: inline-block;
}
.botonsINT .btn{
    float: left;
    padding: 10px 0xp;
}
.loaderC{
    position: absolute;
    z-index: 980;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.74);
    text-align: center;
    padding-top: 10%;
}
.loaderC img{
    width: 140px; 
}

.ui-lightbox-content-wrapper iframe{

}

.ui-selectonemenu.form-control{
    width: 100%!important;
}
.ui-selectonemenu.form-control .ui-inputfield {
    padding: 0px;}
.ui-selectonemenu .ui-selectonemenu-trigger{
    padding: 11px 0px;
    width: 20px;
}

.panelCarousel{
    width: 600px;
    min-height: 300px;
    border: none;
}
.panelCarousel .panel-body {
    padding: 0px;
}

.panelCarousel .ui-carousel{
    width: 567px !important;
    border: none;
}
.panelCarousel .ui-carousel-viewport{
    width: 100%!important;
    height: 250px!important;
    overflow-y: auto;
}
.panelCarousel .ui-carousel-viewport .ui-carousel-item{
    width: 564px!important;
    border: none;
    height: auto!important;
}

.panelCarousel .colIMAG{
    padding-right: 0px;
}
.panelCarousel .ui-carousel .ui-carousel-header{
    height: inherit;
    background: none;
    border: none;
    border-bottom: 2px solid #244175;
    border-radius: 0px;
    margin-bottom: 5px;
}

@media (max-width: 992px){
    .boxCheck {
       /* height: 86px;*/
        overflow: auto;
    }
    .optionFrentes .navbar-right {
        float: inherit !important;
    }

}
@media (max-width: 1700px){

    .fechaINIFIN .col-md-6{
        width: 100%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .mapCanvas {
        width: 100%;
        height: 700px;
    }

}


@media (max-width: 700px){
    
    #flip-scroll{
        padding-bottom: 20px;
    }

    #flip-scroll .ui-paginator-current{
        display: none;
    }

    #flip-scroll  .ui-paginator-rpp-options {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 12px!important;
        background-image: none;
    }

    .ui-lightbox-caption.ui-widget-header {
        top: 0px;
        position: absolute;
        width: 100%;
    }
    .ui-lightbox-content-wrapper {
        position: relative;
        padding: 20px 0px;
    }
    .jumbotron, .miniMap{
        display: none;
    }
    .ui-paginator-bottom {
        float: inherit;
    }

    .cienPorcentaje{
        width: 100%;
    }
    .mapCanvas {
        width: 100%;
        height: 400px!important;
    }
    .optionFrentes {
        width: 100%;
        display: inline-block;
        position: relative;
        bottom:inherit;
    }
    .optionFrentes:hover{
        bottom:inherit;
    }
    .panel.actividades{
        display: inline-block;
    }
    .boxCheck , .optionFrentes{
        height:inherit;
        display: inline-block;
    }
    .ui-lightbox-content{
        width: 100%!important;
        display: inline-block!important;
        height:400px!important;
    }
    .ui-lightbox-content iframe{
        width: 100%!important;
        display: inline-block!important;
        height:inherit!important;
    }
    .ui-lightbox{
        width: 100%;
    }

    #flip-scroll table .ui-column-customfilter{
        display: none;
    }
    /* tapbleresponsive */

    #flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    #flip-scroll * html .cf { zoom: 1; }
    #flip-scroll *:first-child+html .cf { zoom: 1; }

    #flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }

    #flip-scroll th,
    #flip-scroll td { margin: 0; vertical-align: top; }
    #flip-scroll th { text-align: left; }

    #flip-scroll table { display: block; position: relative; width: 100%; }
    #flip-scroll thead { display: block; float: left; }
    #flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    #flip-scroll thead tr { display: block; }
    #flip-scroll th { display: block; text-align: left;
                      font-size: 10px;  }
    #flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    #flip-scroll td { display: block; min-height: 1.25em; text-align: left; }


    /* sort out borders */

    #flip-scroll th { border-bottom: 0; border-left: 0; }
    #flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0;font-size: 11px;
                      padding: 13px 8px; }
    #flip-scroll tbody tr { border-left: 1px solid #babcbf; }
    #flip-scroll th:last-child,
    #flip-scroll td:last-child { border-bottom: 1px solid #babcbf; }

}

h3 {
    color: #314F8B;
}