a {
	color: #444;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	background: #f4f4f4;
}

button {
	font-size: 14px;
}

.header {
	width: 100%;
	height: 56px;
	background: #333;
	color: #ddd;
	position: fixed;
	z-index: 999;
}

#deleteModal {
	z-index: 9999;
}

.container-header {
	padding: 0 20px;
}

.header h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #ddd;
	line-height: 56px;
	display: inline;
	float: left;
	border: none;
}

.header h1 span {
	color: #737373;
}

.header h1 span:last-child {
	font-size: 14px;
	color: #595959;
}

.form-box {
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.form-box .logo {
	padding: 40px;
}

.form-box .logo p {
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	font-family: "Cormorant Garamond";
}

a, button {
	font-size: 14px;
	font-family: "Cormorant Garamond";
}

.form-box .logo img {
	width: 100%;
}

.form-product {
	margin-bottom: 10px;
}

.form-product:last-child {
	margin-bottom: 0;
}

.form-box h1 {
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.form-login .form-field {
	margin-bottom: 20px;
}

.form-box .form-field label {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.form-box .form-field label:first-child {
	margin-top: 0;
}

.form-box .form-field .info {
	display: block;
	margin-top: 10px;
	color: #999;
}

.form-box .form-field input[type=text], .form-box .form-field input[type=password], .form-box textarea, .form-box select {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #444;
	outline: none;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
}

textarea {
	resize: vertical;
}

.btn {
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 17px;
    cursor: pointer;
    border: none;
    outline: none;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.btn-big {
	    padding: 29px 15px 30px;
}

.btn-default {
	background: #e7e7e7;
	color: #444;
}

.btn-default:hover {
	background: #ddd;
}

.btn-success {
	background: #4CAF50;
}

.btn-success:hover {
	background: #46a049;
}

.btn-info {
    background: #2196F3;
}

.btn-info:hover {
    background: #0b7dda;
}

.btn-warning {
	background: #ff9800;
}

.btn-warning:hover {
	background: #e68a00;
}

.btn-danger {
	background: #f44336;
}

.btn-danger:hover {
	background: #da190b;
}

.btn-primary {
	background: #333;
	color: #fff;
}

.btn-primary:hover {
	background: #595959;
}

.form-login {
	max-width: 400px;
}

.header .nav {
	color: #777;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	float: right;
}

.header .nav li {
	float: left;
	line-height: 1;
    display: inline;
}

.header .nav li a {
	display: block;
	height: 56px;
	padding: 0 10px;
	line-height: 56px;
	text-decoration: none;
	color: #999;
}

.header .nav li span {
	display: block;
	height: 56px;
	padding: 0 10px;
	line-height: 56px;
	text-decoration: none;
	color: #999;
}

.header .nav li a:hover {
	color: #ddd;
}

.full-tabs {
    width: 100%;
    height: 50px;
    background: #fbfbfb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.full-tabs ul {
    padding: 0 30px;
    text-align: center;
}

.full-tabs .nav li {
	display: inline-block;
	margin: 0 20px 0 0;
	font-size: 14px;
	line-height: 1;
}

.full-tabs .nav li:last-child {
	margin: 0;
}

.full-tabs .nav li a {
	height: 50px;
	line-height: 50px;
	color: #444;
	text-decoration: none;
}

.full-tabs .nav li a:hover {
	text-decoration: underline;
}

.alert {
	padding: 20px;
	margin-bottom: 20px;
	color: #fff;
}

.alert span {
	font-weight: bold;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.page-header {
	margin-bottom: 40px;
}

.page-header h1 {
	font-size: 48px;
	font-weight: bold;
	color: #ddd;
	display: inline;
	float: left;
}

.page-header h1 span:not(:first-child) {
	font-size: 48px;
	color: #ddd;
}

.page-header h1 span:last-child {
	font-size: 48px;
	color: #bbb;
}

.header-product-versions {
	margin-top: 40px;
	margin-bottom: 40px;
}

.header-product-versions h2 {
	font-size: 38px;
	font-weight: bold;
	color: #bbb;
	display: inline;
	float: left;
}

.page-header .btns {
	float: right;
	height: 48px;
	line-height: 48px;
}

.header-product-versions .btns {
	height: 38px;
	line-height: 38px;
}

.page-header .btns .btn {
	margin-right: 1px;
}

.page-header .btns .btn:last-child {
	margin-right: 0;
}

.btn {
	margin-right: 1px;
}

.btn:last-child {
	margin-right: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    overflow-x: scroll;
}

table, td, th { 
	border: 1px solid #e5e5e5;
}

table img {
	border: 1px solid #e5e5e5;
}

th, td {
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

th {
	background: #fbfbfb;
}

td {
	background: #fff;
}

tr:hover {
	background: #fbfbfb;
}

tr:hover td {
    background: transparent;
}

.form-product .info:last-child {
	margin-bottom: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 38px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 4px;
  bottom: 4px;
  background: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background: #4CAF50;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4CAF50;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 38px;
}

.slider.round:before {
  border-radius: 50%;
}

.form-box .footer {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
}

.form-login .footer {
    margin-top: 30px;
}

.form-product .footer {
    margin-top: 60px;
}

.form-search {
	margin-bottom: 20px;
}

.error-not-found {
	position: absolute;
	width: 100%;
	display: table;
	text-align: center;
	float: left;
	width: calc(100% - 240px);
	margin: 20px;
	margin-left: 220px;
	height: calc(100% - 40px);
}

.error-not-found .msg {
	vertical-align: middle;
	display: table-cell;
}

.error-not-found h1 {
	font-size: 48px;
	font-weight: bold;
	color: #ddd;
}

.error-not-found h1 span {
    font-size: 48px;
    color: #bbb;
}

.error-not-found a {
	margin-top: 20px;
}

.group-btns-vertical a, .group-btns-vertical button {
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	border-radius: 0;
}

.group-btns-horizontal li {
	display: inline;
	margin-right: 1px;
}

.group-btns-vertical li:first-child a, .group-btns-vertical li:first-child button {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.group-btns-vertical li:last-child a, .group-btns-vertical li:last-child button {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    width: 800px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.modal-header {
    padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.modal-header h1 {
    display: inline;
    float: left;
    text-transform: uppercase;
}

.modal-footer {
	margin-top: 30px;
	border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    text-align: center;
}

#back-to-top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background: #fff;
	color: #444;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.alert ul {
	margin-top: 20px;
}

.alert ul li {
	margin-bottom: 5px;
}

.alert ul li:last-child {
	margin-bottom: 0;
}

.sort li {
	display: block;
	width: 100%;
	margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.sort li:last-child {
	margin-bottom: 0;
}

.sort li:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.sort li img {
	float: left;
	margin-right: 10px;
	border-radius: 2px;
}

.sort li div {
	float: left;
	line-height: 100px;
}

.sort-list {
	max-width: 600px;
	margin: 0 auto;
}

.sort-list i {
	color: #ccc;
	margin-right: 10px;
	float: left;
}

.sort-list .sort-img {
	line-height: 100px;
}

.dropzone.dz-clickable {
}

.dropzone.dz-clickable {
    cursor: pointer;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: white;
    box-sizing: border-box;
}

.form-box .form-field {
	margin-bottom: 15px;
}

.form-versions {
	margin-bottom: 30px;
}

.form-versions:last-child {
	margin-bottom: 0;
}

.map-card {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
    background: #333;
    color: #fff;
}

.map-card-category {
	margin-left: 100px;
	width: calc(100% - 100px);
	background: #595959;
}

.map-card-type {
	margin-left: 200px;
	width: calc(100% - 200px);
	background: #737373;
}

.map-card div {
	width: 50%;
	float: left;
}

.map-card div:first-child {
	line-height: 38px;
}

.map-card div:last-child {
	text-align: right;
}

.btn-collection {
	background: #fff;
	color: #333;
}

.btn-category {
	background: #fff;
	color: #404040;
}

.btn-type {
	background: #fff;
	color: #737373;
}

.btn-product {
	background: #fff;
	color: #8c8c8c;
}

.map-card-product {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 10px;
	margin-left: 300px;
	width: calc(100% - 300px);
	background: #8c8c8c;
	color: #fff;
}

.map-card-product .col-left, .map-card-product .col-right {
	float: left;
}

.map-card-product .col-left {
	width: calc(100% - 200px);
}

.map-card-product .col-right {
	width: 200px;
}

.map-card-product .col-left img {
	border-radius: 2px;
}

.map-card-product .col-left img, .map-card-product .col-left div {
	float: left;
	line-height: 75px;
}

.map-card-product .col-left div {
	margin-left: 10px;
}

.map-card-product .col-right {
	text-align: right;
	line-height: 75px;
}

.container-home {
	max-width: 800px;
	margin: 0 auto;
}

#image_preview {
	display: inline-block;
	background: #ddd;
}

#previewing {
	display: block;
	padding: 10px;
}

#message-img {
	margin: 10px 0;
	color: #f44336;
}

.main-container {
	float: left;
	width: calc(100% - 240px);
	margin: 20px;
	margin-left: 220px;
	margin-top: 96px;
}

.main-container-full {
	float: left;
	width: calc(100% - 40px);
	margin: 20px;
	margin-top: 96px;
}

.main-container-login {
	width: 100%;
	margin-top: 40px;
}

.side-bar {
	width: 200px;
	float: left;
	background: #fff;
	height: 100%;
	position: fixed;
	margin-top: 56px;
}

.side-bar-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
}

.side-bar-nav ul li {
    background-color: #ddd;
}

.side-bar-nav ul .sub {
    background-color: #e7e7e7;
}

.side-bar-nav ul li a {
    display: block;
    color: #000;
	padding: 10px 20px 11px;
    text-decoration: none;
}

.side-bar-nav ul .sub a {
    padding-left: 30px;
}

.side-bar-nav ul li a.active {
	background: #333;
	color: #ddd;
}

.side-bar-nav ul li a:hover:not(.active) {
	background: #333;
	color: #ddd;
}

table select {
	height: 38px;
}

.form-3d-file {
	margin-top: 20px;
}

.form-field:last-child {
	margin-bottom: 0;
}

.pre-label {
	margin-bottom: 15px;
	text-align: left;
}

.pre-label:last-child {
	margin: 0;
}

.label {
    vertical-align: middle;
    line-height: 17px;
    border: none;
    outline: none;
    border-radius: 4px;
    text-align: left;
	background: #e7e7e7;
	color: #444;
	width: auto;
	padding: 5px;
}

.title-label {
    vertical-align: middle;
    line-height: 17px;
    border: none;
    outline: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: left;
	background: #e7e7e7;
	color: #444;
	width: auto;
	padding: 5px;
}

.label-link {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.collection-bg {
	background: #333;
	color: #fff;
}

.category-bg {
    background: #595959;
    color: #fff;
}

.type-bg {
    background: #737373;
    color: #fff;
}

.accordion {
    background: #e7e7e7;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    color: #444;
}

.active, .accordion:hover {
    background: #0b7dda;
    color: #fff;
}

.panel {
    padding: 0 20px;
    border: 1px solid #e4e4e4;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.m-t-20 {
	margin-top: 20px;
}

@media all and (max-width: 495px) {
	.form-box {
		margin: 20px;
	}
}