/* helping css start */
.container-white {
    background: #fff;
}

h3 {
    color: #4b4b4b;
}

.inline-block {
    display: inline-block !important;
}

.w90p {
    width: 90% !important;
}

.w78p {
    width: 78% !important;
}

.w38p {
    width: 38% !important;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    float: left;
    padding: 0px 12px;
}

.h90px {
    min-height: 90px !important;
}

.productDataList {
    max-height: 90px;
    overflow-y: auto;
}

.span-dash {
    display: inline-block;
    width: 2%;
    text-align: center;
    float: left;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.reservation-results {
    border: 1px solid #8e8e8e;
    height: 100px;
    overflow: auto;
}

.list-group-item:first-child {
    border-radius: 0px;
}

.list-group-item {
    background-color: #fff;
    border: 0px solid #ddd !important;
    display: block;
    margin-bottom: -1px;
    padding: 3px 10px;
    position: relative;
    word-break: break-all;
}

.semi-bold-head {
    font-weight: 600;
}

.margin-bottom-20 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-tb-10 {
    margin: 10px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-30 {
    padding-right: 30px;
}
.padding-5 {
    padding-top: 5px !important;
    padding-bottom:5px !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-3 {
    padding: 3px;
}

.padding-5 {
    padding: 5px;
}

.no-padding-left {
    padding-left: 0px;
}

.form-horizontal .control-label {
    font-weight: normal;
}

.top-heading {
    margin: 30px 0;
    font-size: 22px;
}

.top-heading-normal {
    font-size: 22px;
}

a {
    color: #007dc5;
}

.text-blue {
    color: #3498db;
}

.text-red {
    color: #D21F26;
}

.text-black {
    color: #555;
}

.text-green {
    color: green;
}

.text-orange {
    color: orange;
}

.cursor {
    cursor: pointer;
}

.relative {
    position: relative;
}

.btn-icon {
    position: relative;
}

    .btn-icon i {
        position: absolute;
        left: 8px;
        font-size: 20px;
    }

.thead-sort {
    color: #f6f6f6;
}

h4.no-data {
    margin: 10px 0;
    text-align: center;
    color: #6D6D6D;
    font-size: 16px;
}

.border-success {
    border: 1px solid #54a243;
}
/* helping css end */

/* css for custom tabs start*/
.tree-content {
    color: #FFFFFF !important;
    /*font-weight: bold;*/
    background: #f6f6f6 !important;
    border-top: 1px solid #d8d6d6 !important;
    text-align:left;
    padding:6px 0 !important;

}

.efobasen-tab > li.active > a, .efobasen-tab > li.active > a:hover, .efobasen-tab > li.active > a:focus {
    color: #FFFFFF;
    font-weight: bold;
    background: #afabab;
    border-top: 1px solid #d8d6d6;
}

.efobasen-tab {
    border-bottom: 2px solid #ddd;
}


    /*.efobasen-tab > li:first-child a {
    border-left-color: #e4e3e3;
}*/


    .efobasen-tab li {
        text-align: center;
    }

    .efobasen-tab > li > a {
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #d8d6d6;
        border-left-color: transparent;
        border-right-color: #e4e3e3;
        margin-right: 0px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
		 padding:7px 24px;
    }

    .efobasen-tab > li:first-child a {
        border-left-color: #e4e3e3;
    }



/* css for custom tabs ends*/

/* css for tree view start*/

.tree-scroll {
    padding: 0px;
    background: #f6f6f6;
}

    .tree-scroll h4 {
        padding: 10px 0 0 13px;
    }

    .tree-scroll .tree-inner {
        max-height: 930px;
        overflow-y: auto;
        min-height: 930px;
    }
/* css for tree view end */

/* css for scrolling in all table */
table.table-scroll {
    display: table;
    width: 100%;
}

    /*table.table-scroll thead, table.table-scroll tbody {
        float: left;
        width: 100%;
    }

*/

    table.table-scroll tr {
        /* width: 100%;
        display: table;*/
        text-align: left;
    }
/* css for scrolling in table end*/

/* css for scrolling in library table */

.table-lib th:nth-child(1), .table-lib td:nth-child(1) {
    width: 60%;
}

.table-lib th:nth-child(2), .table-lib td:nth-child(2) {
    width: 40%;
    text-align: center;
}

.table-lib tbody {
    max-height: 372px;
    overflow-y: auto;
}

.lib-tab {
    margin-bottom: 0;
}
/* css for scrolling in library table end*/

/* css for custom input , select fields and table designing */

input:not([type]), input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="checkbox"], textarea.form-control, Select {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
}

/*select, .input-no-border {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

        background-color: #fff !important;
}*/

.table tbody {
    border-bottom: 1px solid #6d6d6d;
}

.table {
    border: 1px solid #eeeeee;
    margin-bottom: 0;
}

.sort-th .fa-sort {
    color: #fff;
}

.sort-th i:hover {
    color: #fff;
    cursor: pointer;
}

/* css for custom input , select fields and table designing */

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #eff8fc;
}

.table-search.table-striped > tbody > tr:hover td {
    background-color: #f5f5f5;
    cursor: pointer;
}

.table > tbody > tr > td {
    border-top: 1px solid #e1edf2;
}

.table thead {
    background: #0067b0;
    color: #fff;
}

    .table thead th {
        border-bottom: 0 !important;
    }

.table tbody td a {
    color: #6d6d6d;
}

.table.table-stripped tr td:first-child {
    width: 100px;
}

.action-icons a {
    color: #6d6d6d;
    font-size: 26px;
    padding-left: 10px;
}

    .action-icons a:hover {
        color: #2a6496;
    }

a.list-link {
    display: block;
}

span.image-placeholder {
    display: table-cell;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    padding-bottom: 10px;
}

    span.image-placeholder img {
        border: 1px solid #ccc;
    }

span.list-product-title {
    display: block;
    text-align: center;
}

.td-hide td, .td-hide th {
    text-align: left !important;
}

.td-hide tbody {
    border-bottom: 0;
}

.td-hide.activated, .td-show.activated {
}

.td-hide.inactivated, .td-show.inactivated {
    display: none;
}


.modal-header button.close {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    opacity: 1;
    padding: 0px;
    width: 28px;
}

    .modal-header button.close span {
        position: relative;
        top: -2px;
    }

    .modal-header button.close:hover, .modal-header button.close:focus {
        color: #fff;
    }

.modal-header {
    background: #626262;
    color: #fff;
    padding: 6px 15px;
    overflow: auto;
}

.modal-subhead {
    background: #EAEAEA;
    color: #4b4b4b;
    padding: 10px 15px;
}

.modal-body {
    padding: 15px;
}

.label-left label {
    text-align: left !important;
}

.modal-body .form-group {
    margin-bottom: 8px;
}

.table-schema th:nth-child(1), .table-schema td:nth-child(1) {
    width: 25%;
}

.table-schema th:nth-child(2), .table-schema td:nth-child(2) {
    width: 35%;
}

.table-schema th:nth-child(3), .table-schema td:nth-child(3) {
    width: 35%;
    text-align: center;
}

/*.table-schema tbody {
    max-height: 75px;
    overflow-y: auto;
    min-height: 75px;
}*/

.list-box {
    border: 1px solid #e4e3e3;
}

.list-head {
    background: #d7d7d7;
    color: #333333;
    padding: 6px 10px;
    font-weight: bold;
}

.list-body {
    background: #f9f8f8;
    color: #818181;
    padding: 6px 10px;
    max-height: 550px;
    overflow-y: auto;
    min-height: 550px;
}

    .list-body li i {
        float: right;
        color: #3498db;
        margin-right: -3px;
    }

    .list-body li {
        margin: 5px 0;
    }

.col-l {
    padding-left: 8px;
    padding-right: 4px;
}

.col-r {
    padding-left: 4px;
    padding-right: 8px;
}

.table-Schema-hover {
    display: none;
    position: absolute;
    z-index: 1;
    width: 380px;
    /* right: 0; */
}

.info-modal {
    position: relative;
    width: 15px;
    float: right;
    height: 15px;
    cursor: pointer;
}

    .info-modal:hover .table-Schema-hover {
        display: block;
    }

.tool {
    cursor: pointer;
}

.modal .form-horizontal .control-label {
    padding-top: 4px;
}

.modal .form-control {
    height: 30px;
    padding: 4px 12px;
}

.check-list .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

/*////New change, On 25th May, form adjusting scroller content window*/
/* search page css start */
.unavailable {
    /*width: 13px;
  display:inline; 
  vertical-align:central;
  margin-bottom:3px;*/
    background-image: url('/images/unavailable.png');
    background-position: bottom;
    background-position: left;
    background-repeat: no-repeat;
    text-indent: 18px !important;
}

.available {
    /*width: 13px;
  display:inline; 
  vertical-align:central;
  margin-bottom:3px;*/
    text-indent: 18px !important;
}

.search-img-xml {
    background: url("../images/xml_small.png");
    width: 32px;
    height: 32px;
    display: block;
}

.search-img-xml-email {
    background: url("../images/xml_email.png");
    width: 32px;
    height: 32px;
    display: block;
}
/*////*/

.ul-search-img {
    margin: 20px 0 5px;
}

.search-img {
    background: url("../images/search-icon.png");
    width: 32px;
    height: 32px;
    display: block;
}

    .search-img.img2 {
        background-position: -38px 0;
    }

    .search-img.img3 {
        background-position: -76px 0;
    }

    .search-img.img4 {
        background-position: -114px 0;
    }

    .search-img.img5 {
        background-position: -152px 0;
    }

    .search-img.img6 {
        background-position: -190px 0;
    }

.search-filter {
    background: #e8e8e8;
    padding: 15px 20px 15px 20px;
}

    .search-filter select {
        margin-top: 10px;
        padding-left: 8px;
    }

.search-tags {
    color: #A2A2A2;
}

    .search-tags a {
        padding-left: 5px;
        color: #333;
    }

        .search-tags a:hover {
            color: #787878;
        }

.search-box input {
    /*-webkit-border-top-left-radius: 21px !important;
    border-top-left-radius: 21px !important;
    border-right: 0 !important;
    -webkit-border-bottom-left-radius: 21px !important;
    border-bottom-left-radius: 21px !important;*/
}

.search-box .btn-l {
    border-left: 0;
    border-right: 0;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 6px;
    padding-right: 6px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 30px;
}

.search-box .btn {
    padding: 0px 12px;
}

.search-box .btn-r {
    border-left: 0;
    /* -webkit-border-bottom-right-radius: 21px; */
    /* border-bottom-right-radius: 21px; */
    /* -webkit-border-top-right-radius: 21px; */
    /* border-top-right-radius: 21px; */
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    border-right: 1px solid #e0e0e0;
    padding-left: 6px;
    padding-right: 10px;
    height: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.DnnModule-ProductSearch .search-box .btn-r {
    padding-left: 8px;
    padding-right: 7px;
}

.select-drop .dropdown {
    position: relative;
}

.select-drop .dropdown-toggle {
    cursor: pointer;
}

.select-drop .caret {
    position: absolute;
    top: 13px;
    right: 8px;
}

.caret {
    border-top: 7px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.drop-custom {
    padding: 15px;
    width: 100%;
}

    .drop-custom .inp-t-l {
        float: left;
        margin-right: 6px;
        padding: 0 5px;
        width: 45%;
    }

    .drop-custom .inp-t-r {
        float: left;
        padding: 0 5px;
        width: 46%;
    }

    .drop-custom .inp-b {
        width: 92%;
        float: left;
        resize: none;
    }

    .drop-custom a.find {
        padding: 6px;
        float: left;
        color: #333;
    }

        .drop-custom a.find:hover {
            color: #787878;
        }

.dropdown-search {
    width: 100%;
}

    .dropdown-search input, .dropdown-search textarea {
        font-size: 12px;
    }

.search-box input:focus, .search-box .btn-l:focus, .search-box .btn-l:active, .search-box .btn-r:focus, .search-box .btn-r:active {
    border-color: #e0e0e0;
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box .btn-l:hover, .search-box .btn-r:hover {
    color: #787878;
}


.table-search th:nth-child(1), .table-search td:nth-child(1) {
    /*width: 25px;*/
    text-align: center;
}

.table-search th:nth-child(2), .table-search td:nth-child(2) {
    /*width: 140px;
    width: 87px;*/
}
.custom-table-search th:nth-child(1), .custom-table-search th:nth-child(2), .custom-table-search td:nth-child(1), .custom-table-search td:nth-child(2){width:auto !important}
.custom-table-search th:nth-child(3), .custom-table-search td:nth-child(3), .custom-table-search td, .custom-table-search th{width:32%; padding-left:2px; padding-right:2px;}
.table-search th:nth-child(3), .table-search td:nth-child(3) {
    width: 36%;
}

.table-search th:nth-child(4), .table-search td:nth-child(4) {
    /*width: 150px;
    width: 20%;*/
}

.table-search th:nth-child(5), .table-search td:nth-child(5) {
    width: 20%;
}

.table-search th:nth-child(6), .table-search td:nth-child(6) {
    width: 5%;
    text-align: center;
}

.table-search th:nth-child(7), .table-search td:nth-child(7) {
    text-align: right;
}

.table-search tr .action-td .clip {
    margin-right: 7px;
}

.table-search tr .action-td .camera {
    margin-right: 15px;
}

.red-circle {
    color: #B91414;
}

.purple-tyrian-circle {
    color: #800040;
}

.green-circle {
    color: #54a243;
}
.yellow-circle {
    color:#ffdc36;
}
.blue-circle {
    color: #1c68a6;
}

.orange-circle {
    color: #f37021;
}
.purple-circle {
    color:purple;
}
.table-search > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #6d6d6d;
    text-transform: capitalize;
}

/*.table-search tbody {
    max-height: 555px;
    overflow-y: auto;
}*/

.table-search td a {
    color: #424242;
}

.color-code {
    margin-left: 1.5%;
    margin-top: 15px;
}

    .color-code li, .color-code li i {
        margin-right: 5px;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #1c68a6 !important;
    background-color: #fff;
    border-color: transparent;
    cursor: default;
    border: 1px solid #ccc;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    color: #428bca;
    background-color: #f6f6f6;
    border: none;
    margin-left: -1px;
}

.pagination li:first-child a, .pagination li:last-child a {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 0px 7px;
    margin-top: 5px;
    font-size: 20px;
    line-height: 0;
}

.pagination li a {
    color: #424242;
    margin-left: 6px;
    background-color: transparent;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.pull-right-inline {
    float: right;
    display: inline-block;
}

.pagination {
    margin: 0;
}

.select-page select {
    width: 75px;
    display: inline-block;
    padding-right: 0px;
    margin-right: 10px;
    background: transparent;
}

.pagination-block {
    border: 1px solid #e3e3e3;
    background: #f6f6f6;
    min-height: 50px;
    padding: 8px 10px 2px;
}

    .pagination-block p {
        margin-top: 6px;
    }

        .pagination-block p span {
            /*font-size: 18px;
            color: #B91414;*/
        }

.back-drop {
    position: absolute;
    background: rgba(229,229,229,.57);
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    position: absolute;
    top: 12%;
    z-index: 999;
    left: 50%;
    text-align: center;
    margin-left: -63px;
}

.search-treeview {
    background: #fff;
}

.reset-search {
    position: absolute;
    z-index: 2;
    top: 4px;
    color: #333;
    right: -15px;
}

    .reset-search:hover {
        color: #787878;
    }

.input-padding-32 {
    padding-right: 32px;
}
/*search page css end*/

/* product detail page css start from here */
.product-detail {
    border: 1px solid #ccc;
}

    .product-detail .carousel-custom {
        padding: 15px 10px;
        border-top: 1px solid #ccc;
        margin-top: 0;
    }

    .product-detail .item .thumb {
        width: 15%;
        cursor: pointer;
        float: left;
        padding: 15px;
        border: 1px solid #ccc;
        margin: 0 5%;
    }

        .product-detail .item .thumb img {
            width: 100%;
            margin: 2px;
        }

    .product-detail .item img {
        max-width: 100%;
        max-height: 100%;
    }

.slide-img .item div {
    height: 100%;
    width: 100%;
    text-align: center;
}



.product-detail .carousel-custom-control {
    width: 0;
}

    .product-detail .carousel-custom-control span {
        width: 7px;
        height: 7px;
        font-size: 12px;
        color: #000;
        top: 50%;
        margin-top: -6px;
        margin-left: -11px;
    }

.product-detail .right.carousel-custom-control span {
    margin-right: -5px;
    margin-left: 0;
}

.product-slide {
    text-align: right;
    margin: 28px 0 16px;
    min-height: 28px;
}

    .product-slide i {
        font-size: 23px;
        color: #007dc5;
    }

        .product-slide i:hover {
            color: #007dc5;
        }

    .product-slide .slide-main {
        padding: 0 4px;
    }

    .product-slide .slide-sepratoe {
        padding: 0 4px;
    }

    .product-slide .arrow-circle {
        border: 1px solid #ccc;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
        height: 25px;
        width: 25px;
        display: inline-block;
        text-align: center;
    }

.bx-viewport {
    padding: 10px 15px 10px 17px;
    border-top: 1px solid #ccc;
    margin-top: 0;
    left: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
    height: 77px !important;
}

.product-thumb .slide {
    border: 1px solid #ccc;
    cursor: pointer;
    height: 55px;
    width: 55px !important;
}

.product-slider-thumb {
    min-height: 50px !important;
}

.bx-wrapper {
    max-width: 100% !important;
}

.bx-controls.bx-has-pager .bx-default-pager {
    display: none;
}

.product-download {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    font-size: 24px;
    color: #007dc5;
}

    .product-download:hover {
        color: #007dc5;
    }


.product-icon-block {
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 9px 30px;
}

    .product-icon-block a:hover {
        color: #007dc5;
    }

    .product-icon-block i {
        font-size: 30px;
        padding-right: 10px;
    }

    .product-icon-block span {
        vertical-align: super;
        display: inline-table;
    }

.table-product tbody {
    border-bottom: 0;
}

.table-product th:nth-child(1), .table-product td:nth-child(1) {
    width: 36%;
}

.table-product th:nth-child(2), .table-product td:nth-child(2) {
    width: 70%;
}

.table-product .detail-td {
    min-height: 84px;
}

/*.table-product td {
    font-weight: 600;
}*/

.table-product tr:nth-child(even) {
    border: 1px solid #ddd;
}

.table-product, .table-product td, .table-product th {
    border-top: 0 !important;
    border: 0 !important;
}

.product-tab .tab-content {
     /*margin: 10px 0 30px;*/
    min-height: 215px;
}



.product-edit {
    position: absolute;
    top: -29px;
    right: 8px;
    font-size: 20px;
    cursor: pointer;
}

    .product-edit:hover {
        color: #007dc5;
    }

select.select-border {
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
}

.product-edit.active {
    color: #007dc5;
}

.product-edit-block, .product-edit-text {
    display: none;
}

.product-edit-head {
    min-height: 210px;
}

.text-drop::after {
    content: "";
}


.product-data {
    border: 1px solid #ccc;
    /*max-height: 350px;
    overflow-y: auto;*/
}

.linker-tab {
    padding: 10px;
}

    .linker-tab a i {
        font-size: 26px;
        padding-right: 10px;
    }

.product-data p {
    margin-bottom: 0;
}

.linker-tab a span {
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.product-data-head {
    border-bottom: 1px solid #ccc;
    padding: 4px 8px;
}

.product-data .form-group {
    margin-left: 0px;
    margin-right: 0px;
    padding: 4px 6px;
    margin-bottom: 0;
}

.product-data .form-horizontal .control-label {
    text-align: left;
    padding-left: 0;
}

.product-section-heading {
    margin: 10px 8px 15px !important;
}

.product-data-section {
    border-bottom: 1px solid #ccc;
}

.product-data .form-control {
    margin-bottom: 0;
}

.product-data-section .form-group:nth-child(even) {
    background-color: #e1edf2;
}
.product-new-data .form-group:nth-child(odd) {
    background-color: #e1edf2 !important;
}

.product-new-data .form-group:nth-child(even) {
    background-color: white !important;
}
.bx-next.disabled, .bx-prev.disabled {
    display: none;
}

.product-block img {
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.carousel-custom-inner {
    height: 212px;
}

    .carousel-custom-inner .item {
        height: 212px;
    }
/* product detail history section css start */


.table-forpank tbody td, .table-forpank thead th {
    border-right: 1px solid #fff;
}

.table-forpank tbody {
    border-bottom: 0;
}

.display-inline {
    display: inline-block;
}

.history-date label {
    margin: 3px 0 0;
    float: left;
    width: 90px;
}

.history-date .input-group {
    float: left;
    width: 200px;
}

.search-action a {
    color: #6d6d6d;
    font-size: 20px;
    margin-top: -3px;
    display: inline-block;
}

    .search-action a:hover {
        color: #2a6496;
    }

.perpage-record {
    width: 75px;
    display: inline-block;
}

.table-history th:nth-child(1), .table-history td:nth-child(1) {
    width: 290px;
}

.table-history th:nth-child(2), .table-history td:nth-child(2) {
    width: 290px;
}

.table-history th:nth-child(3), .table-history td:nth-child(3) {
    width: 140px;
}

.table-history th:nth-child(4), .table-history td:nth-child(4) {
    width: 140px;
}

.table-history th:nth-child(5), .table-history td:nth-child(5) {
    width: 150px;
}

.table-history th:nth-child(6), .table-history td:nth-child(6) {
    width: 150px;
}
/* product detail history section css end */

/* Images and Documents css starts from here */
.upload-images-doc .btn {
    padding: 4px 12px;
}

.tree-img {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 4px;
    margin: 5px 0;
}

.upload-img-action a:last-child {
    float: right;
    padding-right: 10px;
}

.upload-img-action a:first-child {
    float: left;
}

.preview-box {
    border: 1px solid #ccc;
    text-align: center;
    background-color: #EFEFEF;
    padding: 35px 0;
    height: 268px;
}

.image-drop {
}

.image-drop-lg {
    width: 148px;
    display: inline-block;
    float: left;
}

.image-drop-sm {
    display: inline-block;
    float: left;
    margin-left: 5px;
}

    .image-drop-sm ul {
        margin-bottom: 0;
        margin-left: 0px;
    }

    .image-drop-sm div {
        width: 162px;
        display: inline-block;
    }

    .image-drop-sm .additional-image {
        width: 79px;
        height: 79px;
        border: 1px solid #a9a9a9;
        text-align: center;
        vertical-align: middle;
    }

.margin-bottom-7 {
    margin-bottom: 7px;
}

.additional-image-empty {
    /*background-image: url('../img/71camera.png');*/
    background-repeat: no-repeat;
    background-position: center center;
}

.single-empty-image {
    /*background-image: url('../img/150camera.png');*/
    width: 150px;
    height: 166px;
    margin: 0px;
    border: 1px solid #a9a9a9;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-repeat: no-repeat;
}

.well-border, .product-resource {
    padding: 6px;
    border: 1px solid #a9a9a9;
}

    .product-resource .radio-option {
        margin: 5px;
    }

        .product-resource .radio-option .radio {
            margin: 0;
        }

    .product-resource input[type="text"] {
        margin: 10px 0;
    }
/* Images and Documents css starts from here */



/*product details page css end*/


.notify-box:before {
    content: '';
    z-index: 10601;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -7px;
    right: 8px;
}

.notify-box {
    position: absolute;
    background: rgba(255,255,255,0.4);
    height: 80px;
    width: 300px;
    right: 10px;
    z-index: 9;
    padding: 20px;
    text-align: center;
    top: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

    .notify-box.notify-error {
        color: #E40910;
        -moz-box-shadow: 0px 0px 3px #E40910;
        -webkit-box-shadow: 0px 0px 3px #E40910;
        box-shadow: 0px 0px 3px #E40910;
        border: 1px solid #E40910;
    }

        .notify-box.notify-error:before {
            border-bottom: 7px solid #E40910;
        }

    .notify-box.notify-success:before {
        border-bottom: 7px solid #55BB3D;
    }

    .notify-box.notify-success {
        color: #55BB3D;
        -moz-box-shadow: 0px 0px 3px #55BB3D;
        -webkit-box-shadow: 0px 0px 3px #55BB3D;
        box-shadow: 0px 0px 3px #55BB3D;
        border: 1px solid #55BB3D;
    }

    .notify-box.notify-error h4, .notify-box i {
        color: #E40910;
    }

    .notify-box.notify-success h4 {
        color: #55BB3D;
    }

    .notify-box i {
        position: absolute;
        right: 7px;
        top: 4px;
        font-size: 18px;
        cursor: pointer;
    }

.disabled-link {
    pointer-events: none;
    color: #ccc;
}
.disabled-link, disabled-link:hover, disabled-link:active, disabled-link:focus {
    pointer-events: none!important;
    color: #ccc!important;
    cursor:default!important;
}
/*tree view custom css*/

.jqx-widget.jqx-widget-content.jqx-tree {
    background: transparent !important;
}

#example .jqx-widget.jqx-widget-content.jqx-tree {
    border-top: 0px;
}

#panelContentpaneltreeviewConcept {
    background: transparent !important;
}

.tree-scroll .jqx-fill-state-pressed:not(.jqx-scrollbar-thumb-state-normal), .tree-scroll .jqx-fill-state-hover:not(.jqx-scrollbar-thumb-state-normal) {
    border-color: transparent !important;
    background: none !important;
    color: #333333 !important;
}

.jqx-widget {
    color: #818181 !important;
}

#panelWrapperpaneltreeviewUnit .jqx-widget-content, #panelWrapperpaneltreeviewProperty .jqx-widget-content, #panelWrapperpaneltreeviewValue .jqx-widget-content {
    background: transparent !important;
}


/*.jqx-tree-dropdown-root li:not(.jqx-disableselect){


  
    list-style-image: url(../Images/bar.png);
}*/
.chkbox.jqx-widget.jqx-checkbox {
    margin-top: 4px !important;
}

.select-jq {
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important;
    background: transparent !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 34px !important;
    padding: 6px 0px !important;
    font-size: 14px !important;
    border-color: #e0e0e0 !important;
}

.dropDownButton.jqx-widget-content.jqx-dropdownbutton-popup.jqx-popup.jqx-rc-all.jqx-rc-t-expanded.jqx-fill-state-focus {
    border-color: #EFEFEF;
    width: 358px;
}

.treedropdown {
    position: relative;
}

    .treedropdown > div {
        position: absolute;
        z-index: 999;
        top: -3px;
        left: 0px;
        width: 100% !important;
        background: #fff;
        border: 1px solid #E2D3D3 !important;
    }

    .treedropdown .jqx-widget.jqx-widget-content.jqx-tree {
        border: 1px solid #E2D3D3 !important;
    }

    .treedropdown ul, .treedropdown li {
        background: #fff;
    }
/*.dropDownButton div.jqx-widget-content-energyblue.jqx-tree.jqx-tree-energyblue, .dropDownButton div.jqx-widget-content-energyblue.jqx-tree.jqx-tree-energyblue > div {
    width: 100% !important;
}

#jqxConceptPropertyGrid {
    width: 100% !important;
}

.jqx-grid-column-header.jqx-widget-header {
    width: 50%;
}

.jq-table-custom #contentjqxConceptPropertyGrid  , .jq-table-custom #contentjqxConceptPropertyGrid .jqx-grid-header , .jq-table-custom #contentjqxConceptPropertyGrid #columntablejqxConceptPropertyGrid{
    width:100% !important;
}
    .jq-table-custom #contentjqxConceptPropertyGrid #columntablejqxConceptPropertyGrid .jqx-grid-column-header {
        width: 50%!important;
    }
   .jq-table-custom #contentjqxConceptPropertyGrid #columntablejqxConceptPropertyGrid div.jqx-widget-header:nth-child(2){
       left:50%!important;
    }*/

.jq-table-custom .jqx-grid-column-header {
    background: #6d6d6d;
    color: #fff;
    text-transform: uppercase;
}
/*.modal-scroll {
        max-height: 300px;
    overflow-y: auto;
}*/


/*/ search hover design /*/
.short-detail {
    position: relative;
}

.short-detail-block {
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    z-index: 999;
}

.short-inner {
    position: relative;
}

.short-detail-block .short-inner:before {
    content: '';
    z-index: 10601;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #ccc;
    position: absolute;
    bottom: -10px;
    left: 8px;
}

.short-inner table {
    width: 300px;
}

    .short-inner table td, .short-inner table th {
        padding: 4px 6px;
        font-size: 12px;
        text-align: left !important;
        vertical-align: top;
    }

    .short-inner table th {
        width: 120px;
    }

    .short-inner table td {
        width: 120px;
    }

.modal-body .demo-section {
    border-top: 1px solid #d6d6d6;
}

.demo-section {
}

.concept-treeview .jqx-tree-dropdown-root {
    width: 100% !important;
    padding: 0px !important;
}

    .concept-treeview .jqx-tree-dropdown-root .jqx-tree-item-li {
        border-bottom: 1px solid #d6d6d6;
        margin-left: 0px !important;
        padding-left: 8px;
        white-space: normal;
    }

        .concept-treeview .jqx-tree-dropdown-root .jqx-tree-item-li ul li {
            border: 0px;
        }



    .concept-treeview .jqx-tree-dropdown-root .menu_last_child {
        content: "-";
        position: relative;
        left: -5px;
        top: -7px;
        text-indent: -5px;
    }

.elipsis-input {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*.unit-treeview .jqx-tree-dropdown-root li ul  li:before {
    content: "-";
    position: relative;
    left: -5px;
    top: -7px;
}*/

.dash-li {
    background: url("../Images/line-h.png") no-repeat 0px 12px;
}

#treeviewPropertyModel .dash-li {
    background: url("../Images/line-h.png") no-repeat 0px 12px;
    margin-left: 0px !important;
    padding-left: 15px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}

#divRowinner {
    overflow: auto;
}

#example .jqx-widget, .concept-treeview .jqx-widget {
    width: 100%;
    border: 0px solid #d3d3d3;
}

.modal-body .jqx-tree-dropdown-root li {
    border-bottom: 1px solid #ccc;
}

    .modal-body .jqx-tree-dropdown-root li ul li {
        border-bottom: 0px solid #ccc;
    }

.modal-body .jqx-tree-dropdown-root {
    padding: 0px;
    width: 100% !important;
}

.modal-body .jqx-tree-item-li {
    white-space: normal;
    word-wrap: break-word;
}

.modal-body .jqx-tree-dropdown {
    border-top: 1px solid #ccc;
    padding-left: 0px;
}

    .modal-body .jqx-tree-dropdown .jqx-tree-dropdown {
        border-top: 0px solid #ccc;
    }

.modal-header .close {
    margin-top: -1px;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 7px 20px;
    text-align: right;
}

#treeviewUnitBaseUnit {
    border: 1px solid #ccc !important;
    width: 100% !important;
}

#treeviewProperty, #treeviewUnit, #treeviewValue {
    width: 100% !important;
}

/*--------css added AD----------*/

#treeviewproductsearchGroup .concept-treeview .jqx-tree-dropdown-root .jqx-tree-item-li {
    white-space: normal;
}

#treeviewproductsearchGroup .jqx-tree-item {
    width: 88% !important;
}

#treeviewproductsearchGroup .jqx-icon-arrow-right, #treeviewproductsearchGroup .jqx-icon-arrow-down {
    margin-top: 5px !important;
}

#treeviewproductsearchGroup .jqx-tree-item-selected {
    color: #007dc5 !important;
}

.td-hide th {
    font-weight: normal;
    vertical-align: top;
}

.table-search {
    font-size: 12px;
}

.inner-table td {
    padding-left: 10px;
    width: 100% !important;
}

.show-div {
    position: absolute;
    right: 11px;
    top: 13px;
}

#panelContentpaneltreeviewproductsearchGroup ul li {
    color: #000;
}

    #panelContentpaneltreeviewproductsearchGroup ul li ul li {
        color: #818181;
    }

.modal-body .jqx-tree-dropdown {
    padding-left: 22px;
}

.filter-area {
    border: 1px solid #e5e5e5;
    margin: 5px 0px;
}

    .filter-area #treeviewproductsearchGroup {
        width: 100% !important;
    }

.no-margin {
    margin: 0;
}

.text-drop span.ddarrow-down {
    position: absolute;
    right: 13px;
    top: 13px;
}

#tbodybaseInfo th, #tbodybaseInfo td {
    padding: 2px;
    vertical-align: middle;
}

.product-edit-text textarea {
    min-height: 240px;
    resize: none;
}

.product-text {
    padding: 3px;
}

.scroll-content {
    overflow: auto;
    max-height: 106px;
    min-height: 106px;
}

.pt-10 {
    padding-top: 10px !important;
}

.inner-table {
    width: 100%;
}

    .inner-table th {
        width: 30%;
    }

.scroll-search-values {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    list-style: outside none none;
    max-height: 290px;
    min-height: 100px;
    overflow: auto;
    width: 100%;
    position: absolute;
    padding-left: 14px;
    z-index: 3;
}

#dvSupplierlist > li {
}

.sort-th {
    cursor: pointer;
}

#treeviewBlockNumber {
    background: #fff !important;
}

#btnBackToSearch {
    float: right;
	margin-right:20px;
}

.user-info {
    font-style: italic;
    margin-top: 10px;
}

.tree_inner_tbl td {
    display: table-cell;
    vertical-align: top;
}

.tree_inner_tbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}

     .tree_inner_tbl td.treeWidth {
        /*width: 65px;*/
    }

    .tree_inner_tbl td.treeWidthchild {
        /*width: 70px;*/
    }
/*For new history Tab design start*/
.table-fixed thead {
    width: 100%;
}

.ddl_blocknumbercontainer {
    overflow: auto;
    position: absolute;
    width: 51.3%;
    z-index: 3;
}

.ddl_elummercontainer {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}


.table-fixed th {
    background: #6d6d6d;
}

.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}

    /*.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}*/

    .table-fixed tbody td, .table-fixed thead > tr > th {
        /*float: left;*/
        border-bottom-width: 0;
        word-break: break-all;
    }
/*For new history Tab design end*/
.widthSelect {
    width: 100% !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .widthSelect {
        width: 100% !important;
    }
}

.input-noborder input {
    border: 0 none !important;
}

.input-noborder select {
    top: 21px !important;
}

.centerimage {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.pointer {
    cursor: pointer;
}

.logistic-data-th-fixed {
    width: 60px;
}

.logistic-data-td-dropdown-fixed {
    width: 12%;
}

@media only screen and (max-height:1400px) {
    /* #fillproductdatagrid {
        height: 1900px !important;
    }*/
}

.upload-images-doc .img-responsive {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

.readonlyTextbox-for-dropdown {
    background-color: #fff !important;
    cursor: default !important;
}

.search-filter .form-control {
    width: 100%;
}

#txtSearch {
    width: 100%;
}

.search-filter .ui-icon {
    background-image: none !important;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 7px solid;
    height: auto;
    left: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: absolute !important;
    right: 3px;
    top: 13px !important;
    width: auto !important;
    color: #333;
}

/*---------Product Search--------------*/

.selectPlaceHolder {
    color: #9E9E9E;
}

.optClass {
    color: #000;
}

/*---------Product Search--------------*/

/*---------Product Details Image & Doc --------------*/

.red_border {
    border: solid 1px #f00 !important;
}

.green_border {
    border: solid 1px #00ff21 !important;
}

.image-drop {
    border: solid 1px #fff;
}

.noImgae {
    background-image: url('../../Images/noimage.png');
}
/*---------Product Details Image & Doc --------------*/

.reservation h2 {
    margin: 15px 0px 15px 0px;
}

.reservation #btnSearch {
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-radius: 0px !important;
}

.mtr {
    margin-top: 4px;
    margin-right: 4px;
}

.mine .clearfix {
    clear: both;
}

.tbl-scroll {
    max-height: 247px;
    overflow: auto;
}

.tdword-break {
    width: 118px;
}

.td-hide th {
    font-weight: normal;
    vertical-align: top;
    width: 150px !important;
}

.td-hide td {
    word-break: break-all;
}

.scroll-slim {
    display: inline-block;
    overflow: auto;
    position: relative;
    height: 114px !important;
    width: 100%;
    background-color: #e1edf2;
    border: 1px solid #dbddde;
}

.cancel-icon {
    color: #6d6d6d;
    font-size: 26px;
    padding-left: 10px;
}


.product-edit-text .caret {
    border-top: 7px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    right: 7px !important;
}
.product-section-heading .caret {
    border-top: 7px solid;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    right: 7px !important;
}
.w88p {
    width: 88% !important;
}

.elummerTree .caret {
    border-top: 7px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    right: 7px !important;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.underline {
    text-decoration: underline;
}

.no-hover a {
    text-decoration: none !important;
}

.no-hover:hover a {
    text-decoration: none !important;
}

.tab-container-min-height {
    min-height: 65px;
}

.download-img {
    line-height: 136px;
}

.table-histroy-edit tr td:nth-child(5), .table-histroy-edit tr td:nth-child(6) {
    word-break: break-all;
}

.border-error {
    max-height: 268px;
    overflow-y: auto;
}

.table-document-height {
    min-height: 315px;
}

input:-ms-input-placeholder {
    color: #aaa;
}

#ui-id-1 {
    word-wrap: break-word !important;
    overflow: auto !important;
    word-break: break-all !important;
}

.table-document-download td {
    word-break: break-all;
}

#ddOrganizationNumber {
    padding-left: 10px;
    border-radius: 0px;
    color: #555 !important;
    font-size: 14px;
}

.jqx-listitem-element span {
    border-radius: 0 !important;
    color: #555 !important;
}

.supplier-view-btn {
  margin-top: -3px;
    margin-bottom: 5px;
}

.supplier-edit {
    position: absolute;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

.supplier-edit > .cancel-icon{
    padding-left: 0px  !important;
}

.custom-combobox input:-ms-input-placeholder {
    color: #A9A9A9;
}

.status-dropdown ul {
    padding: 0;
}

    .status-dropdown ul li {
        margin: 0;
    }

.status-dropdown .form-control[readonly], .readonly-input .form-control[readonly] {
    cursor: pointer;
    background-color: #FFF;
    opacity: 1;
}

.table-documentlist td:nth-child(1), .table-documentlist th:nth-child(1) {
    width: 2%;
}

.table-documentlist td:nth-child(2), .table-documentlist th:nth-child(2) {
    width: 65%;
}

.table-documentlist td:nth-child(3), .table-documentlist th:nth-child(3) {
    width: 33%;
}

.inactiveIcon {
    pointer-events: none;
    opacity: .5;
}

.assets-block p {
    margin: 0 0 5px;
}

.assets-block .product-resource {
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

@media (min-width: 992px) {

    .modal-extra-lg {
        width: 90%;
    }
}

.reset-addproduct {
    left: 465px !important;
    top: 0 !important;
}

#slide1_images {
    line-height: 266px;
}

.uploadfilename {
    margin: 0;
    padding-left: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 315px;
}
/*////New change, on 25th May 2016, for adjusting scroller on the screen*/
/*style for go to top button on product listing page*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: #e74c3c;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

.pre-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .pre-loader:before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }

    .pre-loader .loader {
        top: 25%;
        color: #fff;
    }

        .pre-loader .loader > span {
            background: #fff;
            display: table;
            width: auto;
            margin: auto;
            padding: 10px;
            border-radius: 100%;
        }

/*Classes for Popup*/
.table-grid {
    font-size: 12px;
}

/*search loading class*/
.search-loading {
    background: white url("../../Script/AutoComplete/img/ajax-loader.gif") 95% center no-repeat;
}

/*Button Margin*/
.btn-margin {
    display: inline-block;
    margin-right: 10px;
}

.search-tab > li {
    width: 100%;
}

    .search-tab > li > a {
        padding: 12px 0 12px 0;
        font-size: 14px;
    }

.input-color {
    background-color: #fff !important;
}

/*Width adjustment of product search grid*/
.table-container th:nth-child(1), .table-container td:nth-child(1) {
    width: 3% !important;
    text-align: center;
}

.table-container th:nth-child(2), .table-container td:nth-child(2) {
    width: 11% !important;
    font-size: 12px !important;
}

.table-container th:nth-child(3), .table-container td:nth-child(3) {
    width: 9% !important;
    text-align: center;
    font-size: 12px !important;
}

    .table-container td:nth-child(3) i {
        font-size: 14px;
    }

.table-container th:nth-child(4), .table-container td:nth-child(4) {
    width: 24% !important;
    font-size: 12px !important;
}

.table-container th:nth-child(5), .table-container td:nth-child(5) {
    width: 14% !important;
    font-size: 12px !important;
}

.table-container th:nth-child(6), .table-container td:nth-child(6) {
    width: 14% !important;
    text-align: left !important;
    font-size: 12px !important;
}

.table-container th:nth-child(7), .table-container td:nth-child(7) {
    width: 12% !important;
    font-size: 12px !important;
}

.table-container th:nth-child(8), .table-container td:nth-child(8) {
    width: 10% !important;
    font-size: 12px !important;
}
/*table column addjusments*/
/*Width adjustment of product search grid*/
.table-container1 th:nth-child(1), .table-container1 td:nth-child(1) {
    width: 2.8% !important;
    text-align: center;
}

.table-container1 th:nth-child(2), .table-container1 td:nth-child(2) {
    width: 10.8% !important;
    font-size: 12px !important;
}

.table-container1 th:nth-child(3), .table-container1 td:nth-child(3) {
    width: 9% !important;
    text-align: center;
    font-size: 12px !important;
}

    .table-container1 td:nth-child(3) i {
        font-size: 14px;
    }

.table-container1 th:nth-child(4), .table-container1 td:nth-child(4) {
    width: 24% !important;
    font-size: 12px !important;
}

.table-container1 th:nth-child(5), .table-container1 td:nth-child(5) {
    width: 14% !important;
    font-size: 12px !important;
}

.table-container1 th:nth-child(6), .table-container1 td:nth-child(6) {
    width: 14% !important;
    text-align: left !important;
    font-size: 12px !important;
}

.table-container1 th:nth-child(7), .table-container1 td:nth-child(7) {
    width: 12% !important;
    font-size: 12px !important;
}

.table-container1 th:nth-child(8), .table-container1 td:nth-child(8) {
    width: 16% !important;
    font-size: 12px !important;
}

/*Width adjustment of product search grid*/
.table-container3 th:nth-child(1), .table-container3 td:nth-child(1) {
    width: 3% !important;
    text-align: center;
}

.table-container3 th:nth-child(2), .table-container3 td:nth-child(2) {
    width: 11% !important;
    font-size: 12px !important;
}

.table-container3 th:nth-child(3), .table-container3 td:nth-child(3) {
    width: 7% !important;
      /*text-align: center;*/
    font-size: 12px !important;
}

    .table-container3 td:nth-child(3) i {
        font-size: 14px;
    }

.table-container3 th:nth-child(4), .table-container3 td:nth-child(4) {
    width: 25% !important;
    font-size: 12px !important;
}

.table-container3 th:nth-child(5), .table-container3 td:nth-child(5) {
    width: 14% !important;
    font-size: 12px !important;
}

.table-container3 th:nth-child(6), .table-container3 td:nth-child(6) {
    width: 18% !important;
    text-align: left !important;
    font-size: 12px !important;
}

.table-container3 th:nth-child(7), .table-container3 td:nth-child(7) {
    width: 11% !important;
    font-size: 12px !important;
}

.table-container3 th:nth-child(8), .table-container3 td:nth-child(8) {
    width: 12% !important;
    font-size: 12px !important;
}

/*table column addjusments*/
/*Width adjustment of product search grid*/
.table-container2 th:nth-child(1), .table-container2 td:nth-child(1) {
    width: 2.8% !important;
    text-align: center;
}

.table-container2 th:nth-child(2), .table-container2 td:nth-child(2) {
    width: 10.8% !important;
    font-size: 12px !important;
}

.table-container2 th:nth-child(3), .table-container2 td:nth-child(3) {
    width: 7% !important;
    text-align: center;
    font-size: 12px !important;
}

    .table-container2 td:nth-child(3) i {
        font-size: 14px;
    }

.table-container2 th:nth-child(4), .table-container2 td:nth-child(4) {
    width: 23.7% !important;
    font-size: 12px !important;
}

.table-container2 th:nth-child(5), .table-container2 td:nth-child(5) {
    width: 14.8% !important;
    font-size: 12px !important;
}

.table-container2 th:nth-child(6), .table-container2 td:nth-child(6) {
    width: 17.3% !important;
    text-align: left !important;
    font-size: 12px !important;
}

.table-container2 th:nth-child(7), .table-container2 td:nth-child(7) {
    width: 11% !important;
    font-size: 12px !important;
}

.table-container2 th:nth-child(8), .table-container2 td:nth-child(8) {
    width: 11% !important;
    font-size: 12px !important;
}

.table-container tr .action-td .camera {
    margin-right: 0px;
}
.tree_inner_tbl1 td.treeWidthchild {
    width: 65px;
}

#treeviewproductsearchVaregruppe .jqx-icon-arrow-right, #treeviewproductsearchVaregruppe .jqx-icon-arrow-down {
    margin-top: 5px !important;
}


.sort {
    float: right;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sort li a {
        font-size: 15px;
        font-family: 'Open Sans';
        color: #333;
        font-weight: 400;
        float: left;
        border-right: 1px solid #939393;
        padding: 0 15px;
    }

    .sort li:last-child a {
        border-right: 0px;
    }

    .sort li a:hover, .sort li a:focus {
        text-decoration: none;
        color: #14519c;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
	.content-Setting {
    font-size: 18px;
    font-weight: 100;
    color: black;
    /*padding: 12px 135px 12px 0;*/
    margin-left:10px;
}
.doc-product-expand {
    float:left;width:88%;
    text-align:left;
    padding:5px 0;
    margin-left:70px;
   display:none;
}


/*******************************Download Document***********************************************/
.no-data-found{ float:left; width:100%; border:1px solid #eeeeee; text-align:center; font-size:13px; font-weight:400;}
.grid-top-header{display:inline-block; width:100%;margin:0; list-style:none; background:#0067b0;padding:7px 0;border:1px solid #0067b0}
	.grid-top-header li{ float:left; width:26%; margin-right:0.7%; font-size:12px; color:#fff; font-weight:700;}
	.grid-top-header li:first-child{ width:12%; margin-right:1.5%; text-align:center;}
	/*.grid-top-header li input[type='checkbox']{ float:right}*/
	.main-inner-records-block{float:left; width:100%; margin:0; list-style:none;padding:0;}
	.main-inner-records-block > li{ float:left; background:#eff8fc; width:100%;}
	.main-inner-records-block > li:nth-child(2n+1){background:#fff;}
    .ui-sortable > li{ cursor:move;}
	.inner-block-records-block{float:left; width:100%;  border:1px solid #eeeeee; background:#f5f5f5; height:442px; overflow:auto;}
	.inner-block-records-block li{ float:left; width:100%; padding:7px 0; }
	.inner-block-records-block > li{border-top:1px solid #e1edf2;}
	.inner-block-records{float:left; width:100%; margin:0; list-style:none;padding:8px 0;}
	.inner-block-records li{ float:left; width:26%; margin-right:2%; font-size:12px; color:#575757; border:0px;}
	.inner-block-records li:first-child{ width:4.4%; padding-left:1%; margin-right:0%;}
    .inner-block-records > li:nth-child(2){ width:7%; margin-right:1%;}
	.inner-block-records li input[type='checkbox']{ float:left}
	.inner-block-records li .arrow-img{ float:left; margin-left:46%;margin-top:2px;}
	.collapsable-block{ float:left; width:92%; margin-left:6.5%;}
	.collapsable-inner-block-records{ float:left; width:100%; list-style:none; padding:0; margin:0; border:1px solid #eeeeee;}
	.collapsable-inner-block-records > li{ float:left; width:100%; border-bottom:1px solid #eee; background:#fff;}
	.collapsable-inner-block-records > li:last-child{ border-bottom:0px;}
	.collapsable-inner-block-records > li:nth-child(2n+1){background:#eff8fc;}
	.collapsable-inner-block-records li.header{background:#0067b0;padding:5px 0; border:1px solid #0067b0;float:left; width:100%;}
	.collapsable-inner-block-records li.header ul{list-style:none; float:left; width:100%; margin:0; padding:3px 0}
    .collapsable-inner-block-records li ul{list-style:none; float:left; width:100%; margin:0; padding:8px 0}
	.collapsable-inner-block-records li.header ul li{font-size:12px; color:#fff; font-weight:700;}
	.collapsable-inner-block-records > li.header > ul > li{ width:39%;margin-right:0.5%; margin-left:0.5%;}
	.collapsable-inner-block-records > li.header > ul > li:first-child{ width:19%;margin-right:0.5%; margin-left:0.5%;}
	/*.collapsable-inner-block-records li{ float:left; width:33%; margin-right:0.3%;font-size:12px; color:#575757;}*/
	.collapsable-inner-block-records > li > ul > li{font-size:12px; color:#575757;float:left; width:39%; margin-right:0.5%; margin-left:0.5%;}
	.collapsable-inner-block-records > li > ul > li:first-child{ width:19%;margin-right:0.5%; margin-left:0.5%;}
 /*******************************Download Document***********************************************/
 
  /****************************Project Invoice*****************************************************/
.table-invoice > tbody > tr:nth-of-type(4n+3) td {
    background:#eff8fc!important;
}
/****************************Project Invoice*****************************************************/
.spinner {
  display: inline-block;
  opacity: 0;
  width: 0;

  -webkit-transition: opacity 0.25s, width 0.25s;
  -moz-transition: opacity 0.25s, width 0.25s;
  -o-transition: opacity 0.25s, width 0.25s;
  transition: opacity 0.25s, width 0.25s;
}

.has-spinner.activespinner {
  cursor:progress;
}
.has-spinner.activespinner .spinner {
  opacity: 1;
  width: auto; /* This doesn't work, just fix for unkown width elements */
}
.fa-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
.has-spinner.btn-mini.activespinner .spinner {
    width: 10px;
}

.has-spinner.btn-small.activespinner .spinner {
    width: 13px;
}

.has-spinner.btn.activespinner .spinner {
    width: 16px;
}

.has-spinner.btn-large.activespinner .spinner {
    width: 19px;
}
/***********form my project*******************/

.editdetail, .roomEditdetail {
    display: none;
}

.read-more, .view-less {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 3px;
    float: right;
    /*background-color: #06c;*/
    color: #007dc5;
    margin: 2px;
}

.read-more:hover, .view-less:hover {
   text-decoration: underline;
   color:#2a6496;
}

.shortDetail {
    height: 300px;
    overflow: hidden;
    clear: both;
}

.fullDetail {
    overflow-y: visible;
    max-height: 1500px;
    clear: both;
}

.read-text {
    clear: both;
}

.backgroundStyle{
    background-color: white !important;
}

.approve {
    display:block;
    background-image: url("../images/approve_black.png");
    height:32px;
    width:32px;
}
.reject {
    display:block;
    background-image: url("../images/reject_black.png");
    height:32px;
    width:32px;
}
.download {
    display:block;
    background-image: url("../images/download_black.png");
    height:32px;
    width:32px;
}

/************Style for product search grid************************************/
.table-productsearch {
    font-size: 12px;
}

.table-product-search th, .table-product-search td {
    text-align: left;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-size: 12px;
}

    .table-product-search th.first-child, .table-product-search td.first-child {
        width: 34px;
    }

    .table-product-search th.second-child, .table-product-search td.second-child {
        width: 120px;
    }

    .table-product-search th.third-child, .table-product-search td.third-child {
        width: 70px;
    }

    .table-product-search th.fourth-child, .table-product-search td.fourth-child {
        width: 310px;
    }

    .table-product-search th.fifth-child, .table-product-search td.fifth-child {
        width: 110px;
    }

    .table-product-search th.sixth-child, .table-product-search td.sixth-child {
        width: 140px;
    }

    .table-product-search th.seventh-child, .table-product-search td.seventh-child {
        width: 150px;
    }

    .table-product-search th.last-child, .table-product-search td.last-child {
        width: 50px;
    }

    .table-product-search th.ninth-child {
        width: 10px;
    }
/************Style for product search grid************************************/