﻿.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.boxBG {
    background-image: url(../../../images/bg-14.png);
    background-position: top -83px right -100px;
    background-repeat: no-repeat;
    background-size: 700px;
    border-radius: 4px;
    border: 0px solid transparent;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.btnSelectWBS {
    font-size: 17px;
    margin-right: 4px;
    margin-top: 1px;
    position: absolute;
    top: 7px;
    right: 5px;
    color: #1479f7;
    cursor: pointer;
    z-index: 9;
}

.treeHeader {
    background: #f6f6f6;
    min-height: 40px;
    margin-top: 8px;
    margin-bottom: -9px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: solid thin #eaecf1;
    border-bottom: none;
    padding: 4px;
}

.treebg {
    overflow: auto;
    height: auto !important;
    max-height: 60vh !important;
    border: solid thin #eaecf1;
    margin-top: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    box-shadow: none;
    padding: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

span.dynatree-icon {
    display: none;
}

span.dynatree-node a {
    font-size: 13px;
    display: inline-block;
    /* vertical-align: top; */
    padding-left: 0px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-left: 0px;
    color: #333;
    font-weight: 500;
}

ul.dynatree-container img {
    width: 15px;
    height: 15px;
    vertical-align: -2px;
}

ul.dynatree-container li {
    padding: 4px 0px;
}

span.dynatree-node .taskSet {
    color: #0c82eb !important;
}

span.dynatree-node p {
    margin-bottom: 0px;
}

span.dynatree-active a {
    background-color: #ffffff !important;
    color: #1479f7 !important;
    border: solid thin #1479f7;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-radius: 4px;
    padding-top: 5px !important;
}

span.dynatree-node .MatSet {
    color: #646566 !important;
    font-size: 12px;
}

span.dynatree-node .labSet {
    color: #646566 !important;
}

span.dynatree-node .EquipSet {
    color: #646566 !important;
}

span.dynatree-node .QualSet {
    color: #646566 !important;
}

span.dynatree-active a .taskSet, span.dynatree-active a .MatSet, span.dynatree-active a .labSet, span.dynatree-active a .EquipSet, span.dynatree-active a .QualSet {
    color: #1479f7 !important;
}

.subHeader {
    font-size: 15px;
    margin-bottom: 20px;
    color: #017cfd;
    color: #333;
    padding: 15px;
    background: #f9fafb !important;
}

.exportPanel {
    border: solid thin #ebebeb;
    border-radius: 4px;
    padding: 15px;
    min-height: 146px;
}

#btnDownload {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
    margin-top: 15px;
}

hr {
    border-color: #9f9f9f;
}

.pa20 {
    padding: 0px 20px;
}

.select2-addnewPanel {
    padding: 6px;
    border-top: 1px solid #eee;
}

.select2-addnew {
    cursor: pointer;
    font-weight: bold;
    color: #1677ff;
    margin-top: 6px;
    display: inline-block;
}

    .select2-addnew:hover {
        background: #f0f5ff;
    }

label {
    color: #333;
}

.lblMetaData {
    padding: 10px;
    background: #e4faff;
    border-radius: 4px;
    color: #524848;
    margin: 0 15px;
    font-size: 14px;
}

.libraryPanel {
    padding: 15px;
}

h4.panelHeading {
    font-size: 16px;
    color: #105ebc;
    margin-bottom: 0px;
}

#LibraryTree {
    border: solid thin #eeeeee;
    padding: 10px;
    margin-top: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.libraryFooter {
    border: solid thin #eaecf1;
    padding: 10px;
    background: #f6f6f6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#btnAdd {
    color: #0d6efd;
    border-bottom: dashed 1px #0d6efd;
    font-weight: bold;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.actionSection .btnDelete {
    color: #F8285A;
    background: #FFEEF3;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
}

    .actionSection .btnDelete:hover {
        background: #F8285A;
        color: #fff;
    }

.ma10 {
    margin: 10px;
}

.iconSet {
    border: solid thin #878181;
    margin-right: 4px;
    padding: 2px;
    border-radius: 4px;
}

a.iconSet {
    color: #333;
}

.iconSet:hover {
    background: #0d6efd;
    color: #fff;
}

.toggle-sidebar {
    height: 100%;
    right: 0px;
}

span.dynatree-node a i {
    font-style: initial;
    ;
}

.subHeaderText {
    padding-right: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #6c757d;
    margin-left: 22px;
}

#MasterLibraryTreePopupTree {
    max-height: 35vh;
    overflow: auto;
}

.parentFormFontSetting {
    font-size: 15px;
    font-weight: 500;
    color: #0c82eb;
}

#TOPtblLibraryForTask {
    max-height: 75vh;
}

    #TOPtblLibraryForTask thead th {
        position: sticky;
        z-index: 99;
        top: 0px;
    }

.totalData {
    background: #e5ebfb;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 11px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
}

#divLibraryTreeViewPopup {
    border: solid thin #eeeeee;
    padding: 10px;
    margin-top: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    #divLibraryTreeViewPopup input {
        margin-left: 2px;
        vertical-align: -3px;
    }

.btnUpDown {
    display: inline-block;
    margin: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .btnUpDown.rotate {
        transform: rotate(180deg);
    }

.accordion-header {
    border: solid thin #eeeeee;
    padding: 5px 5px 5px 0px;
    border-radius: 8px;
    background: #e7e4ff;
}

    .accordion-header h4.panelHeading {
        color: #474656;
        font-size: 14px;
        margin-top: 10px !important;
    }

#tblLibraryForTask textarea {
    resize: none;
    height: 25px;
    max-height: initial;
}

.enlarged {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 97%;
    height: 53px !important;
    transition: height 300ms;
    z-index: 5;
}

#tblLibraryForTask tbody tr td {
    position: relative;
    overflow: initial;
}

#TOPtblLibraryForTask {
    min-height: 200px;
}




/*Set Mandatory Fields Start*/
.modalBodyMandatory {
    background: white;
    width: 50%;
    min-height: 20%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 30%;
    padding: 10px;
}

.modal-footer {
    float: right;
    padding: 4px;
    font-size: 18px;
}

.modalMask {
    position: fixed;
    background: #80808075;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

/*Set Mandatory Fields End */
