.login-box {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 470px;
	height: 700px;
	background-color: #ffffff;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 20px #696969;
	box-shadow: 0 0 20px #696969;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
}

.logo {
	margin-top: 0px;
	margin-bottom: 0px;
    width:221px;
    height:228px;
}

.login-head {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #616161;
	font-family: 'Montserrat', sans-serif;
}

.login-form .form-control,
.add-user-form .form-control,
.login-btn {
	height: 50px;
}

.login-form .form-control {
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
}

.login-form .form-control:focus {
	border: 2px solid #10b071;
	font-size: 16px !important;
}

.login-form .form-group:nth-child(1) {
	margin-top: 50px;
}

.add-user-form .form-control:focus {
	border: 2px solid #0da0d6;
	font-size: 14px !important;
}

.add-user-form .form-control {
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
}

.add-user-form {
	padding: 40px 22px 50px 22px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px silver;
	background: #f5f6f8;
	margin-top: -20px;
}

.login-btn {
	margin-top: 30px;
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	text-transform: uppercase;
	background: #10b071 !important;
	box-shadow: 3px 3px 8px #888;
	color: #fff;
}

.login-btn:hover {
	color: #fff !important;
	opacity: 0.95;
}

.btn-link {
	font-family: 'Montserrat', sans-serif;
}

/*Dashboard*/
.navbar {
	background: #eceef3 !important;
	width: 100%;
	border-radius: 0px !important;
	display: none;
	z-index: 1;
}

.navbar-header {
	padding: 20px;
}

.navbar-nav {
	padding: 20px;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav a {
	background-color: #eceef3 !important;
	margin-top: 0px;
	color: #808080 !important;
	font-weight: bold;
	letter-spacing: 0.5px;
}

.navbar-nav a:hover {
	color: #0da0d6 !important;
}

#menu-outer {
	background: #fff;
	text-align: center;
	margin-top: -20px;
	width: 100%;
	-moz-box-shadow: inset 0 0 12px #cdcdcd;
	-webkit-box-shadow: inset 0 0 12px #cdcdcd;
	box-shadow: inset 0 0 12px #cdcdcd;
}

ul#horizontal-list {
	list-style: none;
}

ul#horizontal-list li {
	display: inline-block;
	padding: 20px;
	padding-top: 48px;
	padding-bottom: 22px;
	font-family: 'Montserrat', sans-serif;
}

ul#horizontal-list li a {
	text-decoration: none;
	color: #43a0d6;
	font-weight: bold;
	letter-spacing: 0.3px;
}

/*Side navigation*/

@media only screen and (min-width: 1025px) {
	#side-nav {
		background-color: #118fbe;
		border-radius: 0px;
		padding: 0px 0px 60px 0px;
		font-size: 14px;
		position: fixed;
		top: 0;
		left: 0;
		overflow-x: hidden;
		height: 100%;
		width: 160px;
	}

	#logo-item {
		-moz-box-shadow: inset 0 0 12px #0b7ea8;
		-webkit-box-shadow: inset 0 0 12px #0b7ea8;
		box-shadow: inset 0 0 12px #0b7ea8;
	}
}

@media only screen and (max-width: 1024px) {
	#side-nav {
		background-color: #0da0d6;
		border-radius: 0px;
		padding: 40px 0px 60px 0px;
		font-size: 14px;
	}

	#logo-x {
		display: none;
	}
}

#dash-body .row {
	padding: 20px 20px 15px 30px;
}

#dashboard {
	-webkit-box-shadow: 0 0 10px #cdcdcd;
	box-shadow: 0 0 10px #cdcdcd;
	background: #fff;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 30px 10px 30px;
	margin-left: 20px;
}

ul#vertical-list {
	list-style: none;
	text-align: justify;
	margin: 0;
	padding: 0;
}

ul#vertical-list a {
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
}

.active {
	background: #0b7ea8;
}

ul#vertical-list a li {
	padding: 10px 20px;
}

ul#vertical-list li:hover {
	background: rgb(11, 130, 173);
}

#link h5 {
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	padding-right: 40px;
	margin-top: 30px;
	color: #808080;
	font-weight: 600;
}
#link h5 a {
	text-decoration: none;
	color: #606060;
}
#link h5 a:hover {
	color: #0da0d6;
}

/*footer*/
#footer {
	width: 100%;
	background: #eceef3;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
	-moz-box-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
	box-shadow: 0px 0px 6px rgba(100, 100, 100, .8);
	margin-top: 60px;
}

#footer p {
	font-family: 'Montserrat', sans-serif;
	color: #606060;
	text-align: center;
	padding-top: 5px;
}

input[type='checkbox'] {
	float: right;
	margin-top: 10px;
}

/*Check Boxes*/
.containerx {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.containerx input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid silver;
}

/* On mouse-over, add a grey background color */
.containerx:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerx input:checked ~ .checkmark {
	background-color: #10b071;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.containerx input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.containerx .checkmark:after {
	left: 7px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Add Acounts*/

#add-account-form .form-control,
#add-product-form .form-control,
#account-drop-down {
	height: 40px;
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	width: 100%;
}

#add-account-form {
	background: #f5f6f8 !important;
}

#add-account-form .form-control:focus,
#add-product-form .form-control:focus,
#account-drop-down:focus {
	border: 2px solid #10b071;
}

#add-account-form .btn,
#add-product-form .btn,
#dash-btn {
	background: #10b071;
	height: 39px;
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

#add-account-form input::placeholder,
#add-product-form input::placeholder,
#add-product-form textarea::placeholder {
	color: #777;
}

#accounts-table,
#products-table {
	-webkit-box-shadow: 0 0 10px #cdcdcd;
	box-shadow: 0 0 10px #cdcdcd;
	background: #fff;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 40px 40px 40px;
	margin-top: 30px;
	margin-left: 20px;
}

/* Inventory */
.modal {
	font-family: 'Montserrat', sans-serif;
	margin-top: 80px;
}

.modal-header,
.modal-footer {
	background-color: #eceef3;
}

.modal-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.modal-footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#add-product-form .form-control {
	margin-top: 20px;
}

#add-product-form {
	display: inline-block;
}

/* input file type*/
.file-upload {
	display: block;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	margin-top: 20px;
}
.file-upload .file-select {
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	border-radius: 3px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select .file-select-button {
	background: #dce4ec;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}
.file-upload .file-select:hover {
	border-color: #0da0d6;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select:hover .file-select-button {
	background: #0da0d6;
	color: #ffffff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select {
	border-color: #0b7ea8;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload.active .file-select .file-select-button {
	background: #0b7ea8;
	color: #ffffff;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.file-upload .file-select input[type=file] {
	z-index: 100;
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.file-upload .file-select.file-select-disabled {
	opacity: 0.65;
}
.file-upload .file-select.file-select-disabled:hover {
	cursor: default;
	display: block;
	border: 2px solid #dce4ec;
	color: #34495e;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	margin-top: 5px;
	text-align: left;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.file-upload .file-select.file-select-disabled:hover .file-select-button {
	background: #dce4ec;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.file-upload .file-select.file-select-disabled:hover .file-select-name {
	line-height: 40px;
	display: inline-block;
	padding: 0 10px;
}

#prod-details h4 {
	margin-top: 30px;
	line-height: 20px;
}

#prod-details .btn {
	margin-top: 20px;
	height: 40px;
}

#dashboard #search-field {
	height: 40px;
	border-radius: 3px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px !important;
	margin-top: 20px;
}

#dashboard #search-field:focus {
	border: 2px solid #0da0d6;
}

#dashboard #search-field::placeholder {
	color: #777;
}

/*add user accordion*/
.accordion {
	background-color: #f5f6f8;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
}

.accordion:hover {
	background-color: #ddd;
}

.accordion:after {
	content: '\25be';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.panel {
	padding: 0 18px;
	background-color: #fff;
	max-height: 0;
	border: 1px solid #0da0d6 !important;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

#purchase-item {
	-webkit-box-shadow: 0 0 10px #bbbbbb;
	box-shadow: 0 0 10px #bbbbbb;
	background: #eceef3;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	padding: 12px;
	margin-top: 30px;
}

#show-purchase-item {
	-webkit-box-shadow: 0 0 10px #cdcdcd;
	box-shadow: 0 0 10px #cdcdcd;
	background: #fff;
	border-radius: 4px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 40px 40px 40px;
}

#show-purchase-item textarea::placeholder {
	color: #777777;
}

#show-purchase-item textarea {
	height: 220px !important;
	border: 1px #bbb solid;
}

#show-purchase-item input {
	border: 1px #bbb solid;
}

table th,
table td {
	font-size: 14px;
}

table,
table th {
	border: 1px solid #eee !important;
}
