.float-r { float: right; }
.float-l { float: left; }
.margin-no { margin: 0 !important}
.padding-no { padding: 0 !important}

.p-l-0 {padding-left: 0}
.p-r-0 {padding-right: 0}
.p-t-10 {padding-right: 0}
.p-tb-10 {padding-top: 10px; padding-bottom: 10px}

.font-open {
	font-family: 'Open Sans', sans-serif;
}

.font-roboto {
	font-family: "Roboto", sans-serif;
}

.fw-100 { font-weight: 100; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }

.mainbox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0px;
}

/*---------------------
 *		NAVBAR
 *-------------------*/

.nav-header {
	padding: 6px;
  background: #2D3233;
	max-height: 50px !important;
	overflow-y: hidden;
}

.navbar-default .nav > li.active {
    border-left: 4px solid #449901;
    background: #2D3233;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: #3E4142;
    color: white;
}

.mini-navbar .nav-second-level {
    background-color: #2D3233;
    padding: 10px 0;
}

body.mini-navbar .nav-header {
	padding: 5px;
	background: #2D3233;
}

.navbar-header .btn-black {
    color: white;
    background-color: #3E4142;
}


.product-head .col-md-3 {
    padding-right: 0px;
    padding-left: 5px;
}

.product-head .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.product-price-input .col-md-4 {
    padding-right: 0px;
    padding-left: 5px;
}

.product-price-input .col-md-4:first-child {
    padding-left: 0px;
}

label {
    font-weight: 600;
}

.nav-second-level li:last-child {
    margin-bottom: 0px;
}


.logo-element {
	padding: 7.5px 0;
}
.logo-element-full {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
		padding: 0.5px 0;
}

.profile-element img {
	width: 40px;
	display: inline;
}

.profile-element .username {
	color: rgb(88, 102, 110);
}


.profile-menu {
	padding: 3px 0;
	cursor: pointer;
}

.profile-menu img {
	width: 40px;
	display: inline;
}

.profile-menu .username {
	color: #a7b1c2;
}

.profile-menu .username .font-bold {
	font-weight: 400;
}


body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
    width: 190px;
}

body.body-small.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 190px;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
    width: 190px;
}

.sidebard-panel {
  /*width: 190px;*/
  height: calc(100% - 89px);
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0 0 0 190px;
    }
    .navbar-static-side {
        width: 190px;
    }
}



.clear {
	clear: both;
}

.white-bg-2 {
	background-color: #FFFFFF;
	box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
	color: #000;
}

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


.nopadding {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;
}

.ibox-content {
    background-color: rgba(0,0,0,0);
    border: none !important;
}

.form-group small {
    color: #B7B7B7;
}


.table-hover > tbody > tr {
    background-color: rgba(0, 0, 0, 0);;
}

.table-hover > tbody > tr:hover {
    background-color: #e9e9e9;
}


tbody tr.newBrand {
	font-weight: 700;
	background-color:#E1E3E5
}

tbody tr.newBrand:hover { background: #E1E3E5 }

.note-editor {
    background-color: #FFFFFF;
	border: 1px solid #e5e6e7;
}

.note-editor .note-editable {
    min-height: 250px;
}

.delete-row {
	display: none;
}

.table-hover > tbody > tr:hover .delete-row {
	display: inherit;
}

.delete

.required {
	color: #c50000;
	font-style: italic;
}

.checkbox {
    padding-left: 0px;
    margin-left: 0px;
}

.checkbox label {
    padding-left: 25px;
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
    background-color: #449901;
    border-color: #449901;
}

.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
	background-color: #409000;
    border-color: #409000;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
    background-color: #449901;
    border-color: #449901;
}

.btn-success {
    background-color: #449900;
    border-color: #449900;
}

.btn-xs {
    font-size: 11px;
}

.status-pale {
	opacity: .8;
}

.status-success {
    color: #449900;
}

.status-danger {
	color: #EE0322;
}

.inmodal .modal-header {
	padding: 10px 10px;
}

.form-ctrl {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
}

.label-light-gray {
    background-color: #e9e9e9;
}


div.tooltip-inner {
    max-width: 400px !important;
}


.note-group-select-from-files {
  display: none;
}

canvas {
  height: 200px;
  width: auto;
}

.product-imitation {
    padding: 0px !important;
  overflow: hidden;
}

.product-desc {
    padding: 10px;
}

.product-price {
    top: -28px;
    font-size: 13px;
    padding: 3px;
}

.image-progress {
    max-height: 5px;
    margin-bottom: 5px;
}

.progress {
    background-color: #D4D4D4;
}

.progress-bar {
    background-color: #449901;
}

.only-image-progress {
		border-radius: 0;
		margin-bottom: 0;
		max-height: 2px;
}

.btn-remove {
	color: #ED5565;
}

.btn-remove:hover {
	color: #EC4758;
}


.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #449901;
    border-color: #449901;
}


.property-list li {
    display: inline;
}

.property-list span li:before {
    content: ', ';
}

.property-list span:first-child li:before {
    content: '';
}



.file-box-header {
    background-color: #ffffff;
    border: 1px solid #e7eaec;
    padding: 20px;
}

.file-box-title {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0 !important;
	font-weight: 400;
}


.file-drop-area {
	border: 4px dashed #b4b9be;
}

.file-drop-area-hover {
	border: 4px dashed #449901;
}

.file-box .full-width {
	width: 100% !important;
	height: auto;
}

.file-box .full-height {
	height: 100% !important;
	width: auto;
}

.file-box .corner {
	visibility: hidden;
	bottom: auto;
	top: 0em;
	border: 1em solid transparent;
	border-right: 1em solid #449901;
	border-top: 1em solid #449901;
	border-bottom: auto;
}

.file-box .SelectedImage .corner
{
	color: #f1f1f1;
}

.file-box .SelectedImage .corner {
	visibility: visible;
}

.file-box .corner i {
	margin-top: -0.8em;
  position: absolute;
}

.SelectedImage {
	opacity: .9;
	border: 1px solid #449901;
}




/* DASHBOARD */
.start-dashboard .list-group-item span.label {
    margin-right: 10px;
}

.panel {
	border: 0;
	border-radius: 0;
	margin-top: -5px;
}

.panel-heading {
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.border-top {
	border-top: 1px solid #e7eaec;
}

.message-topics i {
    margin-right: 3px;
    color: #3d4d5d;
}
.message-topics .text-navy {
    color: #449901;
}
.message-topics .text-primary {
    color: #1c84c6;
}
.message-topics .text-info {
    color: #23c6c8;
}
.message-topics .text-danger {
    color: #EF5352;
}
.message-topics .text-warning {
    color: #ff921b;
}
.message-topics .text-light-gray {
    color: #848484;
}
.category-list li a .text-light-gray {
    color: #848484;
}

ul.clear-list li:first-child {
    border-top: none !important;
}

.hr {
	border-bottom: 1px solid #ccc;
  margin: 15px 0;
}
