﻿body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.custom-dropdown-menu{
    width:auto !important;
    max-height:160px;
}

.lockscreen {
    background: url('Images/blur-background09.jpg') repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lockscreen .headline {
  color: #fff;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.5);
  font-weight: 300;
  -webkit-font-smoothing: antialiased !important;
  opacity: 0.8;
  margin: 10px 0 30px 0;
  font-size: 90px;
}

.lockscreen-link {
  margin-top: 30px;
  text-align: center;
}

.lockscreen-item > .lockscreen-image {
  position: absolute;
  left: -20px;
  top: -10px;
  background: #fff;
  padding: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

.lockscreen-image>img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

#logoutForm
{
    float: right;
}

.disabled-link {
       pointer-events: none;
       cursor: default;
}

.form-box {
  width: 360px;
  margin: 90px auto 0 auto;
}
.form-box .header {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #3d9970;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.form-box .body,
.form-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin-top: 20px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: #fff;
}
.form-box .body > .btn,
.form-box .footer > .btn {
  margin-bottom: 10px;
}
.form-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }




}

/*@media (min-width: 1200px) { /* Esto solo sucede con "col-lg-" o con la ventana del explorador mayor a 1200px

    #table-riesgo-incendio_wrapper > .row:nth-child(3) {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #table-otros-informes_wrapper > .row:nth-child(3) {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #table-castellon_wrapper > .row:nth-child(3) {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #table-valencia_wrapper > .row:nth-child(3) {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    #table-alicante_wrapper > .row:nth-child(3) {
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

}*/



.bg-gray-old {
    background-color: #eaeaec !important;
}

.timeline-inverse > li > .timeline-item {
    background: #fff;
}

.color-menu.small {
    margin-left: -25px;
}

#slideshowWrapper {
    overflow: hidden;

}
#slideshowContent {
    width: 500%; /* 100% * number of slides */
    height: 100%;
    position: relative;
}
#slideshowContent .slideshowImage_container {
    width: 20%; /* 100% / number of slides */
    height: 100%;
    float: left;
}

.input-validation-error {
    border-color: 1px solid red;
    background-color: bisque !important;
}

.field-validation-error
{
    color: red;
    font-weight: bold;
}

#truncatedDescripcion{

    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 200px;
    display: -webkit-box;
    /*-webkit-line-clamp: 9;
    -webkit-box-orient: vertical;*/
}


/*.RowOtrosInformesDiv
{
    display: table;
}

.OtrosInformesDiv
{
    float: none;display: table-cell;
}*/

.homediv
{
    height: 300px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.drquemasdiv {
    height: 500px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}


.homediv > .box
{
    height:100%;
}

button>a
{
    color:white;
}

button>a:hover
{
    color:white;
}

.content-header{
    margin-top: 80px;
}

@media screen and (min-width: 1920px)
{
    body {
        margin: 0 8% 0 8%;
    }
}
@media screen and (min-width: 1280px)
{
    body {
        margin: 0 5% 0 5%;
    }
}

@media screen and (min-width: 970px)
{
    body {
        margin: 0 2% 0 2%;
    }
}

@media screen and (max-width: 970px)
{
    body {
        margin: 0 0 0 0;
    }
}

#opener:hover{
    cursor: pointer;
}

#opener{
    z-index: 300;
    margin-top: 10px;
    position: absolute;
    height:100%;
    width:100%;
    background-color:white;
    -moz-opacity: 0.01;
    opacity:.01;
    filter: alpha(opacity=01);
}

#map {
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .mapDiv112{
        /*border: solid 1px black;*/
        width: 125px;
        height: 245px;
        margin: 0 auto;
    }
    .mapDiv112Big{
        /*border: solid 1px black;*/
        width: 258px;
        height: 425px;
        margin: 0 auto;

    }

    /*#tab_1{
        width: 200px;
    }

    #tab_2{
        width: 200px;
    }*/

    .cargandocapas112{
            position: absolute;
            top: 65.3333px;
            left: 0;
            margin-left: 10%;
            margin-right: 0px;
            width: 80%;
            height: 65.3333px;
            font-size: 12pt;
            z-index: 50;
            font-family: verdana;
            color: rgb(55, 157, 198);
            background-color: rgba(255, 255, 255, 0.701961);
    }
    .cargandocapas112Big {
        top: 190px;
        width: 160px;
    }

    .descripcion112:first-letter {
        text-transform: uppercase;
    }

    /* CUSTOM */
    .custom-border-blue
    {
        border:solid #379dc6 2px;
    }
    .custom-padding-8px{
        padding:8px;
    }

    .custom-margin-top-2px{
        margin-top:2px;
    }

    .custom-text-align-center
    {
        text-align:center;
    }


    .custom-padding-4px{
        padding-left:4px;
        padding-right:4px;
    }
    .descripcion112 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
    .custom-paddingLeft-20px{
        padding-left:20px;
    }

    .custom-paddingLeft-40px{
        padding-left:40px;
    }

    .custom-width-86px{
        width:86px;
    }

    .custom-width-60px{
        width:60px;
    }

.custom-bgcolor-light-yellow {
    background-color: #fff6b2;
}


    .custom-bgcolor-light-red {
          background-color: #ffbdbd;
    }






    .fullscreen {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      overflow: auto;

    }

    .full { min-height: 100%; height:auto;}

    .centerDiv {
        margin-left:50%;
        margin-right:50%;
        margin-top:50%;
    }

    .custom-bg-Sigif{
        background-color:#3c8dbc;
    }

    /* CUSTOM */
    .noFloat{
        float:none !important;
    }

    .box{
            border-top: 1px solid #d2d6de;
            border-radius: 0px !important;
    }



    .noticiaSumaryFoto{
        max-width:200px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }

    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
    {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }*/

    .homediv > .row
    {
        margin-right: 0px;
        margin-left: 0px;
    }

    .homediv td,.homediv th
    {
        padding: 0px !important;
    }




    @media(min-width:1200px) and (max-width:1635px)
    {
        .col-lg-4-home
        {
            width: 50% !important;
        }

        .col-lg-2-home
        {
            width: 25% !important;
        }

    }

    @media(max-width:970px)
    {
        .homediv{
            height: auto;
        }
    }

    .tooltip.top .tooltip-inner {
        background-color:#3c8dbc;
    }
    .tooltip.top .tooltip-arrow {
        border-top-color: #3c8dbc;
    }

    .tooltip.in {
      opacity: 1;
      filter: alpha(opacity=100);
    }

    .prev-home-box
    {
        border-top-color: #bc3c6b !important;
    }

.prev-map-home {
    width: 125px;
    display: block;
    margin: auto;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(95, 93, 93, 0.75)
    -moz-box-shadow: 1px 1px 5px 0px rgba(95, 93, 93, 0.75)
    box-shadow: 1px 1px 5px 0px rgba(95, 93, 93, 0.75)
    /*mask-image: url('Images/cv-mask.png');
    -webkit-mask-image:  url('Images/cv-mask.png');
    -o-mask-image:  url('Images/cv-mask.png');
    -moz-mask-image:  url('Images/cv-mask.png');*/
}
/*.over-map{
    -webkit-filter: drop-shadow(0px 0px 1px rgb(84, 80, 80));
    -moz-filter: drop-shadow(0px 0px 1px rgb(84, 80, 80));
    -ms-filter: drop-shadow(0px 0px 1px rgb(84, 80, 80));
    -o-filter: drop-shadow(0px 0px 1px rgb(84, 80, 80));
}*/

.map-home-radar {
    -webkit-clip-path: inset(35px 115px 80px 85px);
    clip-path: inset(20px 90px 75px 65px);
    width: 280px;
    margin: -10px 0 0 -85px;
    /*-webkit-clip-path: inset(35px 115px 80px 80px);
    clip-path: inset(35px 115px 80px 85px);
    width: 325px;
    margin: -10px 0 0 -85px;*/
}

.over-map-radar{
    margin: 0 auto;
    width:125px;
}

.homediv-radar {
    /*height: 335px;*/
    height: 300px;
}
.homediv_map {
    height: 930px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.homediv_list {
    /*height: 435px;*/
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.homeModuleTable tr {
    height: 22px;
}

    tr.clickable_row:hover {
        background-color: #d0e9f8;
        cursor: pointer;
    }

.table_row_stripped0{
    background-color: #f9f9f9 !important;
}
.table_row_stripped1{
    background-color: #ffffff !important;
}

.preemergencia-desc-textarea{
    min-height : 100px;
}

#nivelPreemergenciaContent{
    padding-right: 0px;
    padding-left: 0px;
}

.riesgoTormentaDropdown{
    padding-left: 0px;
}

/*.select2-container--default .select2-selection--multiple {

    border: 1px solid #aaa;
    border-radius: 0px;
}*/
    input:disabled {
    cursor: default !important;
}

.pointer {
    cursor: pointer;
}

.dropdown-menu-right{
    right: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    padding: 1px !important;
}

@media (min-width: 1200px){
    #table-riesgo-incendio_wrapper > .row:nth-child(2) {
        min-height:150px;
    }

    #table-otros-informes_wrapper > .row:nth-child(2) {
        min-height: 150px;
    }
}

.select2-container .select2-selection--single {
    height: inherit !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    padding: 4px 12px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
border-radius: 0px !important;
}

.icheckbox_minimal-blue {
    display: block !important;
}

.documentosPlanVigilancia h5{
    font-weight:bold;
}


/* Estilos Caja de Herramientas */
.box .overlay.dark > .fa,
.overlay-wrapper .overlay.dark > .fa {
    color: #ced4da
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa-4x {
    font-size: 4em;
}

.btn-primary.btn-box-tool,
.btn-success.btn-box-tool,
.btn-danger.btn-box-tool,
.btn-warning.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    color: #f0f5ff;
}

span.title-btn-box-tool {
    font-weight: bold;
    margin: 0 5px;
    color: #367fa9;
}

label.btn.btn-box-tool {
    font-size: larger;
    line-height: 10px;
}

.submit_form > label {
    width: -webkit-fill-available;
}

a.btn.btn-box-tool.fa.fa-user-plus {
    color: #3c8dbc
}

.submit_form > button {
    width: fit-content;
    float: right;
}

/*
    Nuevo css para botones genericos EXCEL, PDF...
*/

.buttons-excel, .buttons-csv, .buttons-pdf,
.buttons-copy, .buttons-print {
    color: #ffffff !important;
    padding: 6px 12px;
    background-image: none !important;
    border-radius: 5px;
    cursor: pointer;
}

    .buttons-excel::before, .buttons-csv::before, .buttons-pdf::before,
    .buttons-copy::before, .buttons-print::before {
        font-family: "FontAwesome" !important;
        margin-right: 5px;
    }

    .buttons-excel::after, .buttons-csv::after, .buttons-pdf::after,
    .buttons-copy::after, .buttons-print::after {
        content: "" !important;
    }

    .buttons-excel span, .buttons-csv span, .buttons-pdf span,
    .buttons-copy span, .buttons-print span {
        font-size: inherit;
    }

.buttons-excel, .buttons-csv {
    background-color: #00a65a !important;
}

    .buttons-excel:hover, .buttons-csv:hover{
        background-color: #008d4c !important;
    }
    .buttons-excel::before, .buttons-csv::before {
        content: "\f1c3" !important;
    }

.buttons-pdf {
    background-color: #f20f00 !important;
}

    .buttons-pdf:hover {
        background-color: #e01513 !important;
    }

    .buttons-pdf::before {
        content: "\f1c1" !important;
    }

.buttons-copy {
    background-color: #808080 !important;
}

    .buttons-copy:hover {
        background-color: #d4d4d4 !important;
        color: #111111 !important;
    }

    .buttons-copy::before {
        content: "\f0c5" !important;
        font-family: "FontAwesome" !important;
        margin-right: 5px;
    }

.buttons-print {
    background-color: #808080 !important;
}

    .buttons-print:hover {
        background-color: #d4d4d4 !important;
        color: #111111 !important;
    }

    .buttons-print::before {
        content: "\f02f" !important;
    }

.selectform > label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}