table thead.text-center th {
    text-align: center
}

#datatable thead th {
    text-align: center
}

.table-task { /*table-layout: fixed;*/
    color: #495166;
    border-collapse: separate;
    border-spacing: 0px 1px;
    margin-bottom: 15px;
    font-size: 12px
}

.table-task > thead > tr > th {
    background-color: #d0dae7;
    border-bottom: solid 2px #a0bfe7 !important;
    font-size: 11px;
    font-weight: 700;
    color: #3d5a81;
}
.table-task > thead > tr > th.with-sort > a{
    color: #3d5a81;
}
.with-sort i{
    margin-left: 3px;
}

.table-task > tbody > tr > td, .table-task > tbody > tr > th,
.table-task > tfoot > tr > td, .table-task > tfoot > tr > th,
.table-task > thead > tr > td, .table-task > thead > tr > th {
    vertical-align: middle;
    padding: 6px 6px 2px 6px !important;
    border-left: solid 1px #eff0f3;
    border-bottom: solid 1px #d9d9db;
}

.table-task > tbody > tr > td:first-child {
    font-weight: 700;
    color: #28313c;
}

.table-task > thead:first-child > tr:first-child > th {
    /*border-top: 1px solid #eff0f3;*/
}

.table-task th:first-child {
    border-top-left-radius: 8px;
    border-left: 1px solid transparent;
    border-bottom-left-radius: 8px;
}

.table-task th:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.table-task > tbody > tr >{
    border: solid 1px !important;
}

.table-task tr td:first-child {
    border-top-left-radius: 8px !important;
    border-left: 1px solid #eff0f3;
    border-bottom-left-radius: 8px !important;
}

.table-task tr td:last-child {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-right: solid 1px #eff0f3;
}

.pagination-total {
    /*background: #eff0f3;*/
    /*padding: 10px 20px 6px 20px;*/
    padding: 6px 10px 3px 10px;
    background-color: #F0F3FB;
    margin-left: 0;
    display: block;
    margin-top: 0px;
    font-weight: bold;
    overflow: hidden;
    border-radius: 5px;
}

.pagination-total .pull-left {
    line-height: 33px;
}

.pagination-total .pagination {
    margin: 0
}

.red {
    /*padding: 5px 10px;*/
    /*background-color: #def9fd;*/
    /*border-radius: 8px;*/
    margin-left: 5px;
    color:#367fa9;
}

.font-normal {
    font-weight: normal;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 5px !important;
}

.table-task .btn-circle, .smail-btn-circle  {
    width: 23px;
    height: 23px;
    font-size: 12px;
    padding: 2px 0;
    margin-bottom: 2px;;
}

.required_field:after {
    content: " *";
    color: red;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.title-head {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background-color: #f3f3f3;
    border-top: 1px solid #DDD;
}

.dz-preview.dz-success.select .select_frame {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 122px;
    height: 173px;
    border: 5px solid #2592bb;
}

.imagezone .dz-preview.dz-success.select .select_frame, .imagezone .dz-preview:hover .select_frame {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 108%;
    height: 108%;
    border: 5px solid #2592bb;

}

.dropzone .dz-preview.dz-success .dz-success-mark, .dropzone-previews .dz-preview.dz-success .dz-success-mark {
    /*z-index: 9;*/
}

.tab-pane .form-album {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    margin-bottom: 9px;
}

.select-image a.thumbnail {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid #2592bb;
}

.image-manger {
    min-height: 300px;
}

/*.image_zone{ min-height: 200px;}*/
.imagezone.image_zone {
    min-height: 200px;
    text-align: left
}

.table-option-grey th, .table-option th {
    color: #666;
    text-align: center;
    background: #f5f5f5;
}

.text-vertical-center {
    vertical-align: middle !important;
    text-align: center;
}

.table-option-grey td, .table-option td {
    vertical-align: middle !important;
    text-align: center;
}

.text-center-th th {
    text-align: center;
}

.social .icon {
    display: inline-block;
    vertical-align: middle;
    background: transparent url(/image/socialicons.png) no-repeat;
    width: 34px;
    height: 32px;
}

.social .icon-line.icon {
    background-position: 0 -128px;
    background-color: #56d315;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block;
}

/* custom loading start*/
.box-overlay {
    position: relative;
}

.box-overlay .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box-overlay > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-overlay .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

/* custom loading  end*/

.modal-body .nav-tabs-custom {
    margin-bottom: 0;
}

.modal-body .imagezone .dz-preview {
    margin: 6px;
}

.image_zone .image_area {
    max-width: 100%;
}

.image_zone {
    text-align: center;
}

.image_zone .image_area .image_frame {
    padding: 5px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 95%;
}

.image_zone .image_area .image_frame img {
    max-width: 100%
}

.image_zone .image_area .padding5 {
    padding-top: 5px;
}

.image_zone .image_area button {
    width: 100%;
    padding: 2px;
}

button.closeImg {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 26px;
    height: 26px;
    background: #212121;
    z-index: 99;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    border: none;
}

button.closeImg span {
    display: block;
    position: relative;
    top: -1px;
}

.table-order td {
    vertical-align: middle !important;
}

.label {
    border-radius: 0;
    padding: 0.4em .7em .4em;
}

table.table-gray .center {
    text-align: center;
    padding: 7px;
}

.table-gray > thead > tr {
    background-color: #EFEFEF;
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}

.table-gray > thead > tr > td {
    border-bottom-width: 1px;
}

.title {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.font16 {
    font-size: 16px;
}

table tr.vertical-middle td {
    vertical-align: middle;
}

.total {
    background: #ecf0f5;
    padding: 10px 20px;
    margin: 20px 0;
    color: #000;
    font-weight: bold;
}

.txt-blue {
    color: #3c8dbc;
}

.delivery_number {
    margin-top: 5px;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #ddd;
    left: 31px;
    margin: 0;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    width: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    border: 4px solid #337ab7;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 23px;
    top: 9px;
}

.timeline > li > .fa.focus {
    -webkit-box-shadow: 0px 0px 6px 4px rgba(51, 122, 183, 1);
    -moz-box-shadow: 0px 0px 6px 4px rgba(51, 122, 183, 1);
    box-shadow: 0px 0px 6px 4px rgba(51, 122, 183, 1);
}

.timeline > .time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}

.timeline-inverse > li > .timeline-item {
    background: #f0f0f0;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.timeline-inverse > li > .timeline-item > .timeline-header {
    border-bottom-color: #ddd;
}

.storeimg .dz-details i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    opacity: 0;
    margin-top: -11px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.storeimg .dz-details:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.storeimg .dz-details img {
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.storeimg .dz-details:hover img {
    opacity: 0.5;
}

.checkbox-list {
    margin: 5px 0 0 0;
    padding: 0px;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.checkbox-list li {
    padding: 5px 5px 4px 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #b1a7a1;
    border-top: 0;
}

.checkbox-list li:first-child {
    border-top: 1px solid #b1a7a1
}

.checkbox-list li.title {
    padding-left: 8px;
    color: #000;

}

.dd-handle {
    height: 24px
}

.dd {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-item {
    /*width: 100% !important;*/
    border-bottom: 1px solid #b1a7a1 !important;
    margin: 0;
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd-item {
    padding: 5px 5px 4px 30px;
    margin-left: 0px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #b1a7a1;
}

.editable-click {
    border-bottom: none;
    cursor: pointer;
}

.editable-click:hover {
    border-bottom: dashed 1px #0088cc
}

.editableform .edittext-comment {
    width: 280px;
}

.edit-text.text-comment {
    display: block;
    width: 358px;
    word-break: break-all;
}

.table-task > tbody > tr > td.td-assigned_task {
    padding: 0 !important;
    /*    position: relative;
        vertical-align: top;*/
    height: 0;
    vertical-align: top;
}

.table.assigned_task {
    margin: 0;
    background-color: inherit;
    height: 100%;
}

.table.assigned_task td {
    text-align: center;
    vertical-align: middle;
    padding: 4px 3px;
}

.table.assigned_task > tbody > tr > td:nth-child(1) {
    width: 50%
}

.table.assigned_task > tbody > tr > td:nth-child(2) {
    width: 50%
}

.table.assigned_task.more-one {
    font-size: 0.85em;
}

.table.assigned_task.more-one > tbody > tr > td {
    padding-left: 1px;
    padding-right: 1px;
}

.table.assigned_task.more-one > tbody > tr > td:nth-child(1) {
    width: 35%;
}

.table.assigned_task.more-one > tbody > tr > td:nth-child(2) {
    border-right: 1px solid #f4f4f4;
    width: 33%
}

.table.assigned_task.more-one > tbody > tr > td:nth-child(3) {
    width: 32%
}

.main_assigned_task {
    height: 100%;
}

.table.assigned_task > tbody > tr > td {
    border-top: 1px solid #f4f4f4;
}

.table.assigned_task > tbody > tr:first-child > td {
    border-top: none
}

.table.assigned_task > tbody > tr > td:first-child {
    border-right: 0px solid #f4f4f4;
    border-left: 0px !important;
}

td.td-urgent {
    background-color: #FF0000;
    font-weight: bold
}

.task-content {
    padding: 15px
}

.task-content img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.user-block .description {
    padding-top: 5px
}

.user-block .description {
    color: inherit;
    font-size: inherit
}

.user-block .description p {
    margin-bottom: 3px
}

div.td-urgent {
    background-color: #FF0000;
    color: #fff;
    font-weight: bold;
    padding: 3px 10px;
    display: inline-block;
    margin-left: 5px;
}

.label-icon {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #fff;
    /*border: solid 1px #ddd;*/
    /*box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;*/
    border-radius: 5px;
    background-color: #4caf50;
    margin-right: 5px;
}

.label-icon-lg{
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 5px;
    color: #367fa9;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}

.label-orange {
    background-color: #F8A81D;
}

/***
jQuery UI Sliders(new in v1.1.1)
***/
.slider {
    border: 0;
    padding: 0;
    display: block;
    margin: 12px 5px;
    min-height: 11px;
  min-height: 11px; 
    min-height: 11px;
}

.ui-slider-vertical {
    width: 11px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -2px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -3px;
}

.ui-slider-vertical,
.ui-slider-handle {
    filter: none !important;
    background-image: none !important;
}

.ui-state-active,
ui-widget-content .ui-state-active,
ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5 !important;
    background: #f6f6f6 !important;
    color: #454545 !important
}

/*css fileupload_tom start*/
.fileuploader-items .fileuploader-items-list {
    display: block;
    margin: 0 -16px;
    padding: 0;
    list-style: none;
}

.fileuploader-items .fileuploader-item {
    position: relative;
    margin: 0;
    padding: 14px 13px;
    border-bottom: 1px solid #ebeef1;
}

.fileuploader-items .fileuploader-item:last-child {
    border-bottom: none;
}

.fileuploader-items .fileuploader-item .columns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.fileuploader-items .fileuploader-item .column-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title a {
    color: #000
}

.fileuploader-items .fileuploader-item .column-title div {
    width: 100%;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fileuploader-items .fileuploader-item .column-title span {
    font-size: 12px;
    color: #979fb8;
}

.fileuploader-items .fileuploader-item .column-actions {
    margin: 0 16px;
}

.fileuploader-items .fileuploader-item .column-actions a.removeFile {
    width: 26px;
    height: 26px;
    font-size: 11px;
}

/*css fileupload_tom end */

/* Css loadding */

#loading_parent {
    position: relative;
    width: 100%;
    display: none;
}

#loading_parent .main-loading {
    width: 80px;
    height: 64px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1100;
}

.load-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: visible;
    top: 0;
    left: 0;
    z-index: 1030;
    opacity: 1;
    background: rgba(197, 194, 194, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale.la-dark {
    color: #333;
}

.la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale {
    width: 40px;
    height: 32px;
}

.la-line-scale > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
    -moz-animation: line-scale 1.2s infinite ease;
    -o-animation: line-scale 1.2s infinite ease;
    animation: line-scale 1.2s infinite ease;
}

.la-line-scale > div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s;
}

.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */
@-webkit-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1149px;
    }
}

@media screen and (max-width: 992px) {
    .width50 {
        padding: 0
    }

    .pp-page section.footer-pp .logo-footer-pp {
        position: static;
    }

    .pp-page section.footer-pp .logo-footer-pp img {
        width: 70%;
    }
}

@media (max-width: 1200px) {
    .pp-page .banner-header h4 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .forminline {
        margin-bottom: 10px
    }

    .pp-page .banner-header {
        background: #f6cb63;
        height: 55px
    }

    .pp-page .banner-header h4 {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .timeline > li > .timeline-item > .time {
        width: 100%
    }
}

@-moz-document url-prefix() {
    .table-task > tbody > tr > td.td-assigned_task {
        /*padding: 0;*/
        /*
/*    
        /*
            vertical-align: top !important;*/
        /*    height: 67px;*/
        height: auto;
        position: relative !important;

    }
    .tb-onerow {
        position: absolute;
        left: 0;
    }
    .table-task .btn-circle {
        padding: 3px 0;
    }
}

/*for rate start [for check] start */
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked) > label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
    margin-right: 2px;
}

.rate:not(:checked) > label:before {
    content: '\f005 ';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    letter-spacing: 3px;
}

.rate > input:checked ~ label {
    color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc700;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc700;
}

/*for rate start [for check] end*/

/*for rate start [for show] start */
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: 30px;
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: '\f005\f005\f005\f005\f005';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
font-size: 24px; 
    font-size: 24px;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #FFBB00 var(--percent), #ccc var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*for rate start [for show] end */

.post-comment textarea {
    height: 34px;
}

.show-hover {
    display: none;
}

.box-header:hover .show-hover {
    display: block;
}

.btn-tool-act {
    padding: 0px;
    margin-right: 5px;
    background-color: transparent;
}

.comment-text:hover .show-hover {
    display: block;
}

.form-update-comment {
    clear: both;
    margin-left: 40px;
}

.box-myscore .progress {
    margin-bottom: 10px;
}

.box-text-score {
    padding: 10px;
    text-align: center;
}

.box-text-score h1 {
    font-size: 7rem;
    margin: 0;
}

.main-progress {
    clear: both;
}

.main-progress .num-star {
    width: 4%;
    float: left;
}

.main-progress .progress {
    width: 88%;
    float: left;
}

.main-progress .num-star-user {
    width: 7%;
    float: left;
    text-align: right;
    font-weight: 600;
}

.list-review {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 8px;
}

.distb {
    display: table-cell;
    vertical-align: top;
}

.review-img {
    width: 47px;
}

.review-img img {
    width: 100%;
}

.review-detail {
    padding-left: 9px;
}

.txt-nickname {
    float: left;
    font-weight: 600;
}

.review-stars {
    float: right;
    font-size: 12px;
    margin-right: 4px;
}

.review-stars span {
    color: #aaa;
}

.review-stars .Stars {
    font-size: 14px;
}

.review-stars .Stars::before {
    font-size: 14px;
}

.clear-fix {
    clear: both;
}

.subject-assessment {
    text-align: center;
    vertical-align: middle;
}

.table-bordered > tbody > tr.border-red > td {
    background-color: #ff1c00;
    color: #fff;
}

.box-input-manager {
    margin-bottom: 5px;
    width: 300px;
}

.input-manager {
    width: 200px;
    display: inline-block;
}

.span-action {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 1px;
    padding: 6px 4px;
}

.bg-team-list {
    background-color: #367fa9;
    color: #fff;
}

.review-stars2 .Stars {
    font-size: 15px;
}

.review-stars2 .Stars::before {
    font-size: 15px;
}

.widget-user .widget-user-image img {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.a-none-hover {
    color: inherit;
}

.a-none-hover:hover, .a-none-hover:active, .a-none-hover:focus {
    color: inherit;
}

@media (min-width: 825px) {
    .col-md-1-5 {
        width: 25%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (min-width: 1200px) {
    .col-md-1-5 {
        width: 16.6%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 7px;
        padding-left: 7px;
    }
}

@media (min-width: 1490px) {
    .col-md-1-5 {
        width: 12.5%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 7px;
        padding-left: 7px;
    }
}

.widget-user .widget-user-username {
    font-size: 14px;
}

.description-block > .description-header {
    font-size: 14px;
}

.widget-user .widget-user-header {
    padding: 16px;
}

/* for filter on top table*/
.filter-top-table {
    display: flex;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 10px;
    background-color: #ddd;
}

.filter-top-table .checkbox {
    margin-bottom: 0;
}

.filter-top-table .border-spit {
    border-left: 2px solid #545661;
    margin-left: 9px
}

.filter-top-table label {
    line-height: 24px;
    margin-bottom: 0;
}

.modal.accept-rule .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.btn-scuber {
    margin-top: 10px !important;
    padding: 4px 12px !important;
    background-color: #ffe0ef !important;
    color: #000 !important;
    margin-right: 5px;
}

.form-info-netlinking {
    font-size: 12px;
}

.form-info-netlinking .control-label {
    padding-top: 3px;
    text-align: left;
    padding-right: 0;
    padding-left: 0px;
}

.table-site-dup {
    font-size: 14px;
}

.table-site-dup tr > td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.sort-row > tr {
    cursor: grabbing
}

.box-bg-detail {
    background: #eff0f3;
    border-radius: 10px;
    padding: 8px 0px 10px 0px;
    clear: both;
    color: #fff;
}

.box-bg-detail > .col-sm-12 > .control-label{
    font-weight: 600 !important;
}

.box-header-detail{
    border-radius: 10px;
    font-size: 12px;
}

.label-title{
    font-size: 16px;
    flex: 1;
}

.b-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    background-color: #546583;
}
.box-header-detail > .row > .col-sm-12 > .control-label, .form-group > .col-sm-2.control-label{
    color: #0D1B32;
    font-weight: 600 !important;
}
.bg-box-ps1{
    background-color: #d0b753;
    color: #3c330e !important;
}

.bg-box-ps2{
    background-color: #bbc4c1;
    color: #4d5c58 !important;
}

.bg-box-ps3, .bg-box-ps3 .control-label{
    background-color: #3c8dbc;
    color: #ffffff !important;
}

.text-premium{
    color: #3c330e !important;
}


.text-overflow{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.table-task > tbody > tr > td.padding0{padding: 0 !important;}
.div-readonly{ background-color: #ddd; }

.table.net-consultant-th{
    width: 300px;    
    font-size: 12px;
    margin: 0;
}
.table.net-consultant-th > thead > tr > th{
    font-weight: 600 !important;
    padding-top: 2px;
    padding-bottom: 2px;
}
.table.net-consultant-th > tbody > tr > td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.text-red{
    color: #FF0000;
    font-weight:bold;
}
.netlinking_compare_excel_file{
    display: flex;
    justify-content: space-between;
    background: #ddd;
    margin-top: 5px;
    padding: 9px;
    border-radius: 10px;
}

.main-filter-top-table-netlinking{    
    background-color: #ddd;
    border-radius: 9px;
    margin-bottom:5px;
}
.filter-top-table-netlinking{    
    display: flex;
    flex-wrap: wrap;
    padding: 4px 12px;
    font-size: 13px;
}
.filter-top-table-netlinking .list-filter{
    margin-right: 8px;
}
.filter-top-table-netlinking .checkbox, .filter-top-table-netlinking .text-filter{
    margin-top: 4px;
    margin-bottom: 4px;

}
.filter-top-table-netlinking .checkbox label{
    line-height: normal;
}
.filter-top-table-netlinking .checkbox input[type=checkbox]{
    margin-top:3px;
}
.filter-top-border{
    border: 1px solid #fff;
    margin: 0 10px;
}
.filter-top-table-netlinking .border_left{
    border-left: 2px solid #333; 
    padding-right: 6px;
}
.checkbox-ancre_optimisee{
    position: relative;
}
.checkbox-relative{
    position: relative;
}
.checkbox-relative .overlay .fa{
    top: 87%;
    right: -20px;
    font-size: 13px;
}
.table-responsive-custom{
    overflow-x:auto
}
/* .table-sourcing{
    table-layout: fixed;
} */
.pricing-premium-digital{
    background-color: #ddd;
    border-radius: 15px;
    padding: 10px 10px 1px 10px;
    margin-bottom:7px;
}
.table-sourcing > tbody > tr > td{
    word-break: break-word;
}
.table-sourcing > thead > tr > .th-normal{
    font-weight: normal;
    padding: 0 !important;
    border-radius: 0;
}
td.price-green{
    background-color: #48976e;
    color: #fff;
}
.text-thematique:hover .remove-thematique{
    display: inline-block;
}
.remove-thematique{
    display: none;
    padding: 0px 4px;
    font-size: 12px;
}
td .fix-hight{
    height: 25px;    
}
.table .tb-subtable{
    padding: 0 !important;
    height: 0;
    vertical-align: top;
}
.table-task > tbody > tr > .tb-subtable:first-child{
    font-weight:normal;
}
.table .subtable{
    margin: 0;
    background-color: inherit;
    height: 100%;
}
.table .subtable > tbody > tr > td{
    padding:4px 8px;
}
.table .subtable > tbody > tr > td:first-child{
    border-right: 1px solid #f4f4f4;
}

/**** custom multiselect-dropdown-list ****/
.multiselect-dropdown-list div {
    padding: 3px 5px !important;
}
.multiselect-dropdown-list input {
    height: 1em !important;
    width: 1em !important;
    margin: 0.1em 0.35em 0 0;
}
.multiselect-dropdown-list label {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}

/*** table-sticky ***/
.table-responsive-sticky{
    overflow:auto;
    max-height: 70vh!important;
}
.table-sticky > thead > tr > th{
    position: sticky;
    top: 0;
    z-index: 1;
}
.legend-custom{
    text-align: center;
}
.legend-custom div{ 
    display: inline-block; 
    margin: 0 10px;
}
.tooltip-netlink{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 3px;
    font-size: 1.1em;
}