﻿

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

input[type="text"]:disabled,select:disabled{
    color:black;
    background-color:white;
    opacity:0.9
}

#tableheader {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    padding: 0;
    margin: 0
}

    .menu_hamburger {
    float: left;
    background-color: var(--colorCA);
    left: 0;
    top: 0;
    height: 20px;
    width: 30px;
    
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:white
}

    .menu_hamburger.is-active {
        background-color: none;
    }

._layer {
    background: var(--colorFont2);
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}


#td_logo {
    width: 20%;
    vertical-align: middle;
}

#td_resto {
    width: 60%;
    vertical-align: middle;
}

#td_signo {
    width: 10%;
    vertical-align: middle;
}

#td_menu {
    width: 10%;
    vertical-align: middle;
}

header {
    width: 100%;
    height: var(--headerHeight);
    background-color: var(--colorCA);
    color: var(--colorFont1);
}



#dvbodyMain {
    height: calc(100% - 75px);
    margin: 0 auto;
    
}

#dvbody {
    height: calc(100% - 0px);
    margin: 0 auto;
    color:White !important
}

 .bg {
    background: round;
    background-image: url(images/background.jpg);
}

.box {
    text-align: center;
    margin: 0 auto;
    background-color: var(--colorCA);
    opacity: 0.8
}

.ajax__tab_header{
	color:black
}


.ajax__tab_xp .ajax__tab_body {
   
  background-color: transparent !important;
border-style: none !important;
}

.textcolor{
	color:White
}

.textcolor2{
	color:black
}

#dvfooter {
    height: 25px;
    background-color: var(--colorCA);
}

header {
    width: 100%;
    background: var(--colorCA);
    font-weight: lighter;
    
   /* border-bottom: 1px solid #f7f1f1;*/
}

    header nav {
        margin: 0px 0px;
        z-index: 10;
        float: right;
        padding: 0px;
        background-color: var(--colorCA);
        height:100%;
    }
/*background: #024959;*/
.menu_bar {
    display: none;
}

header nav ul {
    overflow: hidden;
    list-style: none;
    margin: 0px;
    float: right;
    padding: 0px;
    height: 100%;
 
}

.listLinks {
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    padding:0;
    margin:0;
    float:left;
    padding-top:5px

}

.listLinks li {
   display:inline
}

header nav ul li {
    float: left;
    display: block;
    position: relative;
    float: left;
    height: 100%;
    padding: 0;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    /*padding-top:10px*/
}

    header nav ul li a {
        color: var(--colorFont2);
        padding: 5px;
         
        display: block;
        text-decoration: none;
        font-weight: bold;
      
    }

        header nav ul li span {
            margin-right: 10px;
        }

    header nav ul li a:hover {
        background: var(--backhover);
    }
/*#037E8C#38BB8F;*/

.imglogo {
    height: 100%;
    width:100%;
}

/*.imgvideo {
    height: 100%;
    width: 100%;
}

.imgciudad {
    height: 100%;
    width: 100%;
}

.imgmenu {
    height: 100%;
    width: 100%;
}*/

#dvfooter{
    color: var(--colorFont1);
}

    #dvfooter table a, #dvfooter table span {
        color: var(--colorFont2);
        font-size: 80%;
        text-decoration: none;
        font-weight: bold
    }
        #dvfooter a div {
        color: var(--colorFont2);
        display: inline;
        font-size: 80%;
        font-weight:bold
    }
  

#headsubmenu {    
    max-height: 88%
}

.contenedor {
    height: 80%;
    width: 100%
}

#tablecont {
    height: 100%;
    width: 100%
}

.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 1px;
    width: 300px;
    Height: 200px;
}

.alignright {
    text-align: right
}

.modalpop {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    background-color: black;
    color: White;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 999;
    height: 50%;
}

.modalback {
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
    position: absolute;
    z-index: 900;
    display: none
}


#foot_td_producto {
    width:28%
}

#foot_td_version {
    width: 20%
}

f#oot_td_usuario {
    width: 40%
}

#foot_td_privacidad {
    width: 5%
}

#foot_td_uso {
    width: 3%
}

#foot_td_facebook {
    width: 2%
}

#foot_td_qr {
    width: 2%
}
  
@media screen and (max-width:1060px ) {
    header nav {
        width: 25%;
        height: 76%;
        right: -100%;
        margin: 0;
        position: fixed;
        z-index: 20;
        top: 11%;
    }

        header nav ul {
            float: none;
        }

            header nav ul li {
                display: block;
                float: none;
                border-bottom: 1px solid rgba(255,255,255, .3);
            }


                header nav ul li a {
                    color: black;
                    padding: 16px 7px;
                    display: block;
                    text-decoration: none;
                    font-size: 19px;
                    font-weight: bold;
                }




    #foot_td_producto {
        width: 0%;
        display:none;
    }

    #foot_td_version {
        width: 0%;
        display: none;
    }

    f#oot_td_usuario {
        width: 88%
    }

    #foot_td_privacidad {
        width: 5%
    }

    #foot_td_uso {
        width: 3%
    }

    #foot_td_facebook {
        width: 2%
    }

    #foot_td_qr {
        width: 2%
    }
     
}

@media screen and (max-width:600px ) {

    
    .imgciudad {
       
        display: none
    }

    .imgmenu {
        width: 10%;
        height: 100%;
        background-color: White
    }



    header nav {
        width: 50%
    }

    
}


@media screen and (max-width:325px ) {  
    .imglogo {
        height: 100%
    }

    #foot_td_privacidad {
        width: 0%;
        display:none
    }

    #foot_td_uso {
        width: 0%;
        display: none
    }

    #foot_td_facebook {
        width: 0%;
        display: none
    }

    #foot_td_qr {
        width: 0%;
        display: none
    }
}

#dvtitulo {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    width: 5%;
    margin: 0 auto;
    color:white
}

/* INICIO de Estilo aplicado al gridview */
.letranormal {
    color: #000000;
    font-size: 6pt;
    font-style: normal;
    font-weight: normal
}

.gridcontainer {
    border: solid 1px #99BBE8;
    border-top-width: 0px;
    width: 100%;
}

.grid {
    color: black;
    width: 100%;
    border-width: 1px;
    Font-Size: xx-small;
    background: #ffffff
}

    .grid caption {
        background: gray url('../imagenes/GridViewBlue/captionbckg.gif') repeat-x;
        color: #15428B;
        text-align: left;
        line-height: 18px;
        font-size: 10px;
        font-weight: bold;
        padding-top: 4px;
        padding-left: 4px;
        font-family: tahoma,arial,verdana,sans-serif;
    }

    .grid table {
        border-color: #99BBE8;
        border-width: 1px;
    }

    .grid td, .grid th {
        height: 12px;
        vertical-align: middle;
        white-space: nowrap;
        font-family: MS Sans Serif;
        font-style: normal;
    }

    .grid th {
        background: transparent url('../imagenes/GridViewBlue/thbackground.gif') repeat-x;
        height: 18px;
        border: solid 1px #000080;
        font-weight: normal;
        white-space: nowrap;
    }

    .grid td {
        border: solid 1px #000080;
        white-space: nowrap;
    }

.selectedrow {
    background: #DFE8F6;
    border: 1px dotted #A3BAE9;
}

.selectedcell {
    color: black;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#DFE8F6',EndColorStr='#ffFFFFFF');
    border-style: outset;
    border-width: 3px;
    font-weight: bold;
}

.altrow {
    background-color: #f2f2f2;
}

.altoverow {
    border: 10px solid #99BBE8;
    background: #efefef url('../imagenes/GridViewBlue/rowover.gif') repeat-x left top;
}

.pagerstyle {
    font-size: x-small;
    text-align: left;
    background-position: bottom left;
    background: #D0DEF0 url('../imagenes/GridViewBlue/toolbarbck.gif') repeat-x scroll left top;
}

.paggo {
    font-size: x-small;
    width: 20px;
}

.pagprev {
    background: transparent url('../imagenes/GridViewBlue/previous.png') no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
    border: 0px;
}

.pagnext {
    background: transparent url('../imagenes/GridViewBlue/next.png') no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
    border: 0px;
}

.pagfirst {
    background: transparent url('../imagenes/GridViewBlue/first.png') no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
    border: 0px;
}

.paglast {
    background: transparent url('../imagenes/GridViewBlue/last.png') no-repeat scroll center;
    height: 1.3em;
    width: 16px;
    cursor: pointer;
    border: 0px;
}
/* FIN de Estilo aplicado al gridview */

.txtinput {
    display: inline;
    height: calc(2.1rem+2px);
    padding: .175rem .25rem;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: black;
}
