﻿.bullet-list {
    list-style-type: disc;
    margin-left: 30px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.newli{
    margin-bottom:15px;
}
a{
    color:black;
}
#link:hover{
    color: blue;
}
.filter{ 
    margin-left:10px;
}
input[type=file] {
    background: white !important;
  
}


.stlist li {
    margin-bottom: 15px;
}

.image {
    margin-left: 300px;
    width: 250px;
    margin-top: -10px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    color: green;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.close {
    color: darkred;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

#paraa {
    line-height: 2.3; /* Adjust this value as needed */
}

#file {
    padding: 3px;
    height: 26px !important;
}

input[type="text"] {
    background: #F9FAFA;
}
input[type="date"], input[type="time"]{
    background-color:#fafafa;
}
#textarea {
    background: #F9FAFA;
    height:94px;
}
#text {
    background: #F9FAFA;
}
input[type="button"] {  
    margin-right: 10px;
    border-radius: 8px;
    border: none;
}
textarea.form-control {
    height: 88px;
    background: #F9FAFA;
}

#txt {
    height: 105px;
    background: #F9FAFA;
}

#sel {
    width: 100%;
    background: #F9FAFA;
}
#filecntrl{
    margin-top:10px;
}
.lftbtn {
    display: flex;
    width: fit-content;
    height: 30px;
    padding: 10px, 12px, 10px, 12px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    float: right;
 
}

#btb {
    color:black;
    border: 1px;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 1px 1px 0px #0000000F;
    background: linear-gradient(lightgrey,darkgrey);
    text-align: center;
    border-radius:8px;
}
.fileupld{
    position:relative;
    overflow:hidden;
    display:inline-block;
}
.file-input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;

}
.filelabel{
    display:inline-block;
    background-color:;
    color:#fff;
    padding:8px 20px;
    border-radius:5px;
    cursor:pointer;
}

#spacecard{
    padding-top:20px;
    padding-left:15px;
}
.label1{
    border:none;
    background-color:lightblue;
}
.label2  
    border: none;
    background-color:lightcoral;
}
#search {
    margin-right: 35px;
}
.filelabel1 {
    margin-left: 15px;
    width: 102px;
    height: 40px;
    top: 494px;
    left: 459px;
    border-radius: 8px;
    border: 1px;
    background: linear-gradient(0deg, #E8E8E8, #E8E8E8), linear-gradient(0deg, #F4F5F6, #F4F5F6);
    text-align:center;
    padding-top:7px;
}
#align{
    margin-bottom:45px;
}
.filterby {
    margin-right: 10px;
    height:28px; 
}

button[type=submit] {
    color: white;
    width: 104px;
    width: max-content;
    margin-bottom: 20px;
    padding: 3px 8px !important;
}
input[type=search] {
    border-radius: 7px;
    width: 210px;
    height: 30px;
    
}


.form-control-input[type=checkbox] {
    background-color:#fafafa;
}
td.multiline{
    white-space:normal;
}


.search-box {
    display: flex;
    align-items: center;
    height:5px;
}

.search-input {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 7px;
    margin-top:13px;
    width:250px;
    
}

.search-button {
    padding: 5px 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right:30px;
    margin-top:13px;
}

.table th {
    background-color: #65c3d569;
}
#searchbox {
    max-width: 350px;
    margin-bottom: 15px;
}

@media (max-width:680px) {
    #searchbox{
        margin-top:5px;
    }

}

@media (max-width:716px) {
    .search-input {
        margin-top: 40px;
    }

    .search-button {
        margin-top: 40px;
    }
}
@media (max-width:454px){
    .search-input{
        width:180px;
    }
}

#pencil {
    color: blue;
    border: none
}



    #pencil:hover {
        color: cadetblue;
        
        border: none
    }



#DeleteIcon {
    color: #c70101;
    border: none
}



    #DeleteIcon:hover {
        color: red;
     
        border: none
    }


#FlexBox {
    display: flex;
    align-items: center;
    accent-color: lightblue;
}

.form-check-inline input[type="checkbox"] {
    margin-right: 8px; /* Adjust this value to increase/decrease the space */
}

.checkbox-text {
    vertical-align: middle; /* Align the text vertically with the checkbox */
}

#smck {
    font-size: smaller;
}
#txt1 {
    height: 260px;
}

#gre {
    color: green;
}

#red {
    color: red
}

#yel {
    color: yellow
}
.form-control {
    background-color: #f8fcff !important;
    border-color: #e5e5e5 !important;
}
#chk {
    font-size: smaller;
}

.btn-primary:active {
    background-color: #296198 !important;
}




/*call list page style*/

.modal, .modal1 {
    display: none;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Style for modal content */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    padding: 20px;
    padding-top: 0px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

/* Style for close button */
.close, .close1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    align-self: flex-end;
}

    .close:hover,
    .close:focus,
    .close1:hover,
    .close1:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }



.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 835px;
    position: relative;
    margin-left: 10px;
}

.progress {
    position: absolute;
    top: 50%;
    left: 0;
    height: 4px;
    background: #4caf50;
    z-index: 1;
    transition: width 0.4s ease;
}

.progress-step {
    width: 30px;
    height: 30px;
    background: #e0e0e0;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: background 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .progress-step .icon {
        color: white;
    }

    .progress-step.step-active .icon,
    .progress-step.step-completed .icon,
    .progress-step.step-incomplete .icon {
        display: block;
    }

    .progress-step.step-active {
        background: orange;
    }

    .progress-step.step-completed {
        background: #4caf50;
    }

    .progress-step.step-incomplete {
        background: #999494;
    }

.progress-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 0;
}

.progress-step::before {
    content: attr(data-title);
    position: absolute;
    top: 35px;
    /*width: 80px;*/
    text-align: center;
    font-size: 11px;
    color: #666;
}

.detail {
    display: inline-block;
    width: 100px; /* Adjust the width as needed */
    font-weight: inherit;
    padding-bottom: 5px;
}
/* .col-lg-4 .hei {
			height: 582px;
			overflow-y: auto;
		} */


.chat-user:hover {
    scale: 1.0;
    box-shadow: 0 4px 8px rgba(0.1,0.1,0.1, 0.1);
    /* background-color: #f0f0f0; */
    /* border: 1px solid #dcdcdc; */
}

#tbl {
    border-style: none;
    border-width: 0;
    border-color: transparent;
    margin-top: 20px;
}

.pull-left {
    margin-top: -10px;
}

#status {
    margin-top: -10px;
}

#tb td {
    word-wrap: break-word;
    white-space: normal;
    height: 50px;
}

.table tr:first-child td {
    border-top: none;
}

.table tr:last-child td {
    border-bottom: none;
}


.body1 {
    display: flex;
    flex-direction: column;
}

.scrollable-content {
    flex: 1;
    overflow-x: hidden;
}

.horizontal-container {
    display: flex;
    flex-direction: row;
    width: max-content;
}

.vertical-timeline-block {
    min-width: 300px;
    margin-right: 20px;
}

#none {
    margin-top: 75px;
}
#style {
    list-style: circle;
    margin-left: 35px;
    margin-top: 15px;
}

    #style li {
        margin-bottom: 25px;
    }


.panel-body-scroll {
    overflow-y: auto;
}
#txt1 {
    height: 70px
}
/*.sidebar, .two-col-bar {
    overflow-y: scroll;
    -ms-overflow-style: none;
}*/

#btm {
    border-bottom: 1px solid #ced4da;
    padding:12px 15px;
}

#head {
    padding: 18px;
    margin: 0px;
    padding-left: 6px;
}


#logoimg {
    height: 50px;
    padding: 5px;
    margin: 8px;
}
#toplist {
    color: white;
    display: flex;
    background-color: #028c95;
}
.right {
    padding-left: 5px;
    padding-top: 4px;
    padding-bottom:4px;
    /*background-color:antiquewhite;*/
}


/*.date{
    margin-bottom:5px;
}*/
.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
    background-color: white;
}

.left {
    flex: 1;
}

.center {
    flex: 2;
    text-align: center;
}

.right1 {
    flex: 1;
    text-align: right;
}

.logo1 {
    /* width: 150px; */
    height: auto;
    max-width:100%;
}

.title {
    margin-top: -10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

.sub {
    text-align: center;
    margin-top: 8px;
}

.date {
    margin: 2px 0;
}

.document-id {
    margin-top: 10px;
}

.foot {
    text-align: end;
    padding: 10px !important;
    padding-right: 30px !important;
    font-weight: bold;
}

/* Media query for mobile view */
@media (max-width: 768px) {
    .details {
        padding: 0px;
    }

    .left, .center, .right1 {
        flex: 1 1 33%;
        text-align: center;
    }

    .title {
        font-size: 1em;
        margin-top: -20px;
        margin-left: 20px;
    }

    .date {
        font-size: 0.8em;
        margin-right: 5px;
    }

    .logo1 {
        max-width: 148px; /* Adjust the logo size for mobile view */
    }
}

.text-editor-header {
    background-color: #ecf0f1;
}

    .text-editor-header .btn {
        cursor: pointer;
    }

.editor {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
}

/*.active {
    background-color: #3498db;
    color: #fff;
}*/


.task-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    border-radius: 3px;
}

    .task-item .delete-btn {
        cursor: pointer;
        color: red;
    }

#taskDisplay {
    border: 1px solid #ccc;
    padding: 10px;
    height: 200px;
    overflow-y: auto;
    white-space: pre-wrap;
    background-color: #fdfeff;
}

#labelcorr {
   margin-top:25px;
}
.badge{
    background-color:white!important;
    color:black!important;
}
#bottomlist {
    background-color: #028c95
}

.nav-tabs {
    background-color: cadetblue;
}

    .nav-tabs li a {
        color: whitesmoke;
    }
    .nav-tabs > li > a {
        border-radius: 0px 0px 8px 0px !important;
    }

    /* asset management*/
.hidden-row {
    display: none;
}

#expand-btn {
    cursor: pointer;
    border: none;
    font-size: 1.5em;
}
/* show buttun table near search*/
#showbtn {
    padding: 3px;
    text-align: left;
    background-color: #fdfeff;
    width: 60px;
    height: 28px;
    border-radius: 6px;
    margin-left: 10px;
    border: 1px solid #eee;
}

    #showbtn:hover {
        outline: none;
    }

#show {
    display: flex;
    align-items: center;
}

.lftdate {
    border-radius: 4px 0px 0px 4px!important;
}

.rtdate {
    border-radius: 0px 4px 4px 0px!important;
}
