@import "holo.css";

*, *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    height: 100%;
    padding: 0px;
    margin: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.entorno-html {
    padding: 0;
    background: #FFF;
}

#entorno-estatus {
    background: transparent !important;
    height: 0;
    text-align: center;
}

#entorno-estatus img {
    position: absolute;
    float: none;
    margin: 10px auto;
    display: block;
    top: -50px;
    right: 0;
}

#entorno-estatus-contenido {
    position: relative;
    display: inline-block;
    padding: 0 1em;
    border: 1px solid #777;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    border-radius: 5px;
    text-transform: none;
    box-shadow: 1px 1px 5px black;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 1.5s, top 0s linear 1.5s, opacity 0.5s linear 1s;
}

#entorno-estatus-contenido.processing {
    visibility: visible;
    opacity: 1;
    top: -100px;
    transition: visibility 0s linear 0s, top 0s linear 0s, opacity 0s linear 0s;
}

#entorno-estatus-contenido.warning {
    visibility: visible;
    opacity: 1;
    top: -100px;
    transition: visibility 0s linear 0s, top 0s linear 0s, opacity 0s linear 0s;
}

#entorno-estatus-contenido.error {
    visibility: visible;
    opacity: 1;
    top: -100px;
    transition: visibility 0s linear 0s, top 0s linear 0s, opacity 0s linear 0s;
}

#estatus-temporizador, #entorno-transaccion {
    display: none;
}

#entorno-formulario {
    margin: 58px 0;
    width: 100%;
}

#entorno-formulario .menu-button {
    background: #F5F5F5;
    padding: 22px 16px 16px 16px;
    border-left: 1px solid #2A8FC9;
    border-right: 1px solid #2A8FC9;
    cursor: pointer;
}

.popup-menu-item span.link {
    text-decoration: none;
    font-size: large;
}
.popup-menu-item td[class*=columna] {
    height: 50px;
}

#entorno-formulario input, #entorno-formulario select {
    background: #FFF;
}

.entorno-formulario-titulo {
    color: #FFF !important;
    background: #626CA9 !important;
    margin-bottom: 0px !important;
}

.columns-with-separator > tbody > tr > td {
    padding-left: 20px;
}

.columns-with-separator > tbody > tr > td:first-child {
    padding-left: 0;
}

/* snap */
.snap-drawer {
    position: fixed !important;
}

.snapjs-right .snap-drawer-left {
    display: block;
    right: 0;
    left: auto;
}

.snapjs-right .snap-drawer-right {
    display: none;
}

#content {
    box-shadow: 0 0 15px black;
    background: #FFF;
    background-image: var(logo);
    background-size: 95%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#toolbar {
    background: #536ea7;
    border-bottom: 1px solid #111b32;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 44px;
}

#toolbar h1 {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 44px;
    left: 44px;
    width: auto;
    height: 44px;
}

#open-left {
    background: url(open.png) center center no-repeat;
    display: block;
    width: 44px;
    height: 44px;
}

#no-drag,
#do-drag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 100px;
    margin-left: -25%;
    margin-top: -50px;
    background: red;
    color: #FFF;
    text-align: center;
    line-height: 100px;
}

#do-drag {
    background: green;
}

.demo-social {
    padding: 0 15px;
}

.toggler {
    width: 80%;
    background: rgba(255,255,255,0.5);
    margin: 0 auto;
    position: relative;
    top: 70px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.search {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

#search {
    height: 30px;
    width: 87%;
    margin: 7px 7px 0 7px;
    background: linear-gradient(#414A5A,#4C5464);
    background: -webkit-linear-gradient(#414A5A,#4C5464);
    padding-left: 15px;
    border: 1px solid #222936;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 2px -1px rgba(0, 0, 0, 0.5),0 1px 2px -1px rgba(255, 255, 255, 0.4);
}

#search:focus {
    outline: none;
    border-color: #151515;
}

.drawer-inner {
    transition: opacity 0.3s ease;
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
    opacity: 0;
}

.opt {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.opt p {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    color: #222;
    color: rgba(0, 0, 0, 0.6);
}

.snap-content {
}
.snap-drawers {
    background: #323949;
}
.snap-drawer {
    background: #323949  !important;
    color: #eee;
    padding-top: 58px;
}
.snap-drawer h3 {
    font-size: 36px;
    font-weight: normal;
    margin: 15px;
}
.snap-drawer h4 {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0;
}
.snap-drawer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.snap-drawer li > a {
    display: block;
    border-bottom: 1px solid rgba(0,0,0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0px;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    text-decoration: none;
    color: #ccc;
    text-indent: 20px;
}
.snap-drawer p {
    opacity: 0.5;
    padding: 15px;
    font-size: 12px;
}

/* organizar */

fieldset legend {
    border-bottom: 1px solid #2A8FC9;
    font-size: 14px !important;
    padding: 15px 5px 10px 10px;
}
textarea {
    border: none;
}
select {
    padding: 0px;
}
.menu-rapido-input {
    padding: 15px;
}
button {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

/* fin organizar */
