.no-padding {
	padding: 0px;
}

.div-no-padding-xs {

}

.select2-container {
	min-width: 1em;
    width: 100%;
}

.select2-selection--multiple {
    height: auto;
}

@media (max-width: 768px) {
    .div-no-padding-xs  {
        padding: 0px;
    }
   
}

/* nav tabs template problems solved */
.nav-tabs>li>a {
    margin-right: 0px !important; 
}

.nav-tabs > li.active > a {
	color: #ffffff;
}

.audire-chart {
    height: 350px;
}

.status-item {
    font-size: 12px;
    background-color: #7C7C7C;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
}

.new-status-item {
    font-size: 12px;
    background-color: #F57215;
    color: white;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

.info-box {
    font-size: 12px;
    min-height: 255px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.info-box-2 {
    font-size: 12px;
    min-height: 100px;
    max-width: 1140px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.info-box h4,
.info-box-2 h4,
.custom-title h4 {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F57215;
    color: white;
    border-radius: 5px;
}

.info-box p {
    margin-bottom: 5px;
}

.info-box h4 i,
.info-box-2 h4 i,
.custom-title h4 i {
    margin-right: 6px;
}

.info-box .form-control,
.info-box-2 .form-control {
    font-size: 12px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
}

.info-box .form-label {
    font-size: 12px;
}

.info-box ul.links-list {
    text-align: left;
    margin-left: 0;
    padding-left: 5px;
    list-style-position: inside;
}

.info-box ul.links-list li::marker {
    text-align: left !important;
    list-style-type: none !important;
}

.custom-form-control .form-control {
    font-size: 12px;
    min-height: 300px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: auto;
}
.custom-text-area .form-control {
    font-size: 12px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    display: table;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: auto;
}
.custom-text-area-2 .form-control {
    font-size: 12px;
    min-height: 85px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px;
    display: table;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: auto;
}
.custom-form-control .form-label {
    font-size: 12px;
}
.h-body {
    font-size: 12px !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #FEF1E8;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.custom-table .text-center {
    border: none !important;
    padding: 0 48px 0 8px !important;
}
.custom-table .text-center i {
    margin-right: 6px;
}
.custom-table .text-center h4 {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F57215;
    color: white;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    display: flex;
}
.modal-header h2 {
    padding-left: 15px; 
}
.modal-body .info-box {
    max-width: 85%;
}
.section-group {
    background-color: #fef1e8;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 5px;
}
.info-box-section {
    min-height: auto;
    margin-bottom: 20px;
}
.ibox-p-space .info-box p {
    margin-bottom: 15px;
}
.generic-ibox-title .info-box-2 h4,
.generic-ibox-title .info-box h4,
.generic-ibox-title .custom-title h4 {
    display: inline-block;
}
.input-group-unset {
    display: unset;
}
.form-control-padding-rounded {
    padding: 3px 3px 3px 12px;
    border-radius: 5px;
}
.flex-display {
    display: flex;
}
.icon-calendar {
    align-self: center;
    padding-right: 24px;
}
.form-control-due-date {
    background-color: #FFFFFF !important;
    display: flex;
    text-align: center;
    margin-bottom: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.col-md-10 .form-label,
.col-md-6 .form-label,
.col-md-2 .form-label,
.col-md-6 .font-11{
    font-size: 12px;
}
.col-md-10 .form-label,
.col-md-2 .form-label {
    padding-top: 15px;
}

.special-height {
    height: 180px;
}

.disabled-select-dal {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    background-color: #eee !important;
}

.comments-section {
    min-height: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comment-title {
    margin-bottom: 30px !important;
}

.form-control-footer-note {
    padding-left: 5px !important;
}

.form-control-upper-note{
    padding: 0 0 10px 5px !important;
}