i{
    margin: 0px 3px 0px 3px;
}

.txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fixed-navigation nav{
    padding-bottom: 80px !important;
}

.widget-footer .pagination {
    margin: 0px !important;
}

.widget-footer {
    min-height: 38px !important;
}

    .widget-footer .result {
        margin-top: 5px !important;
        margin-left: 5px !important;
    }

table.has-tickbox th:first-child {
    vertical-align: unset !important;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2-result-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.margin {
    margin: 24px !important;
}

.margin-2x {
    margin: 48px !important;
}

.margin-3x {
    margin: 72px !important;
}

.margin-0{
    margin:0px !important;
}

.margin-top-half {
    margin-top: 12px !important;
}

.margin-top {
    margin-top: 24px !important;
}

.margin-top-2x {
    margin-top: 48px !important;
}

.margin-top-3x {
    margin-top: 72px !important;
}

.margin-bottom-half {
    margin-bottom: 12px !important;
}

.margin-bottom {
    margin-bottom: 24px !important;
}

.margin-bottom-2x {
    margin-bottom: 48px !important;
}

.margin-bottom-3x {
    margin-bottom: 72px !important;
}

.margin-right-half {
    margin-right: 12px !important;
}

.margin-right {
    margin-right: 24px !important;
}

.margin-right-2x {
    margin-right: 48px !important;
}

.margin-right-3x {
    margin-right: 72px !important;
}

.margin-left-half {
    margin-left: 12px !important;
}

.margin-left {
    margin-left: 24px !important;
}

.margin-left-2x {
    margin-left: 48px !important;
}

.margin-left-3x {
    margin-left: 72px !important;
}

.padding {
    padding: 24px !important;
}

.padding-2x {
    padding: 48px !important;
}

.padding-3x {
    padding: 72px !important;
}

.padding-0 {
    padding: 0px !important;
}

.padding-right-half {
    padding-right: 12px !important;
}

.padding-right {
    padding-right: 24px !important;
}

.padding-right-2x {
    padding-right: 48px !important;
}

.padding-right-3x {
    padding-right: 72px !important;
}

.padding-left-half {
    padding-left: 12px !important;
}

.padding-left {
    padding-left: 24px !important;
}

.padding-left-2x {
    padding-left: 48px !important;
}

.padding-left-3x {
    padding-left: 72px !important;
}

.padding-top-half {
    padding-top: 12px !important;
}

.padding-top {
    padding-top: 24px !important;
}

.padding-top-2x {
    padding-top: 48px !important;
}

.padding-top-3x {
    padding-top: 72px !important;
}

.padding-bottom-half {
    padding-bottom: 12px !important;
}

.padding-bottom {
    padding-bottom: 24px !important;
}

.padding-bottom-2x {
    padding-bottom: 48px !important;
}

.padding-bottom-3x {
    padding-bottom: 72px !important;
}

.table .popover-title {
    margin: 0 !important;
    padding: 8px 14px !important;
}

.table .popover-content {
    padding: 9px 14px !important;
}

.table .form-group {
    margin-bottom: 15px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px 10px !important;
    max-width: 100px !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}


.table > tbody > tr > td.is-action, .table > thead > tr > td.is-action {
    overflow:unset !important;
}

.table > tbody > tr > th.is-action, .table > thead > tr > th.is-action {
    width:25px !important;
}

.table > thead > tr > th.sorting, .table > thead > tr > th.sorting_asc, .table > thead > tr > th.sorting_desc{
    padding-right:20px !important;
}

.required {
    color: #a10707 !important;
}

.bootstrap-tagsinput input {
    padding-top: 5px !important;
    padding-left: 5px !important;
}

.icon-addon .bootstrap-tagsinput input {
    padding-left: 30px !important;
    padding-top: 5px !important;
}

.icon-addon .bootstrap-tagsinput span.tag {
    margin-left: 30px !important;
}

    .icon-addon .bootstrap-tagsinput span.tag + input {
        padding-left: 10px !important;
    }

    .icon-addon .bootstrap-tagsinput span.tag + span.tag {
        margin-left: 5px !important;
    }

.side-panel .form-control-static {
    font-size: 1.1em !important;
}

.smart-form .checkbox {
    margin-top: 0px !important;
}

table.smart-form .help-block {
    font-size: 0.9em !important;
    font-style: italic !important;
}

table th .checkbox i {
    margin-left: 0px !important;
}

table .groupby
{
    border-color: #848484 !important;
    background-color:#f9f9f9 !important;
}

table .groupbytotal
{
    background-color:#f5f5f5 !important;
}

.action-panel {
    margin-bottom: 10px !important;
}

.fixed-footer {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 95 !important;
    background-color: #F5F5F5 !important;
    padding: 5px !important;
    margin-bottom: 0px !important;
    border-top: 1px solid #cfcfcf;
}

.fixed-header #header {
    /*box-shadow: none !important;*/
}

#widget-grid {
    /*margin-top: 40px !important;*/
}

.label-color {
    display: inline !important;
    padding: .2em .6em .3em !important;
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #fff !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25em !important;
}

.table .dropdown-menu{
    right:0 !important;
    left:auto !important;
    min-width:unset !important;
}

.table .dropdown-menu > li > a{
    white-space: nowrap !important;
     padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.main-container-loading {
    background: url(../img/loading.gif) center center no-repeat !important;
}

#logo-login {
    margin: 10px auto !important;
}

    #logo-login img {
        width: 200px !important;
        margin-left: 30px !important;
    }

#panel-product-image-list .widget-body {
    background-color: #fafafa !important;
}

.btn-print {
    margin-left: 10px !important;
}

.well-round{
    border:0px !important;
    border-radius:10px;
}

.knowledge-base-nav li a {
    color: rgba(92,105,117,1.00) !important;
}

    .knowledge-base-nav li a:hover {
        background: rgba(133, 163, 224, 0.1) !important;
        color: rgba(92,105,117,1.00) !important;
    }

.knowledge-base-nav li.open > a, .smart-skins-1 nav ul ul {
    background: rgba(133, 163, 224, 0.1) !important;
    color: rgba(52,109,219,1.00) !important;
}

.knowledge-base-nav li.open > a {
    color: rgba(52,109,219,1.00) !important;
}

.knowledge-base-nav ul li.open > a, .knowledge-base-nav ul li.open > a b {
    color: rgba(92,105,117,1.00) !important;
}

#chat-log {
    padding: 20px;
}

.chat-bubble {
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    margin: 5px 0;
    max-width: 60%;
    position: relative
}

    .chat-bubble p {
        margin:0px;
    }

    .chat-bot {
        background-color: #e6ffe6;
        float: left;
    }

    .chat-bot a {
        color: #adaaaa;
    }

    .chat-bot .btn-report {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .chat-bot .collapse-sign {
        position: absolute;
        top: 0;
        right: 40px;
        color: #adaaaa;
    }

    .chat-bot .table-responsive {
        max-height: 200px;
    }

.chat-user {
    background-color: #ffffe6;
    float: right;
}

.image-manage-list {
    list-style: none !important;
    background-color: #fafafa !important;
    padding-left: 8px !important;
    padding-top: 8px !important;
    margin-bottom: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .image-manage-list li {
        display: inline-block !important;
        margin: 0 8px 8px 0 !important;
        vertical-align: top !important;
    }

        .image-manage-list li .well {
            background-color: #f5f5f5 !important;
            border-color: rgba(128, 128, 128, 0.18) !important;
        }

    .image-manage-list .well > a {
        text-align: center !important;
        display: block !important;
    }

    .image-manage-list img {
        max-width: 120px !important;
        margin: 8px 0 !important;
    }

    .image-manage-list .position {
        text-align: center !important;
    }

        .image-manage-list .position a {
            width: 44px !important;
            display: inline-block !important;
        }

    .image-manage-list li:first-of-type .position a:first-of-type, .image-manage-list li:last-of-type .position a:last-of-type {
        color: #999 !important;
        cursor: not-allowed !important;
    }

    .image-manage-list hr:first-of-type {
        border-color: rgba(128, 128, 128, 0.18) !important;
        margin-top: 8px !important;
        margin-bottom: 5px !important;
    }

    .image-manage-list hr:last-of-type {
        border-color: rgba(128, 128, 128, 0.18) !important;
        margin-top: 5px !important;
        margin-bottom: 8px !important;
    }

.action-panel #sparks {
    margin-bottom: 0px !important;
}

.table td {
    max-width: 200px !important;
}

.group-control .word-wrap, .table td {
    word-wrap: break-word !important;
}

.property-filter {
    margin-top: 10px !important;
    margin-left: 10px !important;
    padding-bottom: 10px !important;
}

.property {
    margin: 10px !important;
}

    .property .who {
        border-bottom: 1px solid rgba(0,0,0,.07);
        padding: 5px;
    }

    .property .text {
        font-size: 13px;
        line-height: 1.82em;
        padding: 10px;
    }

    .property .image img {
        width: 100%;
    }

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: white;
    font-size: 20px;
    opacity: 0.62;
    background-color: black;
    padding: 5px;
}

.image-group {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    height: 260px;
    background-color: #000;
}

.image-group-img {
    height: 100%;
    /*opacity: 0.62;*/
}

table thead .sorting {
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
    padding-right: 18px !important;
}

table thead .sorting_asc {
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
    padding-right: 18px !important;
}

table thead .sorting_desc {
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
    padding-right: 18px !important;
}

.login-background {
    background-image: url('../img/');
    background-size: cover;
    background-position: center;
}

.login-background body{
    background:none;
}

.login-container {
 -webkit-transform: translate(50%,50%);
  transform: translate(50%,25%);
  position: absolute;
  top: 00%;
  left: 50%;
  margin-left:-300px;
}

.org-chart * {margin: 0; padding: 0;}

.org-chart ul {
    padding-top: 40px; 
    position: relative;
	transition: all 0.5s;
    white-space: nowrap;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.org-chart li {
    margin-left:-5px;
    text-align: center;
	list-style-type: none;
	position: relative;
	padding: 40px 5px 0 5px;
    display:inline-block;
	vertical-align:top;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;    
}

    .org-chart li img {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -25px;
        left: 10px;
        border-radius: 50px;
        border:1px solid #94a0b4;
    }

    .org-chart li strong, .org-chart li span {
        text-align: left;
    }

    .org-chart li .txt-status {
        position: absolute;
        right: 5px;
        top: 5px;
        font-size: 11px;
        font-weight: 300;
    }

.org-chart li::before, .org-chart li::after{
	content: '';
	position: absolute; top: 0; right: 50%;
	border-top: 1px solid #ccc;
	width: 50%; height: 40px;
}
.org-chart li::after{
	right: auto; left: 50%;
	border-left: 1px solid #ccc;
}

.org-chart li:only-child::after, .org-chart li:only-child::before {
	display: none;
}

.org-chart li:only-child{ padding-top: 0px;}

.org-chart li:first-child::before, .org-chart li:last-child::after{
	border: 0 none;
}

.org-chart li:last-child::before{
	border-right: 1px solid #ccc;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.org-chart li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.org-chart ul ul::before{
	content: '';
	position: absolute; top: 0; left: 50%;
	border-left: 1px solid #ccc;
	width: 0; height: 40px;
}

.org-chart li a {
    border: 1px solid #ccc;
    padding: 30px 20px 15px 20px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma;
    display: inline-block;
    width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    position:relative;
}

.org-chart li a:hover, .tree li a:hover+ul li a {
	background: #c8e4f8; color: #000; border: 1px solid #94a0b4;
}

.org-chart li a:hover+ul li::after, 
.org-chart li a:hover+ul li::before, 
.org-chart li a:hover+ul::before, 
.org-chart li a:hover+ul ul::before{
	border-color:  #94a0b4;
}

.tree li.parent_li > span:hover{
    color: none!important;
}

/*#btnScrolltoTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #666;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btnScrolltoTop:hover {
  background-color: #555;
}*/
.list-group-item {
    cursor: pointer !important;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .image-manage-list .well > a {
        width: 100% !important;
    }

    .image-manage-list img {
        max-width: 100% !important;
    }

    .action-panel .btn-group-justified {
        margin-top: 0px !important;
    }

    .page-footer {
        display: none !important;
    }
}

.info-label {
        position: relative;
        top: -15px;
        right: -15px;
        float: right;
        cursor: pointer;
    }

        .info-label:hover .label-text {
            display: block;
        }



        .info-label:hover .label-text-over {
            display: block;
        }

    .label-text-over {
        position: absolute;
        display: none;
        left: -170px;
        padding: 5px 10px;
        width: max-content;
        background-color: white; /* Change the background color as needed */
        color: black; /* Change the text color as needed */
        border: 1px solid black;
        font-size: 12px;
        z-index: 1;
    }

    /* desktop styles */
    @media only screen and (min-width: 601px) {
        /* your desktop-specific styles go here */
        .widthadjust {
            width: 250px;
        }

        .label-text {
            position: absolute;
            display: none;
            padding: 5px 10px;
            width: max-content;
            background-color: white; /* Change the background color as needed */
            color: black; /* Change the text color as needed */
            border: 1px solid black;
            font-size: 12px;
            z-index: 1;
        }
    }

    /* mobile styles */
    @media only screen and (max-width: 600px) {
        .label-text {
            position: absolute;
            display: none;
            left: -230px;
            padding: 5px 10px;
            width: max-content;
            background-color: white; /* Change the background color as needed */
            color: black; /* Change the text color as needed */
            border: 1px solid black;
            font-size: 12px;
            z-index: 1;
        }
    }

    .info-label {
        position: relative;
        top: -1px;
        right: -15px;
        float: left;
        cursor: pointer;
    }

        .info-label:hover .info-text-right {
            display: block;
        }



        .info-label:hover .info-text-left {
            display: block;
        }

    .info-text-left {
        position: absolute;
        display: none;
        left: -170px;
        padding: 5px 10px;
        width: max-content;
        background-color: white; /* Change the background color as needed */
        color: black; /* Change the text color as needed */
        border: 1px solid black;
        font-size: 12px;
        z-index: 1;
    }

    /* desktop styles */
    @media only screen and (min-width: 601px) {
        /* your desktop-specific styles go here */
        .widthadjust {
            width: 250px;
        }

        .info-text-right {
            position: absolute;
            display: none;
            padding: 5px 10px;
            width: max-content;
            background-color: white; /* Change the background color as needed */
            color: black; /* Change the text color as needed */
            border: 1px solid black;
            font-size: 12px;
            z-index: 1;
        }
    }

    /* mobile styles */
    @media only screen and (max-width: 600px) {
        .info-text-right {
            position: absolute;
            display: none;
            left: -230px;
            padding: 5px 10px;
            width: max-content;
            background-color: white; /* Change the background color as needed */
            color: black; /* Change the text color as needed */
            border: 1px solid black;
            font-size: 12px;
            z-index: 1;
        }
    }
