.pointer {
    cursor: pointer;
}

.error_text {
    color: red;
    font-size: 13px;
    text-align: center;
    float: left;
    width: 100%;
}

#error_button {
    display: none;
}

.label_dummy {
    width: 100% !important;
}

.text-center {
    text-align: center;
}


/* Page Loader */
#pageloader {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.loader-inner {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gooey {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    background: #fff;
    filter: contrast(20);
}

.gooey .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: red;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}

.gooey .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}

.gooey .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: red;
    border-radius: 50%;
}

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

/* Data Table Alignment CSS */
.dataTables_wrapper .dataTables_filter input {
    padding: 0px 40px 0px 10px;
    margin-top: -8px;
    margin-left: -5px;
    margin-right: -5px;
    border: 0;
    color: #3c465c;
    position: relative;
    top: -4px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    outline-color: #fff;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111;
    border-collapse: collapse;
    /* margin-bottom: 35px; */
}

/* custom Title */
.custom-title {
    font-weight: 600;
    margin-bottom: 0;
}

/* Tab Content Wrap */
.tab-content-wrap {
    padding-top: 20px;
}

/* Nav View 2 CSS */
.nav.nav-pills.nav-view-2 {
    border: 1px solid #cccccc;
    border-width: 1px 0 1px 1px;
}

.nav.nav-pills.nav-view-2>li {
    border: 1px solid #cccccc;
    border-width: 0 1px 0 0;
    border-radius: 0;
    margin-left: 0;
}

.nav.nav-pills.nav-view-2>li>a {
    min-width: 115px;
    text-align: center;
    font-weight: 600;
    color: #3c465c;
    padding: 15px 15px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nav.nav-pills.nav-view-2>li.active>a {
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
    background-image: linear-gradient(315deg, #ff4e50, #fe6a47 65%, #fe8b47);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.nav.nav-pills.nav-view-2>li.active>a::before {
    display: none;
}

/* Auto Complete Boottom Layer CSS */
.checker-search {
    position: absolute;
    bottom: 60%;
    background: #fff;
    width: 100%;
    /* border: 1px solid #3c465c; */
    color: #3c465c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.checker-search .checker-search-list {
    padding: 5px 15px;
    cursor: pointer;
}

.checker-search .checker-search-list:hover {
    color: #fff;
    background-image: linear-gradient(315deg, #ff4e50, #fe6a47 65%, #fe8b47);
}

.checker-search .checker-search-list label {
    color: #3c465c;
    font-weight: 600;
}

.checker-search .checker-search-list:hover label {
    color: #fff;
}

/******************************************************************************
						Mani CSS
*******************************************************************************/
/* Serial Numbers */
.modal .modal-view-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.modal .modal-view-list li {
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
}
.modal .modal-view-list li:first-child {
    padding-left: 0;
    margin-top: 0;
}
.modal .modal-view-list li::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #aaaaaa;
    top: 0;
    right: 0;
}
.modal .modal-view-list li:last-child::after {
    display: none;
}
.modal .modal-view-list li.col-50 {
    width: 50%;
}
.modal .modal-view-list li.col-50:nth-child(odd) {
    padding-left: 0;
}
.modal .modal-view-list li.col-50:nth-child(even)::after {
    display: none;
}

.modal .modal-view-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
}
.modal .modal-view-value {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}
.modal .flex-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.modal .modal-flex-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.modal .modal-flex-wrap.scroll {
    height: 270px;
    overflow-y: auto;
}
.modal .modal-flex-list li {
    padding: 10px 5px;
}
.modal .modal-flex-list li.col-33 {
    width: 33.33333%;
}
.modal .modal-flex-list li.col-33:nth-child(3n-5) {
    padding-left: 0;
}
.modal .modal-flex-value {    
    display: block;
    font-size: 12px;
}
@media only screen and (min-width:576px) {
    .modal .modal-view-list li.col-50:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media only screen and (max-width:575px) {
    .modal .modal-view-list li {
        padding-left: 0;
        margin-top: 10px;
    }
    .modal .modal-view-list li::after{
        display: none;
    }
    .modal .modal-view-list li.col-50 {
        width: 100%;
    }
    .modal .modal-flex-list li {
        padding: 5px 5px;
    }
    .modal .modal-flex-list li.col-33 {
        width: 50%;
    }
    .modal .modal-flex-list li.col-33:nth-child(3n-5) {
        padding-left: 5px;
    }
}

