﻿/*=======================
	RESET HTML CORE ELEMENT
========================*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px !important;
    font-family: 'Source Sans Pro' , 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    font-weight: 400;
}

ul {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

a {
    cursor: pointer;
}

a:hover, a:active, a:visited {
    text-decoration: none;
}

/*============================
	OVERRIDE DATATABLE CSS
===========================*/
div.dataTables_wrapper div.dataTables_paginate {
    margin: 0px 0px !important;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 9999;
}

.datatable-table {
    overflow-x: scroll;
    overflow: auto;
}

div.datatable-processing-box {
    position: absolute;
    top: 38%;
    left: 40%;
    height: 54px;
    text-align: center;
    padding: 1em 15px;
    background-color: #EEEEEE;
    border: 1px solid #AAA;
}

.datatable-processing-text {
    font-size: 18px;
    color: #AAA;
    display: inline-block;
    margin-left: 15px;
    float: left;
    letter-spacing: 2px;
    line-height: 30px;
}

.datatable-processing-animation {
    width: 30px;
    height: 30px;
    float: left;
    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;
    border: 3px solid rgb(76, 140, 43);
    border-top-color: #AAA;
    border-right-color: rgb(76, 140, 43);
    border-bottom-color: #AAA;
    border-radius: 100%;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 10px !important;
}

table.dataTable thead > tr > th: not(.sorting_disabled), table.dataTable tbody > tr {
    cursor: pointer;
}

table.dataTable {
    border: none !important;
}

table.dataTable > tbody > tr {
    border-bottom: 1px solid #AAA;
}

table.dataTable > tbody > tr > td {
    border: none !important;
}

table.dataTable td.dataTables_empty {
    text-align: left !important;
    font-weight: bolder;
    color: #498B2A;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgb(76, 140, 43) !important;
    border-color: rgb(76, 140, 43) !important;
}

table.dataTable {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
}

table.dataTable tbody > tr.selected {
    background-color: #ffff00;
}

td.static-number, td.static-currency {
    padding-right: 10px !important;
}

td.static-collapsetext {
    text-overflow: ellipsis;
}

/*============================
	OVERRIDE BOOTSTRAP CSS
===========================*/
.container, .container-fluid, .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul, ol {
    margin-bottom: 0;
}

p {
    margin: 0 0 2px;
    line-height: 18px;
}

legend {
    margin-bottom: 10px;
    border-bottom: 3px solid rgb(76, 140, 43) !important;
    padding-bottom: 2px;
    font-size: 19px !important;
    font-weight: bold;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgb(76, 140, 43) !important;
}

input[type=checkbox], input[type=radio] {
    margin: 0px 3px;
    top: 3px;
    position: relative;
}

.form-control[readonly='false'] {
    background-color: rgb(255,255,255) !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-top {
    vertical-align: text-top !important;
}

.text-bottom {
    vertical-align: bottom !important;
}

.btn {
    font-size: 12px;
    padding: 2px 6px;
}

.alert {
    padding: 6px 10px;
    margin-bottom: 10px;
    overflow: auto;
    margin: 0px;
}

.form-group {
    margin-bottom: 5px;
}

.input-group-addon, .form-control {
    padding: 2px 6px 2px 6px !important;
}

.form-control {
    font-size: 12px;
    height: 24px;
    display: inline-block;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.form-control-static {
    display: inline-block;
    min-height: 24px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.modal-dialog {
}

.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #AAA;
}

.modal-header .close {
    margin-top: -4px;
}

.modal-header .close img {
    width: 28px;
    height: 28px;
}

.panel-heading {
    padding: 0;
}

.panel {
    background-color: Transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.table {
    border: 1px solid #DDD;
    margin-bottom: 0px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    border-bottom: 1px solid #DDD;
    padding: 2px;
    line-height: 22px;
}

.table > thead > tr > td, .table > thead > tr > th {
    padding: 4px;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
    border-bottom: none !important;
    padding: 0px 3px;
}

.table-responsive {
    margin-bottom: 0px;
}

tr.select-row {
    font-weight: bolder;
    background: rgb(230,230,230) !important;
    border-top: 2px solid #AAA !important;
    border-bottom: 2px solid #AAA !important;
}

.table thead tr th {
    background-color: rgb(76, 140, 43);
    border: 1px solid #DDD;
    color: #FFF;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: rgb(76, 140, 43);
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

/*=====================================
	COLOR (FONTGROUND AND BACKGROUND)
=====================================*/
.bg-white {
    background: rgb(255,255, 255) !important;
}

.bg-red {
    background: rgb(255, 0,0) !important;
}

.bg-blue {
    background: rgb(0, 98, 155) !important;
}

.bg-aqua {
    background: rgb(66, 176, 216) !important;
}

.bg-aquamarine {
    background: rgb(63, 187, 155) !important;
}

.bg-green {
    background: rgb(76, 140, 43) !important;
}

.bg-lightgreen {
    background: rgb(141,192,88) !important;
}

.bg-orange {
    background: rgb(245,186,78) !important;
}

.bg-yellow {
    background: rgb(255,255,0) !important;
}

.bg-lightgrey {
    background: rgb(230,230,230) !important;
}

.bg-pink {
    background: rgb(231,88,69) !important;
}

.bg-brinkpink {
    background: rgb(216,70,86) !important;
}

.bg-transparent {
    background: transparent;
}

.bg-background {
    background: url("./Images/background.png");
    background-repeat: repeat;
}

.color-white {
    color: rgb(255,255,255) !important;
}

.color-grey {
    color: rgb(112,112,112) !important;
}

.color-red {
    color: rgb(255,0,0) !important;
}

.color-blue {
    color: rgb(0,98,155) !important;
}

.color-green {
    color: rgb(76,140,43) !important;
}

.color-platinum {
    color: rgb(229,228,226) !important;
}

.color-gold {
    color: rgb(216,193,36) !important;
}

.color-silver {
    color: rgb(192,192,192) !important;
}

.color-bronze {
    color: rgb(205,127,50) !important;
}

.color-black {
    color: rgb(55,55,55) !important;
}

.border-red {
    border-color: rgb(255,0, 0) !important;
}

.border-blue {
    border-color: rgb(0, 98, 155) !important;
}

.border-aqua {
    border-color: rgb(66, 176, 216) !important;
}

.border-aquamarine {
    border-color: rgb( 63, 187, 155) !important;
}

.border-green {
    border-color: rgb(76, 140, 43) !important;
}

.border-lightgreen {
    border-color: rgb(141,192,88) !important;
}

.border-orange {
    border-color: rgb(245,186,78) !important;
}

.border-lightgrey {
    border-color: rgb(230,230,230) !important;
}

.border-pink {
    border-color: rgb(231,88,69) !important;
}

.border-brinkpink {
    border-color: rgb(216,70,86) !important;
}

/*============================
    FONT
===========================*/
.font-9 {
    font-size: 9px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-19 {
    font-size: 19px !important;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bolder;
}

/*============================
	GENERAL EFFECT
===========================*/
.margin-left {
    margin-left: 15px;
}

.margin-right {
    margin-right: 15px;
}

.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.clear {
    clear: both;
    height: 0;
}

.no-border {
    border: 0 !important;
}

.button-disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*============================
	GENERAL INPUT FIELD
===========================*/
/* TEXT */
.field-text {
    max-width: 150px;
}

.field-short-text {
    max-width: 80px;
}

.field-medium-text {
    max-width: 220px;
}

.field-long-text {
    max-width: 280px;
}

/* TEXTAREA */
.field-textarea {
    width: 300px;
    height: 120px !important;
    resize: none;
    overflow-y: scroll;
}

.field-long-textarea {
    width: 450px;
    height: 120px !important;
    resize: none;
    overflow-y: scroll;
}

/* DATE */
.field-date {
    max-width: 190px;
}

.field-date-time {
    max-width: 380px;
}

.field-date .year {
    width: 60px;
}

.field-date .month {
    width: 60px;
}

.field-date .day {
    width: 60px;
}

.field-date .hour {
    width: 60px;
}

.field-date .minute {
    width: 60px;
}

.field-date .second {
    width: 60px;
}

/* NUMBER */
.field-number {
    max-width: 80px;
}

.field-short-number {
    max-width: 50px;
}

.field-long-number {
    max-width: 200px;
}

/* DECIMAL */
.field-decimal {
    max-width: 80px;
}

.field-short-decimal {
    max-width: 50px;
}

.field-long-decimal {
    max-width: 200px;
}

/* DROP DOWN */
.field-dropdown {
    max-width: 150px;
}

.field-short-dropdown {
    max-width: 80px;
}

.field-medium-dropdown {
    max-width: 120px;
}

.field-long-dropdown {
    max-width: 200px;
}

.field-extreme-dropdown {
    max-width: 300px;
}

.field-multiple-dropdown {
    vertical-align: top;
}

/* CHECK BOX LIST */
.field-checkboxlist {
    width: 300px;
    height: 160px;
    overflow-y: scroll;
}

/* QUANTITY EDITOR */
.field-quantityeditor {
    display: inline-block;
    border: 1px solid #BBB;
}

.field-quantityeditor .field-short-number {
    border: none !important;
    border-left: 1px solid #BBB !important;
    border-right: 1px solid #BBB !important;
    width: 40px;
    border-radius: 0px !important;
}

.field-label::after {
    content: " : ";
}

.field-label-1 {
}

.field-hint {
    display: block;
    color: #4C8C2B;
}

.field-mandatory {
    font-weight: bolder;
}

.field-mandatory::after {
    content: " * :" !important;
}

.field-mandatory-1 {
    font-weight: bolder;
}

#errorPanel, #successPanel {
    max-width: 600px;
}

.ajaxMessageBox {
    max-width: 300px;
}

.validation-summary-errors {
    margin-left: 30px;
}

#errorPanel .messages, #successPanel .messages, .ajaxMessageBox .messages {
    margin-left: 30px;
    display: block;
}

/*====================================
    MAIN LAYOUT
===================================*/
.wrapper {
    margin-bottom: 5px;
    border: 1px solid #AAA;
    -webkit-box-shadow: 7px 7px 2px 0px rgba(221,221,221,1);
    -moz-box-shadow: 7px 7px 2px 0px rgba(221,221,221,1);
    box-shadow: 7px 7px 2px 0px rgba(221,221,221,1);
}

.page-header-wrapper {
    padding-top: 10px;
    padding-bottom: 5px;
}

.page-header-wrapper .page-header-right-wrapper {
    padding-right: 10px;
}

.top-menu-wrapper {
}

.page-content-wrapper {
    min-height: 75vh;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer {
    border-top: 2px solid #CCC;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 200;
}

.header-logo {
    margin-left: 30px;
    margin-top: 5px;
}

.header-icon {
    width: 40px;
    height: 40px;
}

.label-coming-soon {
    font-size: 16px;
    font-weight: bolder;
}

/*====================================
    GUEST LAYOUT
===================================*/
#system-layout .page-header-wrapper, #guest-layout .page-header-wrapper {
    border-bottom: 4px solid rgb(76, 140, 43);
}

/*======================
    BACK TO TOP
=======================*/
#back-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

#back-top a {
    text-decoration: none;
}

#back-top span {
    width: 48px;
    height: 48px;
    display: block;
    background: url(./Images/back-to-top.png) no-repeat center center;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

/*======================
   NOTIFICATION DRAWER
=======================*/
#dropdown-notification + .dropdown-menu {
    width: 500px;
    max-width: 80vw;
    max-height: 90vh;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    font-size: 10pt;
    display: block;
    visibility: hidden;
}

.open > #dropdown-notification + .dropdown-menu {
    visibility: visible;
}

#dropdown-notification + .dropdown-menu li.no-msg {
    padding: 10px 20px;
}

#dropdown-notification + .dropdown-menu .notification-group-caption {
    padding: 5px 15px 3px 15px; /*border-bottom: 3px solid rgb(76, 140, 43) !important;*/ /*font-weight: bold;*/
    cursor: pointer;
    font-size: 12pt;
}

#dropdown-notification + .dropdown-menu .notification-group-caption:before {
    content: ' ';
    background: transparent url(/Content/Images/expand.png) no-repeat center left;
    position: relative;
    padding-right: 35px;
}

#dropdown-notification + .dropdown-menu .notification-group-caption.open:before {
    background: transparent url(/Content/Images/collapse.png) no-repeat center left;
}

#dropdown-notification + .dropdown-menu .notification-group-caption a {
    color: #333;
}

#dropdown-notification + .dropdown-menu .notification-group-caption, #dropdown-notification + .dropdown-menu li.notification-item {
    border-bottom: 1px solid #eee;
}

#dropdown-notification + .dropdown-menu li.notification-group {
    border-bottom: 1px solid #ddd;
}

#dropdown-notification + .dropdown-menu li.notification-group ul {
    overflow-x: hidden;
}

#dropdown-notification + .dropdown-menu li.notification-item {
    position: relative;
    padding: 3px 10px 3px 20px;
    overflow: hidden;
}

#dropdown-notification + .dropdown-menu li.notification-item:not(.active) * {
    cursor: pointer;
}

#dropdown-notification + .dropdown-menu li.notification-item:last-of-type {
    border: none;
}

#dropdown-notification + .dropdown-menu li.notification-item:hover {
    color: #262626;
    background: rgb(245,245,245);
}

#dropdown-notification + .dropdown-menu li.notification-item.active, #dropdown-notification + .dropdown-menu li.notification-item.overlay {
    -webkit-box-shadow: inset 5px 0px 0px 0px rgb(141, 192, 88);
    -moz-box-shadow: inset 5px 0px 0px 0px rgb(141, 192, 88);
    box-shadow: inset 5px 0px 0px 0px rgb(141, 192, 88);
}

/*==== ADDITIONAL BUTTON ====*/

#dropdown-notification + .dropdown-menu li.notification-item .additional-button {
    position: absolute;
    float: left;
    display: none;
    left: 0;
    top: 0;
    text-align: right;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    -webkit-animation: opacity-show 0.2s linear forwards; /* Safari 4+ */
    -moz-animation: opacity-show 0.2s linear forwards; /* Fx 5+ */
    -o-animation: opacity-show 0.2s linear forwards; /* Opera 12+ */
    animation: opacity-show 0.2s linear forwards; /* IE 10+, Fx 29+ */
}

#dropdown-notification + .dropdown-menu li.notification-item.active:hover .additional-button {
    display: block;
}

#dropdown-notification + .dropdown-menu .additional-button > ul {
    height: 100%;
    width: 100%;
    overflow-y: hidden;
}

#dropdown-notification + .dropdown-menu .additional-button > ul li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0;
    font-family: inherit;
    color: #fff;
    width: 15%;
    min-width: 60px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

#dropdown-notification + .dropdown-menu .additional-button > ul li > span {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    text-align: center;
    font-size: 1em;
    line-height: normal;
    width: 100%;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#dropdown-notification + .dropdown-menu .additional-button > ul li > span .icon {
    display: block;
    margin-bottom: 5px;
}

/*==== ADDITIONAL BUTTON (ALTERNATIVE) ====*/
#dropdown-notification + .dropdown-menu li.notification-item .additional-button {
    position: relative;
    text-align: left;
    background: none;
    padding: 3px 0px;
}

#dropdown-notification + .dropdown-menu .notification-item.active .additional-button, #dropdown-notification + .dropdown-menu .notification-item.overlay .additional-button {
    display: block;
}

#dropdown-notification + .dropdown-menu li.notification-item .additional-button > ul li {
    color: #666;
    background-color: #fff !important;
    margin-right: 2px;
    width: auto;
    min-width: auto;
    padding: 3px 0px;
    border-style: solid;
    border-width: 2px;
}

#dropdown-notification + .dropdown-menu .additional-button > ul li > span {
    position: relative;
    margin-top: 0px;
    top: auto;
}

#dropdown-notification + .dropdown-menu .notification-item .additional-button > ul li > span .icon {
}

#dropdown-notification + .dropdown-menu .notification-item .additional-button > ul li > span .icon {
    display: inline-block;
}

#dropdown-notification + .dropdown-menu .notification-item .additional-button > ul li.border-green > span .icon {
    color: rgb(76, 140, 43);
}

#dropdown-notification + .dropdown-menu .notification-item .additional-button > ul li.border-brinkpink > span .icon {
    color: rgb(216, 70, 86);
}

/*==== OVERLAY ====*/

@keyframes opacity-show {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes notification-remove {
    0%   { left: 0; }
    98%  { left: 0; }
    100% { left: 100%; }
}

@keyframes notification-overlay {
    0%   { opacity: 0; }
    5%   { opacity: 1; }
    85%  { opacity: 1; }
    90%  { opacity: 0; }
    100% { opacity: 0; }
}
#dropdown-notification + .dropdown-menu li.notification-item.overlay:before, #dropdown-notification + .dropdown-menu li.notification-item.overlay:after {
    -webkit-animation: notification-overlay 3s linear forwards; /* Safari 4+ */
    -moz-animation: notification-overlay 3s linear forwards; /* Fx 5+ */
    -o-animation: notification-overlay 3s linear forwards; /* Opera 12+ */
    animation: notification-overlay 3s linear forwards; /* IE 10+, Fx 29+ */
}

#dropdown-notification + .dropdown-menu li.notification-item:before {
    content: ' ';
    position: absolute;
    display: none;
    z-index: 98;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-font-smoothing: antialiased;
}

#dropdown-notification + .dropdown-menu li.notification-item:after {
    content: ' ';
    position: absolute;
    display: none;
    z-index: 99;
    top: 50%;
    left: 0;
    text-align: center;
    font-size: 3em;
    font-family: 'Glyphicons Halflings';
    line-height: normal;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#dropdown-notification + .dropdown-menu li.notification-item.overlay:before {
    display: block;
}

#dropdown-notification + .dropdown-menu li.notification-item.overlay:after {
    display: inline-block;
}

#dropdown-notification + .dropdown-menu li.notification-item.overlay.done:after {
    content: '\e013';
    color: rgb(141, 192, 88);
}

#dropdown-notification + .dropdown-menu li.notification-item.overlay.error:after {
    content: '\e014';
    color: rgb(231, 88, 69);
}

#dropdown-notification + .dropdown-menu li.notification-item > .notification-date {
    position: relative;
    float: right;
    margin-left: 10px;
    padding: 4px 0px;
    font-size: 0.1em;
    line-height: 1.4;
}

#dropdown-notification + .dropdown-menu li.notification-item > .notification-message {
    position: relative;
    display: block;
    padding: 3px 0px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}

#dropdown-notification + .dropdown-menu li.notification-item > .notification-message br 
{
    content: " ";
}

#dropdown-notification + .dropdown-menu li.notification-item > .notification-message br:after 
{
    content: "\00a0";
}

#dropdown-notification + .dropdown-menu li.notification-item > .additional-content {
    padding: 3px 0px;
}

#dropdown-notification + .dropdown-menu li.notification-item:not(.overlay) > .notification-message {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dropdown-notification + .dropdown-menu li.notification-item:not(.overlay) > .additional-content {
    display: none;
}

#dropdown-notification + .dropdown-menu li.notification-item.active > .notification-message {
    color: inherit;
    text-overflow: clip;
    white-space: normal;
    clear: both;
}

#dropdown-notification + .dropdown-menu li.notification-item.active > .notification-message br 
{
    content: normal;
}

#dropdown-notification + .dropdown-menu li.notification-item.active > .notification-message br:after 
{
    content: normal;
}

#dropdown-notification + .dropdown-menu li.notification-item.active > .additional-content {
    display: block;
}

#dropdown-notification:after {
    content: attr(data-count);
    position: absolute;
    background: rgba(255,0,0,1);
    height: 1.5rem;
    top: -1.2rem;
    right: -0.1rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: 1px solid red;
}

/*======================
   TOP MENU
=======================*/
.top-menu-wrapper {
    background: rgb(250,250,250);
}

.top-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.top-menu li {
    height: 48px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    background: rgb(255,255,255);
}

.top-menu .menu-item a {
    color: #666;
    display: block;
    height: 100%;
}

.top-menu .menu-item {
    border-width: 2px;
    border-style: solid;
}

.top-menu .menu-item img {
    height: 30px;
}

.top-menu .menu-image {
    min-height: 34px;
    padding: 5px;
    float: left;
}

.top-menu .menu-title {
    font-weight: bold;
    padding: 5px 0px;
}

/*======================
   SUB MENU
=======================*/
.sub-menu-wrapper {
    text-align: center;
}

.sub-menu {
    padding: 0;
    background: rgb(250,250,250);
    border-bottom: 1px solid rgb(76, 140, 43);
}

.sub-menu .menu-item {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 12.5%;
    min-width: 120px;
    line-height: 15px;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.sub-menu .menu-item a {
    color: rgb(0,0,0) !important;
    font-weight: bolder;
}

/*=======================
    BUTTON & ICON
======================*/
.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-35 {
    width: 35px;
    height: 35px;
}

.button {
    text-decoration: none;
    color: #333;
    background-color: rgb( 255,255,255);
    border: none;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 2px 2px 2px;
}

.button-image {
    margin-right: 2px;
    width: 40px;
    height: 40px;
}

.csv-icon {
    background: url("/Content/Images/csv_icon.png") 5px 2px no-repeat background-position: center;
}

.pdf-icon {
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, -moz-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, -webkit-gradient(left top, left bottom, color-stop(5%, rgba(255,255,255,0.8)), color-stop(15%, rgba(255,255,255,0.82)), color-stop(38%, rgba(241,238,241,0.87)), color-stop(69%, rgba(237,234,237,0.94)), color-stop(97%, rgba(235,235,235,1)), color-stop(100%, rgba(235,235,235,1)));
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, -webkit-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, -o-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, -ms-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/pdf_icon.png") 4px 2px no-repeat, linear-gradient(to bottom, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background-position: center;
}

.xls-icon {
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, -moz-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, -webkit-gradient(left top, left bottom, color-stop(5%, rgba(255,255,255,0.8)), color-stop(15%, rgba(255,255,255,0.82)), color-stop(38%, rgba(241,238,241,0.87)), color-stop(69%, rgba(237,234,237,0.94)), color-stop(97%, rgba(235,235,235,1)), color-stop(100%, rgba(235,235,235,1)));
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, -webkit-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, -o-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, -ms-linear-gradient(top, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background: url("/Content/Images/xls_icon.png") 4px 2px no-repeat, linear-gradient(to bottom, rgba(255,255,255,0.8) 5%, rgba(255,255,255,0.82) 15%, rgba(241,238,241,0.87) 38%, rgba(237,234,237,0.94) 69%, rgba(235,235,235,1) 97%, rgba(235,235,235,1) 100%);
    background-position: center;
}

/*=======================
    INDEX PAGE (WIDGET)
========================*/
.widget-wrapper {
    margin-top: 30px;
}

.widget {
    position: relative;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid rgb(153,153,153);
    padding: 8px;
}

.widget a {
    text-decoration: none;
}

.widget .widget-top {
    line-height: 28px;
    color: #373737;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid rgb(153,153,153);
    overflow: auto;
    padding: 2px 0;
    font-weight: bolder;
}

.widget-top-icon {
    width: 25px;
    height: 25px;
    float: right;
}

.widget .widget-icon {
    margin-left: 5px;
    float: left;
}

.widget .widget-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
}

.widget .widget-desc {
    padding-left: 20px;
    float: left;
}

.widget .widget-bottom {
    color: #707070;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    min-height: 160px;
}

/*===============================
    BANNER SLIDER
==============================*/
.banner-wrapper {
    margin-bottom: 30px;
}

/*===============================
    BAR METER CSS
==============================*/
div.meter {
    position: relative;
    width: 200px;
    height: 13px;
    border: 1px solid #C0C0C0;
    background: #EEE;
    -webkit-box-shadow: inset 0 3px 5px 0 #d3d0d0;
    -moz-box-shadow: inset 0 3px 5px 0 #d3d0d0;
    box-shadow: inset 0 3px 5px 0 #d3d0d0;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    color: #EEE;
    -webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
}

div.meter span {
    display: block;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; /*-webkit-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);     -moz-box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);     box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.2);*/
}

div.meter p {
    position: absolute;
    top: 0;
    margin: 0 15px;
    line-height: 20px;
    font-family: 'Arial';
    font-weight: bolder;
    -webkit-font-smoothing: antialised;
    font-size: 12px;
}

/*==================================
    SEARCH PANEL CSS
==================================*/
.searchpanel {
    min-width: 280px;
    max-width: 600px;
    border-radius: 6px;
}

a.addfilter {
    color: rgb(0, 0, 0) !important;
    font-weight: bolder;
}

/*==================================
    LOADING PANEL CSS
==================================*/
.loading-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

.loading-panel .datatable-processing-box {
    top: 20%;
}

/*==================================
    FORM CONTAINER CSS
==================================*/
.form-container {
    min-width: 280px;
}

.form-container .header {
    font-weight: bolder;
    text-align: left;
    font-size: 19px !important;
    border-bottom: 3px solid rgb(76, 140, 43);
    letter-spacing: 1px;
}

.form-container .sub-header {
    font-weight: bolder;
    text-align: left;
    border-bottom: 1px solid rgb(76, 140, 43);
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.form-container .sub-header-2 {
    font-weight: bolder;
    text-align: left;
    border-bottom: 1px solid rgb(76, 140, 43);
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding: 5px 0px;
}

.form-border {
    padding: 5px 15px 20px 10px;
    border: 1px solid #AAA;
    margin-bottom: 5px;
}

.form-input-error, .form-input-error:focus {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.label-input-error {
    color: #a94442;
}

/*=======================================
    ENTRY FORM CONTAINER
======================================*/
.entryform-wrapper {
    position: relative;
}

.entryform {
    border: 1px solid #DDD;
}

.entryform-container {
}

/*========================================
    FORM WIZARD
========================================*/
.wizard-container {
    border-bottom: 1px solid rgb(76, 140, 43);
}

.wizard {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.wizard-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: rgb(255,255,255);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3px;
}

.wizard-icon img {
    width: 60px !important;
    height: 60px !important;
}

.wizard-content {
    font-weight: 600;
}

.wizard-current .wizard-icon {
    background-color: rgb(76, 140, 43);
}
.wizard-current .wizard-content {
    color: rgb(76, 140, 43);
}
.wizard-current .wizard-menu {
    background-color: rgb(76, 140, 43);
    color: rgb(256, 256, 256);

}
/*========================================
	MODAL
========================================*/
.modal-open[style] {
    padding-right: 0px !important;
}

body .modal-open {
    overflow: visible;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*========================================
	ACCORDION
========================================*/
a.accordion {
}

a.accordion img {
    margin-right: 10px;
}

/*==================================
	LOGIN PAGE
==================================*/
#agents-login .page-header-wrapper {
    border-bottom: 4px solid #00629b;
}

#agents-login .header-logo {
    padding-bottom: 5px;
}

#login-form {
    max-width: 330px;
    margin-top: 40px;
}

#login-form .form-control {
    border: none;
}

#login-form .border {
    padding: 5px;
    border-width: 1px !important;
    border-style: solid;
}

#login-form .border img {
    margin-left: 15px;
    height: 30px;
    width: 30px;
}

/*==================================
    CUSTOM ERROR PAGE
==================================*/
#error {
    max-width: 450px;
    margin-top: 40px;
}

#error .error-content-wrapper {
    min-height: 100px;
}

#construction {
    max-width: 450px;
    margin-top: 40px;
}

/*====== START : AGENT SECTION ======*/
/*==================================
	MEMBER STATUS
==================================*/
#member-status {
    max-width: 650px;
}

.member-status-img {
    max-width: 280px;
    max-height: 140px;
}

/*==================================
    ORDER HISTORY
==================================*/
#datatable-order-history {
    width: 100% !important;
}

.red-A:after {
    color: #FF0000;
    content: " A";
    font-weight: bolder;
}

/*==================================
    COMMISSION HISTORY
==================================*/
/*#commission-history, #commission-history-table-wrapper, #commission-history-detail-wrapper {
    width: 1140px;
}*/

#commission-history-detail-wrapper {
    position: relative;
}

#commission-history-detail .form-group {
    margin-bottom: 5px;
}

#commission-history-detail .form-group div.text-right {
    padding-right: 20px;
}

/*==================================
    DOWNLINE VOLUME
==================================*/
#downline-volume-tableType-wrapper {
    line-height: 30px;
}

/*==================================
    RECOGNITION RANK REPORT
==================================*/
.recognition-rank-report-searchpanel {
    max-width: 550px;
}

/*==================================
    PLACEMENT STRATEGY
==================================*/
#placement-strategy {
    max-width: 700px;
    min-height: 300px;
}

/*==================================
    RETAIL CART SETTING
==================================*/
.retailcart-product-desc {
    max-width: 65%;
    height: 130px;
    padding: 5px;
    float: left;
}

/*==================================
    PERSONAL-INFORMATION
==================================*/
#personal-information {
    max-width: 600px;
}

#personal-information .form-group {
    margin-bottom: 0px;
}

/*=========================================
    PASSWORD EDIT
=========================================*/
#password-edit {
    max-width: 600px;
    min-height: 300px;
}

/*==================================
    SHIPPING INFORMATION EDIT
==================================*/
#shipping-information-edit {
    max-width: 600px;
}

/*=========================================
    COMPANY INFORMATION EDIT
=========================================*/
#company-information-edit {
    max-width: 600px;
}

/*=========================================
    BANKING INFORMATION EDIT
=========================================*/
#banking-information-edit {
    max-width: 600px;
}

/*=========================================
    PAYMENT METHOD EDIT
=========================================*/
#payment-method-edit {
    max-width: 650px;
}

/*=========================================
    PERSONAL INFORMATION EDIT
=========================================*/
#personal-information-edit {
    max-width: 600px;
}

/*=========================================
    WEBSITE SETTING EDIT
=========================================*/
#website-setting-edit {
    max-width: 600px;
}

/*=========================================
    PERSONAL SETTING EDIT
=========================================*/
#personal-setting-edit {
    max-width: 600px;
}

/*==================================
    NEW MEMBER
==================================*/
#newmember {
    max-width: 700px;
    min-height: 300px;
}

#newmember-terms-wrapper {
    position: relative;
}

#newmember-personal-information {
    max-width: 700px;
}

.terms {
    border-bottom: 1px solid rgb(76, 140, 43);
    padding: 5px 0px;
    margin: 5px 0px;
}

/*==================================
    ORDER NOW (REORDER)
==================================*/
#reorder, #changeorder {
    max-width: 600px;
    min-height: 300px;
}

#shippingaddress-wrapper {
    position: relative;
}

/*==================================
    PRODUCT CATALOGUE
==================================*/
#product-catalogue {
}

#cart-summary-wrapper {
    min-height: 100px;
    padding: 5px;
    margin-bottom: 10px; /*border-top: 2px solid rgb(76, 140, 43);*/
    border-bottom: 2px solid rgb(76, 140, 43);
    background: rgb(255, 255, 255);
}

#cart-summary-wrapper .form-group {
    margin-bottom: 5px;
}

#cart-summary-wrapper #cart-summary {
    overflow-y: scroll;
    max-height: 150px;
}

#product-catalgoue-wrapper {
}

.product {
    padding-bottom: 5px;
}

.product .product-image {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 5px !important;
}

.product .product-image img {
    max-height: 100px;
}

.product .product-image .new-product {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 45px;
    height: 45px;
}

.product .product-desc {
    max-width: 65%;
    height: 140px;
    padding: 5px;
    float: left;
}

.product .product-with-discount-1 {
    height: 160px;
}

.product .product-with-discount-2 {
    height: 190px;
}

.product .product-with-discount-3 {
    height: 220px;
}

.product .retail-product {
    height: 100px;
}

/*=========================================
    PRODUCT INFORMATION
=========================================*/
#product-information {
    max-width: 740px;
}

.product-large-image {
    display: block;
    max-height: 280px;
    max-width: 280px;
    padding: 10px 0px;
}

.package-products {
    padding: 10px;
}

.package-product-desc {
    height: 110px;
    padding: 5px;
}

.package-product-desc img {
    max-width: 100px;
    max-height: 100px;
}

#product-details ul {
    list-style: initial;
    margin-left: 20px;
}

/*=========================================
    SHIPPING INFORMATION
=========================================*/
#shipping-information {
    max-width: 700px;
}

.shipping-add {
    padding: 5px 0px 15px 0px;
}

/*=========================================
    REVIEW PAYMENT
=========================================*/
#review-payment {
    max-width: 940px;
}

#shipping-address div {
    line-height: 16px;
}

/*==================================
    RETAIL SALE
==================================*/
#retail-countries {
    max-width: 500px;
}

#retail-personal-information {
    max-width: 700px;
}

#shipping-information-wrapper {
    position: relative;
}

#retail-login {
    max-width: 500px;
}

/*==================================
    PAYMENT SUCCESSFUL PAGE
==================================*/
#order-success {
    max-width: 600px;
}

/*==================================
    POLICIES PROCEDURE
==================================*/
#policies-procedure {
    padding-left: 8px;
    padding-right: 8px;
}

#policies-procedure iframe {
    border: none;
    width: 100%;
    height: 700px;
    overflow-y: scroll;
}

/*==================================
    AUTOSHIP
==================================*/
#autoship {
    max-width: 700px;
    min-height: 300px;
}

#autoship-shippingaddressinfo-wrapper {
    position: relative;
}

#autoship-success {
    max-width: 500px;
}

/*=========================================
    GENEALOGY TREE (MY TEAM)
=========================================*/
#genealogy-wrapper {
    position: relative;
}

#genealogy-tree-wrapper {
    background: rgb(241,241,241);
}

#genealogy-tree .node {
    margin: 2px;
    margin-top: 5px;
    border: 1px solid rgb(102,102,102);
    text-align: center;
    height: 50px;
    word-wrap: break-word;
}

#genealogy-tree .node-0 {
    width: 100%;
}

#genealogy-tree .node-1 {
    width: 50%;
}

#genealogy-tree .node-2 {
    width: 25%;
}

#genealogy-tree .node-3 {
    width: 12.5%;
}

#genealogy-tree .node-3 .node {
    height: 85px;
}

#genealogy-tree .node-3 .node-name {
    display: block;
}

#genealogy-tree .personal-sponsor {
    background: rgb(203,203,203);
}

#genealogy-tree .irprank-image {
    height: 45px;
    width: 45px;
}

#genealogy-legend .irprank-image {
    height: 60px;
    width: 60px;
}

.node-name {
    display: inline-table;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*==================================
    AGENT ORDERS REPORT
==================================*/
#agent-orders-report {
}

#datatable-agent-orders-report {
    width: 100% !important;
}

/*==================================
    IRP RANK
==================================*/
#irprank {
    max-width: 750px;
}

.irprank-image {
    height: 90px;
    width: 90px;
}

.irprank-desc {
    padding: 20px 5px;
}

/*==================================
    FAQ
==================================*/
#faq {
    max-width: 600px;
}
/*============================
	SUPPORT
===========================*/
#support {
    max-width: 600px;
}

/*==================================
    SUPREME BONUS
==================================*/
#supremebonus-notes {
    max-height: 400px;
    overflow-y: scroll;
}

/*==================================
    REFUND APPLICATION
==================================*/
#refund-application {
    max-width: 600px;
}

/*==================================
    PROMOTIONAL CARD
==================================*/
#promtional-coupon {
    max-width: 600px;
}

/*==================================
	INVOICE EU AUTO FATTURA
==================================*/
#invoice-eu-autofattura {
    width: 500px;
    padding: 15px;
}

#invoice-eu-autofattura p {
    line-height: 25px;
}

#invoice-eu-autofattura table {
    width: 100%;
    border: 1px;
    border-spacing: 0;
}

#invoice-eu-autofattura table td {
    height: 24px;
}

#invoice-eu-autofattura .total-amount {
    border-top: 1px solid;
    border-bottom: 1px double;
}

/*==================================
    PAYMENT REDIRECT PAGE
==================================*/
#paymentSG {
    max-width: 450px;
}

#paymentKZ {
    max-width: 450px;
}

#paymentKSPay, #paymentKSPaySuccess {
    max-width: 600px;
}

/*==================================
    MEMBERSHIP AMENDMENT
==================================*/
#membershipamend-terms-wrapper {
    position: relative;
}

#membershipamend {
    max-width: 700px;
}

#membershipamend-form {
    max-width: 700px;
}

/*==================================
    ADVANCE SEARCH
==================================*/
#datatable-advance-search-0 {
    width: 100%;
}

#datatable-advance-search-1 {
    width: 100%;
}
/*====== END : AGENT SECTION ======*/


/*====== START : ADMIN SECTION ======*/
#admin-layout .top-menu li {
    min-width: 180px;
}

/*==================================
    TRANSLATION EDIT
==================================*/
#datatable-translation-edit {
    width: 100% !important;
}

/*==================================
    SYSTEM USER EDIT
==================================*/
#datatable-system-user-edit {
    width: 100% !important;
}
/*====== END : ADMIN SECTION ======*/


/*====== START : SYSTEM ADMIN SECTION ======*/
/*==================================
    SYSTEM ADMIN PANEL
==================================*/
#system-admin {
    max-width: 800px;
}
/*====== END : SYSTEM ADMIN SECTION ======*/