table.table thead {
    -webkit-print-color-adjust: exact !important;
}

select.icon-input, select.icon-input:focus {
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px !important;
    color: #f72d2b;
}

select.icon-input option{
    color: #f72d2b;
}

#sidebar-menu > ul > li > a.active {
    border-left: 3px solid #c70603;
    color: #f72d2b !important;
}

#sidebar-menu .subdrop {
    border-left: 3px solid #c70603;
    color: #f72d2b !important;
}

#sidebar-menu ul ul li.active a {
    color: #f72d2b;
}

.m-auto{
    margin: 0 auto;
}

.f-12{
    font-size: 12px;
}

.f-14{
    font-size: 14px;
}

.f-15{
    font-size: 15px;
}

.f-20{
    font-size: 20px;
}

.f-24{
    font-size: 24px !important;
}

.b-700{
    font-weight: 700;
}

.mr-5{
    margin-right: 5px;
}

.m-0{
    margin: 0;
}
.b-0{
    border: 0 !important;
}

.form-control {
    padding: 7px 12px !important;
}
.volume-menu li.volume-item {
    padding: 10px 20px !important;
}
.card-box {
    transition: .2s;
}

.card-box h2{
    word-break: break-all;
}

.card-box.active{
    border-color: #d80d0d;
}

/* Scroll Bars ============================= */
/* width */
::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #fff;
	border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #c70603;
	border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #c70603;
}
/* Close Scroll Bars ============================= */

.shadow-sm, .shadow-sm-hover:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    -moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow, .shadow-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-lg, .shadow-lg-hover:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    -moz-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.acc-img {
    position: relative;
    width: 135px;
    height: 135px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: 2px solid #d8322f;
    margin: 0 auto;
}

.login-logo{
    position: relative;
    width: 135px;
    height: 135px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 20px;
}

.user-img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: 2px solid #d8322f;
    margin: 5px auto;
    border-radius: 50%;
}

.plain-logo {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.plain-logo2 {
    position: relative;
    width: 70px;
    height: 45px;
    cursor: pointer;
    margin: -5px auto;
}

.tbl-img {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
    padding: 3px;
}

.website-img {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: 3px solid #efecef;
    text-align: center;
    margin: 0 auto;
    padding: 3px;
}

.website-img:hover {
    -webkit-box-shadow: 0px 3px 10px -5px #151115;
    -moz-box-shadow: 0px 3px 10px -5px #151115;
    box-shadow: 0px 3px 10px -5px #151115;
}

.document-img {
    position: relative;
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    border: 3px solid #efecef;
    text-align: center;
    margin: 0 auto;
    padding: 3px;
    margin-bottom: 10px;
}

.form-img {
    position: relative;
    width: 110px;
    height: 110px;
    cursor: pointer;
    display: inline-block;
}


.form-img2 {
    position: relative;
    width: 150px;
    height: 90px;
    cursor: pointer;
    display: inline-block;
}

.sign-img {
    position: relative;
    width: 100%;
    height: 100px;
    cursor: pointer;
    margin-top: 0;
}

.print-sign-img {
    position: relative;
    width: 100%;
    height: 70px;
    cursor: pointer;
    margin-top: 0;
}

.gal-detail.thumb {
    position: relative;
    width: 100%;
    height: 150px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

.acc-img img,
.login-logo img{
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100%;
    width: auto !important;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.cust-mod-edit-prof {
    position: absolute;
    right: 0;
    top: 104px;
    background: #ff9b28;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 11px;
}

i.upload-icon {
    position: absolute;
    right: 0;
    left: 35px;
    height: 100%;
    top: 30px;
    width: 100%;
    opacity: 0;
    font-size: 70px;
    color: #797676;
    cursor: pointer;
}

.input-img {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.acc-img:hover {
    border: 2px dashed #d8322f;
    opacity: 0.5;
}

.acc-img:hover > i.fa.upload-icon {
    opacity: 1;
}

.add-info, .rem-info, .edit-warning {
    position: absolute;
    right: 0;
    border-radius: 50%;
    padding: 0px 4px;
    color: #fff;
}

.add-info{
    top: 35px;
    background: #5fccd4;
}

.add-info:hover{
    background: #26a1aa;
}

.rem-info{
    top: 8px;
    background: #d45f74;
}

.rem-info.a-top{
    top: 35px;
}

.rem-info:hover{
    background: #a83147;
}

.edit-warning{
    top: 35px;
    background: #ff9b28;
}

.edit-warning:hover{
    background: #f5911f;
}

.m-t-30{
    margin-top: 30px;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-10{
    margin-top: 10px;
}

.d-none{
    display: none;
}

img.icon-c-logo.comp-logo {
    margin: 14px auto;
}

.card-body.drop-images{
    padding: 3.25rem;
    border: 2px solid #ece7e7;
}

.card-body.drop-images:hover {
    border: 2px dashed #ff9b28 !important;
}

input.drag-files {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.cust-mod-close {
    position: absolute;
    right: 0;
    top: 0;
    background: #ef0a0a;
    border-radius: 50%;
    padding: 1px 6px;
}

.cust-mod-close:hover{
    background: #d80d0d;
}

#sidebar-menu ul ul a:hover {
    color: #f72d2b;
}

#sidebar-menu > ul > li > a:hover {
    color: #f72d2b;
}

.navbar-black{
    background-color: #2d2d2d;
}

.b-700{
    font-weight: 700;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #d80d0d;
    border-color: #d80d0d;
}

.advance-sort .parsley-errors-list.filled {
    position: absolute;
    right: 0;
    top: -20px;
}

.text-wrapper {
    display: inline-block;
    vertical-align: text-bottom;
}

.text-wrapper p{
    line-height: 4px;
}

.text-wrapper h3{
    line-height: 20px;
    font-size: 20px;
}

.signature_wrapper {
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.form-control.input-sign-name:focus, .form-control.input-sign-name{
    border: 0;
}

.modal-open #signModal {
    overflow-x: hidden;
    overflow-y: hidden;
}

table.table-bordered th:last-child, table.table-bordered td:last-child {
    border: 1px solid #ebeff2 !important;
}

.print_invoice_wrapper {
    font-size: 13px;
    /* text-transform: uppercase; */
}

table.table.table-bordered.service-table tr td {
    padding: 2px;
}

table.table.table-bordered.service-table tr td.s-title {
    width: 120px;
    border: 0;
}

table.table.table-bordered.service-table tr td.s-title2 {
    width: 50px;
}

p.p-long-desc {
    margin: 0 !important;
    border: 1px solid #ebeff2;
    padding: 2px 5px;
}

span.chk-box {
    border: 1px solid #108e07;
    border-radius: 50%;
    padding: 3px 5px;
    background: #108e07;
    color: #fff;
}

span.no-box {
    border: 1px solid #ebeff2;
    border-radius: 50%;
    padding: 3px 12px;
    background: #ebeff2;
}

table.table.table-bordered.qt-table tr td {
    padding: 0;
}

table.table.table-bordered.qt-table tr:hover input, table.table.table-bordered.qt-table tr:hover textarea {
    background-color: #f4f8fb !important;
}

textarea.qt-input {
    resize: vertical;
    width: 500px;
    border: 0;
    padding: 5px 5px 0px 5px;
    text-align: center;
    vertical-align: middle;
}

input.qt-input {
    height: 100%;
    width: 100%;
    border: 0;
    padding: 5px 5px 0px 5px;
    text-align: center;
    width: 90px;
}

.qt-table tr.qt-btm-area td {
    padding: 5px !important;
}

.qt-table tr.qt-btm-area td input.qt-input {
    padding: 0px !important;
}

.badd-info, .brem-info {
    position: absolute;
    right: 0;
    border-radius: 50%;
    padding: 0px 4px;
    color: #fff;
    margin-top: 10px;
}

.badd-info {
    background: #5fccd4;
}

.brem-info {
    background: #d45f74;
}

.txt-up{
    text-transform: uppercase;
}

p.sm-bold {
    font-weight: 700;
    font-size: 9px;
}

.print_invoice_wrapper table tr td {
    padding: 3px 5px;
}

.m-b-10{
    margin-bottom: 10px;
}

.d-block{
    display: block;
}

.thumb {
    border: 3px solid #efecef;
}

.thumb:hover {
    -webkit-box-shadow: 0px 3px 10px -5px #151115;
    -moz-box-shadow: 0px 3px 10px -5px #151115;
    box-shadow: 0px 3px 10px -5px #151115;
}

.note-editor {
    border: 1px solid #e0e0e0 !important;
}

.portlet-footer {
    padding: 10px 15px;
    color: #fdfdfd;
    text-transform: uppercase;
    font-size: 10px;
    background: #4c5667;
    border: 0;
}

.editor-black{
    background: #1e1e1e !important;
    border-radius: 0 !important;
}

pre {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    font-size: 14px;
}

.app-search .form-control, .app-search .form-control:focus{
    width: 50rem;
    font-weight: 100;
}

.logo i {
    color: #fbfbfb;
}

.slider .slider-horizontal{
    margin: 0;
}
.slider{
    display: block;
}
.e-pads-wrapper .slider.slider-horizontal, .volume-menu .slider.slider-horizontal{
    width: auto;
}
.e-pads-wrapper h4 {
    font-size: 15px;
    font-weight: 100;
    margin: 0;
}

.content-page{
    margin-left: 0;
}
.drum-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.drum-volumes {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
ul.drum-volumes .volume-item {
    background: #f7f7f7;
    padding: 20px 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    width: 24%;
}
.pads-container-new .widget-bg-color-icon.card-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.pads-container-new .bg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 600;
    position: relative;
}
.pads-container-new h3 {
    font-size: 14px;
    line-height: 1.2;
    margin: 5px;
}
span.text-keboard-key {
    position: absolute;
    background: #ec5d5d;
    line-height: 1;
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -16px;
    color: #fff;
}
footer.footer.text-right {
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-heading-with-logo img {
    width: 70px;
}
.main-heading-with-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.main-heading-with-logo img {
    width: 70px;
    margin-right: 10px;
}
.main-heading-title h4.page-title {
    text-transform: uppercase;
    font-size: 24px;
}
.slider .slider-horizontal {
    width: 100%;
}
.pads-container-new .text-bottom {
    width: 100%;
    text-align: center;
}