@import url(home-page.css);
@import url(forms.css);

.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }

.margin-bottom { margin-bottom: 10px; }
.padding-top { padding-top: 10px; }

/*
.pull-left { float: left; }
.pull-right { float: right; }
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
    height: 100%;
    color: #555;
}

img {
    max-width: 100%;
}

img#logo {
    max-height: 60%;
}

/*
div.page-wrap,
div.full-page {
    min-height: 100%;
    height: 100%;
}
*/

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #95CA67!important;
    background-color: #95CA67!important;
    border-color: #95CA67!important;
}

.y-padded {
    padding-top: 20px;
    padding-bottom: 20px;
}

.green {
    color: #95CA67;
}

/*
div.page-wrap div.padded {
    width: 80%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
*/

div.full-page {
    text-align: center;
    white-space: nowrap;
}
/*
div.full-page:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}


div.centered {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    text-align: center;
}
*/

.full {
    border-collapse: collapse;
    width: 100%;
}

.ninety {
    width: 90%;
}

/* Fix Input Element Styling */

span.input-group-addon,
input.text,
textarea.text {
    background: #E6E7E7;
    border-radius: 0;
    border: 0;
}

span.input-group-addon + input.text {
    border-left: 0;
    /* box-shadow: inset 0 3px 3px rgba(0,0,0,.75); */
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.45),
                inset 0 -5px 5px -5px rgba(0,0,0,.45),
                inset -5px 0 5px -5px rgba(0,0,0,.45);
}

div.input-group > span.input-group-addon {
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.45),
                inset 0 -5px 5px -5px rgba(0,0,0,.45),
                inset 5px 0 5px -5px rgba(0,0,0,.45);
    color: #949494
}



body .no-center {
    height: auto;
}

div.notice {
   /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    */
    overflow: auto;
    background: #E6E7E7;
    color: #818285;
    font-size: 24px;
    min-height: 50px;
    line-height: 50px;
}

div.notice > div.col-xs-2 {
    background: #95CA67;
    text-align: center;
}

div.notice > div.col-sm-1 img {
    vertical-align: middle;
}

div.notice p {
    margin: 0;
}

.packed h3, .packed h4 {
    margin: 3px 0;
}


table.padded {
    border-collapse: collapse;
}

table.padded th,
table.padded td {
    padding: 10px;
}


table.padded td:first-child {
    border-right: 1px solid #999;
}

table.padded td:last-child {
    border-left: 1px solid #999;
}

table.padded th:first-child {
    border-right: 1px solid #eee;
}

table.padded th:last-child {
    border-left: 1px solid #eee;
}

div.scroll-window {
    height: 400px;
    overflow-y: scroll;
}

div.scroll-window-2 {
    height: 180px;
    overflow-y: scroll;
}

div.padded-right {
    padding-right: 17px;
}


table.padded th,
.th {
    background: #818285;
    color: #D1D2D4;
    text-align: center;
    /* border-left: 1px solid #ddd; */
}

table.padded tr td {
    background: #E6E7E7;
    height: 40px;
}

.td {
    padding: 10px;
    background: #E6E7E7;
}

table.padded tr:nth-child(even) td {
    background: #D1D2D4;
}

table.padded.white tr:nth-child(even) td {
    background: #fff;
}

table.padded tr:first-child th {
    box-shadow: inset 0 5px 5px -5px rgba(0,0,0,.45);
}

table.padded tr:last-child td {
    box-shadow: inset 0 -5px 5px -5px rgba(0,0,0,.45);
}

table.padded tr td:first-child {
    box-shadow: inset 5px 0 5px -5px rgba(0,0,0,.45);
}

table.padded tr td:last-child {
    box-shadow: inset -5px 0 5px -5px rgba(0,0,0,.45);
}

table.padded tr:first-child th:first-child {
    box-shadow: inset 5px 0 5px -5px rgba(0,0,0,.45),
        inset 0 5px 5px -5px rgba(0,0,0,.45);
}

table.padded tr:first-child th:last-child {
    box-shadow: inset -5px 0 5px -5px rgba(0,0,0,.45),
    inset 0 5px 5px -5px rgba(0,0,0,.45);
}

table.padded tr:last-child td:first-child {
    box-shadow: inset 5px 0 5px -5px rgba(0,0,0,.45),
    inset 0 -5px 5px -5px rgba(0,0,0,.45);
}

table.padded tr:last-child td:last-child {
    box-shadow: inset -5px 0 5px -5px rgba(0,0,0,.45),
    inset 0 -5px 5px -5px rgba(0,0,0,.45);
}

div#available-materials {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10%;
    background: #E7E7E8;
    border-left: 3px solid #95CA67;
    padding: 50px;
}

table.padded tr.selected {
    outline: 4px solid #94C967;
}


.transparent {
    width: 100%;
    padding: 0 0 0 8px;
    height: 100%;
    margin: 0;
    background: transparent;
    border: 0;
}


.footer .menu {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
}


.footer .menu label {
    /* font-weight: normal; */
    padding-top: 10px;
    font-size: 14px;
}


.card {
    overflow: auto;
    background: #f5f5f5;
    border-bottom: 2px solid #d5d5d5;
    padding: 10px 0;
    margin-bottom: 10px;
}

.cards:nth-child(odd) .card {
    background: #e5e5e5;
}

.head-card {
    overflow: auto;
    background: #f5f5f5;
}


.box {
    padding: 10px;
    background: #eee;
    border-bottom: 2px solid #d5d5d5;
}

.timesheet .box {
    background: #eee url(timesheet-transparent.png) right 10px top 10px no-repeat;
}

.workorder .box {
    background: #eee url(workorder-transparent.png) right 10px top 10px no-repeat;
}


.card-padding {
    padding: 0 15px;
}

.ngdialog {
    padding-left: 15px;
    padding-right: 15px;
}


.ngdialog.ngdialog-theme-default .ngdialog-content {
    max-height: 500px;
    overflow-y: scroll;
}

.no-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.no-list .small {
    display: block;
    font-size: 0.8em;
    margin-bottom: 3px;
}


#materials-list {
    position: fixed;
    top: 0;
    right: 0;
    left: 10%;
    bottom: 0;
    background: #E7E7E8;
    border-left: 5px solid #95CA67;
    overflow: scroll;
	z-index: 10000;
}

#material-wrap {
    width: 90%;
    margin: 0 auto;
}

table.t-bordered th {
    border-right: 1px solid #eee;
}

table.t-bordered th:last-child {
    border-right: 0;
    border-left: 0;
}

table.t-bordered td {
    border-right: 1px solid #999;
}

table.t-bordered td:last-child {
    border-right: 0;
    border-left: 0;
}


.block {
    display: block;
    font-size: 15px;
    /* padding: 1px 0; */
    padding: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    border-radius: 0;
}

.bordered {
    border: 1px solid #ccc;
    background: #eee;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
}


.tl {
    position: absolute;
    top: 10px;
    left: 10px;
}

.bl {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 200px;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 100;
    width: 330px;
    max-width: 80%;
    background: #fff;
}

.from_server td {
    background: #FFD697!important;
}

@media screen and (max-width: 768px) {
    .toolbar {
        padding-top: 10px !important;
        background: #444;
        padding-bottom: 0 !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
}