﻿/*Gneneral Styles*/
body {
    margin: 0px;
}

.hide{
    display:none;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.margin-bottom-16 {
    margin-bottom: 16px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.overlay {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 2, 4, 0.28);
    display: table;
    height: 100%;
    width: 100%;
}
.loader {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 28px;
    border: 18px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    z-index: 1;
    border-top: 18px solid #254d5b;
    border-bottom: 18px solid #254d5b;
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e2e2e2;
}

.container-bioengine {
    border: 1px solid #254d5b;
    padding: 5px 15px;
    border-radius: 15px;
}

.container-bioengine > h3, h3 {
    font-size: 19px;
    font-weight: bold;
    color: #254d5b;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5px;
}


h4.subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #254d5b;
}

table > thead > tr > th{
    text-align:center !important;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    font-size: 15px;
}
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    overflow: visible;
    z-index: 99;
    clear: both;
    background-color: #000;
    background-color: rgb(37, 77, 91);
    color: #fff;
    text-align: center;
    padding: 5px;
}

footer > p {
    font-size: 15px;
    margin: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #254d5b;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#254d5b),to(#254d5b));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#254d5b,#254d5b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #254d5b #254d5b #254d5b;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px !important;
    font-size: 13px !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #dedede;
}
.table-hover > tbody > tr:hover {
    background-color: #255a6d;
    color: #fff;
}
.pagination > li > a, .pagination > li > span {
    color: #254d5b;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #00374a;
}

.btn {
   border-radius: 0px !important;
}

/*Login Page*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #254d5b;
}

#signInDescription > ul {
    list-style: none;
    padding: 0px 3px;
    color: #be0411;
    font-size: 13px;
    text-align: justify;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 338px;
    min-width: 320px;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px;
    margin-bottom: 28px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    box-shadow: 0 2px 3px rgba(0,0,0,0.55);
    border: 1px solid rgba(0,0,0,0.4);
}

.text-title {
    color: #404040;
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
}

/*Menu page*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid #254d5b;
    border-radius: 0px !important;
}

.navbar-inverse {
    background-color: #254d5b;
    border-color: #254d5b;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #00374a;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #00374a;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #00374a;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-size: 25px;
    cursor: default;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #254d5b;
    border-color: #254d5b;
}

/*Dictum*/
.btn-submit-dictum, .btn-submit-identification {
    margin-top: 25px;
}

.operation-details{
    cursor:pointer !important;
}

/*Operation Details*/


.panel-actions {
    margin-top: 72px;
}


#nextItem, #lastItem {
    cursor: pointer;
}

    #nextItem:hover, #lastItem:hover {
        color: #5bc0de;
    }

#control-hit p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.glyphicon-menu-right, .glyphicon-menu-left {
    top: 3px !important;
    color: #254d5b;
}

.btn-engine {
    margin-bottom: 3px;
    width: 100%;
}

.btn-dicta {
    margin-bottom: 3px;
    width: 100%;
    color: #fff;
    background-color: #02758c;
    border-color: #306f86;
}

.link-detalle {
    color: #1068ec;
    cursor: pointer;
}

.btn-dicta:hover {
    color: #fff;
    background-color: #113744;
    border-color: #254d5b;
}

.btn-dicta.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0d3848;
    border-color: #122d36;
}

.btn-dicta:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

.panel-body-dic {
    padding: 10px 10px 3px;
}

.md-data-6 {
    padding: 0px;
}

.person-main,
.person-hit {
    /*border: 1px solid #b7b7b7;*/
    overflow: auto;
    padding: 0px 3px 7px 3px;
}

.dialog-info {
    padding: 0px 2px;
}

.person-main > h4 {
    text-align: center;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.person-hit > h4 {
    text-align: center;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

dd {
    font-weight: 600;
    color: #535454;
}

.panel-body-cos {
    padding: 0px 5px 0px 5px;
}

.panel-body-cos > h5 {
    text-align: left;
    font-size: 15px;
    font-weight: 900;
    position: relative;
    top: -5px;
}

.img-person {
    margin-bottom: 10px;
    height: 270px;
    /*min-width: 228px;
    min-height: 228px;
    max-width: 228px;
    max-height: 228px;*/
}

.img-iris {
    height: 133px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.no-padding {
    padding: 0px;
}

.img-signature {
  height: 14vh;
}

.iris {
    width: 100%;
    margin: auto;
    overflow: auto;
    margin-top: -9px;
    margin-bottom: 20px;
}

.iris-left {
    float: left;
}

.iris-right {
    float: right;
}

.img-iris {
    max-width: 100%;
}

.panel-default {
    border-color: #cecece;
}
.img-fingger {
    height: 118px;
}

.huella-item {
    border: 1px solid #c1c1c1;
    padding: 3px;
    text-align: center;
    margin-bottom: 7px;
    min-height: 125px;
    max-height: 125px;
}

.text-red {
    color: #ad0000;
    font-weight: 600;
}

.text-green {
    color: #006805;
    font-weight: 600;
}

.panel-bio {
    border: 1px solid #ddd !important;
}

/*Search*/
.panel-default {
    border-color: #254d5b;
}

.panel-default > .panel-heading {
    background-color: #254d5b;
    border-color: #254d5b;
    color: #fff;
    padding: 4px;
    text-align: center;
    font-size: 16px;
}

/*operacion procesa*/

.dd-ope{
margin-bottom:3px;
}

.ope-span-pro {
    color: #848484;
    font-size: 12px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 600px) {
    .inner {
        position: inherit;
        top: 0px;
        height: 100vh;
        max-width: 100vh !important;
        margin: auto;
        -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.55) !important;
        box-shadow: 0 2px 0px rgba(0, 0, 0, 0.55) !important;
        border: 0px solid rgba(0, 0, 0, 0.4) !important;
    }

    .btn-submit-dictum,
    .btn-submit-identification,
    .btn-submit-search,
    .btn-back {
        width: 100% !important;
    }

    .outer {
        background: #fff;
    }

    #btn-save {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .btn-submit-dictum,
    .btn-submit-identification {
        margin-top: 0px !important;
    }

    .div-object-search {
        padding: 0px;
    }

    .no-padding {
        padding: 0px;
    }

    .panel-actions {
        margin-top: 0px !important;
    }

    .md-data-6 {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .col-md-cos-2 {
        width: 20.0%;
    }

    .col-md-cos-10 {
        width: 80.0%;
    }
}
