.newJob {
	float: right;
    margin-top: 2px;
    text-decoration: none !important;
}
.basic-info {
    margin-bottom: 0.7rem;
}
.basic-info p {
    margin-bottom: 0.4rem;
}

.basic-info p span {
    font-weight: 600;
    color: #afca0b;
}
.more-info i {
    cursor: pointer;
}
.more-info {
    position: absolute;
    top: 11%;
    right: 2%;
    font-size: 20px;
}
.inputJob .card-header {
    background: #afca0b;
    cursor: pointer;
}
.inputJob .card-header h5 > .btn {
    background: transparent;
    font-weight: bold;
}

.uploadCatalog {
    margin-top: 10px;
}
.bookcover {
  width: 250px;
  overflow: hidden;
}
.view-img img, .view-img1 img, .view-img2 img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
#upload, #upload1, #upload2, #upload3, #upload4, #upload5,#version1,#version2,#version3{
  display: none;
}
 
/*.uploadbtn, .clearbtn {
  border: 0;
  background: #afca0b;
  border-radius: 4px;
  color: #fff;
  line-height: 1.1;
  float: right;
  margin-top: 5px;
  width: 100%;
  padding: .375rem .75rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

.uploadbtn:after {
  content: "\f093";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -106%;
  text-align: center;
  line-height: 28px;
  left: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.clearbtn:after {
  content: "\f014";
  font-family: FontAwesome;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -106%;
  text-align: center;
  line-height: 28px;
  left: 0;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.uploadbtn span, .clearbtn span {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.15s;
  -moz-backface-visibility: hidden;
  transition: all 0.15s;
  backface-visibility: hidden;
}

.uploadbtn:hover:after, .clearbtn:hover:after {
  top: 0;
}

.uploadbtn:hover span, .clearbtn:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}*/

.uploadbtn, .clearbtn, .uploadbtn1, .clearbtn1, .uploadbtn2, .clearbtn2,.uploadbtn3, .clearbtn3,.uploadbtn4, .clearbtn4 ,.uploadbtn5, .clearbtn5 {
      margin-top: 5px;
    width: 100%;
}
.card {
    border: 0px solid rgba(0,0,0,.125);
}
.card.cover, .coverFileData {
	/*  background: linear-gradient(to bottom right, #87f2bc, #8ddbe7); */
	background: #e6e6e6;
	border: 1px solid #afca0b;
}

.card.txt, .textFileData {
	/*   background: linear-gradient(to bottom right, #fbe897, #fb9770); */
	background: #e6e6e6;
	border: 1px solid #afca0b;
}

.card.other, .otherFileData {
	/*     background: linear-gradient(to bottom right, #d8ff83, #6ed861); */
	background: #e6e6e6;
	border: 1px solid #afca0b;
}

.card-title {
    color: #5f5f5f;
    text-align: left;
}
.card-title span {
    float: right;
    cursor: pointer;
}
.coverFileData, .textFileData, .otherFileData, .inputStudyData {
    padding: 1.25rem;
        margin-top: 30px;
}
.coverFileData h3 {
	color: #444444;
}
.textFileData h3{
  color: #444444;
}
.otherFileData h3 {
      color: #444444;
}
.inputStudyData h3 {
  color: #444444;
}
.coverFileData label, .textFileData label, .otherFileData label, .inputStudyData label {
    color: #96ad0d;
}
.coverFileData:before {
    content: '';
    position: absolute;
    margin-top: -3rem;
    left: 5%;
    width: 0;
    height: 0;
    border-bottom: solid 28px #afca0b;
    border-left: solid 28px transparent;
    border-right: solid 28px transparent;
}
.textFileData:before {
    content: '';
    position: absolute;
    margin-top: -3rem;
    left: 47%;
    width: 0;
    height: 0;
    border-bottom: solid 28px #afca0b;
    border-left: solid 28px transparent;
    border-right: solid 28px transparent;
}
.otherFileData:before {
    content: '';
    position: absolute;
    margin-top: -3rem;
    left: 90%;
    width: 0;
    height: 0;
    border-bottom: solid 28px #afca0b;
    border-left: solid 28px transparent;
    border-right: solid 28px transparent;
}
.inputStudyData:after {
    content: '';
    position: absolute;
    margin-top: 1.2rem;
    left: 4%;
    width: 0;
    height: 0;
    border-top: solid 25px #afca0b;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}
.inputStudy h4, .proposedDetails h4 {
    font-size: 17px;
    font-weight: bold;
    color: #5f5f5f;
}
.inputStudy, .proposedDetails, .inputStudyData {
	/* background: linear-gradient(to bottom right, #f8b0ff, #6ba8e6); */
	background: #e6e6e6;
	border: 1px solid #afca0b;
}

.solDetails {
    overflow-y: scroll;
    height: 347px;
}
.summary {
    margin: 30px 0 15px;
}
.inputStudy p span {
    float: right;
    font-size: 14px;
    font-weight: bold; 
     color: #AFCA0B;
    margin-bottom: 0;
}
.attachments img {
  width: 100px;
}
.addRemove {
  text-align: right;
  margin-bottom: 10px;
}
.attachments .fa-minus-square {
    color: #dc3545;
}
.attachments .fa-plus-square {
    color: #28a745;
}
.solDetails::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
}
.solDetails::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eaeaea;
}
.solDetails::-webkit-scrollbar {
    width: 6px;
}
.proposedDetails > .card-body > .bd-example > .row > .col-3 {
    border-right: 1px solid #AFCA0B;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #7b7b7b !important;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #3a3a3a;
}
.solDetails label, .solDetails h4 {
    color: #3a3a3a;
}
.solDetails h5 {
  color: #96ad0d;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
.solDetails input[type="checkbox"] {
    zoom: 1.5;
    vertical-align: bottom;
}
.nav-link img {
    width: 20px;
}
.attachments {
    text-align: center;
}
.attachments p {
    color: #762388;
    margin-top: 4px;
}
.attachments h6 {
    color: #2d2d2d;
    margin-top: 4px;
    font-weight: bold;
    text-decoration: underline;
}
.proposedDetails .result .btn, .newComment {
    background: #7b7b7b;
}
.newComment {
  float: right;
}
.proposedDetails .result .btn:hover, .newComment:hover {
    background: #4e4e4e;
}
.inputStudy {
    height: 430px;
}
.proposedDetails .result {
    text-align: right;
    margin-bottom: 0;
    margin-top: 15px;
}
.cover .card-body p span, .txt .card-body p span, .other .card-body p span {
    display: block;
    color: #AFCA0B;
    font-weight: bold;
    font-size: 20px;
}
.output .card-body .col-md-6:nth-child(1) {
    border-right: 1px solid #AFCA0B;
}
.selected {
    background: #762388;
    padding: 7px;
}
.bookcover h6 {
    color: #afca0b;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}
.coverFileData h6 {
    color: #4a9696;
}
.textFileData h6 {
    color: #f1916a;
}
.otherFileData h6 {
    color: #ec8e69;
}

.imageControl {
    position: absolute;
    top: 4.8rem;
    left: 3.75rem;
    opacity: 0;
}
.imageControl a {
    /*display: block;*/
    margin-bottom: 5px;
}
.overlay {
    background: #00000085;
    width: 100px;
    height: 125px;
    position: absolute;
    left: 2.9rem;
    opacity: 0;
    top: 1.95rem;
}
.versionFile:hover .overlay {
  opacity: 1;
}
.versionFile:hover .imageControl {
  opacity: 1;
}
.attachments .btn {
    background: #7b7b7b;
    width: 100%;
}
.coverFileData .btn {
  background: #7b7b7b;
}
.coverFileData .btn:hover {
    background: #4e4e4e;
}
.textFileData .btn {
  background: #7b7b7b;
}
.textFileData .btn:hover {
    background: #4e4e4e;
}
.otherFileData .btn {
 background: #7b7b7b;
}
.otherFileData .btn:hover {
   background: #4e4e4e;
}
.inputStudyData .btn {
    background: #7b7b7b;
}
.inputStudyData .btn:hover {
    background: #4e4e4e;
}
 .uploadContainer {
            margin: 0 auto;
            text-align: center;
            display: inline-block;
            position: relative;
        }

        .uploadContainer img {
            width: 100%;
            height: auto;
        }

        .uploadContainer label {
            position: absolute;
            left: 50%;
            bottom: 40px;
            padding: 10px;
            color: #FFF;
            background-color: rgba(0, 0, 0, 0.8);
            transform: translateX(-50%);
        }

@media screen and (min-device-width: 1200px) and (max-device-width:
	1600px) {
	.imageControl {
		top: 4.7rem !important;
		left: 3.3rem !important;
	}
	.overlay {
		left: 2.4rem !important;
	}
}

.dropdown-menu.show { 
    height: 100px;
    overflow-y: scroll;
}

.tbJobsLog tr th:nth-child(1) {
    width: 8% !important;
}
.tbJobsLog tr th:nth-child(2) {
    width: 10% !important;
}
.tbJobsLog tr th:nth-child(3) {
    width: 12% !important;
}
.tbJobsLog tr th:nth-child(4) {
    width: 12% !important;
}
.tbJobsLog tr th:nth-child(5) {
    width: 10% !important;
}
.tbJobsLog tr th:nth-child(6) {
    width: 10% !important;
}
.tbJobsLog tr th:nth-child(7) {
    width: 12% !important;
}
.tbJobsLog tr th:nth-child(8) {
    width: 10% !important;
}
.tbJobsLog tr th:nth-child(9) {
    width: 8% !important;
} 
.tbJobsLog tr th:nth-child(10) {
    width: 8% !important;
} 
/* .comment_List p span {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #AFCA0B;
    margin-bottom: 0;
    width: 55%;
    text-align: right;
}
.commentsList .fa {
    text-align: center;
    display: block;
    color: #17a2b8;
    font-size: 34px;
} */
.commentsList {
    border: 1px solid #afca0b;
    padding: 10px;
}
.container.recentcommentlist {
    border: 1px solid #AFCA0B;
  
}
#commentListDiv {
    overflow-y: scroll;
    height: 270px;
}

#commentListDiv::-webkit-scrollbar-thumb {
    background-color: #6d6d6d;
}
#commentListDiv::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #eaeaea;
}
#commentListDiv::-webkit-scrollbar {
    width: 6px;
}



#reAssignText .modal-dialog {
    width: 900px;
}
.tbReAssignTextLog tr th:nth-child(1) {
    width: 10% !important;
}
.tbReAssignTextLog tr th:nth-child(2) {
    width: 30% !important;
}
.tbReAssignTextLog tr th:nth-child(3) {
    width: 30% !important;
}
.tbReAssignTextLog tr th:nth-child(4) {
    width: 20% !important;
}
.tbReAssignTextLog tr th:nth-child(5) {
    width: 10% !important;
}
#pp {
    font-size: 20px;
}

.commentBox h3 { 
     font-size: 12px;
     color: #2c4285;
}
.comment_List1 .col-md-9 {
     padding-left: 0 !important;
}
.comment_List1 p { 
      background: #91bfbd;
      color: #000 !important; 
      border-radius: 20px 20px 20px 3px; 
      display: block;
     padding: 7px 13px 7px 13px;
}
.comment_List1 h3 {
    font-size: 12px;
    color: #2c4285;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding: 0;
}
.fol-con { 
    font-weight: normal !important;
    font-size: 12px;
    color: #2c4285;
}
.comment_date {
    text-align: right !important; 
    font-size: 12px; 
    font-weight: normal !important; 
    color: #2c4285; 
    display: block;
}

