﻿/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04-mar-2021, 15:36:26
    Author     : lm-mc
*/

@font-face {
    font-family: 'Chalkboard';
    src: url('/MI_C/Rsrc/Fonts/Chalkboard/Chalkboard.eot');
    src: local('☺'), url('/MI_C/Rsrc/Fonts/Chalkboard/Chalkboard.woff') format('woff'), url('/MI_C/Rsrc/Fonts/Chalkboard/Chalkboard.ttf') format('truetype');
}
@font-face {
    font-family: icos;
    src: url(fonts/icomoon.ttf);
}
.icon {
    font-family: icos;
    
}
.icon-home:before {
    content: "\e900";
}
.icon-config:before {
    content: "\e994";
}
.icon-3dotsv:before {
    content: "\22ee";
}
.icon-eq1:before {
    content: "\e992";
}
.icon-eq2:before {
    content: "\e993";
}
.icon-plus:before {
    content: "\ea0a";
}
.icon-code:before {
    content: "\ea81";
}
.icon-login:before {
    content: "\ea13";
}
.icon-logout:before {
    content: "\ea14";
}
.icon-contact:before {
    content: "\e942";
}
.icon-calendar:before {
    content: "\e953";
}
.icon-pacs:before {
    content: "\e972";
}
.icon-prods:before {
    content: "\eae8";
}
.icon-admin:before {
    content: "\e903";
}
.icon-adop:before {
    content: "\e998"
}
.icon-mic:before {
    content: "\e956";
}
.icon-crm:before {
    content: "\ea58";
}
.icon-down:before {
    content: "\ea43";
}
.icon-X:before {
    content: "\ea0f";
}
.icon-user:before {
    content: "\e971";
}
.icon-key:before {
    content: "\e98d";
}
.icon-menu:before {
    content: "\e9a3";
}

.icon-promo:before {
    content: "\e939";
}

.icon-contact:before {
    content: "\e942";
}
.icon-reg:before {
    content: "\e9b8";
}
.icon-graf:before {
    content: "\e99b";
}
.icon-inf:before {
    content: "\e92e";
}
.icon-ctxt:before {
    content: "\e9bd";
    font-size: 17pt;
}

* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	print-color-adjust: exact;
}

body {
	background:url(gplaypattern/gplaypattern.png); /* Nuestra imagen de fondo */
	background-repeat: repeat; /* Indicamos que no se repetira */
	background-size: initial; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
    font-size: 12pt;
	font-family:"Segoe UI", Tahoma, helvetica, arial, sans-serif;
	line-height:7px;
}

.formWLP > header > div {
    visibility: initial!important;
}

.formWLP > .contenedor {
    margin-left:220px;
}

span[tipoEtiq='rotulo'] {
    font-size: 9pt;
    font-style: italic;
    color: darkgray;
}
input, select {
    font-size: 12pt;
    background: rgba(255, 255, 255, 0.5);
    color: rgb(65, 65, 65);
    border-radius: 6px;
    border: solid 1px lightgray;
    padding: 4px;
}
input:focus {
    background: rgba(255, 255, 255, 0.9);
    outline: none!important;
    box-shadow: 0px 0px 4px -1px gray;
    color: rgb(30,30,30);
}
select {
    border: solid 1px lightgray;
}
input:disabled {
    opacity:1;
}
    input[type=button], input[type=submit] {
        padding: 5px 10px;
    }
        input[type=button]:hover, input[type=submit]:hover {
            background: linear-gradient(rgba(255, 255, 255, 1), rgb(238, 238, 238));
        }
        input[type=button]:active, input[type=submit]:active {
            background: linear-gradient(to top, rgba(255, 255, 255, 1), rgb(238, 238, 238));
        }
    .FixedHeader {
        position: fixed;
    }

.FixedHeader nav ul div {
    position: absolute;
    /*filter: drop-shadow(0px 0px 3px #222);*/
    margin: 7px;
    line-height: initial;
}

.FixedHeader nav {
    /*background: #024959;*/
    margin: 0px;
    width: 100%;
    height: 51px;
}

.FixedHeader > nav > ul > li > a {
    /*color: #fff;*/
    color: #001146;
    padding: 22px;
}

    .FixedHeader > #leftPanel {
        height: calc(100vh - 51px);
    }


#leftPanel {
    width: 220px;
    padding: 10px;
    z-index: -10000;
    position: fixed;
    overflow: auto;
    visibility: hidden;
    -moz-user-select: initial;
    -ms-user-select: initial;
    -webkit-user-select: initial;
    user-select: initial;
    line-height: initial;
}

#lPBBtn {
    background: rgba(255, 255, 255, 1);
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 3px 0px gray !important;
    padding: 10px;
    position: fixed; /* border-left: none; */
    left: -20px;
    margin-top: 5px;
    color: transparent;
    z-index: -10001;
    visibility: hidden;
    cursor: pointer;
    padding-left: 24px;
    color: black;
}

.NotFixedHeader > #leftPanel {
    height: calc(100vh - 91px);
}

.NotFixedHeader nav ul li a:hover {
    
}

.contenedor .OverDetDiv {
    position: absolute;
    width: 100%;
    height: 100%;
}

header {
    width: 100%;
    position: fixed;
    z-index: 10000;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

header nav {
    width:92%;
    /*max-width: 1000px;*/
    margin:20px auto;
    background: transparent;
    z-index: 10000;
}

header nav ul {
    /*overflow: auto;*/
    list-style: none;
    
}

header nav ul li {
    float: left;
}

header nav ul li a {
    color: #000;
    padding: 13px;
    display: block;
    text-decoration: none;
}

.userInfo {
    display: initial;
}

header nav ul li span {
    margin-right: 0px;
}
header nav ul li span:nth-child(2) {
    margin-right: 0px;
    margin-left: 10px;
}

header nav ul li a:hover {
    /*background: #037E8C;*/
    background: rgba(151,164,207,0.63);
}

section {
    padding: 20px;
}

.menu_bar {
    display: none;
}

.contenedor {
    /*width: 90%;*/
    /*max-width:900px;*/
    margin: auto;
    padding: 7px;
    padding-top: 93px;
    line-height: initial;
    min-height: 100dvh;
    box-sizing: border-box;
}

.contenedor > div {
    line-height: initial;
    /*height: calc(100vh - 70px);*/
    position: relative;
}

article {
	background:rgba(24,8,33,.9);
	padding:20px;
	margin:20px 0;
	color:#fff;
	box-shadow:0 5px 5px 3px rgba(0, 0, 0, 0.25);
}

article h2 {
	color:#fff;
}

article hr {
	background:#F64740;
	height:5px;
	border:none;
}

article p {
	line-height: 25px;
}

article h2, article p, article hr {
	margin-bottom: 20px;
}

.fullScreenDiv {
    height: 100vh;
    width: 100vw;
    margin: 0px;
    line-height: initial;
    padding: 7px;
    z-index: 1000000;
    position: fixed;
    background: rgba(38, 90, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.fullScreenDiv > div {
    text-align: initial;
    width: fit-content;
    margin-left: 50%;
    margin-top: calc(50vh - 14px);
    transform: translateX(-50%) translateY(-50%);
}

.fullScreenDiv > span {
    position: absolute;
    right: 0;
    font-family: icos;
    width: 100%;
    height: 100%;
    text-align: right;
    top: 0;
    padding: 8px;
}

.fullScreenDiv > span:before {
    content: "\ea0f";
}

.HiddedAgenda {
    visibility: collapse;
}

#loginInfo {
    position: absolute;
    right: 4%;
}

@media screen and (min-width:714px) {
    .NotFixedHeader nav ul li a {
        color: rgba(0, 0, 0, 0.5);
        padding: 13px;
        display: inline-block;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50px;
        border: 1px solid rgba(0, 0, 0, 0);
        /* box-shadow: 1px 1px 3px 0px gray; */
        margin: 7px;
        transition: .2s;
    }
    .noDisplayOnBig {
        display:none;
    }

    header > nav > ul > li:nth-child(2) {
        margin-left: 290px;
    }

    header nav ul li:hover ul {
        visibility: initial;
        opacity: 1;
        display: block;
        backdrop-filter: blur(1.5px);
        -webkit-backdrop-filter: blur(1.5px);
        max-height: calc(100vh - 100px);
        overflow: auto;
        line-height: initial;
    }
        
        header nav ul li {
            position: relative;
            width: max-content;
        }
        
            .NotFixedHeader nav ul li ul a {
                /*background: rgb(246 246 246 / 70%);*/
                margin: 0px;
                border-radius: 0px;
                width: 100%;
            }
            .NotFixedHeader nav ul li ul a:hover {
                background: rgb(235,235,235);
                box-shadow: none;
                border-radius: 20px 0px;
            }
                        
            header nav ul li ul {
                border-radius: 7px;
                background: rgb(246 246 246 / 100%);
                box-shadow: 0px 1px 3px 0px rgb(128 128 128 / 70%);
                width: 200px;
                position: absolute;
                margin-left: 0px;
                height: auto;
                overflow: hidden;
                visibility: collapse;
                opacity: 0;
            }

                header nav ul li ul li {
                    width: 100%;
                    cursor:pointer;
                }

                .NotFixedHeader nav ul li:hover a {
                    background: rgba(255, 255, 255, 1);
                    border-radius: 50px;
                    border: 1px solid rgba(0, 0, 0, 0);
                    color: black;
                    box-shadow: 0px 0px 3px 0px gray !important;
                }

    .NotFixedHeader nav ul li ul {
        visibility: collapse;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }



    .NotFixedHeader nav ul li:hover ul {
        visibility: initial;
        background: white;
        top: 40px;
        left: 10px;
        width: 200px;
        z-index: -1;
        padding: 7px 0px;
        padding-top: 15px;
        border-radius: 7px;
        border-top-left-radius: 0px;
        box-shadow: 0px 0px 3px 0px gray !important;
    }

        .NotFixedHeader nav ul li:hover ul li {
            width: 100%;
            margin: 0px;
        }

            .NotFixedHeader nav ul li:hover ul li:hover a {
                background: rgb(233, 233, 233);
                cursor: pointer;
            }

            .NotFixedHeader nav ul li:hover ul li a {
                background: rgb(247, 247, 247);
                border-radius: 0px;
                border: 0px none;
                box-shadow: initial !important;
                margin-left: 0px;
                width: 100%;
                margin: 0px;
            }
    
    .NotFixedHeader nav ul li:hover ul {
        line-height:initial;
        visibility: initial;
        opacity: 1;
    }
    
    .FixedHeader nav {
        box-shadow: 0px 0px 7px black;
        /*background: transparent;*/
        background: linear-gradient(to right, white 8.4%, rgba(255, 255, 255, 0));
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
    .NotFixedHeader nav ul div {
        position: absolute;
        /*filter: drop-shadow(0px 0px 3px #222);*/
        margin: 7px;
        line-height: initial;
    }
    header nav ul {
        height: 51px;
        
    }
    
    #loginInfo a {
        box-shadow: 0 0 3px 0 rgba(128, 128, 128, 0.37);
    }
    #loginInfo > a > div {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: red;
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        color: white;
        position: absolute;
        top: -5px;
        right: -5px;
        padding-top: 4px;
        border: solid 1px rgb(203, 0, 0);
    }
    
    .userInfo {
        display: none;
    }
}

@media screen and (max-width: 1290px) {
    header nav {
        width: 97%;
    }
    #loginInfo {
        float: right;
        position: absolute;
        right: 1.5%;
    }
}
@media screen and (max-width: 890px) and (min-width: 714px) {
    #leftPanel {
        left: -230px;
        background: rgba(255, 255, 255, 0.07);
        backdrop-filter: blur(17px);
        -webkit-backdrop-filter: blur(17px);
        box-shadow: 4px 4px 8px -2px rgba(0, 0, 0, 0.38);
    }
    .formWLP > header > #lPBBtn {
        visibility:initial!important;
    }
    
}
@media screen and (max-width: 1065px) and (min-width: 714px) {
    #CollapsedLogo {
        visibility: initial !important;
    }

    #ExtendedLogo {
        visibility: collapse;
        width: 0px;
    }
    header > nav > ul > li:nth-child(2) {
        margin-left: 100px;
    }
}

    @media screen and (min-width: 890px) {
        .userInfo {
            display: initial !important;
        }
    }

    @media screen and (max-width: 1225px) {
        header nav ul li span:nth-child(2) {
            display: none;
        }
    }

    @media screen and (min-width: 891px) {
        .formWLP .NotFixedHeader {
            border-bottom-style: solid;
            border-image: linear-gradient(to right, blue, rgba(0,0,0,0)300px) 1;
            /* box-sizing: border-box; */
            border-bottom-width: 1px;
        }

        #leftPanel {
            margin-top: 1px;
            left: 0px !important;
            box-shadow: 4px 4px 10px rgba(69, 65, 78, 0.06);
            background: rgba(255, 255, 255, 0.65);
        }
    }

    @media screen and (max-width:890px) {
        .formWLP > .contenedor {
            margin-left: initial;
        }
    }

    @media screen and (max-width:713px ) {
        .contenedor {
            padding-top: 73px;
        }

        header nav ul li span:nth-child(2) {
            display: initial;
        }

        #leftPanel {
            width: 100%;
            height: calc(100vh - 65px) !important;
            background: rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(17px);
            -webkit-backdrop-filter: blur(17px);
            left: -100%
        }

        header nav, .FixedHeader nav {
            width: 100%;
            height: 100dvh;
            left: 100%;
            margin: 0;
            position: fixed;
            background: rgba(0, 0, 0, 0.1); /*linear-gradient(to right, rgba(0, 0, 255, 0.05) 60%, rgba(255, 0, 255, 0.05));*/
            /*z-index: -1;*/
            backdrop-filter: blur(17px);
            -webkit-backdrop-filter: blur(17px);
        }

        .FxRspHead {
            background: #f0f1f2;
            box-shadow: 0px 0px 7px black;
            background: transparent;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }

        header nav ul div {
            display: none;
        }

        header nav ul {
            max-height: calc(100dvh - 65px);
            overflow: auto;
        }

            header nav ul li {
                display: block;
                float: none;
                border-bottom: 1px solid rgba(255,255,255, .3);
            }

                header nav ul li a {
                    /*color: #fff;*/
                    color: #001146;
                    /*padding: 22px;*/
                    display: block;
                }

                header nav ul li ul {
                    display: block;
                    margin-left: 30px;
                    background: rgba(255, 255, 255, 0.44);
                    line-height: unset;
                    position: initial;
                }

                header nav ul li ul {
                    text-align: left;
                    margin-left: 50px;
                    background: rgba(255,255,255,0.7);
                    border: 1px solid rgb(128 128 128 / 20%);
                    border-top: 0px;
                    border-left: 0px;
                    overflow: hidden;
                    border-radius: 0px 0px 20px 0px;
                }


        .menu_bar {
            display: block;
            text-align: center;
            width: 100%;
            /*background:#ccc;*/
            /*background: transparent;*/
            /*-webkit-backdrop-filter: blur(5px);*/
            background: linear-gradient(35deg, white 8.4%, rgba(255, 255, 255, 0), rgba(0, 0, 255, 0.1) 80%, rgba(255, 0, 255, 0.1));
        }

            .menu_bar .bt-menu {
                display: block;
                padding: 20px;
                /*background:#024959;*/
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 25px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            .menu_bar span {
                float: right;
                font-size: 40px;
                height: 100%;
                margin: 0px;
                width: 32px;
                padding: 25px 0px;
            }

        .formWLP > header > .menu_bar > .LPBtn {
            visibility: initial !important;
        }

        .menu_bar > .LPBtn {
            float: left;
            color: #142cbd;
        }

        #loginInfo {
            position: initial;
            right: initial;
        }

        #lPBBtn {
            visibility: hidden !important;
        }
    }

    @media print {
        body {
            background: none !important;
        }

        header {
            display: none !important;
        }

        .fullScreenDiv {
            display: none !important;
        }

        .noPrint {
            display: none !important;
        }

        .contenedor {
            padding: 10px !important;
            margin-left: 0px !important;
        }
    }