/* Pagina en General */
@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("../fonts/roboto/Roboto-Thin.eot");
    src: url("../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.eot");
    src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.eot");
    src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Medium.eot");
    src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Bold.eot");
    src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}

body{
    background-color: snow;
    /*color: #ffffff;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h1{
    /*text-shadow: 3px 3px 2px #696;*/
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}

span.no_selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
    cursor:pointer; cursor: hand;
    cursor: -webkit-grab;
}

.panel-alto {
    height: 76vh;
}

.panel-full{
    height: 100vh;
}

.Doce{
    height: 12px;
}

/* Modales */

.modal-medio{
    width: 70%;
    margin-left: 15%;
}

.modal-pequeño{
    width: 50%;
    margin-left: 25%;
}

/* Iconos del Menu */

.glyphicon-lg{
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.glyphicon-stack{
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.glyphicon-stack-1x,
.glyphicon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.glyphicon-stack-1x {
    line-height: inherit;
}
.glyphicon-stack-2x {
    font-size: 2em;
}

/* Color del texto de los Mensajes */

.alertify-notifier .ajs-message.ajs-error{
    color: #ffffff;
}

.alertify-notifier .ajs-message.ajs-success{
    color: #ffffff;
}

.Barra{
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
.Espera{
    position:fixed !important;
    overflow: hidden !important;
    top: 40%;
    left: 20%;
    right: 20%;
    bottom: 40%;
    z-index: 5000;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.badge.badge-primary {
    background-color: #303641;
    color: #ffffff;
}
.badge.badge-secondary {
    background-color: #ee4749;
    color: #ffffff;
}
.badge.badge-success {
    background-color: #00a651;
    color: #ffffff;
}
.badge.badge-info {
    background-color: #21a9e1;
    color: #ffffff;
}
.badge.badge-warning {
    background-color: #fad839;
    color: #ffffff;
}
.badge.badge-danger {
    background-color: #cc2424;
    color: #ffffff;
}