.greenfontcolor{
    color: green;
}
.greenbtn{
	background: green !important;
	border: 1px solid green !important;
	color: white;
}

.greenbtn:hover{
	background: forestgreen;
	border: 1px solid forestgreen;
}

.resourcesteps .btn-circle{
	/*background: green !important;
	border: 1px solid green !important;*/
}

.resourcesteps .stepwizard-step a.btn-success{
	 background: green;
    color: white !important;
    border-color: green;
}

.resourcecontainer .btn-primary{
  background: green !important;
   color: white !important;
   border-color: green !important;
}

.newtaskdatepickerdiv{
    width: 30%;
}

@media only screen and (max-width: 600px) {
  .newtaskdatepickerdiv {
      width: 100% !important;
  }
  .newtaskel .small_fields{
      width: 100% !important;
  }
}

.edupro #uploadresourceModal .proapprove,.edupro #uploadresourceModal .circul_v_small1{
    display: none !important;
}
.edupro #uploadresourceModal .edit_assets:hover{
    box-shadow: 2px 3px 0px 0px red;
}
.edupro #uploadresourceModal .assetslist .selectedLibitem{
    box-shadow: 2px 3px 0px 0px red;
}
.edupro #resourcedashboardTable tbody td:first-child, #resourcedashboardTable tbody td:last-child {
    color: blue !important;
}
.edupro #dashboardTable tbody td:first-child, .edupro #dashboardTable tbody td:last-child,.edupro #dashboardTable tbody td:last-child a{
    color: blue !important;
}

.edupro #tasksTable_s3 tbody tr td{
  border: 0 !important;
}
