﻿/* blue #7FCEFB */
/* bg #f5f5f5 */
/* border #e9e9e9 */
/* text #404040 */

html {
    background-color: #f5f5f5;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    padding: 0 !important;
    background-color: white;
    font-size: 16px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    color: #404040;
    font-family: "Roboto Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 1em;
    box-shadow: lightgray 10px 10px 50px;
}

::selection,
::-moz-selection {
	color: white;
	background: #7fcefb;
}

h1 {
    font-weight: 600;
    margin: 0;
}

h2 {
    font-weight: 100;
    font-size: 28px;
    margin: 1rem 0 2rem 0;
}

h2.admin-heading {
    padding-left: 0.5em;
    margin-right: 20%;
    background: -webkit-linear-gradient(left, rgb(37,41,133), rgb(37,41,133), white);
    background: -o-linear-gradient(left, rgb(37,41,133) 0%, rgb(37,41,133) 50%, white 100%);
    background: -moz-linear-gradient(left, rgb(37,41,133) 0%, rgb(37,41,133) 50%, white 100%);
    background: -ms-linear-gradient(left, rgb(37,41,133) 0%, rgb(37,41,133) 50%, white 100%);
    background: linear-gradient(to right, rgb(37,41,133) 0%, rgb(37,41,133) 50%, white 100%);
    color: white;
}

a {
    color: #404040;
    text-decoration: none;
}

a:hover {
    color: #A0A0A0;
}

form#form1 input#name {
    background: url("../../Assets/Images/login-user-bg.png") 4px 12px;
    background-repeat: no-repeat;
}

form#form1 input#password {
    background: url("../../Assets/Images/login-pass-bg.png") 4px 12px;
    background-repeat: no-repeat;
}

select,
input[type=text],
input[type=password] {
    border: 1px solid #e9e9e9;
    padding: 1rem 0 1rem 2.8rem;
    background-repeat: no-repeat;
}

/*input[type=submit],
input[type=button] {
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    padding: 1rem;
}*/

/*input[type=submit]:hover,
input[type=button]:hover {
    background-color: #808080;
    color: white;
}*/

header {
    border-bottom: 1px solid #e9e9e9;
    padding: 2rem 2rem;
    background: #f9f9f9;
}

header #title {
    display: inline-block;
}

header #logindisplay {
    display: inline-block;
    float: right;
    font-size: 14px;
    color:#c0c0c0;
}

header #help {
    display: inline-block;
    float: right;
    padding-top: 0.5em;
    padding-left: 0.75em;
    width: 32px;
    height: 32px;
}

header nav {
   /* display: none; */
   display: inline-block;
}

header nav li {
    display: inline-block;
    margin-right: 1rem;
}

header nav li:last-of-type {
    margin-right: 0;
}

header .search {
    display: inline-block;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
}

header .search input {
    border: none;
    width: 25rem;
}

header .search input:focus {
    outline: 0;
}

header .search i {
    font-size: 1.4rem;
    font-weight: 500;
}

header #currentwarehouse {
    float: right;
    margin: 0;
    position: relative;
    left: 5.5em;
    top: 3.5em;
}

ul#menu {
    margin-right: 1rem;
}

ul#menu li a {
    font-size: 16px;
    font-weight: 600;
}

ul#tabs {
    list-style-type: none;
    margin: 0 0.2rem 0.2rem 0;
    padding: 0;
    text-align:right;
}

ul#tabs li {
    display: inline;
    font-weight: 100;
    font-size: 15px;
    background: #d9d9d9;
    border-left: solid 1px gray;
    border-top: solid 1px gray;
    border-right: solid 1px gray;
    border-radius: 2px;
    margin: 1rem 0.1rem 0 0.1rem;
    padding: 5px;
    white-space: nowrap;
}

ul#tabs li.active {
    background: white;
    font-weight: 600;
}

section#main {
    padding: 3rem 3rem;
}

footer {
    color: #808080;
    font-size: .7rem;
    padding: 0 5rem 3rem 5rem;
    text-align: right;
}

td {
    padding: 0 1.0em 0 0.3em;
}

thead {
    font-weight: bold;
    background: #d9d9d9;
}

tr.even {
    background: #f2f2f2;
}
tr:nth-child(2n+1) {
    background: #f2f2f2;
}

tr a {
    text-decoration: underline;
}

div #AddedLabels {
    float: right;
    width: 40%;
}

.box {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    display: inline-block;
    font-size: 1.2rem;
    height: 10rem;
    line-height: 1.6;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    position: relative;
    width:10rem;
}

.box:last-of-type {
    /*margin-right: 0;*/
    /*float: right;*/
}

.box:hover {
    background-color: #808080;
    color: white;
}

.box div {
    /*text-align: center;
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    top: 50%;
    left: 50%;
    margin-top: -25%;
    margin-left: -25%;
    width: 50%;
    height: 50%;*/

    text-align: center;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    padding: 5%;
    width: 90%;
    height: 90%;

    /* Flex */
    display: inline-flex;
    align-items: center;
    align-content: center;
    flex-flow: column nowrap;
    justify-content: center;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox 
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center; */

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
}

.box p {
    margin: 0;
    display: inline-block;
}

.part {
    font-weight:600;
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 0.6rem;
    width: 23.5%;
}

.error {
    color: red;
}

/*.part:nth-of-type(4n) {
    float: right;
    margin-right: 0;
}*/

.part:hover {
    background-color: #808080;
    color: white;
}

.part-name {
    padding: 1rem;
    border-bottom: 1px solid #e9e9e9;
}

.part-number {
    padding: 1rem;
}

.user {
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
    display: inline-block;
    text-align: center;
    width: 14.2%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.user:nth-of-type(7n) {
    /*margin-right: 0;*/
    /*float: right;*/
}

.user:hover {
    background-color: #808080;
    color: white;
}

.user i {
    font-size: 4rem;
}

.user-name {
    border-bottom: 1px solid #e9e9e9;
    padding: 0.5rem 1rem;
}

.user-role {
    padding: 0.5rem 1rem;
}

.fc-content {
    cursor: pointer;
}

.hideMe {
    display: none;
}

div.hideMe {
    display: none;
}

@font-face {
  font-family: 'Roboto Light';
  src: url('../Fonts/Roboto-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@media (min-width: 1200px) {
    body{
        margin-right: auto !important;
        position: relative !important;
        margin-left: auto !important;
        width: 90% !important;
    }
}

.modal.fade, .modal-dialog {
    left: 0 !important;
}


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-body {
    width: 10000px;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media:first-child {
    margin-top: 0;
}
.media {
    margin-top: 15px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}

@media (min-width: 768px) {    
    .navbar-right {
        margin-right: 0; 
    }
}

ul>li>a.userInfo {
	padding: 6px 12px;
  margin-right: 10px;
}
ul>li>a.userInfo:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
ul>li>a.userAlert {
	padding: 6px 12px;
    margin-right: 10px;
}
ul>li>a.userAlert:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
ul>li>a.login:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
ul.navbar-right {
    margin-right: 0;
}