﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-variant: small-caps;
    /*  background-color:black;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width:100%;
}

.login-content {
    /*font-family: Calibri, 'Times New Roman', sans-serif;*/
    font-family: serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-bienvenido {
    font-size: 30px;
    font-weight: bold;
    text-align: center;    
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.text-label {
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.text-label-danger {
    font-weight: 400;
    color: darkred;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
       
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 3;
    opacity: 0.8;
    text-align: center;
    top: 0px;
    left: 0px;
    /* width: 100vw;
    height: 150vh;*/
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
#container_resize {
    position: relative;
    display: flex;
    height: auto;
    max-width: 100%;
    justify-content: center;
    padding-top: 2px;
    padding-bottom: 2px;
    /*background: #9F9F9F;  #fff; #ffffff*/
    /*
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    */
    background-image: url(../images/txture_p.png);
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

#resizediv {
    /*
        width: 70px;
        height: 15px 
        */
    padding: 0.5em;
    /*background: #EB5E00;*/
    color: black;
    background-image: url(../images/signature-icon_24.png);
    z-index: 9;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    border: dotted;
    border-color: black;
    font-style: italic;
    font-weight: bold;
    border-width: 3px;
    box-shadow: 0 0 10px 3px;
    /*top:125px;
      left:0px;*/
    position: absolute;
    /*overflow: auto;*/
    margin-left: 15px;
    min-height: 40px;
    min-width: 98px;
    max-height: 80px; /*55px;*/
    max-width: 250px;
   
}
    #resizediv:hover {
        cursor: move;
       background-color:mediumspringgreen
    }
#resizediv2 {
    /*
        width: 70px;
        height: 15px 
        */
    padding: 0.5em;
    /*background: #EB5E00;*/
    color: black;
    background-image: url(../images/hunting_1.png);
    z-index: 9;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    background-size: contain;
    border: dotted;
    border-color: black;
    font-style: italic;
    font-weight: bold;
    border-width: 3px;
    box-shadow: 0 0 10px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*top:125px;
      left:0px;*/
    position: absolute;
    /*overflow: auto;*/
    margin-left: 15px; 
    min-height: 40px; /*40px;*/
    min-width: 45px; /*98px;*/
    max-height: 400px; /*80px;*/
    max-width: 400px; /*250px;*/
}

    #resizediv2:hover {
        cursor: move;
        background-color: mediumspringgreen
    }
.short {
    background-color: red;
    color: white;
    font-style: italic;
}

.weak {
    background-color: yellow;
    color: black;
    font-style: italic;
}

.good {
    background-color: greenyellow;
    color: black;
    font-style: italic;
}

.strong {
    background-color: lightgreen;
    color: blue;
    font-style: italic;
}

.loader {
    color: #004e7a;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lagom {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
   /* white-space: nowrap;*/
    vertical-align: baseline;
    border-radius: .25em;
}

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }
.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }
.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }
.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.lagom-iframe {
    border: 1px solid #CCC;
    border-width: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 300px;
    
}


#gvGridView {
    margin: 25px auto 0 auto;
}

    #gvGridView > tbody > tr:nth-child(1) {
        background-color: #0f40e0;
    }

    #gvGridView > tbody > tr:not(:nth-child(1)) {
        background-color: #ff6a00;
    }

    #gvGridView > tbody > tr.pagingDiv {
        background-color: #f2f2f2;
    }

        #gvGridView > tbody > tr.pagingDiv table {
            padding-left: 10px;
            width: 35%;
        }

            #gvGridView > tbody > tr.pagingDiv table td {
                display: inline;
            }

.pagingDiv a, .pagingDiv span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

    .pagingDiv a:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

    .pagingDiv a.active {
        border: none;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }

.pagingDiv span {
    color: #f0f0f0;
    background: #616161;
}

.img_documento {
    /*border: 1px dashed #808080;*/
    /*responsive*/
    display: block;
    height: auto;
    max-width: 100%;
}

    .img_documento:hover {
        /*
        opacity: 0.7;
        filter: alpha(opacity=30);
        */
        /*border: 1px dashed #000000;*/
        cursor: pointer;
    }

.img_instrucciones {
     width:100%;
     height:100%;
     min-width:370px;
     min-height:250px;
}
.img_pviewm {
    width: 100%;
    height: 100%;
    flex: 0 0 100%; 
}

.view_document_lagom {
    background-image: linear-gradient(#BFBFBF, #FFFFFF, #BFBFBF);
    /*background: linear-gradient(to right, #E7E7E7, #EFEFEF, #F7F7F7, #EFEFEF, #E7E7E7);*/
    border-color: silver;
    border-width: 1px;
    border-style: Solid;
    height: auto;
    width:100%;
    font-weight: bold;
}
