/*
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 : 24/02/2016, 21:17:01
    Author     : RAMIRO
*/

.select2 {
    height: 30px;
}
@font-face {
    font-family: Vegur;
    src: url(fonts/Vegur-Bold.otf);
    font-weight: bold;
}
@font-face {
    font-family: Vegur;
    src: url(fonts/Vegur-Regular.otf);
    font-weight: 400;
}
@font-face {
    font-family: Vegur;
    src: url(fonts/Vegur-Light.otf);
    font-weight: 200;
}
.cargar#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('http://files.mimoymima.com/images/loading.gif') no-repeat center center;
}
.nav-tabs-custom {
    background: transparent;
}
.skin-blue .main-header .navbar {
    background-color: #333 !important;
}
.skin-blue .main-header .logo {
    background-color: #222;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 30000 !important;
}
#camboxTop {
    overflow: hidden;
    margin: 0 auto;
}
#cambox {
    position: relative;
    margin: 0 auto;
}
#webcam, #preview, #nocamera {
    margin: 0;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#webcam object {
    width: 100%;
}
#webcam {
    z-index: 2000;
}
#preview {
    z-index: 5000;
    overflow: hidden;
}
#nocamera {
    display: none;
    z-index: 9900;
}
#buttons {
    position: absolute;
    bottom: 0;
    right: 165px;
    z-index: 100;
}
#flash {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5000;
    width: 100%;
    height: 500px;
    background-color: #c00;
    display: none;
}
object {
    display: block;
    position: relative;
    z-index: 1000;
}
#tiktik {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 40px;
    z-index: 2100;
    top: 190px;
    cursor: pointer;
    background: transparent;
}
.message {
    padding: 80px 10px;
}
.timer {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 5px #001f3f;
    display: none;
}
.click {
    text-align: center;
}
.click img {
    height: 48px;
}
.close {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: block;
    background: url(img/close_video_icon.png) top;
}
.close:hover {
    position: absolute;
    right: 0;
    color: #fff;
    top: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: block;
    background: url(img/close_video_icon.png) bottom;
}
.user-panel>.image>img {
    height: 45px;
    width: 45px;
}
.btn .fa {}
.form-group small {
    color: #999;
    margin-left: .5em;
    font-weight: normal;
    font-style: italic;
}
label.error {
    color: #C00;
    font-weight: normal;
    font-style: italic;
}
.miniatura {
    width: 38px !important;
}
.listaUsers {
    position: absolute;
    width: 620px;
    max-width: 100%;
    background: #EEE;
    border: 1px solid #999;
    box-shadow: 2px 2px 5px #EEE;
    background: white;
    z-index: 20000;
    border-radius: 3px;
}
.listaUsers .row {
    padding: 2px 0;
    margin: 0;
}
.listaUsers .row:hover {
    background: #FFFFF3;
    cursor: pointer;
}
.listaUsers .row span {
    background: #f9f9cd;
}
.listaUsers .label {
    margin-right: 3px;
}
.listaUsers img {
    max-height: 42px;
    max-width: 42px;
    float: left;
    margin-right: 10px;
}
.listaUsers .interior {
    margin: 0;
    padding: 4px 4px 6px 4px;
}
.listaUsers .interior:hover {
    background: #F3F3F3;
}
.serviciosCss .info-box a {
    color: white;
}
.serviciosCss .info-box a:hover {
    color: #FFD;
}
.serviciosCss>div {
    padding-left: 0px;
}
.serviciosCss {
    margin: 0;
    height: calc(100vh - 50px);
}
.square, .btn {
    border-radius: 0px!important;
}
/* -- color classes -- */

.coralbg {
    background-color: #da362e;
}
.coral {
    color: #da362e;
}
.turqbg {
    background-color: #46D8D2;
}
.turq {
    color: #46D8D2;
}
.white {
    color: #fff!important;
}
/* -- The "User's Menu Container" specific elements. Custom container for the snippet -- */

div.user-menu-container {
    z-index: 10;
    background-color: #fff;
    margin-top: 20px;
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
div.user-menu-container .btn-lg {
    padding: 0px 12px;
}
div.user-menu-container h4 {
    font-weight: 300;
    color: #8b8b8b;
}
div.user-menu-container a, div.user-menu-container .btn {
    transition: 1s ease;
}
div.user-menu-container .thumbnail {
    width: 100%;
    min-height: 200px;
    border: 0px!important;
    padding: 0px;
    border-radius: 0;
    border: 0px!important;
}
/* -- Vertical Button Group -- */

div.user-menu-container .btn-group-vertical {
    display: block;
}
div.user-menu-container .btn-group-vertical>a {
    padding: 20px 25px;
    background-color: #46D8D2;
    color: white;
    border-color: #fff;
}
div.btn-group-vertical>a:hover {
    color: white;
    border-color: white;
}
div.btn-group-vertical>a.active {
    background: #FA396F;
    box-shadow: none;
    color: white;
}
/* -- Individual button styles of vertical btn group -- */

div.user-menu-btns {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.user-menu-btns div.btn-group-vertical>a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #46D8D2;
}
/* -- The main tab & content styling of the vertical buttons info-- */

div.user-menu-content {
    color: #323232;
}
ul.user-menu-list {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #eee;
}
ul.user-menu-list>li {
    padding-bottom: 8px;
    text-align: center;
}
div.user-menu div.user-menu-content:not(.active) {
    display: none;
}
/* -- The btn stylings for the btn icons -- */

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}
/* -- Custom classes for the snippet, won't effect any existing bootstrap classes of your site, but can be reused. -- */

.user-pad {
    padding: 20px 25px;
}
.no-pad {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.user-details {
    background: #eee;
    /*min-height: 300px;*/
}
.user-image {
    max-height: 200px;
    overflow: hidden;
}
.overview h3 {
    font-weight: 300;
    margin-top: 15px;
    margin: 10px 0 0 0;
    font-size: 17px;
}
.overview h4 {
    font-weight: bold!important;
    font-size: 20px;
    margin-top: 0;
}
.view {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.view p {
    margin-top: 20px;
    margin-bottom: 0;
}
.caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(70, 216, 210, 0.44);
    width: 100%;
    height: 100%;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}
.caption a {
    padding-right: 10px;
    color: #fff;
}
.Ginfo {
    display: block;
    padding: 10px;
    background: #eee;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
}
.Ginfo p, .Gstats p {
    margin-bottom: 0;
}
.Gstats {
    display: block;
    padding: 10px;
    color: white;
}
.share-links {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 15px;
}
.square, .btn {
    border-radius: 0px!important;
}
.bloqueArchivo {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 5px;
    border: 1px solid #DDD;
    border-radius: 3px;
    background: #F3F3F3;
}
.bloqueArchivo:hover {
    border: 1px solid #5fbcde;
    background: #fdfdee;
}
.bloqueArchivo .fa {
    margin-right: 0 !important;
}
.bloqueArchivo a {
    margin-top: 5px;
    line-height: 33px;
}
.cabe {
    padding: 2em 2.5em 1.5em 1em;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.h2cabe {
    background: rgba(107, 0, 0, 1);
    background: -moz-linear-gradient(top, rgba(237, 3, 3, 1) 0%, rgba(107, 0, 0, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 3, 3, 1)), color-stop(100%, rgba(107, 0, 0, 1)));
    background: linear-gradient(to bottom, rgba(237, 3, 3, 1) 0%, rgba(107, 0, 0, 1) 100%);
    color: white;
    margin: 0;
    padding: 0.5em;
    border: 1px solid #a72323;
    border-left: 0;
    border-right: 0;
}
.bloqueSeleccion {
    background-color: #c5c5c5;
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 33.33%;
    width: 33.33%;
    padding: 0px;
    color: white;
    display: inline-block;
    margin: 0;
    text-shadow: 2px 2px 2px black !important;
    -webkit-transition: all 0.15s;
    /* Safari */
    transition: all 0.15s;
    margin-bottom: -5px;
}
@media only screen and (max-width: 900px) {
    .bloqueSeleccion {
        height: 33.33%;
        height: 190px;
        width: 50%;
    }
    .serviciosCss {
        height: auto;
    }
}
@media only screen and (max-width: 500px) {
    .bloqueSeleccion {
        height: 190px;
        width: 100%;
    }
    .serviciosCss {
        height: auto;
    }
}
.bloqueSeleccion .overl {
    padding: 0em;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.05);
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.15s;
    /* Safari */
    transition: all 0.15s;
}
.bloqueSeleccion.bloqueInactivo .overl {
    background: rgba(222, 222, 222, 0.2);
}
.bloqueSeleccion.bloqueInactivo {
    -webkit-filter: grayscale(100%) contrast(70%);
    -moz-filter: grayscale(100%) contrast(70%);
    -o-filter: grayscale(100%) contrast(70%);
    -ms-filter: grayscale(100%) contrast(70%);
    filter: grayscale(100%) contrast(70%);
    background-size: cover;
}
.bloqueSeleccion:hover {
    /*transform: scale(1.04,1.04);*/
    z-index: 10000;
    opacity: 1;
}
.bloqueSeleccion.bloqueInactivo .overl:hover {
    color: #FF9 !important;
    font-size: 20px;
}
.bloqueSeleccion.bloqueActivo .overl:hover {
    background: rgba(0, 0, 0, 0);
    color: #FF9;
    font-size: 20px;
}
.bloqueSeleccion .arriba {
    position: relative;
    z-index: 4;
    -webkit-transition: all 0.25s;
    /* Safari */
    transition: all 0.25s;
}
.bloqueSeleccion .btn {
    position: absolute;
    bottom: -40px;
    opacity: 0;
    right: 15px;
    transition: all 0.25s ease;
    transition-delay: 0.05s;
}
.bloqueSeleccion img {
    bottom: -18px;
    left: 10px;
    position: absolute;
    transition: all 0.15s ease;
    transition-delay: 0s;
    opacity: 0.5;
}
.bloqueSeleccion h3 {
    transition: all 0.15s ease;
    transition-delay: 0s;
    padding: 0;
    margin: 0.2em;
    padding: .5em;
    background: rgba(212, 0, 0, 0.38);
}
.bloqueSeleccion.bloqueInactivo h3 {
    background: rgba(0, 0, 0, 0.28);
}
.bloqueActivo {
    cursor: pointer;
    opacity: 0.9;
    color: #FFFFEE !important;
    text-shadow: 0px 1px 3px #222;
}
.bloqueActivo:hover {
    /*transform: scale(1.015); */
    opacity: 1;
    color: white;
}
.bloqueActivo:hover img {
    bottom: -3px;
    opacity: 1;
}
.bloqueActivo:hover h3 a {
    bottom: 0px;
    color: #EEEEDD !important;
    /*text-shadow: 0px 1px 3px #FFF;*/
}
.bloqueSeleccion:hover h3 {
    background: rgba(212, 0, 0, 0.7);
    bottom: 0px;
    color: #EEEEDD !important;
    transform: offest;
    margin: 0;
    padding: .75em;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    /*text-shadow: 0px 1px 3px #FFF;*/
}
.bloqueSeleccion:hover .btn {
    bottom: 15px;
    opacity: 1;
}
.bloqueInactivo {
    transition: all 0.85s ease;
    background: #D2D2D2;
    border-bottom: 0px solid #DDD;
    cursor: pointer;
    color: #FFFFEE !important;
    text-shadow: 0px 1px 3px #222;
}
.bloqueInactivo:hover {
    /*transform: scale(1.015); */
    opacity: 1;
}
.bloqueInactivo:hover img {
    bottom: -3px;
    opacity: 1;
}
.bloqueHover.box-primary .box-header {
    background: #369 !important;
    color: #FFFFCC !important;
}
.bloqueHover.box-danger .box-header {
    background: #C00 !important;
    color: #FFFFCC !important;
}
/* libre */

.libre, .variable {
    background: rgba(60, 60, 60, 0.1);
    border: 1px dashed #000;
    padding: 5px;
    width: 35%;
}
.libre.ocultar, .variable.ocultar {
    background: transparent !important;
    border: 0 !important;
    padding: 5px !important;
}
.ui-resizable-handle.ocultar {
    display: none !important;
}
.editarEditorTarjeta.ocultar, .quitarEditorTarjeta.ocultar {
    display: none !important;
}
.libre input, .libre textarea, .variable input, .variable textarea {
    border: 0;
    width: 100%;
    background: transparent;
    border: 0;
    height: 100%;
    overflow: hidden;
    resize: none;
}
.quitarEditorTarjeta {
    position: absolute;
    top: -22px;
    background: rgba(60, 60, 60, 0.1);
    right: -1px;
    padding: 0px 3px;
    border: 1px dashed #000;
}
.editarEditorTarjeta {
    position: absolute;
    top: -22px;
    background: rgba(60, 60, 60, 0.1);
    right: 18px;
    padding: 0px 3px;
    border: 1px dashed #000;
}
#pruebaLibre, #pruebaVariable {
    line-height: 62px;
    padding: 5px;
    display: block;
    /* margin-bottom: 5px; */
    background: #F3F3F3;
    border: 1px solid #333;
}
.sinEstiloPreview #frente, .sinEstiloPreview #dorso {
    border-radius: 0 !important;
}
#frente, #dorso {
    transition: all .1s ease-in-out;
}
.sinEstiloPreview .libre, .sinEstiloPreview .variable {
    border: 0;
    background: transparent;
}
.sinEstiloPreview .quitarEditorTarjeta {
    display: none !important;
}
.sinEstiloPreview .editarEditorTarjeta {
    display: none !important;
}
.sinEstiloPreview .ui-resizable-handle {
    display: none !important;
}
.fechafija li {
    margin: 5px 0;
}
.fechafija .primera {
    display: inline-block;
    width: 25%;
    margin: 0 1%;
}
.fechafija .segunda {
    display: inline-block;
    width: 20%;
    margin: 0 1%;
}
.fechafija .tercera {
    display: inline-block;
    width: 10%;
    margin: 0 1%;
}
.headbar {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    background: #246;
    padding: 2px 5px;
    border: 1px solid black;
    color: white;
}
.headbar a {
    color: white;
}
.bloqueFondoEditor {
    background: #999;
    padding: 0;
    text-align: center;
    position: relative;
}
.bloqueFondoTools {
    background: #777;
    padding: 0px 0 0px 0;
    position: relative;
    padding-top: 25px;
}
.bloqueFondoTools .subtitulo {
    background: #666;
    color: white;
    padding: 2px 4px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom: 0px;
}
.bloqueFondoTools .contenidoSub {
    padding: 8px;
    background: #404040;
}
.vpreviaEditor {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
.mensajeG {
    position: absolute;
    bottom: 0;
    right: 5%;
    padding: 10px;
    background: rgba(100, 100, 100, 0.5);
    color: white;
    font-weight: bold;
    font-size: 14px;
    width: 20%;
    display: none;
}
.okGuardado {
    background: rgba(20, 200, 20, 0.5);
}
.errorGuardado {
    background: rgba(200, 0, 0, 0.5);
}
.divEditor {
    border: 1px solid black;
    z-index: 1000001 !important;
    background: white;
    box-shadow: 2px 2px 2px black;
}
.overlay {
    width: 100%;
    height: 100%;
    z-index: 5665;
    background: rgba(14, 8, 8, 0.6);
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}
.tabEditor .tab-pane {
    position: absolute;
    background: #777;
    padding: 0px;
    z-index: 200;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    z-index: 1000002;
    height: 100%;
}
.tabEditor .form-control {
    border: 0;
    background: #EEE;
}
.select2-selection {
    border-radius: 0 !important;
    border: 1px solid #d2d6de !important;
    height: 35px !important;
}
.tools {
    text-align: center;
    background: #313131;
    z-index: 500000;
    position: relative;
}
.tools li a {
    padding: 15px 5px;
    color: #EEE;
}
.tools.nav>li>a:hover, .tools.nav>li>a:active, .tools.nav>li>a:focus {
    background: #999999;
    color: white;
}
.esQR, .esImg, .esCB, .libre, .variable {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.ui-widget-content:not(.editarEditorTarjeta) {
    cursor: arrow;
}
.alturafix {
    height: calc(100vh - 50px);
}
/* -- media query for user profile image -- */

@media (max-width: 767px) {
    .user-image {
        max-height: 400px;
    }
}
.toolbar {
    position: absolute;
    width: 400px;
    right: 8%;
    top: 5%;
    z-index: 2000000;
}
#grupo {
    list-style: none;
    padding: 0;
}
#grupo>li {
    padding: 10px;
    background: #EEE;
    border: 1px dashed black;
    margin-bottom: 6px;
}
.lateralAG {
    list-style: none;
    padding: 0;
}
.lateralAG>li {
    padding: 5px;
    background: #da0000;
    border: 1px solid #a50000;
    margin-bottom: 7px;
    color: white;
}
.lateralAG>li a {
    color: white !important;
}
.lateralAG>li i {
    margin: 4px;
}
.resultadoAG {
    background: white;
    border: 1px solid black;
    padding: 10px;
}
.filaContactos {
    background: linear-gradient(to top, white, #f6F6FF);
    padding: 15px;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #a5c3b8;
    border-radius: 10px;
}
.filaContactos.activo {
    background: linear-gradient(to top, #9defa4, #71ff83);
    box-shadow: 0 0 15px #1b8437;
}
.filaContactos table {
    margin-bottom: 0;
}
.filaContactos table>tbody>tr>td {
    padding: 2px 5px;
    border: 0;
}
.filaContactos table>tbody>tr>td:first {
    width: 33%;
}
.interiorCC {
    display: block;
    padding: 5px;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 0.5em;
}
table.corta tr td {
    padding: 2px;
}
.mostrarInfo {
    background: #fDFDFD;
}
.encabezadoSele {
    display: block;
    background: #DDD;
    padding: 10px;
}
.sele {
    display: none;
}
.sele>div {
    display: inline-block;
    background: #e4d7d7;
    padding: 3px;
    width: 32.7%;
    box-sizing: border-box;
    margin: 2px 0.11%;
}
ul.actividad {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.actividad li {
    padding: 4px;
    background: #EEE;
    border: 2px solid #CCC;
    margin-bottom: 4px;
}
ul.actividad li.venta {
    border: 1px solid #107012;
    background: #4dbd74;
}
ul.actividad li.success {
    border: 1px solid #c3d8ed;
    background: #f1f7fd;
}
th.vertical
{
 margin-left: -85px;
 position: absolute;
 width: 85px;
 transform: rotate(-90deg);
 -webkit-transform: rotate(-90deg); /* Safari/Chrome */
 -moz-transform: rotate(-90deg); /* Firefox */
 -o-transform: rotate(-90deg); /* Opera */
 -ms-transform: rotate(-90deg); /* IE 9 */
}

th.vertical div
{
 height: 90px;
 line-height: 14px;
 padding-bottom: 2px;
 text-align: left;
}