/*-----------------------------------------------------------------------------------*/
/* CUSTOM FONTS SETUP
/*-----------------------------------------------------------------------------------*/

@font-face {
font-family: ProximaNovaBold;
src: url("proximanovabold.otf") format("opentype");
}

@font-face {
font-family: ProximaNovaRegular;
src: url("proximanovaregular.otf") format("opentype");
}

.outer {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

/*-----------------------------------------------------------------------------------*/
/* GENERAL BEGIN
/*-----------------------------------------------------------------------------------*/

body {
	margin: 0;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    height: 100%;
    background: #edeef2;
}


html {
	height: 100%;
	margin:0;
	padding:0;
	background: #edeef2;
}

title {
	text-transform: uppercase;
}

html, body {
   margin: 0 !important; padding: 0 !important;
}

a , h2 , h3 , p , li, h4, th, td, input, .form-control, .submit-button, .notifications-info, .alert {
        text-decoration: none;
        font-family: 'Hind Vadodara', sans-serif;
        color: white;
        text-transform: uppercase;
		font-size: 0.8em;
}

h2 {
        margin: 0;
}

::-moz-selection { 
	background: rgba(82, 82, 82, 0.4);
}

::selection {
	background: rgba(82, 82, 82, 0.4);
}

#wrapper {
	max-width:2560px;
	margin:0 auto;
}

#container {
	width:960px;
    margin-left:auto;
	margin-right:auto;
}

#container-small {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.admin-only {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER / MENU BEGIN
/*-----------------------------------------------------------------------------------*/

#menu {
        position: fixed;
        background: #2f3a4c;
        display: block;
        height: 50px;
        width: 100%;
	top: 0;
	z-index:9999;
}

#main-menu {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.notifications {
        margin:0;
	list-style-type: none;
}

.notification-info {
        border: none;
	color: white;
	padding: 1.66em;
	text-decoration: none;
	float: right;
	text-align: center;
	overflow: hidden;
	width: 15%;
	text-transform: uppercase;
	outline: 0 !important;
}

.notifications-form {
	margin: 0 !important;
}

.enabled {
	background: #46B969;
}

.disabled {
	background: #DE5149;
}


.notification-info:hover {
	cursor: pointer;
}

span.top-search img {
	float: left;
	margin-right: 0.8em;
}

span.top-logout img {
	float: left;
	margin-right: 0.8em;
	padding-top: 0.14em;
}


#aircraft-menu {
    font-size: 0.8em;
}
 
#aircraft-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#aircraft-menu a:link,
#aircraft-menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
 
#aircraft-menu a {
    display: block;
    padding: 1.2em 30px;
    font-size: 1.25em;
    text-align: center;
}
 
#aircraft-menu li {
    float: left;
    position: relative;
    width: 15%;
    background: #00bfe9;
}
 
#aircraft-menu li li{
    width: 100%;
    margin-top: 1px;
    background: #00bfe9;
}
 
#aircraft-menu li:hover {
    background-color: rgba(0, 191, 233, 0.8);
}

#aircraft-menu li li:hover {
    background-color: rgba(0, 191, 233, 0.8);
}  
 
 
#aircraft-menu ul ul  {
    position: absolute;
    visibility: hidden;
}
 
#aircraft-menu ul ul ul{
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}
 
#aircraft-menu li:hover > ul {
    visibility: visible;
}


select.inventories {
	position: absolute;
    width: 15%;
    background-color: #1fc0e7;
    border: none;
    color: white;
    text-align: center;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0px;
    -webkit-appearance: none;
    padding-left: 1em;
}

select.inventories:hover {
	cursor: pointer;
}

select.inventories:focus {
	outline: 0;
}



#main-menu {
    font-size: 0.8em;
}
 
#main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
 
#main-menu a:link,
#main-menu a:visited {
    color: #ffffff;
    text-decoration: none;
}
 
#main-menu a {
    display: block;
    padding: 1.2em 30px;
    font-size: 1.25em;
}
 
#main-menu li {
    float: left;
    margin-right: 1px;
    position: relative;
}
 
#main-menu li li{
    width: 100%;
    background: #4A5D7B;
    text-align: center;
}
 
#main-menu li:hover {
    background-color: #2a3344;
}

#main-menu li li:hover {
    background-color: #2a3344;
}  
 
 
#main-menu ul ul  {
    position: absolute;
    visibility: hidden;
}
 
#main-menu ul ul ul{
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}
 
#main-menu li:hover > ul {
    visibility: visible;
}

.header-search {
	display: inherit;
}

.search-box {
	height: 30px;
	border: none;
	padding: 0 2.8em;
	background-color: #2a3344;
	font-size: 1.3em;
	color: white;
	margin: 10px 0;
	border-radius: 50px;
	background-image: url('http://localhost/mary/images/search.svg');
	background-repeat: no-repeat;
	background-position-x: 1em;
	background-position-y: 0.6em;
}

.search-box:hover {
	background-color: #42516D;
}

.hidden {
	display: none;
}

.search-box:focus {
	background-color: #42516D;
	outline: 0;
}

p.black {
	color: black;
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* CONTENT BEGIN
/*-----------------------------------------------------------------------------------*/

#content {
	width: 100%;
	display: block;
}

#content-inner {
	width: 95%;
	margin: 2em 0;
	overflow: hidden;
	background: white;
	padding: 2.5%;
	-webkit-box-shadow: 0px 4px 10px -2px #d8d9dd;
	-moz-box-shadow: 0px 4px 10px -2px #d8d9dd;
	box-shadow: 0px 4px 10px -2px #d8d9dd;
	border-radius: 2px;
}

.column-wide {
	width: 100%;
	display: inline-block;
	float: left;
	overflow: hidden;
	clear: both;
}

.column-left {
	width: 49%;
	display: inline-block;
	float: left;
	overflow: hidden;
	clear: both;
}

.column-right {
	width: 49%;
	display: inline-block;
	float: right;
	overflow: hidden;
}

p.scanner-button {
	background: #ffffff;
	color: #afafaf;
	text-align: center;
	padding: 2em 0;
}

p.scanner-button:hover {
	cursor: pointer;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

td {
	color: #2f3a4c;
	padding: 1em;
	background: rgba(237, 238, 242, 0.5);
	border-bottom: 2px solid white;
}

h4.table-heading {
	background: #DE5149;
	padding: 2em 0;
	padding-left: 1em;
	margin: 0;
}

#table-heading {
	border-bottom: 5px solid #DE5149;
}

.table-heading-green {
	border-bottom: 5px solid #46B969 !important;
}

.table-heading-blue {
	border-bottom: 5px solid #1fc0e7 !important;
}

#table-heading h4 {
	padding: 2em 0;
	padding-left: 1em;
	margin: 0;
	color: #2f3a4c;
}

tr.column-heading {
	background-color: #edeef2;
}

th.column-title {
	color: #2f3a4c;
	padding: 1em;
	text-align: left;
	border-bottom: 5px solid white;
}

p.table-more {
	color: #2f3a4c;
	text-align: center;
	border-radius: 2px;
	font-weight: bold;
	font-size: 0.9em;
	background: #edeef2;
}

p.table-more a {
	margin:0;
	color: black;
}

span.middle-dot {
	color: #2f3a4c;
	font-size: 2.5em;
}

span.export-right {
	float: right;
	padding-right: 1em;
}

a.export-right {
	color: white;
    padding: 0.7em 4em;
    border-radius: 2px;
    border: 1px solid #2f3a4c;
    background: #2f3a4c;
    font-weight: 500;
}

/* FORM SETUP */

.form-control {
	width: 94%;
	margin: 0.5em 0;
	padding: 1em;
	border: 1px solid #dfdfdf;
	outline: 0;
	font-weight: 500;
	color: black;
	border-radius: 2px;
	background-color: rgba(237, 238, 242, 0.5);
	-webkit-appearance: none;
}

.form-control:focus {
	border: 1px solid #2f3a4c;
	outline:0;
}

.form {
	margin: 1.5em 0;
}

.submit-button {
	width: 100%;
	border-radius: 0;
	border: none;
	padding: 1em;
	text-transform: uppercase;
	background-color: #4bb86c;
	font-weight: 500;
	margin: 1em 0;
	border-radius: 2px;
	outline: 0;
}

select.form-control {
	width: 100% !important;
}

.login-form {
	width: 100% !important;
}

.submit-button:hover {
	cursor: pointer;
	background-color: #41985B;
}

.blue:hover {
	background: #03A2C5 !important;
}

.no-shadow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.login-bg {
	background: url('../../images/bg.jpg');
    width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    z-index: 0;
	-webkit-filter: opacity(0.5);
	background-size: cover;
}

.add-scan input[type="file"] {
display: none;
}

.add-scan input[type="file"] + label { 
background: url('file.png') no-repeat;
}

.add-scan {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


p#textbit {
	margin: 0;
	display: none;
}

.add-scan label {
display: block;
width: 100%;
font-family: 'ProximaNovaRegular';
text-transform: uppercase;
color: white;
font-size: 1em;
padding: 1em 0;
cursor: pointer;
}
.add-scan-button {
	position:relative;
	text-align: center;
	background: #1fc0e7;
	padding: 1.5em;
	border-radius: 3px;
}

img.home-scan {
	width: 3em;
}

/* remove scan */

.remove-scan input[type="file"] {
display: none;
}

.remove-scan input[type="file"] + label { 
background: url('file.png') no-repeat;
}

.remove-scan {

display: inline-block;
width: 100%;
background: white;
}

p#textbit {
	margin: 0;
	display: none;
}

.remove-scan label {
display: block;
width: 100%;
font-family: 'ProximaNovaRegular';
text-transform: uppercase;
color: #afafaf;
font-size: 0.8em;
padding: 2em 0;
border-bottom: 2px solid #dfdfdf;
cursor: pointer;
}
.remove-scan-button {
position:relative;
text-align: center; 
}

.hidden {
	display: none !important;
}

.alert {
	color: white;
	padding: 1em;
	background-color: #46B969;
	margin: 2.5em 0;
	border-radius: 2px;
	text-align: center;
	-webkit-box-shadow: 0px 4px 10px -2px #d8d9dd;
	-moz-box-shadow: 0px 4px 10px -2px #d8d9dd;
	box-shadow: 0px 4px 10px -2px #d8d9dd;
}

.remove-icon {
	background: url('../../images/remove-small.svg');
	width: 13px;
	height: 13px;
	display: inline-block;
}

.edit-icon {
	background: url('../../images/edit-small.svg');
	width: 13px;
	height: 13px;
	display: inline-block;
}

.table-button {
    padding: 0.5em 2em;
    border-radius: 2px;
    display: block;
    margin-top: 2px;
    text-align: center;
	max-width: 50px;
}

.adjust-quantity {
	border: 1px solid black;
    background: white;
    border-radius: 3px;
    color: #000000;
    font-size: 1em;
    padding: 0.3em 1em;
}

.expiration-label {
	color: black;
	display: none;
}

input::-webkit-inner-spin-button {
    ...
    opacity: 0;
    pointer-events: none;
}

input:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-inner-spin-button {
    opacity: 1;
    pointer-events: auto;
}

.red {
	background: #DE5149;
}

.blue-button {
	display: block !important;
}

.blue {
	background: #00bfe9;
}

.restock-icon {
	background: url('../../images/restock-small.svg');
	width: 13px;
	height: 13px;
	display: inline-block;
}

td.expiring-cell {
	color: #DE5149;
	font-weight: bold;
}


.scanned-button {
	display: block;
	width: 100%;
	padding: 0 0;
	cursor: pointer;
	background: white;
	text-align: center;
	background-color: #1fc0e7;
	padding: 1em 0px;
	border-radius: 3px;
}

.scanned-button a {
	font-family: 'ProximaNovaRegular';
	text-transform: uppercase;
	color: #afafaf;
}

.scanned-button-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 1.5em;
}

/*-----------------------------------------------------------------------------------*/
/* IF STATEMENTS BEGIN
/*-----------------------------------------------------------------------------------*/

.hideContent {
	display: none !important;
}

.no-color {
	background: none !important;
}

.scan-button {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background: none !important;
	padding: 0 !important;
}

img.scan-img {
	max-width: 25%;
}

#login-header {
	width: 100%;
	height: 150px;
	background-image: url('../../images/login-bg.jpg');
	background-size: cover;
	border-radius: 2px;
}

.login-logo {
	display: block;
    margin: 0 auto;
    padding-top: 5%;
}

.a-black {
	color: black;
}

.green {
	background-color: #4bb86c !important;
}

.transparent {
	background: none !important;
	box-shadow: none !important;
	margin-bottom: -2em !important;
    margin-top: -1em !important;
	padding: 2.5% 0% !important;
	width: 100% !important;
}

textarea {
	font-weight: normal;
}

.take {
	display: none;
}

.mainstock {
	display: block !important;
}


.upload-btn-wrapper {
	position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  
  .btn {
	padding: 0.5em 2em;
    border-radius: 2px;
    display: block;
    margin-top: 2px;
    text-align: center;
    /* max-width: 50px; */
    font-size: .9rem;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #20c1e7;
	color: white;
	border: 0;
  }

  input[type="submit"] {
	display: block;
    text-align: center;
    margin: 0 auto;
    padding: .5rem 1.5rem;
    background-color: #45b969;
    border: 0;
    margin-top: .5rem;
    border-radius: 3px;
  }
  
  .upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0 !important;
  }

.product-image {
	width: 4rem;
	height: 4rem;
	background-color: #d2d2d2;
	display: block;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
}


/* Image viewer */

#image-viewer {
	width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

#image-viewer-image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#image-viewer-image img {
	max-height: 500px;
}

#image-viewer button#close-image-viewer {
	top: 1rem;
	right: 1rem;
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	background-size: 1.5rem;
	background-color: transparent;
	background-position: center center;
	background-image:url('../../images/cancel.svg');
	background-repeat: no-repeat;
	cursor: pointer;
}

.toggle-options {
	width: 3em;
	height: 1.5em;
	display: block;
	background-color: white;
	border: 1px solid #f2f2f2;
	margin: 0 auto;
	cursor: pointer;
	background-size: 1.5em;
    background-repeat: no-repeat;
    background-position: center;
}

.toggle-options.closed {
	background-image: url('../../images/ellipsis.svg');
}

.toggle-options.opened {
	background-image: url('../../images/cancel-dark.svg');
}