html, body {
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-family: "Montserrat", "Open Sans", Helvetica, Arial, sans-serif;*/
    font-family: "Open Sans","BPG Ingiri Arial",Roboto,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #444;
    min-height: 100%;
}

h1 {
	font-size: 26px;
    color: rgba(0,0,0,0.7);
	line-height: 32px;
	font-weight: 700;
    letter-spacing: 0px;
	margin: 0;
}

h3 {
    padding: 0 0 16px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    text-shadow: none;
}

a:hover {
	text-decoration: none;
}


.noborder {border: 0 !important;}
.nomargin {margin: 0 !important;}

/*logo and header*/
.logo {
    width: 220px;
    padding: 0px;
}
.logo a {
    font-size: 16px;
	display: block;
    float: none !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px 20px;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    overflow: hidden;
    white-space: nowrap;
    opacity: 1;
}
.logo a:hover {
    opacity: 0.7;
}
.logo img {
    opacity: 1;
    margin-top: -8px;
}
.logo img:hover, .logo.active a img {
    opacity: 1;
}

.customer-info {
    position: relative;
    top: 0;
    left: 0px;
    color: #000;
    font-size: 11px;
    cursor: pointer;
    width: 100%;
    padding: 0px 15px;
    height: 64px;
    line-height: 64px;
}
.customer-info div {
    height: 24px;
    line-height: 14px;
    display: block;
    margin: 40px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
}
.customer-info div small {
    display: block;
    height: 15px;
    font-size: 9px;
}
/*.customer-info i {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 64px;
}*/
.customer-menu {
    display: none;
    position: absolute;
    left: 20px;
    top: 50px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    min-width: 170px;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.4) !important;
    z-index: 400;
}
.customer-menu li {

}
.customer-menu li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 700;
}
.customer-menu li a:hover {
    background-color: rgba(0,0,0, 0.05);
}


.language-section {
    position: relative;
}
.language {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin: 30px 0;
    text-transform: uppercase;
    color: rgba(0,0,0, 0.3);
    font-weight: 700;
    font-size: 12px;
}
.languages-menu {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 60px;
    margin-left: -30px;
    box-shadow: 0px 0px 10px rgba(0,0,0, 0.4) !important;
    z-index: 400;
}
.languages-menu li {

}
.languages-menu li a {
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 700;
    text-align: center;
}
.languages-menu li a:hover {
    background-color: rgba(0,0,0, 0.05);
}





#loader {
    top: 20px;
}



header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 30px;
    transition: all 100ms ease 0s;
}

header.styled {
    padding: 0px;
    border-bottom: 1px solid #eee;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
    display: none;
}

header.styled.ecommerce {

}
header.sticky {
    position: fixed;
    top: -50px;
}

header .mel-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}



.head {
    height: 60px;
    line-height: 60px;
    width: 220px;
}


.loggedin {
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
}
.loggedin:hover {
    background-color: #f5f5f5;
}
.loggedin-thumb {
    border-radius: 50%;
    overflow: hidden;
    height: 45px;
    width: 45px;
    text-align: center;
}
.loggedin-thumb i {
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 200%;
    color: #ccc;
}
.loggedin-info {
    padding: 0px 0 0 10px;
    width: 75%;
}
.loggedin-info .loggedin-fullname {
    width: 140px;
    overflow: hidden;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.loggedin i.toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: all .25s;
}
.loggedin.active i.toggle {
    transform: rotate(90deg);
}
.loggedin .sidebar-menu {
    padding: 0;
}
.loggedin .sidebar-menu li a {
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.loggedin .sidebar-menu li a:hover {
    opacity: 0.7;
}


.back_block {
    position: absolute;
    width: calc(100%);
    left: 0px;
    height: 64px;
    line-height: 64px;
    text-align: left;
    padding: 0px 20px;
    text-align: left;
}
.back_block a {
    font-size: 13px;
    font-weight: 100;
    color: rgba(0,0,0,0.6);
}
.back_block a:hover {
    color: #000 !important;
}




.title {
    position: absolute;
    left: 0px;
    top: 60px;
    width: calc(100%);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0px 20px;
    text-align: left;
    transition: all 200ms ease 0s;
}
.title h1 {
    margin: 0 !important;
    padding: 0px;
    line-height: 64px;
    font-size: 20px !important;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.title a {
    color: rgba(0,0,0,0.7);
}
.title a:hover {
    color: #000 !important;
}
.titleContent {
    display: none;
    position: absolute;
    top: 64px;
    background-color: #fff;
    padding: 20px 50px;
    margin: 0 ;
    width: 100%;
    box-shadow: 0px 2px 2px rgba(0,0,0, 0.2) !important;
    text-align: center;
}


.buttons {
    position: absolute;
    right: 20px;
    height: 64px;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
.buttons button {
    margin: 0 0 0 5px !important;
}
.buttons a {
    margin: 0 0 0 5px !important;
}
.buttonHTML {
    display: none;
}

.search {
    position: absolute;
    left: 150px;
    height: 64px;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
.searchForm {
    display: none;
}




.header-inner {
    padding: 0;
}



section {
    padding: 20px 0;
}

section.extended {
    height: 100%;
}
section.section-pos {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: calc(100% - 64px);
    padding: 0;
}
section.section-pos .inner {
    height: 100%;
}
section.section-pos .mel-panel {
    margin: 0;
}



/*wrapper */
.wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0 0 0px 0;
    min-height: 100%;

    transition: all 200ms ease 0s;
}

.container {
    margin-left: 220px;
    background-color: #eee;
    padding: 0 0 300px 0;
}

sidebar::-webkit-scrollbar {
    width: 0px;
    cursor: pointer;
}
sidebar::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}
sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
}
sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.2);
}

sidebar {
    position: fixed !important;
    top: 0px;
    left: -300px;
    width: 300px;
    height: calc(100%);
    z-index: 200;
    overflow: auto;
    padding: 150px 0 200px 0;
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    transition: all 400ms ease 0s;
}

sidebar.second {
    left: 140px;
    background-color: rgba(48,48,48, 0.01);
}

body.collapsed sidebar {
    width: 70px;
    padding: 10px 10px;
    border: 0;
    overflow: auto;
}
body.collapsed sidebar .main-menu li a:hover {
    position: relative;
}
body.collapsed sidebar .main-menu li .list-title {
    display: none;
}
body.collapsed sidebar .main-menu li .list-heading {
    text-indent: -99999px;
}

body.collapsed sidebar .customer-info {
    display: none;
}


body.collapsed .wrapper {
    left: 0px;
}
body.collapsed header {
    left: 0px;
    width: calc(100% - 0px);
}

body.collapsed .title {
    left: 0px;
}






.main-menu {
    position: absolute;
    left: 100px;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}
.main-menu li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
}
.main-menu .list-heading {
    font-size: 10px;
    padding: 0 15px;
    margin: 30px 0 10px 0;
    color: rgba(0,0,0, 0.4);
    text-transform: uppercase;
    text-align: center;
}
.main-menu li a {
    font-size: 14px;
    display: block;
    float: none !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    transition: all 200ms ease 0s;

    overflow: hidden;
    white-space: nowrap;
    opacity: 1;
}
.main-menu li a:hover, .main-menu li.active a {
    opacity: 0.7;
}

.main-menu li a .list-icon i {
    display: none;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

/*.main-menu li ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    min-width: auto;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.main-menu li ul.active {
    display: block;
}*/
.main-menu ul li {
    float: none;
}
.main-menu ul li a {
    line-height: 60px;
    padding: 0 30px;
}
.main-menu i {
    font-weight: 900;
    transition: all .25s;
    width: 18px;
}
.main-menu li.active i {
    transform: rotate(-180deg);
}

.main-menu.user-menu {
    right: 20px;
    left: auto;
}




.sub-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 31px;
    margin: 0;
    padding: 0px 50px;
    list-style: none;
    min-width: auto;
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.sub-menu.active {
    display: block;
}
.sub-menu li {
    display: inline-block;
}
.sub-menu li a {
    color: rgba(0,0,0, 0.6);
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    overflow: hidden;
    white-space: nowrap;
}
.sub-menu li a:hover, .sub-menu li.active a {
    color: rgba(0,0,0, 1);
}



.topbar {
    z-index: 90;
    width: 100%;
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    margin: 0;
    background-color: rgb(31, 50, 64);
    border-top: 0px solid #ddd;
    transition: all 200ms ease 0s;
}
.topbar.scrolled {
    top: 0;
}
.topbar h1 {
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    height: 80px;
    color: #fafafa;
    line-height: 80px;
}
.topbar .mel-container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}


.main-tabs-menu {
    position: relative;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-tabs-menu li {
    float: left;
}
.main-tabs-menu li a {
    height: 60px;
    line-height: 60px;
    opacity: 1 !important;
    padding: 0;
}




.bottom-menu {
    position: absolute;
    width: 100%;
    bottom: 20px;
}


.footer {
	height: 100px;
}

.no-margin {
	margin: 0 !important;
}


/*heading*/
#heading {
    background-color: #fdfdfd;
    height: 60px;
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
#heading * {
    line-height: 60px;
}



/*mels*/
.mel-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 10px 30px;
}







.mel-panel {
    background-color: rgba(255,255,255, 0);
    border-radius: 4px;
    padding: 0px;
    overflow: hidden;
    margin: 0px 0 10px 0px;
    border: 0;
    border-bottom: 0px solid #f5f5f5;
    overflow: visible;
}
.mel-panel .inside {
    padding: 10px 0;
}
.mel-panel .inside2 {
    padding: 20px;
}
.mel-panel h3 {
    padding: 0 0 7px 0;
    margin: 40px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: none;
    border-bottom: 1px solid #ddd;
}
.mel-panel-heading {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.mel-panel-heading2 {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 0 0;
}
.mel-panel-heading2 h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.mel-panel-heading2 a {
    display: inline-block;
    line-height: 32px;
}

.mel-panel-heading .mel-form {

}
.mel-panel-heading input {
    height: 50px !important;
    border-radius: 0px 0px 0px 4px !important;
    border-color: #ddd !important;
    border-top: 0 !important;
    border-right: 0 !important;
}
.mel-panel-body {
    padding: 0;
}
.mel-panel-footer {
    background-color: transparent;
    border: 0;
    padding: 0;
}
.mel-panel-footer a {
    height: 60px;
    line-height: 60px;
    font-size: 24px !important;
    border-radius: 0 !important;
}




.mel-panel.closable {
    background-color: #fff;
    margin-bottom: 30px;
}
.mel-panel.closable h3 {
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
}




.mel-form {
    margin: 0;
}
.mel-form .mel-form-inline {
    margin: 0px 5px 0 0;
}
.mel-form input {
    height: 34px;
    font-size: 14px !important;
    border-radius: 3px !important;
    border: 1px solid #ccc !important;
    border-top: 1px solid #bbb !important;
    padding: 1px 8px;
}
.mel-form textarea {
    border: 1px solid #ccc !important;
    padding: 4px 8px !important;
}
.mel-form textarea:focus {
    border: 1px solid #000 !important;
}
.mel-form select {
    border: 1px solid #ccc !important;
    padding: 4px 8px !important;
    cursor: pointer;
}
.mel-form select:focus {
    border: 1px solid #000 !important;
}
.mel-form input:focus {
    /*box-shadow: 0 0px 1px 0 rgba(0,0,0,0.34),0 3px 1px -3px rgba(0,0,0,0.32),0 1px 2px 0 rgba(0,0,0,0.3) !important;*/
    border: 1px solid #000 !important;
}
.mel-form-row {
    margin-top: 10px;
}
.mel-form label {
    font-weight: 400;
    padding: 0px 10px 5px 0;
}

.mel-form.mel-form-small input {
    height: 28px;
    line-height: 28px;
    font-size: 13px !important;
    border-radius: 2px !important;
    border: 1px solid #ccc !important;
    padding: 0px 5px;
}
.mel-form.mel-form-small select {
    height: 28px;
    line-height: 28px;
    font-size: 13px !important;
    border: 1px solid #ccc !important;
    padding: 0px 8px !important;
    cursor: pointer;
}

.mel-form.mel-form-big input {
    height: 42px;
    line-height: 42px;
    font-size: 13px !important;
    border-radius: 5px !important;
    border: 1px solid #e8e8e8 !important;
    padding: 0px 12px;
    transition: all .3s linear;
}
.mel-form.mel-form-big input:focus {
    border-color: #999 !important;
}
.mel-form.mel-form-big select {
    height: 42px;
    line-height: 42px;
    font-size: 13px !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 5px !important;
    padding: 0px 8px !important;
    cursor: pointer;
    transition: all .3s linear;
}
.mel-form.mel-form-big select:focus {
    border-color: #999 !important;
}
.mel-form.mel-form-big button {
    height: 42px;
    line-height: 42px;
}
.mel-form.mel-form-big .mel-form-icon i {
    margin-top: 13px !important;
}



.form-add {
    width: 800px;
}

.form-add label {
    text-align: left;
    font-weight: 700;
}


.mel-alert {
    position: relative;
    top: 0;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0px 1px 2px #ccc;
}



.mel-panel .mel-table {
    margin: 0px;
    border: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
}
.mel-panel .mel-table tr {
    border-bottom: 1px solid #f5f5f5;
}
.mel-panel .mel-table th {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px 7px 16px;
    border: 0;
    border-bottom: 1px solid #f5f5f5;
}
.mel-panel .mel-table td {
    padding: 7px 16px;
    vertical-align: middle;
}
.mel-panel .mel-table tr:first-child {
    border: 0 !important;
}
.mel-panel .mel-table tr:last-child {
    border: 0;
}

.mel-panel .mel-table tr td:last-child {
    padding-right: 30px;
}
.mel-panel .mel-table tr th:first-child {

}
.mel-panel .mel-table tr th:last-child {

}
.mel-panel .mel-table tr td {
    background: rgba(255,255,255, 0.3);
}

.mel-table.mel-table-vertical tr td:first-child {
    padding-left: 0;
}



.mel-table-tabs li {
    border-bottom: 1px solid #eee;
}
.mel-table-tabs li a {
    display: inline-block;
    padding: 10px 16px;
    background-color: #fff;
    color: #444;
    border-radius: 3px 3px 0 0;
    opacity: 0.8;
}
.mel-table-tabs li a:hover, .mel-table-tabs li.active a {
    background-color: #fff;
    font-weight: bold;
    color: #000;
    opacity: 1;
}
.mel-table-tabs li button {
    cursor: pointer;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    display: inline-block;
    padding: 10px 16px;
    background-color: #fff;
    color: #444;
    border-radius: 3px 3px 0 0;
}
.mel-table-tabs li button:hover, .mel-table-tabs li.active button {
    background-color: #f9f9f9;
}


.mel-panel .mel-form {
    padding: 0px;
    margin: 10px 0;
}


.mel-table {
    margin: 10px 0;
}
.mel-table tr {
    cursor: pointer;
}
.mel-table th {
    color: #444;
    font-size: 15px;
    text-shadow: none;
    background: rgba(255,255,255, 0.0) !important;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 15px;
    font-weight: 700;
}
.mel-table tr:not(:first-child):hover {
    background: rgba(0,0,0, 0.05) !important;
}
.mel-table td {
    color: #444;
    padding: 7px 15px;
}




.mel-pagination-container {
    padding: 16px 30px;
}




.mel-dropdown ul {
    font-size: 16px;
}
.mel-dropdown li {
    border-top: 1px solid #f9f9f9 !important;
}

.mel-breadcrumb {
    border: 0;
    margin: 5px 0px 20px 0;
    padding: 0;
}
.mel-breadcrumb i {
    font-size: 15px;
}
.mel-breadcrumb > li {
    padding: 0 10px;
    position: relative;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
}
.mel-breadcrumb > li:first-child {
    padding-left: 0px;
}
.mel-breadcrumb > li + li:before {
    content: "";
    padding: 0;
}
.mel-breadcrumb > li:after {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    content: "»";
    display: block;
    width: 2px;
    transform: none;
    padding: 0;
}
.mel-breadcrumb > li:last-child:after {
    content: "";
}
.mel-breadcrumb > li a {
}
.mel-list-inline {
    margin: 0;
}
.mel-list-inline li {
	margin: 0;
}

.mel-button {
    height: 34px;
    line-height: 32px;
    min-width: 44px;
    padding: 0 16px;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    text-shadow: none;

    border: 0;

    background-image: none;

    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.14),0 3px 1px -3px rgba(0,0,0,0.12),0 1px 1px 0px rgba(0,0,0,0.2) !important;
}
.mel-button i {
	margin: 0 5px 0 0;
	width: 15px;
    font-weight: 100;
    font-size: 14px;
}

.mel-button-large {
    font-size: 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    height: 38px;
    line-height: 36px;
    min-height: 38px;
    border-radius: 4px !important;
    padding: 0 25px !important;
}
.mel-button-small {
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    height: 28px;
    line-height: 28px;
    min-height: 24px;
    border-radius: 2px !important;
    padding: 0 15px !important;
}

.mel-button-primary {
    background-color: #3273dc;
}
.mel-button-success {
    background-color: #22c65b;
}
.mel-button-danger {
    background-color: #ff3860;
}
.mel-button-info {
    color: rgba(0,0,0,0.7) !important;
    background-color: #ffdd57;
}
.mel-button-yellow {
    background-color: #fcdb00;
    border: 0;
    text-shadow: none;
    color: #212121;
}
.mel-button-add {
    color: rgba(0,0,0,0.7) !important;
    background-color: #cbd6e2;
    border: 1px solid rgba(80, 110, 145, 0.32);
    box-shadow: 0 0px 1px 0 rgba(0,0,0,0.14),0 3px 1px -3px rgba(0,0,0,0.12),0 1px 1px 0px rgba(0,0,0,0.2) !important;
}

/*mel-nav*/
.mel-nav li a {
    padding: 2px 0;
    color: #444;
}





.mel-badge {
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: initial;
    color: #444;
    border-radius: 3px;
    background-color: #ddd;
    padding: 0.28571rem 0.57143rem;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.mel-badge-primary {
    color: #fff !important;
    background-color: #298eea !important;
}

.mel-badge-danger {
    color: #a02622 !important;
    background-color: #f4cecd !important;
}

.mel-badge-success {
    color: #175f42 !important;
    background-color: #cef3e4 !important;
}
.mel-badge-warning {
    color: #706434;
    background-color: #ffe477;
}



.mel-pagination-container {
    margin-top: 15px;
}


/*applications*/
.applications {
	display: block;
	margin: 2px -10px;
}
.applications li {
    float: left;
}
.applications li a {
    border-radius: 3px;
    display: block;
    width: 130px;
    height: 120px;
    margin: 5px;
    text-align: center;
    padding: 15px 10px;
	color: #333;
    /*text-shadow: 0px 1px 2px rgba(0,0,0,0.8);*/
}
.applications li .icon {
    background-color: rgba(0,0,0,0.015);
	height: 100px;
	font-size: 26px;
	line-height: 100px;
    margin: 0 0 10px 0;
    border-radius: 20px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}
.applications li .icon i {
	margin: 0;
}
.applications li .title {
	height: 40px;
	overflow: hidden;
	line-height: 15px;
	font-size: 14px;
}




/*files*/
.files {
	margin: 0 -10px;
	padding: 0;
    overflow: hidden;
}
.files li {
    position: relative;
	margin: 4px;
	float: left;
}
.files li a {
	height: 100px;
	width: 100px;
	margin: 0;
	padding: 0;
    border: 0;
    opacity: 1;
    transition: all .25s;
}
.files li a:hover {
    border: 0;
    opacity: 0.8;
}
.files li .mel-thumbnail-caption {
    width: 100px;
    padding: 0;
    margin: 5px 0 0 0;
    height: 40px;
    text-align: center;
}
.files li i {
	font-size: 44px;
	line-height: 89px;
	margin: 0;
}
.files .mel-thumbnail-checkbox {
	display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    left: auto;
}





/*nav-user*/
.nav-user li {
    position: relative !important;
}
.nav-user ul {
	margin: 0;
	padding:0;
	display: none;
    position: absolute;
    background: white;
    border-radius: 3px;
    text-align: left;
    line-height: 1rem;
    top: 64px;
    box-sizing: border-box;
    z-index: 10502;
}
.nav-user li:last-child ul {
    right: 2px;
}
.nav-user ul li {
    display: block;
	margin: 0;
}
.nav-user > li > a {
    float: none !important;
	height: 64px;
	line-height: 64px;
	margin: 0 2px;
    padding: 0 16px;
	display: block;
    font-weight: 700;
	border-radius: 3px;
    border-radius: 0;
    transition: all 100ms ease 0s;
}
.nav-user > li:hover > a {
    color: #000;
    background-color: #fff;
}
.nav-user > li > a > i {
	margin: 0;
}
.nav-user li:hover > ul {
    display: block;
}


/*search*/
.search-form input {
	border-radius: 3px !important;
}

/*modal*/
.modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 100%;
    opacity: 0;
    z-index: 6000;
}
.overlay .modal-overlay {
    opacity: 1;
    left: 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: -9999;
}
.modal .modal-body {
    background: #ffffff;
    opacity: 0;
    padding: 0px;
    margin: 50px 0px 0 0;
    position: relative;
    width: 860px;
    margin-left: -430px;
    height: 540px;
}
.modal.visible, .modal.transitioning {
    z-index: 9999;
}
.modal.visible .modal-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.modal .modal-exit {
    cursor: pointer;
    display: block;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #777;
    z-index: 700;
    font-size: 18px;
    font-weight: 100;
}
.modal .modal-content {
    height: 100%;
    position: relative;
}

.modal-content h3 {
    padding: 0px 20px;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.modal-content h1 {
    padding: 0px 0 0 0px;
    margin: 0 !important;
    height: 50px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 50px !important;
    letter-spacing: 0px !important;
}

.modal-heading {
    padding: 0px 20px;
    border-bottom: 1px solid #f5f5f5;
    background-color: #fff;
    height: 60px;
    line-height: 60px;
}
.modal-heading .mel-breadcrumb {
    margin: 0;
}
.modal-inner {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    overflow: auto;
}
.modal-inner2 {
    position: absolute;
    top: 50px;
    left: 0;
    bottom: 0;
    padding: 20px;
    overflow: auto;
    width: 100%;
}
.modal .modal-inside {
    padding: 20px 10px;
}
.modal-content .mel-panel h3 {
    padding: 0;
}


/*multiselect*/
.multiSelect {
    margin: 0;
}
.multiSelect ul {
    margin: 0 15px;
}
.multiSelect li label {
	width: auto;
    display: block;
    float: none;
    text-align: left;
    font-weight: 400;
    height: 25px;
}



/*list as table*/
.treeTable {
	margin: 20px 0;
    list-style: none;
}
.treeTable ul {
    list-style: none;
    margin: 5px 0px;
}
.cell-heading {
    padding: 15px 10px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    color: #444;
}
.cell-title {
    border-radius: 3px;
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    margin: 0 0 5px 0;
}

/*mce*/
.mce-panel {
	border-color: #ddd !important;
}
body.mce-content-body {
    font-size: 14px !important;
}




/*quickdash*/
.quickDash {
    display: none;
    position: absolute;
    top: 40px;
    left: 2px;
    width: 100%;
    padding: 70px 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 100;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.03);
}
.quickDash ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}
.quickDash ul li a {
    display: inline;
    border: 0;
    margin: 0;
    padding: 0;
}
#quickDashLauncher:hover > .quickDash {
    display: block;
}




/*images-list*/
#images-list .images-list-item:first-child {
    width: 120px;
    height: 120px;

    background-color: #f5f5f5;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
#images-list .images-list-item:first-child a.mel-thumbnail {
    width: 120px;
    height: 120px;
}
#images-list .images-list-item:first-child a.mel-thumbnail img {
    width: 120px;
    height: 120px;
    max-height: 120px;
}

.images-list-item {
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    margin: 0 5px 10px 0;
}





/*flag*/
.flag.mel-dropdown ul {
    bottom: 0 !important;
    top: auto;
}
li.flag a img {
    margin-top: -2px;
    height: 15px;
}



.ui-datepicker .ui-datepicker-title select {
    color: #111;
}

.ui-menu-item {
    cursor: pointer;
}



.thumb {
    text-align: center;
    color: #ccc;
}
.thumb img {
    height: 50px;
    width: auto;
}

.notifications {
}
.notifications table.mel-table tr th {
    font-size: 18px;
    padding: 10px;
}
.notifications table.mel-table tr td {
    position: relative;
    font-size: 14px;
    padding: 10px;
}
.notifications table.mel-table tr td i {
    font-size: 24px;
    width: 20px;
    margin: 0 auto;
}
.notifications table.mel-table tr td h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px 0;
}
.notifications .mel-button {
    position: absolute;
    right: 10px;
    top: 12px;
}





.empty {
    text-align: center;
    padding: 25px;
    color: #666;
}



#selectedCategories {
    margin: 0;
    padding: 0;
    list-style: none;
}
#selectedCategories li {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
}
#selectedCategories li a {
    position: absolute;
    right: 5px;
    top: 5px;
}




#selectedVariants {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
#selectedVariants li {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}
#selectedVariants li a {
    position: absolute;
    right: 15px;
    top: 12px;
}



.mel-meter { 
    height: 10px;  /* Can be anything */
    position: relative;
    background: #eee;
    padding: 0px;
    border: 1px solid #000;
    box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
}
.mel-meter > span {
    display: block;
    height: 100%;
    width: 0%;
    background-color: #fcdb00;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease 0s;
}




.selectImage {
    position: relative;
    max-width: 100px;
    display: block;
    padding: 0px;
}
.selectImage > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
.selectVideo {
    position: relative;
    max-width: 360px;
    max-height: 320px;
    display: block;
    padding: 0px;
}
.selectVideo > a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}









#products::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}
#products::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}
#products::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
}
#products::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.2);
}


#cart-body::-webkit-scrollbar {
    width: 7px;
    cursor: pointer;
}
#cart-body::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}
#cart-body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
}
#cart-body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.2);
}


.products {
    padding-top: 0px;
}

.product {
    display: block;
    /*position: relative;
    margin: 15px 15px 0 5px;
    padding: 5px;
    overflow: hidden;
    box-shadow: 0px 0.5px 3px #ccc;*/
}
.product:hover {

}
.product a {
    /*position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 5px;
    top: 0;
    text-align: center;
    border-radius: 4px;
    font-size: 11px;*/
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #fafafa;
}
.product a:hover {
    color: inherit;
}
.product .color-sign {
    /*position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin-right: -10px;
    margin-top: -10px;
    display: block;
    border-radius: 4px 4px 0 0;x
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);*/
}
.products .product-title {
    max-width: 300px;
    overflow: hidden;
    display: inline-block;
    float: left;
    overflow: hidden; 
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    padding: 0 5px;
}
/*.product-title:hover {
    overflow: visible;
}*/
.products .product-pid {
    font-size: 11px;
}
.products .product-price {
    display: inline-block;
    width: 100px;
    text-align: right;
    float: right;
    padding: 0 10px;
}


/*squared*/
.products.squared {
    height: 100%;
    margin: 0px;
    padding: 20px;
}
.products.squared .product {
    float: left;
    overflow: hidden;
    margin: 0px;
    padding: 5px;
    width: 20%;
    height: 18%;
}
.products.squared .product a {
    position: relative;
    border: 0;
    display: block;
    height: 100%;
    margin: 0px;
    border-radius: 0px !important;
    overflow: hidden;
}
.products.squared .product a:active .product-title {
    background-color: rgba(255,255,255, 0.8);
}
.products.squared .product .product-title {
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #000 !important;
    width: 100%;
    padding: 7px;
    overflow: hidden !important;
    z-index: 80;
    background-color: rgba(255,255,255,0.98);
    border-top: 1px solid #f5f5f5;

    
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
.products.squared .product .product-photo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0px;
}
.products.squared .product .product-photo img {
    opacity: 0.95;
}
.products.squared .product .product-pid {
    display: none;
}
.products.squared .product .product-price {
    display: none;
}




#searchForm {
    width: 63%;
    margin: 0;
    padding: 0;
}
#searchForm input {
    margin: 0;
    padding: 0 12px;
    height: 50px !important;
    border-radius: 4px !important;
    border-color: #f1f1f1 !important;
}
#searchForm input:focus {
    border-color: #777 !important;
}
#searchForm .button-filter {
    position: absolute;
    top: 15px;
    right: 38%;
    min-width: 40px;
}
#searchForm .advanced_filter {
    position: absolute;
    right: 1px;
    z-index: 300;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 30px;
}



#closeTitleContent {
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    color: #777;
}








.checkout {
    width: 500px;
    margin: 0 auto;
}
.checkout h1 {
    position: relative;
    padding: 0 20px;
    font-size: 34px;
    line-height: 60px;
    letter-spacing: -1.5px;
}


.checkout-products {
    margin: 0;
    padding: 0;
}
.checkout-total tr td {
    padding: 2px 0px !important;
}
.checkout-total tr.grand-total {
    font-weight: bold;
    font-size: 16px;
}
.checkout-total tr.grand-total td {
    padding: 7px 0px !important;
}






.products-block {
    position: absolute;
    left: 0;
    height: 100%;
    width: 66%;
    border: 0;
    border-radius: 0 0 0 10px;
    overflow: hidden;
    float: left;
    background-color: #e8e8e8;
}



.cart {
    position: relative;
    display: block;
    height: 100%;
    width: 34%;
    border-top: 0;
    border-radius: 0;
    float: right;
    background-color: #e8e8e8;
    padding: 0 20px 20px 0px !important;
}
.cart label {
    font-weight: normal;
    font-size: 9px;
}

#cart {
    position: relative;
    height: 100%;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
}

.cart-products {
    margin: 0;
    display: block;
    width: 100%;
}
.cart-product {
    display: block;
    width: 100%;
    padding: 0px;
    cursor: pointer;
    font-size: 14px;
    cursor: default;
    border-bottom: 1px solid #f9f9f9;

    margin: 0;
}
.cart-product.actived {
    border-bottom: 1px solid #ededed;
}
.cart-product:hover {
}
.cart-product .product-thumb {
    width: 70px;
    float: left;
}
.cart-product .product-info {
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    padding: 10px 0;
    color: #000;
}
.cart-product .product-qty {
    font-weight: bold;
    width: 30px;
    padding: 0px 0 0 15px;
    margin: 0;
    font-size: 15px;
}
.cart-product .product-qty .mel-button {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin-bottom: 2px;
}
.cart-product .product-title {
    display: inline-block;
    float: left;
    width: calc(100% - 80px);
    padding: 0px 10px;
    height: auto;
}
.cart-product .product-price {
    font-size: 15px;
    font-weight: bold;
    width: 50px;
    padding: 0px 15px 0 0;
}
.cart-product .product-details {
    display: none;
    width: 100%;
    padding: 5px 20px;
}



.mel-panel-bottom {
    background-color: #fafafa;
}
.summary-table {
}
.summary-table tr td {
    padding: 2px 10px;
}









.dialpad {
    width: 100%;
    margin: 0px auto 5px auto;
    border: 1px solid #f1f1f1;
}
.dialpad ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dialpad .digit {
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    float: left;
    width: 33.33%;
    text-align: center;
}
.dialpad .digit a {
    background-color: #fdfdfd;
    display: block;
    padding: 5px 0px;
    font-size: 30px;
    color: #444;
}
.dialpad .digit a:active {
    background-color: #5cb85c;
}



.mel-form.form-pay {
    width: 350px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -190px;
}
.mel-form.form-pay input {
    width: 100%;
    display: block;
    border-radius: 3px 3px 0 0;
    text-align: center;
    padding: 0px 16px;
    font-size: 24px;
    height: 50px !important;
    line-height: 34px;
    margin: 0 auto 5px auto !important;
}
.mel-form.form-pay button {
    width: 100%;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin: 5px 0;
}
.mel-form.form-pay .mel-form-row {
    margin: 0;
}

.checkout-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
}




.dashboard {
    width: 80%;
    margin: 0 auto;
}


.dashboard-list {
    margin: 0 5%;
    padding: 0;
    list-style: none;
}
.dashboard-list li {
    position: relative;
    float: left;
    border-radius: 4px;
    width: 100px;
    height: 80px;
    margin: 0px 10px 10px 0;
    transition: all 250ms ease;
}
.dashboard-list li a {
    color: #444;
    font-size: 10px;
}
.dashboard-icon {
    position: absolute;
    display: block;
    height: 90%;
    width: 100%;
    font-size: 28px;

    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;/* align vertical*/
}
.dashboard-title {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 6px;
}




.fa-image {
    font-size: 34px;
    height: 40px;
    line-height: 40px;
}



.cards [class*='mel-width'] {
    margin: 10px;
}
.cards .mel-panel {
    display: block;
    width: 100%;
    height: 120px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.cards .card-stat {
    font-size: 34px;
    line-height: 60px;
}
.cards .card-title {
    font-size: 11px;
}





#images-table .mel-thumbnail {
    width: 50px;
}

.form-add-slide a {
    font-size: 11px;
    line-height: 10px !important;
}
.form-add-slide .mel-thumbnail {
    width: 50px;
}




.mel-thumbnail {
    border: 1px solid #f1f1f1;
}



.treePages {
    margin: 10px 0;
    text-align: center;
}
.treePages .cell {
    padding: 7px 40px;
}
.treePages .cell-thumb {
    float: left;
    width: 50px;
    text-align: center;
}
.treePages .cell-thumb .mel-thumbnail {
    height: 30px;
    border: 0;
}
.treePages .cell-thumb .mel-thumbnail img {
    height: 100%;
}
.treePages .cell-thumb .mel-thumbnail i {
    height: 100%;
    padding: 0 !important;
    line-height: normal;
}

.treePages .cell-title {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.treePages ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    width: auto;
    display: inline-block;
}
.treePages ul li {
}
.treePages ul li .cell-title {

}

.treePages ul ul {
    padding: 0;
}
.treePages ul ul li .cell {
    padding: 7px 70px;
}
.treePages ul ul li:last-child {
    border-bottom: 0;
}



.ui-tooltip, .arrow:after {
    background: black;
    border: 0px;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    text-transform: uppercase;
}




.browse {
    /*background-color: rgba(0,0,0, 0.05);
    border-radius: 4px;
    padding: 30px;
    width: 100%;
    min-height: 100px;*/
}
.browse a {
    
}
.browse .select-link {
    /*height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;*/
}




.trumbowyg-box, .trumbowyg-editor {
    min-height: 100px !important;
}


/*images-list2*/

.images-list-item2 {
    display: block;
    float: none;
    position: relative;
    vertical-align: middle;
    margin: 10px 0px 10px 0;
    padding: 10px 30px 10px 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
}





.trumbowyg-box, .trumbowyg-editor {
    margin: 5px auto !important;
    background-color: #fff !important;
}


.ui-widget-overlay {
    background: rgba(0,0,0, 0.7) !important;
}


.ui-dialog.ui-widget.ui-widget-content {
    padding: 0;
    border: 0;
}
.ui-dialog-titlebar.ui-widget-header {
    border: 1px solid #e7eaf0;
    background: #f2f4f7;
    padding: 15px 20px !important;
    color: #232323;
}
.ui-dialog-titlebar-close {
    right: 20px !important;
}
.ui-dialog .ui-dialog-content {
    padding: 20px !important;   
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 12px !important;
}




.order-number{
    float: left;
    margin: -70px 0px 0px 15px;
    font-size: 14px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    width: 100px;
    height: 57px;
    overflow: hidden;
    text-align:center;
}
.mel-container-left {
    width: 49%;
    float: left;
    display: inline-block;
    height: auto;
}
.mel-container-right {
    width: 49%;
    float: right;
    display: inline-block;
    height: auto;
}
.mel-block {
    display: inline-block;
    margin: 0px 0 25px 0px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    /*box-shadow: 1px 3px 7px rgba(0,0,0,0.25);*/
}
.mel-block h3 {
    padding: 15px;
    font-weight: 700;
}
.mel-block h4 {
    padding: 15px;
    font-weight: 700;
    margin: 10px 0;
}
.mel-block .inside {
    padding: 15px;
}

.stages {
    display: block;
    align-items: center;
    flex-shrink: 100000;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-flex-direction: column;
    flex-direction: column;
    white-space: normal;
    margin: 35px auto;
    overflow: visible;
}
.stages .step {
    position: relative;
    width: 16%;
    line-height: 24px;
    display: inline-block;
    flex-wrap: wrap;
    margin: 0 0 0 -4px;
    padding: 0px;
    text-align: center;
}
.stages i {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    color: #aaa;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px 1px #aaa;
    -webkit-box-shadow: 0px 0px 2px 1px #aaa;
    box-shadow: 0px 0px 2px 1px #aaa;
    padding: 2px 2px 0;
    transition: all 0.5s ease;
}
.stages .line {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    height: 2px;
    background-color: #aaa;
}
.stages .line-first {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    height: 2px;
    background-color: transparent;
}
.stages .line-last {
    display: inline-flex;
    vertical-align: middle;
    overflow: hidden;
    height: 2px;
    background-color: transparent;
}
.stages small {
    position: absolute;
    bottom: -30px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
}
.processed {
    color: #ffe565 !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px #ffe565 !important;
}
.picked-up {
    color: rgb(103, 142, 160) !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgb(103, 142, 160) !important;
}
.in-stock {
    color: rgb(103, 142, 160) !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgb(103, 142, 160) !important;
}
.on-the-way {
    color: rgb(103, 142, 160) !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgb(103, 142, 160) !important;
}
.fulfilled {
    color: #30a23a !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px #30a23a !important;
}
.cancelled {
    color: #ff6060 !important;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px #ff6060 !important;
}
.tip-header {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.add-order {
    height: 28px !important;
    line-height: 25px !important;
}
#sidebar-menu {
    position: fixed;
    top: 0px;
    left: 0;
    min-height: 100%;
    background-color: #fff;
    float: left;
    width: 70px;
    z-index: 100;
    -webkit-transition: width .3s ease 0s;
    -o-transition: width .3s ease 0s;
    transition: width .3s ease 0s;
    box-shadow: 0px 2px 10px rgba(0,0,0, 0.3);
}
#sidebar-menu.collapse {
    width: 220px;
}
.sidebar-menu {
    list-style: none;
    margin: 10px 0;
    padding: 0px;
    display: block;
}
.sidebar-menu li {
    position: relative;
    display: block;
}
.sidebar-menu .list-heading {
    font-size: 10px;
    padding: 0 15px;
    margin: 30px 0 10px 0;
    color: rgba(0,0,0, 0.4);
    text-transform: uppercase;
    text-align: center;
}
.sidebar-menu li a {
    font-size: 14px;
    display: block;
    float: none !important;
    color: #444;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    transition: all 200ms ease 0s;
    overflow: hidden;
    white-space: nowrap;
    opacity: 1;
}
.sidebar-menu li a:hover {
    background-color: #f5f5f5;
}

.sidebar-menu li a .list-icon i {
    display: none;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.sidebar-menu li ul {
    display: none;
    position: relative;
    margin: 0;
    padding: 0;
    min-width: auto;
    background: #fff;
    width: 100%;
}
.sidebar-menu li ul.active {
    display: block;
}
.sidebar-menu ul li {
    float: none;
}
.sidebar-menu ul li a {
    padding: 0 30px;
}
.sidebar-menu i {
    font-weight: 400;
    transition: all .25s;
    width: 18px;
}
.sidebar-menu li.active i.toggle {
    transform: rotate(90deg);
}
.sidebar-dashboard-icon {
    float: left;
    font-size: 16px;
}
.sidebar-dashboard-title {
    float: left;
    margin-left: 15px;
    width: 78%;
    text-align: left;
}
.sidebar-menu ul li a div {
    float: left;
    margin-left: 20px;
    position: relative;
}
.sidebar-menu .mel-badge {
    position: absolute;
    top: 12px;
    right: 30px;
    border-radius: 7px;
    font-weight: bold;
}
#sidebar-menu::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}
#sidebar-menu::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}
#sidebar-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.05);
}
#sidebar-menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,0.2);
}

.note {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid #eee;
}
.note-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}
.note-text {
    display: inline-block;
    padding: 0 0 5px 20px;
    vertical-align: middle;
    word-wrap: break-word;
    max-width: 95%;
}
.note-footer {
    text-align: right;
}
.note a {
    height: 24px;
    font-size: 22px;
    float: right;
    text-align: right;
}
.print-document {
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}
@media print {
    div {
        -webkit-print-color-adjust: exact;
        background-color: #fff !important;
    }
    body {
        -webkit-print-color-adjust: exact;
        background-color: #fff !important;
    }
    .mel-container-center {
        -webkit-print-color-adjust: exact;
        background-color: #fff !important;
    }
}

.form-modal {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    width: auto;
    max-width: 820px;
    margin: 40px auto;
    position: relative;
    display: none;
}
.modal-submit-button {
    width: 98%;
    margin: 20px 0;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #777 !important;
    font-size: 14px !important;
    margin-top: 0;
    background-image: none !important;
    background-color: #fff !important;
    margin: 0 0 20px 0 !important;
    border: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    background-color: #fff !important;
    border-color: #ddd !important;
    /*color: #000 !important;*/
    outline:none !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #ff0084 !important;
    font-size: 14px !important;
    margin: 0 0 0 0 !important;
}

.ui-widget {
    font-family: inherit !important;
}
.ui-accordion .ui-accordion-content {
    /*padding: 5px 0 20px 0 !important;*/
    padding-left: 0PX !important;
    padding-right: 0PX !important;
    padding-top: 0PX !important;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/flick/images/ui-icons_454545_256x240.png) !important;
}

.mel-break-word {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
.hidden-radio-button {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.mel-button-mini.active {
    background-color: #607d8b;
}