/*:root{

	--red: rgb(212, 45, 38);

}
*/

body, .card, .card-header h5 .btn{
	font-size:16px !important;
}


.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

.card {
  
    background-color:transparent !important;
    background-clip: border-box;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}


.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.list-group-item {

/*    padding: .75rem 1.25rem;
    margin-bottom: -1px;*/
    background-color: transparent !important;
     border: 0px solid rgba(0,0,0,.125) !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.project-timlines{

	padding-top:50px;
	padding-bottom:50px;
	background-color: #d42d26 !important;
	min-height:500px;

}

.project-timlines .nav-tabs .nav-link{

  
	border-radius: 0px;
	color: #000000 !important;
	background-color: #e8e8e8 !important;
	border: 1px solid #d5d5d5 !important;

	padding:10px;

}


	/*width:33.3%;*/

/*Active*/
.project-timlines .nav-tabs .nav-link.active{
/*	color: red !important;*/

	background-color: #ffffff !important;

}

/*Active*/
.project-timlines .nav-tabs .nav-link.disabled{
	color: gray !important;

}


.project-timlines .tab-content{

	background-color: #fff !important;

}

.table td{
	 border:1px solid #dddddd !important;
}

/* new style */

.project-timlines .list-group {
    margin-left: 0 !important;
}

.multi-files .list-group-item {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ccc!important;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 30px;
    margin-left: 0 !important;
    padding-left: 24px;
    padding-right: 24px;
}

.attachments-section .file-infos {
    width: 50%;
    display: inline-block;
}

.multi-files .list-group-item.list-group-item-action h3 {
    font-weight: 600;
    margin-bottom: 5px !important;
}

.attachments-section .file-infos h3, .attachments-section .file-infos span {
    font-size: 25px;
    font-weight: 600;
}

.attachments-section .file-infos .uploaded-by {
    font-size: 18px;
    color: #AFAFAF;
    font-weight: 600;
    margin: 5px 0 10px;
}

.attachments-section .file-infos .uploaded-date {
    font-size: 12px;
    font-weight: 600;
    color: #AFAFAF;
    margin-bottom: 5px;
    position: relative;
    padding-left: 16px;
    line-height: normal;
}

.attachments-section .file-infos .uploaded-date:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    content: "\f017";
    font-weight: normal;
    line-height: normal;
    margin-top: 2.5px;
}

.attachments-section .file-infos .uploaded-date {
    font-size: 12px;
    font-weight: 600;
    color: #AFAFAF;
    margin-bottom: 5px;
    position: relative;
    padding-left: 16px;
    line-height: normal;
}

.attachments-section .file-infos .uploaded-date:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    content: "\f017";
    font-weight: normal;
    line-height: normal;
    margin-top: 2.5px;
}

.multi-files .btn-primary {
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 2px;
    background-color: #d42d26;
    text-align: center;
    max-width: 140px;
    margin: 20px auto 0px;
    display: inline-block;
    font-size: 14px !important;
    font-family: Open Sans !important;
    border-color: #d42d26!important;
    border-radius: .3rem;
}

.multi-files .btn-primary:hover {
    background-color: #f2322c;
    border-color:#f2322c!important;
}

.multi-files .delete_attach_file {
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    border-radius: 2px;
    text-align: center;
    max-width: 140px;
    margin: 20px auto 0px;
    display: inline-block;
    font-size: 14px !important;
    font-family: Open Sans !important;
    background-color: #333;
    border-color: #333;
    border-radius: .3rem;
}

.multi-files .delete_attach_file:hover {
    background-color: #555;
    border-color:#555!important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.comment-section {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.comment-section .comment-count {
    font-weight: 600;
    font-size: 32px;
    color: #707070;
    line-height: 1;
    margin-bottom: 25px;
}

.comment-section .comment-count span {
    font-size: 16px;
    color: #BCBCBC;
    margin-left: -5px;
    vertical-align: bottom;
    margin-bottom: 1px;
    display: inline-block;
}

.comment-post {
    display: table;
    width: 100%;
}

.comment-section .comment-post .author-circle {
    width: 15.8%;
    font-size: 26px;
    font-weight: 600;
    border-radius: 50%;
    background-color: #F5F5F5;
    float: left;
    text-align: center;
    height: 68px;
    max-width: 68px;
    padding: 18px;
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.comment-post .author-circle {
    margin-top: 0;
}

div#respond {
    float: right;
    width: 85%;
}

.comment-form textarea, .edit-comment-content textarea {
    border-width: 2px;
    border-color: #E5E5E5;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #BCBCBC;
    max-height: 93px;
    width: 100%;
    padding: 5px 10px;
}

p.form-submit {
    position: relative;
}

input#submit {
    width: 100%;
    padding: 21px 0px !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #aba8a8;
    font-weight: 600;
}

.comment-form input#submit, button.btn.btn-info.edit-comment {
    font-size: 16px;
    background-color: #EBEBEB;
    border-radius: 10px;
    padding: 12px !important;
    height: auto !important;
    line-height: normal !important;
    cursor: pointer;
}

.recent-comments {
    margin-left: 51%;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 2px solid #d1d1d1;
}

.recent-comments p {
    display: inline-block;
    margin-bottom: 10px;
}

.active i {
    color: #d42d26;
}

.recent-comments i {
    float: right;
    margin-top: 7px;
    font-weight: 600;
}

.recent-comments.opened-comments {
    border-bottom: none;
}

div#comments-list {
    padding-left: 50%;
}

.comment-form input#submit:hover, button.btn.btn-info.edit-comment:hover {
    background-color: #7b7b7b;
    color: #fff !important;
}

.commentemrg {
    display: inline-block;
    border-top: 2px solid #D1D1D1;
    width: 100%;
    padding: 24px 0 !important;
}

.comment-info {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.commentemrg .comment-content {
    padding: 12px;
    background-color: #FAFAFA;
    font-weight: 600;
    color: #9F9F9F;
    float: right;
    max-width: 460px;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}

.commentemrg .author-circle {
    margin-right: 20px;
    width: 92px;
    text-align: center;
    min-height: 68px;
    max-width: 68px;
    background-color: #F5F5F5;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    padding: 14px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment-info span {
    font-size: 11px;
    color: #C6C6C6;
}

.edit-comment-section {
    position: relative;
}

.edit-dots {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #6F6F6F;
}

.edit-delete-options {
    position: absolute;
    top: 26px;
    right: 13px;
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 8px;
    padding: 10px 6px;
    min-width: 141px;
    background-color: #fff;
}

.edit-delete-options:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -7px;
    right: 5px;
}

.edit-delete-options > div {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    margin-bottom: 2px;
    line-height: normal;
    cursor: pointer;
}

.edit-delete-options > div {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    margin-bottom: 2px;
    line-height: normal;
    cursor: pointer;
}

.edit-delete-options > div:last-child {
    margin-bottom: 0;
}

.edit-delete-options > div > p {
    margin-bottom: 0;
}

.edit-comment-content {
    margin-top: 15px;
    float: left;
    width: 100%;
}

button.btn.btn-info.edit-comment {
    color: #6F6F6F;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border: 0;
    flex-direction: row;
}

.modal {
    background: rgba(0,0,0,0.6);
}

.modal-header .modal-title {
    font-size: 20px;
}

.edit-comment-section .modal-footer {
    justify-content: center;
    padding: 20px 16px;
}

.edit-comment-section .modal-footer button {
    margin-top: 0 !important;
    display: inline-block;
    font-size: 10px !important;
    border-radius: 2px;
    padding: 10px;
    max-width: 111px;
    line-height: normal;
    width: 100%;
    margin-left: 0;
}

.edit-comment-section .modal-footer button {
    margin-top: 0 !important;
    display: inline-block;
    font-size: 10px !important;
    border-radius: 2px;
    padding: 10px;
    max-width: 111px;
    line-height: normal;
    width: 100%;
    margin-left: 0;
}

.edit-comment-section  .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    width: 100%;
}


/* Nav Tab */

#nav-tab i {
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}

.project-timlines .nav-tabs .nav-link.active {
    color: #d42d26!important;
}

.project-timlines .nav-tabs .nav-link {
    margin-right: 0px !important;
    line-height: 1.42857143 !important;
    border: 1px solid #d5d5d5 !important;
    border-radius: 0px 0px 0 0 !important;
    background-color: #e8e8e8 !important;
    color: #000000 !important;
    padding: 15px 18px 15px 18px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: Open Sans !important;
}

#nav-tab .nav-link {
    text-transform: uppercase;
    font-size: 12px!important;
    font-weight: bold!important;
}

.card, .card-header h5 .btn {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 4px 5px;
    font-weight: bold;
    font-size: 13px!important;
    color: #000000 !important;
    text-transform: capitalize;
    text-align: left;
}

.project-timlines .card-header {
    border: 1px solid #ccc !important;
}

.card, .card-header h5 .btn {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 4px 5px;
    font-weight: bold;
    font-size: 13px!important;
    color: #000000 !important;
    text-transform: capitalize;
    text-align: left;
}

.card-header h5 button.collapsed span.icon:before {
    content: "+";
}

.card-header h5 button span.icon:before {
    content: "-";
}

body .btn:hover, body .btn:active, body .btn:focus {
    text-decoration: none !important;
    color: #fff;
}

.list-group-item, .pl-5 ul {
    position: relative;
    display: list-item;
    font-weight: normal!important;
    font-size: 16px !important;
    margin-left: 10px!important;
}

.card-body ul {
    padding-left: 26.5px;
    margin-left: 0 !important;
    margin-bottom: 0;
}

.card-body ul li {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#collapseOne > div > ul > li > strong {
    font-weight: 400!important;
}

.card-body ul {
    padding-left: 26.5px;
    margin-left: 0 !important;
    margin-bottom: 0;
}

.card-body ul ul {
    padding-top: 5px;
    padding-bottom: 10px;
}

.card-body ul li {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

body .btn-success.open_attach_file {
    color: #fff;
    background-color: #d42d26;
    border-color: #d42d26;
    border: 0px!important;
    text-transform: uppercase;
    font-size: 14px!important;
}

.btn-info{
    background-color: #d42d26 !important;
    border-color: #d42d26!important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-info:hover{
    background-color: #fc332d !important;
    border-color: #d42d26!important;
}

.bts-biot{
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-left-color: transparent;
}


.showmore-loader{
	
    font-size: 0;
    height: 30px;
    width: 30px;
    background: transparent;
    border: 4px solid #fff;
    border-radius: 50%;
    border-top-color: transparent;
	animation: loaderanimate 1s 0.4s linear infinite;    

}

@keyframes loaderanimate{

	100%{
    
    	transform: rotate(360deg)
    
    }	

}