﻿/*Master Page InterSouth*/
* {
    font-family: 'Roboto', sans-serif !important;
    /*color: #444;*/
    text-shadow: none;
    font-weight: normal;
    font-size: 0.99em;
}
input {
    color: #000 !important;
    font-weight: bold !important;
    border-radius: 6px;
}
h1 {
    color: #011847 !important;
font-size: 14px !important;
font-weight: bold;
}
#container {
width: 100%;
    height: 93%;
    position: relative;
    margin: 0 auto;
    bottom: 7px;
}
#TituloPagina {
    font-weight: bold !important;
    /*text-shadow: 0px 0px 3px #000 !important;*/
}
body, html {
    background: -moz-linear-gradient(top, rgba(53,53,53,0.92) 3%, rgba(82,82,82,0.92) 54%, rgba(109,109,109,0.44) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(53,53,53,0.92)), color-stop(54%,rgba(82,82,82,0.92)), color-stop(100%,rgba(109,109,109,0.44))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb353535', endColorstr='#706d6d6d',GradientType=0 ); /* IE6-9 */
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background: -moz-linear-gradient(top, rgba(53,53,53,0.92) 3%, rgba(82,82,82,0.92) 54%, rgba(109,109,109,0.44) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(53,53,53,0.92)), color-stop(54%,rgba(82,82,82,0.92)), color-stop(100%,rgba(109,109,109,0.44))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(53,53,53,0.92) 3%,rgba(82,82,82,0.92) 54%,rgba(109,109,109,0.44) 100%); /* IE10+ */
    background: #f9f9f9; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb353535', endColorstr='#706d6d6d',GradientType=0 ); /* IE6-9 */
}

.ui-mobile label, div.ui-controlgroup-label {
    font-size: 1em;
}

header {
    height: 12%;
    min-height: 60px;
    max-height: 70px;
    /*background: url(../img/bannerFondo1.png) repeat-y center center;*/
    padding-top: .02em !important;
    padding-bottom: .0em !important;
    padding-left: .8em !important;
    padding-right: .0em !important;
    border-radius: 12px 12px 0px 0px;
    margin-top: 7px;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 3%, rgba(12,12,12,1) 43%, rgba(28,28,28,0.44) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(3%,rgba(0,0,0,1)), color-stop(43%,rgba(12,12,12,1)), color-stop(100%,rgba(28,28,28,0.44))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 3%,rgba(12,12,12,1) 43%,rgba(28,28,28,0.44) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(0,0,0,1) 3%,rgba(12,12,12,1) 43%,rgba(28,28,28,0.44) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 3%,rgba(12,12,12,1) 43%,rgba(28,28,28,0.44) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(0,0,0,1) 3%,rgba(12,12,12,1) 43%,rgba(28,28,28,0.44) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#701c1c1c',GradientType=1 ); /* IE6-9 */
}

#logo {
    width: 60%;
    height: 100%;
    float: left;
}

.merkantLogo {
    /* width: 50%; */
    margin-top: 9px;
    margin-left: -11%;
    height: 75%;
    float: left;
    background-image: url(../img/logo-Sophia-ByMerkant.png) !important;
    background-size: 74% 103%;
    background-repeat: no-repeat;
    background-position: right;
    min-width: 300px;
    cursor: pointer;
}

#login {
    width: 36%;
    float: left;
    height: 100%;
    margin: 0px !important;
}
#datosLogin > p {
    height: 100%;
    font-size: 1em;
    /*display: table-cell; 
    vertical-align: middle;*/
    margin: .1em 0em 0em 0em;
    color:white;
}
.contentPrincipal {
    min-height: 75%;
    background: url(../img/logo-sophia600.png) no-repeat;
    background-color: #f7f7f7;
    /* background-size: auto 100%,auto 32%,auto 50%; */
    /* background-position: 0% 100%,100% 0%,80% 90%; */
    margin-top: 0px;
    height: 82.3%;
    overflow-y: auto;
    overflow-x: hidden;
    background-size: auto 76%,auto auto,auto 20%,30% 40%;
    background-position: 1% 54%,42% 18%,100% 0%, 77% 95%;
}

.contenConetar {
    min-height: 75%;
    background: url(../img/logo-sophia600.png) no-repeat, url(../img/marco_central_fondo_conectar_Idecom.png) no-repeat;
    background-color: #f7f7f7;
    background-size: auto 76%,17% auto,auto 20%,30% 40%;
    background-position: 1% 54%,50% 49%,100% 0%, 76% 95%;
    margin-top: 0px;
    height: 82.2%;
    overflow: auto;
}

/*#fondo3{
    width: 300px;
    height: 300px;
    border: 1px solid #C00;
    margin-right: 50px;
    margin-left: 487px;
    margin-top: 60px;
    position: absolute;
    background:url(../img/marco_central_fondo_conectar.png) no-repeat/*, url(../img/marco_central_fondo_numeros.png) no-repeat*/;
}*/
#fondo4{
    /*border: 1px solid #C00;*/
    position: absolute;
    width: 398px;
    height: 115px;
    margin-left: 900px;
    background:url(../img/marco_central_fondo_nubes.png) no-repeat;
    background-size: 100%,20%,40% 40%;
    background-position-x: 63px;
}
#fondo5{
    /*border: 1px solid #C00;*/
    position: absolute;
    width: 397px;
    height: 191px;
    margin-left: 700px;
    background:url(../img/marco_central_fondo_numeros.png) no-repeat;
    background-size: 100%,20%,40% 40%;
    margin-top: 250px;
    }

footer {
    min-height: 35px;
    max-height: 40px;
    margin-top: 0px;
    margin-bottom: 7px;
    border-radius: 0px 0px 3px 3px;
    clear: both;
    width: 100%;
    height: 7%;
    padding-top: 0.02em !important;
    padding-bottom: 0em !important;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 25%, rgba(102,102,102,0.27) 50%, rgba(0,0,0,1) 75%);
    background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(0,0,0,1)), color-stop(50%,rgba(102,102,102,0.27)), color-stop(75%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 25%,rgba(102,102,102,0.27) 50%,rgba(0,0,0,1) 75%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 25%,rgba(102,102,102,0.27) 50%,rgba(0,0,0,1) 75%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 25%,rgba(102,102,102,0.27) 50%,rgba(0,0,0,1) 75%);
    /*background: rgb(33 64 161);*/
    background: linear-gradient(to right, #43beea 3%,#022366 43%,#022366 100%);
}

.centroFooter {
    background-image: url(../img/centroFooter.png) !important;   
    background-size: 10% 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 50%;
    float: left;
    height: 100%;
}

.leftFooter {
    width: 50%;
    float: left;
    height: 100%;
}

.logoFooter {
    width: 55%;
    float: left;
    height: 100%;
    /*background-image: url('../img/logoFooter.nuevo.png') !important;*/
    background-size: 65% 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.derechos > p {
    height: 100%;
    /*display: table-cell; 
    vertical-align: middle;*/
    color:white !important;
    margin: .2em 0em 0em 0em;
}

.derechos {
    width: 43%;
    margin-right: 1%;
    float: left;
    display: table;
    font-size: .45em;
    text-align: right;
    padding-top: 1em;
}

.sombraBlanca {
    -webkit-box-shadow: 0px 0px 5px 0px #fff;
    -moz-box-shadow: 0px 0px 5px 0px #FFF;
    box-shadow: 0px 0px 5px 0px #fff;
    /*background: #2140a1;*/
    background: linear-gradient(to right, #43beea 3%,#022366 43%,#022366 100%);
    border-radius: 3px 3px 0px 0px;
}

/*inicio para el login*/
#datosLogin {
    width: 80%;
    font-size: 0.7em !important;
    float: left;
    text-align: right;
    margin-top: 2%;
    padding-right: 1%;
}

#cerrarLogin {
    width: 18%;
    height: 100%;
    float: right;
    /*background: url(../img/btn_cerrar_ss_off.png) no-repeat center center;*/
    background-image: url('../img/btn_cerrar_ss_off.png') !important;
    background-size: 40px 48px;
    background-repeat: no-repeat;
    background-position: left;
}

    #cerrarLogin:hover {
        background-image: url('../img/btn_cerrar_ss_on.png') !important;
        cursor:pointer;
    }
/*fin para el login*/


/*inicio del menu*/
#menu {
    width: 100%;
    clear: both;
    height: 6%;
    /*background: url(../img/menuFondo1.png) repeat-y center center;*/
    margin-top: 2px;
    min-height: 35px;
    max-height: 40px;
    font-size: 15px;
    background: -moz-linear-gradient(left, rgba(7,7,7,0.27) 0%, rgba(0,0,0,1) 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(7,7,7,0.27)), color-stop(80%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(7,7,7,0.27) 0%,rgba(0,0,0,1) 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(7,7,7,0.27) 0%,rgba(0,0,0,1) 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(7,7,7,0.27) 0%,rgba(0,0,0,1) 80%); /* IE10+ */
    /*background: #2140a1;*/ /* W3C */
    background: linear-gradient(to right, #43beea 3%,#022366 43%,#022366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45070707', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}

#BotonDialogoPerfil {
    cursor: pointer;
    float: right;
    width: 10%;
    height: 100%;
    background: url('../../jQueryMobile/images/icons-png/gear-white.png') left center no-repeat;
    background-size: 20px 20px;
}
.BtnMenu_Princ {
    height: 100%;
    width: 100%;
    font-size: smaller;
    color: white;
    text-align: center;
    padding-top: 5%;
    position: relative;
}
.BtnMenu_Princ_label {
    color: white !important;
}
#menuIS {
    width: 90%;
    height: 100%;
    float: left;
}
.menu {
    /*min-width: 100px;     max-width: 155px;*/
    width: 150px;
    height: 35px;
    float: left;
    border: 0px;
    color: white;
}
.subMenu {
    left: 0px;
    z-Index: 4;
    background-color: #2a83b7;
    position: relative;
    display: none;
    width: 200px !important;
    font-size: .8em;
    /* border: 1px solid #a0a0a0; */
    padding-left: 8px;
    border-radius: 12px 12px 12px 12px;
    max-height: 500px;
    overflow-y: hidden;
    overflow: auto;
    overflow-x: hidden;
}

.subMenu td {    
    color: #fff;
    cursor: pointer;
    font-size: 0.8em;
    padding: 5px !important;
    }

.subMenu td:hover {
    color: #ef5323;
    font-weight: bold;
}
/*fin menu*/

#loader {
    display: none;
    position: relative;
    z-index: 1;
    height: 80px;
    text-align: center;
    padding-top: 50px;
}
#loader > span{
    font-weight: bold;
    color: #333 !important;
}
#imgLoading{
    height: 100px;
    background: url('../../jQueryMobile/images/ajax-loader.gif') center center no-repeat;
}

/*loader filtros*/
.loaderFiltros {
    display: none;
    position: relative;
    z-index: 1;
    height: 80px;
    text-align: center;
    padding-top: 50px;
}
.loaderfiltros > span{
    font-weight: bold;
    color: #333 !important;
}
.imgLoadingFiltros{
    height: 100px;
    background: url('../../jQueryMobile/images/ajax-loader.gif') center center no-repeat;
}




#contenedorIframe {
    
    width: 100%; 
    height: 450px; 
    max-height: 400px !important; 
    max-height: 600px !important;
}
.efecto1{
                -webkit-box-shadow: 0 14px 6px -6px #777;
                -moz-box-shadow: 0 14px 6px -6px #777;
                box-shadow: 0 14px 6px -6px #777;
}
    .efecto2
{
  position: relative;
}
.efecto2:before, .efecto2:after
{
                z-index: -1;
/* Posiciona la sobora por detras del color de la caja*/
                  position: absolute;
                  /* no aplico ningún contenidos HTML */
                  content: "";
                  /* posiciona la sombra con respecto al borde inferior, izquierdo y superior */
                  bottom: 10px;
                  left: 10px;
                  top: 90%;
                  /* configura el ancho */
                  width: 48%;

/* color de fondo */
                  background: transparent;
                  /* definicion de la sombra estandar para box-shadow */
                  -webkit-box-shadow: 0 15px 10px #535353;
                  -moz-box-shadow: 0 15px 10px #535353;
                  box-shadow: 0 15px 10px #535353;
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(-3deg);
                  -moz-transform: rotate(-3deg);
                  -o-transform: rotate(-3deg);
                  -ms-transform: rotate(-3deg);
                  transform: rotate(-3deg);
}

.efecto2:after
{
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(3deg);
                  -moz-transform: rotate(3deg);
                  -o-transform: rotate(3deg);
                  -ms-transform: rotate(3deg);
                  transform: rotate(3deg);
                  /* posiciona la sombra con respecto al borde izquierdo y derecho */
                  right: 10px;
                  left: auto;
}

.efecto3
{
                position:relative;      
                -webkit-box-shadow:0 10px 4px #B8B8B8, 0 0 20px #CCC inset;
                -moz-box-shadow:0 10px 4px #B8B8B8, 0 0 20px #CCC inset;
                box-shadow:0 10px 4px #B8B8B8, 0 0 20px #CCC inset;
                margin-bottom:15px;
}
h3 {
  font-size: 1.2em;
   font-weight: bold; 
   color: #022366;
  /*text-shadow: 1px 1px #000;*/
  margin: 7px;
  text-align: center;
}
::-webkit-scrollbar{
  width: 10px;
  background: #444;
  height: 10px;
}
::-webkit-scrollbar-button{
  width:8px;
  height: 5px;
}
::-webkit-scrollbar-track{
  background:#ECEBEE;
  border:thin solid #1a1f25;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb{
  background: -webkit-linear-gradient(top, #444, #444);
  -webkit-box-shadow:   inset 0 1px 0 rgba(255,255,225,.5),
                inset 1px 0 0 rgba(255,255,255,.4),
                inset 0 1px 2px rgba(255,255,255,.3);
 
  border:thin solid #232c34;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: -webkit-linear-gradient(top, #777, #777);
}
/* Pseudo-clase */
::-webkit-scrollbar-thumb:window-inactive {
  background: #777;
}

.error {
    color: #fff !important;
  /*text-shadow: 1px 1px #000;*/
  font-size: 12px !important;
  border: 1px solid #777;
  border-radius: 12px;
  padding: 3px;
  padding-left: 12px;
}
.MensajeAndroidToast {
    width: 250px;
    /* background: black; */
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* box-shadow: 0px 0px 10px #000000; */
    margin-left: -125px;
    z-index: 10000;
    background: #584e4e;

}
.MensajeAndroidToast > .btnGeneral {
    clear: both;
}


/*--Inicio--    Estilo loadin */
/*http://codepen.io/MattIn4D/pen/LiKFC*/

/* Absolute Center CSS Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*--Fin--    Estilo loadin seccion filtros */


