﻿/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    display: block;
    margin-top: 8px;
    text-align: center;
    display: none;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}


/* jQuery mobile styles
-----------------------------------------------------------*/

/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
    padding-right: 15px;
}

.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a,
.ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b,
.ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c,
.ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d,
.ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e,
.ui-btn-active {
    text-shadow: none;
}

.fontBold {
    font-weight: bold;
}

.padding-0 {
    padding: 0px;
}

.padding-r0 {
    padding-right: 0px;
}

.text-1up {
    font-size: 1.2em;
}

.borderLeft {
    border-left: 1px solid #eee;
}

.borderRight {
    border-right: 1px solid #eee;
}

.borderUp {
    border-top: 1px solid #eee;
}

.borderDown {
    border-bottom: 1px solid #eee;
}

.flLeft {
    float: left;
}

.clLeft {
    clear: left;
}

.flRight {
    float: right;
}

.loaderContainer img {
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 45%;
}

.customFormControl {
    /*CSS of class "form-control"*/
    min-height: 24px !important;
    height: 24px;
    width: 100%;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.customFormControl {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none;
}

    .customFormControl:focus {
        border-color: #3c8dbc !important;
        box-shadow: none;
    }

.modal {
    overflow-y: auto !important;
}

.textPicked {
    color: dodgerblue;
}

.textPicking {
    color: darkorange;
}

.textCompleted {
    color: green;
}

.marginBtm {
    margin-bottom: 7px;
}

.max400 {
    max-width: 400px;
}

.pace {
    display: none !important;
}

/*.dp {
    cursor: auto !important;
    background-color: #FFF !important;
}*/

body {
    font-size: 16px !important;
}

.box .box-header > .fa, .box .box-header > .glyphicon, .box .box-header > .ion, .box .box-header .box-title {
    font-size: 22px !important;
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    font-size: 15px !important;
}

.input-sm {
    font-size: 14px !important;
}

.form-control {
    font-size: 16px !important;
}

.dropdown-menu > li > a {
    font-size: 15px !important;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    font-size: 19px;
}

input.form-control, select.form-control {
    height: 38px !important;
}

.invalidBarcode {
    font-size: 0.9em;
    color: red;
    font-weight: bold;
}

.mrgBtm {
    margin-bottom: 8px;
}

.loaderContainer img.sml {
    width: 25px;
    height: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto;
    }
}

.text-default {
    color: #829091;
}
