.collapsibletitle{
    padding: 0px;
    color: #fff;
    background-color: #71b6f9;
}
.collapsibletitlebtn {
    text-align: left;
    float: right;
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 25px;
    background-color: #98999a;
}
.ti-angle-down .mr-1{
    float: right;
    margin-top: 4px;
}
.collapsibletitlebtn:hover {
    color: #fff;
    text-decoration: none;
}
.checkbox-primary{
    width: 50%;
    margin-right: 0 !important;
    display: inline-block;
}
input.sct {
    display: block !important;
    float: right !important;
    width: 50px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.sall{
    float: right;
    margin-right: 15px;
}
.sall2{
    float: left;
    margin-right: 15px;
    color: white;
}

.DTFC_LeftHeadWrapper > table{
	
	background: #fff;
}

.DTFC_RightHeadWrapper > table{
	
	background: #fff;
}
.DTFC_Blocker{
		background: #fff;
}

.showcompany{
	margin-bottom:10px;
}

 
.dataTables_filter{
	display:none;
}

.selectedrow {
    background-color: #d9dbde;
}

.assigned {
    background-color: #17b300d4;
    color: #fff;
}
.btn-light{
    font-size: .8rem !important;
    padding: 0.10rem 0.5rem !important;
}
.nonaddedError{
    color: red;
    text-shadow: 4px 1px 1px #ccc;
    font-size: 1em;
  }
/*hide/show column button */
.ColVis_MasterButton {
    background: #6c757d;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.TableTools_Button{
    text-align: left;
    border-bottom: unset;
    padding:  5px;
}
.ColVis_collection{
    max-height: 300px;
    overflow-y:scroll;
}
.btn-link{
    color: #86939e !important;
}

.dataTables_wrapper {
    margin-top:10px;
}


.ColVis_MasterButton{
    background-color: #03a9f4;
    border-color: #03a9f4;
     box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26);
    opacity: .8;
    color: #fff;
}
.ColVis_MasterButton:hover {
border: 1px solid transparent;
}   
.ColVis_radio{
    padding: 5px;
}
.chk label::before{
    top: unset;
}
.chk input[type=checkbox]:checked+label::after {
    top: 12px;
}
#projectList {
	height: 500px;
	overflow: scroll;
}