@CHARSET "UTF-8";

body {
    font-family: sans-serif;
}

.cell-toolbar * {
    font-size: 16px;
    margin-left: 4px;
    margin-right: 2px;
}

#details-modal .details-modal-body {
    margin-top: 16px;
}

#details-modal .modal-dialog {
    width: 66%;
}

.login-modal {
    width: 90%;
}

.grid-toolbar {
    /*width: 400px;*/
}

/*
.container-modal{
    width: 800px;
}
*/

.btn-add {
    font-size: 131%;
    padding: 0px;
    font-weight: bold;
}

.transparent {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity: 0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.5;
}

.glass {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=85);

    /* Older than Firefox 0.9 */
    -moz-opacity: 0.85;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.85;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 0.85;
}

.solid {
    /* Required for IE 5, 6, 7 */
    /* ...or something to trigger hasLayout, like zoom: 1; */
    width: 100%;

    /* Theoretically for IE 8 & 9 (more valid) */
    /* ...but not required as filter works too */
    /* should come BEFORE filter */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    /* This works in IE 8 & 9 too */
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=100);

    /* Older than Firefox 0.9 */
    -moz-opacity: 1;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 1;

    /* Modern!
    /* Firefox 0.9+, Safari 2?, Chrome any?
    /* Opera 9+, IE 9+ */
    opacity: 1;
}

.loading-app {
    position: absolute;
    bottom: 16px;
    width: 100%;
    height: 32px;
    background-color: transparent;
    background-image: url("/images/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
}

/* AssetsMan */

.client-layout {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
    background-color: black;
    background-image: url('/images/bg.zymo-tech.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.emergency-layout {
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    float: left;
    background-color: darkred;
    background-image: url("/images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 100%;
    min-height: 480px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.presents {
    position: absolute;
    min-height: 150px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 16px 16px 0px 0px;
    padding: 20px 24px 0px 0px;
    /*background-color: #450000;*/
    z-index: 250;
}

/*
.presents button .btn {
    margin: 16px 16px 0px 0px;
    padding: 0px;
    font-size: 2em;
    font-weight: bolder;
    text-align: right;
}

.presents h4 {
    margin: 0px;
    padding: 0px;
    padding-right: 7%;
    font-size: 56px;
    font-weight: bolder;
    text-align: right;
}
*/
.presents h5 {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: bolder;
}

.action-helper {
    margin: 0px auto;
    width: 100%;
    margin-top: 5%;
    float: left;
}

.action-helper h1 {
    font-size: 72px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
}

.action-helper h2 {
    font-size: 48px;
}

.action-helper h3 {
    font-size: 64px;
}

.action-helper. btn-success {
    background-color: black;
    color: white;
}

.action-helper. btn-default {
    background-color: black;
    color: white;
}

/*Mobile*/

.action-helper-mobile {
    margin: 0px;
    width: 100%;
    margin-top: 5%;
    min-height: 66px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
}

.action-helper-mobile h1 {
    font-size: 32px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
    margin: 4px;
    opacity: 1;
}

.action-helper-mobile h2 {
    font-size: 18px;
    opacity: 1;
}

.action-helper-mobile h3 {
    font-size: 24px;
    opacity: 1;
}

.action-helper-mobile .btn-success {
    background-color: black;
    color: white;
}

.action-helper-mobile .btn-default {
    background-color: silver;
    color: white;
}

.action-helper-mobile .remove {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity: 1;
}

.remove button {
    font-size: 2.5em;
}

.clock-helper-mobile {
    position: absolute;
    margin: 0px;
    top: 0px;
    left: 0px;
    min-height: 64px;
    width: 100%;
    background-color: black;
}

.clock-helper-time-mobile {
    position: absolute;
    margin: 0px;
    top: 16px;
    left: 0px;
    height: 110px;
    width: 100%;
    font-size: 3em;
    font-weight: bold;
    color: lime;
    z-index: 200;
}

.presents-mobile {
    position: absolute;
    min-height: 32px;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 20px 32px 4px 4px;
    z-index: 250;
}

.menu-button-mobile {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px;
    z-index: 999;
}

.menu-button-mobile button {
    font-size: 2.5em;
}

/*Emergency*/
.emergency-layout.action-helper {
    margin: 0px auto;
    width: 100%;
    margin-top: 5%;
    float: left;
}

.emergency-layout-action-helper h1 {
    font-size: 48px;
    font-weight: bolder;
    font-stretch: ultra-expanded;
}

.emergency-layout-action-helper h2 {
    font-size: 36px;
}

.emergency-layout-action-helper h3 {
    font-size: 24px;
}

.clock-helper {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    min-height: 110px;
    width: 100%;
    background-color: black;
}

.clock-helper-time {
    position: absolute;
    margin: 0px;
    bottom: 0px;
    left: 0px;
    height: 110px;
    width: 100%;
    font-size: 7em;
    font-weight: bold;
    color: lime;
    z-index: 200;
}

.logo-helper {
    margin-top: 32px;
    margin-left: 16px;
}

.camera-helper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 640px;
    height: 360px;
}

.camera-helper iframe {
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 640px;
    height: 360px;
    overflow: hidden;
}

#capture_container {
    border: 1px darkgrey dotted;
    width: 288px;
    height: 192px;
    text-align: center;
    vertical-align: center;
    overflow: hidden;
}

#capture_container img {
    /*width: 262px;*/
    height: 192px;
}

.cropper-toolbar {
    font-size: 2.2em;
}

#typed {
    width: 100%;
    min-height: 46px;
    font-size: 1em;
    font-weight: bold;
    margin-left: 0px;
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    border-radius: 4px;
}

.typed {
    padding-right: 0px;
    padding-left: 0px;
}

.osk {
    background-color: #ff8800;
    border: 1px solid silver;
    position: absolute;
    min-width: 240px;
    width: 22%;
    height: 98%;
    min-height: 232px;
    float: left;
    top: 1px;
    right: 1px;
    margin: 0px;
    padding: 0px;
    border: 1px solid gray;
    z-index: 10000;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 4px;
}

.osk-row {
    opacity: 1;
    margin: 0px;
    padding: 0px;

}

@media (min-width: 460px) {
    .osk-digit {
        opacity: 1;
        font-weight: bolder;
        min-width: 64px;
        min-height: 46px;
        width: 31%;
        height: 16%;
        margin-bottom: 4px;
    }

    .osk-digit button {
        font-size: 2em;
        min-width: 62px;
        min-height: 44px;
        width: 30%;
        height: 15%;
        padding: 0px;
        margin: 0px;
    }

    .client-layout {
        width: 100%;
        background-image: url('/images/bg.zymo-tech_480x320.jpg');
    }

    .clock-helper-time {
        position: absolute;
        margin: 0px;
        bottom: 0px;
        left: 0px;
        height: 86px;
        width: 100%;
        font-size: 5em;
        font-weight: bold;
        color: lime;
        z-index: 200;
    }
}

@media (min-width: 780px) {
    .osk {
        background-color: #ff8800;
        border: 1px solid silver;
        position: absolute;
        min-width: 192px;
        width: 298px;
        height: 464px;
        min-height: 232px;
        float: left;
        top: 1px;
        right: 1px;
        margin: 0px;
        padding: 0px;
        border: 1px solid gray;
        z-index: 10000;
        border-radius: 4px;
        overflow: hidden;
        padding-top: 0px;
    }

    .osk-digit {
        opacity: 1;
        font-size: 1.6em;
        font-weight: bolder;
        min-width: 64px;
        min-height: 64px;
        width: 72px;
        height: 72px;
        text-align: center;
        vertical-align: middle;
        padding-top: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px;
        border-color: white;
        margin: 0px;
    }

    .osk-digit button {
        font-size: 1.6em;
        min-width: 64px;
        min-height: 64px;
        width: 72px;
        height: 72px;
        padding: 0px;
        margin: 0px;
    }

    #typed {
        width: 100%;
        height: 72px;
        font-size: 1em;
        font-weight: bold;
        /*margin-top: 4px;
        margin-bottom: 2px;*/
        border-radius: 4px;
    }
}

.osk-digit p {
    font-size: 0.6em;
    font-weight: normal;
    margin: 0px;
    padding: 2px;
}

/*
#typed {
    width: 100%;
    height: 64px;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 4px;
}

.typed {
    padding-left: 4px;
    padding-right: 4px;
}
*/
.sidebar-small {
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 320px;
    width: 33%;
    z-index: 9999;
}

#notifications {
    position: absolute;
    float: right;
    bottom: 4px;
    right: 0px;
    min-height: 64px;
    width: 100%;
    z-index: 10000;
    font-size: 2em;
}

#alertas {
    background: white;
    color: #9A9A9A;
}

.alerts-alert-date {
    font-size: 0.777em;
}

.glyphicon {
    cursor: pointer;
    padding-top: 4px;
}

li[role="presentation"] a span {
    font-size: 1.2em;
    margin-bottom: 4px;
    display: block;
    float: left;
    margin-left: 4px;
}

li[role="presentation"] .glyphicon {
    font-size: 18px;
    padding-bottom: 0px;
}

li[role="presentation"] .btn {
    font-size: 16px;
}

a {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}

.footer {
    position: relative;
    bottom: 16px;
    right: 0px;
    height: 48px;
    margin: 16px 16px 0px 0px;
}

#reader_status {
}

.reader-status {
    width: 132px;
    height: 48px;
    float: left;
    font-family: sans;
    margin: 0px;
    padding: 4px;
    color: white;
    cursor: pointer;
}

.reader-status-success {
    background-color: darkgreen;
}

.reader-status-danger {
    background-color: darkred;
}

#reader_status_badge {
}

.reader-status-badge {
    width: 16px;
    height: 16px;
    float: right;
    border-radius: 8px;
}

.reader-status-badge-success {
    background-color: green;
}

.reader-status-badge-danger {
    background-color: red;
}

#reader_status_text {
}

.reader-status-text {

}

.reader-status-text p {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
}

#reader_status_id {
    font-weight: bold;
}

#reader_status_status {
    font-weight: bold;
}

#reader_status_name {
    font-weight: bold;
    font-size: 9px;
}

#reader_status_pid {
    font-weight: bold;
    font-size: 9px;
}

/*Alerts*/

.badge-danger {
    background-color: red;
}

.badge {
    padding: 4px 7px;
    font-size: 11px;
}

.navbar li.dropdown {
    color: white;

}

.ui-jqgrid .ui-pg-input {
    height: 2.0em;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: 32px;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #398439;
    color: white;
    font-weight: bold;
}

.nav a {
    font-weight: bold;
}

.carousel-caption {
    font-weight: normal;
    font-size: 1.6em;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #2371d1;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    background-color: white;
    border: 1px solid #2371d1;
    border-radius: 11px;
}

.checkbox input, .radio input {
    display: inline;
}

.text-small {
    font-size: 10px;
}

.col-md-12 > h1, .col-md-12 > h2 {
    color: #2371d1;
}

.breadcrumbs {
    padding: 4px;
}

div.tree {
}

div.tree ul {
    min-height: 16px;
    margin: 0px;
    padding: 4px 0px 0px 16px;
}

div.tree li {
    list-style: none;
    min-height: 16px;
    padding-bottom: 4px;
}

div.tree li span {
    cursor: pointer;
}

div.tree li i {
    cursor: pointer;
    font-style: normal;
}

div#departments_add {
    max-height: 384px;
    overflow: auto;
}

div#personal_workshifts_add {
    max-height: 384px;
    overflow: auto;
}

input:invalid {
    border-color: #900;
    background-color: #FDD;
}

/*UI hacks*/

.form-control {
    border: 1px solid #333;
}

.panel-default > .panel-heading {

}

.navbar {
    margin-bottom: 16px;
}

.navbar-default {
    background-color: rgb(188, 210, 120);
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-brand {
    padding: 6px 6px;
}

.content {
    padding-top: 16px;
}

.r5-tease {
    display: block;
    padding: 15px 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #0275d8;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    height: auto;
}

.ui-jqgrid .ui-pager-control td[id$="_toppager_center"], .ui-jqgrid .ui-pager-control td[id$="pager_center"] {
    width: auto !important;
    white-space: normal !important;
    height: auto;
}

.ui-jqgrid .ui-pager-control td[id$="_toppager_left"], .ui-jqgrid .ui-pager-control td[id$="pager_left"] {
    width: auto !important;
    white-space: normal !important;
    height: auto;

}

.ui-jqgrid .ui-pager-control td[id$="_toppager_right"], .ui-jqgrid .ui-pager-control td[id$="pager_right"] {
    width: auto !important;
    white-space: normal !important;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-bdiv, .ui-jqgrid .ui-jqgrid-view.table-responsive, .ui-jqgrid, .ui-jqgrid-pager,
.ui-jqgrid-toppager, .ui-jqgrid-hdiv {
    width: auto !important;
}

.ui-jqgrid .ui-pager-control td[id$="_toppager_left"], .ui-jqgrid .ui-pager-control td[id$="pager_left"],
.ui-jqgrid .ui-pager-control td[id$="_toppager_center"], .ui-jqgrid .ui-pager-control td[id$="pager_center"] {
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumb {
    padding: 0px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #ebebeb;
}

.gallery {
    max-height: 128px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.photos-tools {
    position: absolute;
    float: left;
    z-index: auto;
    opacity: .666;
    background-color: #0f0f0f;
    width: 96%;
    padding: 8px;
}

.photos-tools-add {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
}

.btn-fp-enroll {
    background-image: url('/images/fp_icon_32_white.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-width: 44px;
}

.btn-fp-enroll-side {
    background-image: url(/images/fp_icon_32_white.png);
    background-repeat: no-repeat;
    background-position: 7% 50%;
    background-size: 20px;
}

.control-panel {
    font-size: 3.6em;
}
