* {
	margin:0px;
	padding:0px;
}
/*07-06-2018*/
.add-prjct07 {
	width:74% !important;
}
/*07-06-2018*/

/*tooltip css*/
 /*.tooltpclr + .tooltip > .tooltip-inner {
      background-color:rgb(61,190,212); 
  }
 .tooltpclr + .tooltip.top > .tooltip-arrow {
      border-top: 5px solid rgb(61,190,212);
  }*/
/*tooltip css*/
/*forget password model css*/

#forgetpass .modal-content {
	border-radius: 30px 0px 30px 0px;
	padding:15px;
}
#forgetpass .modal-title {
	text-align:center;
	color:#000;
	text-transform: uppercase;
}
#forgetpass .btn-default {
	background:#FA9955;
	color:#fff;
	border-radius:0px;
}
#forgetpass .btn-default:hover {
	background:rgba(61,190,212,1);
	border:1px solid rgba(61,190,212,1);
	box-shadow:none;
}
#forgetpass .form-control {
    height: 40px;
    border-radius: 0px;
    border: transparent;
    font-size: 13px;
    background: #F4F4F4;
    color: #898989;
    box-shadow: none;
	margin-bottom:25px;
}
#forgetpass  a {
	text-decoration:none;
}
#forgetpass .btn-primary {
    border-radius: 0px;
    background: #FA9955;
    border: 1px solid #FA9955;
    position: relative;
    font-size: 15px;
    padding: 0px;
    height: 25px;
    padding-left: 15px;
    padding-right: 8px;
    float: left;
    line-height: 25px;
	float:right;
}
#forgetpass a:hover {
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); */
    background: rgb(61,190,212);
    border: 1px solid rgb(61,190,212);
}
#forgetpass .btn-primary img {
    position: absolute;
    left: -20px;
    top: 0px;
}
#forgetpass .modal-body {
	width:70%;
	margin:auto;
	padding-bottom:50px;
}
.modal-header .close {
    outline:none;
}
#forgetpass .form-control:focus {
	outline:1px solid rgba(61,190,212,1);
}
/*forget password model css*/
/*back btn css code 31-05-2018*/
.backbtnnw {
	width:100%;
	float:left;
}
.backbtnnw .container {
	width:76%;
}
.backbtnnw ul {
	 float:right;
	 padding-top:25px;
}
.backbtnnw ul li {
	list-style:none;
	float:left;
	padding-left:5px;
	padding-left:15px;
}
.backbtnnw ul li a {
	color:#FA9955;
	font-size:15px;
	font-weight: bold;
}
.backbtnnw ul li a img {
	margin-right:8px;
}
/*back btn css code 31-05-2018*/
.percetage {
	line-height:30px;
	font-weight:bold;
}
/*pagination css*/
.pagination {
	float:right;
}
.pagination ul  li{
    display: inline-block;
	list-style:none;
	margin-left:-2px;
}

.pagination a {
    float: left;
    padding: 2px 6px;
    text-decoration: none;
	background-color: #FA9955;
    color: #fff;
}

.pagination a.active {
    background-color: #FA9955;
    color: #fff;
}
.pagination a:hover {
    background-color: rgb(61,190,212);
    color: #fff;
}
.custom-pagination .col-md-12 {
	padding-right:0px;
}
/*30-05-2018 16:40pm*/
.custom-pagination .pagination>li>a, .custom-pagination .pagination>li>span {
    float: left;
    padding: 2px 6px;
    text-decoration: none;
    background-color: #FA9955;
    color: #fff;
}
.custom-pagination .pagination > .active > a, .custom-pagination .pagination > .active > a:focus, .custom-pagination .pagination > .active > a:hover, .custom-pagination .pagination > .active > span, .custom-pagination .pagination > .active > span:focus, .custom-pagination .pagination > .active > span:hover {
    background-color: #FA9955;
        border-color: #FA9955;
}

.custom-pagination  .pagination>li {
    /* display: inline; */
    float: left;
    list-style: none;
    margin-left: 3px;
}
/*pagination css*/

/*28-05-2018*/
/*.fntclt .clnt-name {
	font-size:15px !important;
	line-height:25px !important;
	font-weight:normal;
}*/
/*28-05-2018*/
/*26-05-2018*/
.padd-lrn {
	padding-left:0px;
	padding-right:0px;
}
/*project page view btn css*/
.btndelt tbody tr td:nth-child(6) {
    width:100px;
}
.btndelt tbody tr td:nth-child(4) {
    width:135px;
}
.btndelt tbody tr td:nth-child(7) {
    width:280px;
}
.btndelt tbody tr td:nth-child(7) ul li {
	list-style:none;
	display:inline-block;
	margin-left: 10px;
}
.btndelt tbody tr td:nth-child(7) ul li a{
	text-decoration:none;
	border:1px solid rgb(61,190,212);
	color:#000;
	padding: 2px 4px;
    font-size: 13px;
    display: block;
}
.btndelt tbody tr td:nth-child(7) ul li a:hover{
	background:rgb(61,190,212);
	color:#fff;
}
.btndelt thead>tr>th:nth-child(7) {
	padding-left:19px;
}
/*project page view btn css*/
/*prthm txt area*/
.prathamesh-txtarea textarea {
    width: 100% !important;
    height: 115px !important;
}
/*prthm txt area*/
/*table th font size*/
.table-bordered>thead>tr>th {
	font-size:15px;
}
.projecttable tbody tr td p {
	font-size:14px;
}
/*no record found css*/
.no_record {
    text-align: center;
    text-transform: capitalize;
	width: 100%;
    float: left;
}
.no_record p  {
	font-size:18px;
}
/*non edit form css*/
.non-editfrm  .form-control:focus, .applmngrnonedtbl .form-control:focus {
	outline:none !important;
}
.non-editfrm  .form-control::placeholder, .applmngrnonedtbl  .form-control::placeholder {
	opacity:1 !important;
	color:#000;
}

/*non edit form css*/
/*css for error and required*/
.for-required {
	color:#FF0000;
	position: relative;
    top: -4px;
    font-size: 15px;
}
.error-msg{
	color:#FF0000;
	font-size:13px !important;
	float: left !important;
	padding-bottom:4px;
}
.error-msg-wh{
	color:#fff;
}
.text-danger {
    color: #FF0000;
}
#txtarea, .txtarea  {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    border: solid 1px #E9E7E6;
	padding-right:12px;
	padding-top:6px;
}
/*css for error and required*/
.add-project textarea.form-control {
	height:100px;
}
.login-form-admin .inpt-btn:hover{
   background:rgb(61,190,212);
}
.affix {
	background:#fff;
	width:100%;
	z-index:9;
	border-bottom:1px solid rgba(128,128,128,.2);
}
.inpt-btn {
    border: none !important;
    background: none;
    background: #000;
    color: #fff;
    padding: 2px 15px;
}
.login-form-admin .inpt-btn:hover {
	 background: rgb(61,190,212);
}
.login-form-admin .project-submit {
     text-align: right;
    padding-right: 17px;
}
.login-form-admin .project-submit img {
	position: relative;
    right: -8px;
}
#submit-btn .inpt-btn {
     background: #FA9955;
    padding: 6px 18px;
	outline:none;
	border:none;
}
#submit-btn .inpt-btn:hover {
	background-color: rgb(61,190,212);
	outline:none;
	border:none;
}
#submit-btn img {
   position: relative;
    right: -10px;
}   
.add-project .form-control {
	background: #f5f5f5;
	border: solid 1px #E9E7E6;
	box-shadow:none;
}
.add-project .form-control:focus {
	outline: -webkit-focus-ring-color auto 2px;
}
.p-detail .form-control:focus {
	outline: none;
}

body {
	font-family: 'Oxygen', sans-serif;
	font-size:17px;
	color:#000;
	background:#fff;
	overflow-x:hidden;
}
h1 {
	font-size:22px;
	line-height:25px;
}
p {
	font-size:15px;
	line-height:25px;
}
header {
	background:#fff;
	width:100%;
	float:left;
}
header .container {
	width:85%;
}
.login-header {
	border-bottom:1.5px solid #ddd;
}
.navbar-brand>img {
   position:relative;
   left:-8px;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav>li {
    padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a {
	color:#000;
	padding: 10px 30px;
	border-bottom:3px solid transparent;
	padding:0px;
	padding-bottom:3px;
	text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover , .navbar-default .navbar-nav>li>a.active {
    color: #FA9955;
    background-color: transparent;
}
.navbar-default .navbar-collapse {
	border:none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(61,190,212);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FA9955;
}
.navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
header .navbar {
	margin-bottom:10px;
}
header .navbar-nav {
	padding-top:5%;
}
header .navbar-default .navbar-nav>li>a.active {
    color: #FA9955;
    background-color: transparent;
}
header .hvr-underline-reveal:before {
	background:#E7E7E7;
}
.banner {
	width:100%;
	float:left;
}
.img-980 {
	display:none;
}
.image-section {
    width: 100%;
    min-height:555px;
    text-align: center;
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
	position:relative;
}
.login-form {
	width:480px;
	min-height: 455px;
	background:#fff;
	border-radius:30px 0px 30px 0px;
    position: absolute;
    right:11%;
    top:50px;
    padding: 30px 90px;
}
.login-form h3 {
	text-transform:uppercase;
    text-align: left;
    color: #000;
	margin-bottom:20px;
}
.login-form  .form-group {
	margin-bottom: 20px;
}
.login-form  .form-control {
	height:40px;
	border-radius:0px;
	border:transparent;
	font-size:13px;
	background: #F4F4F4;
	color:#898989;
    box-shadow: none;
}
.login-form  .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#898989;
}
.login-form  .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#898989;
}
.login-form  .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#898989;
}
.login-form  .form-control:-moz-placeholder { /* Firefox 18- */
  color:#898989;
}
.errormsg {
	margin:0px;
	padding:0px;
}
.login-form  .btn-primary , .login-form .btn-primary:active:focus{
    color: #fff;
    background-color: #337ab7;
    border-color:transparent;
    width: 100%;
	text-align:left;
	background-color:#FA9955;
	border-radius:0px;
	font-size:16px;
	padding: 8px 12px;
}
.login-form  .btn-primary:focus {
	outline:none;
	box-shadow:none;
}
.login-form  .btn-primary:hover {
	background-color: rgb(61,190,212);
}
.frgtpass {
	width:100%;
	float:left;
	margin-top: 15px;
}
.frgtpass p {
	text-align:right;
}
.frgtpass p a {
	color: #FA9955;
	font-size:13px;
	outline:none;
}
.frgtpass p a:hover {
	color: #FA9955;
}
.login-content {
	padding-top:80px;
	padding-bottom:80px;
}
.login-content, .content-section {
	width:100%;
	float:left;
}
.container-width .container {
	width:85%;
}
.content-section img {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}
.content-section img:hover {
	opacity:.8;
	box-shadow: 0 4px 8px 0 rgba(19, 21, 96, 0.2), 0 6px 20px 0 rgba(19, 21, 69, 0.19);
}
.content-section h1 {
	margin-bottom: 15px;
}
.second-section {
	margin-top:40px;
	margin-bottom:40px;
}
/*about us css*/
.banner-inner{
	width: 100%;
	height:165px;
	float:left;
    text-align: center;
    background: url(../images/inner-banner.jpg) center no-repeat;
    background-size: cover;
	position:relative;
}
.banner-inner p {
	text-align:left;
	color:#fff;
	padding-top:130px;
}
.banner-inner p a {
	color:#fff;
}
.heading-about h1 {
	color:#FA9955;
	text-transform:uppercase;
	padding-bottom:15px;
	font-weight:bold;
}
.first-para {
	font-size:16.5px;
	color:#4FA0B3;
	font-weight: bold;
	margin-bottom:15px;
}
.about-img img:hover {
	opacity:.8;
}
.about-p p {
	margin-bottom:25px;
}
.awaiting-content {
	padding-bottom:10%;
}
/*contact us page css*/
.contact-us img{
	float:none;
	margin-bottom:30px;
}
.contact-us img:hover{
	box-shadow:none;
}
.contact-us .heading-about h1 {
	padding-bottom:45px;
}
.map {
	width:100%;
	float:left;
}
.width-20 {
	width:21%;
}
.width-40 {
	width:37%;
}
/*admin login css*/
.login-form-admin {
	width: 600px;
    min-height: auto;
    background: url(../images/admin-login-bg.jpg) center no-repeat;
    position: relative;
	margin: 0 auto;
	padding-top:55px;
	padding-bottom:7%
}
.login-section .project-heading {
	padding-bottom:0px;
}
.login-form-admin label {
	color:#fff;
	font-weight:normal;
	font-size: 18px;
}
.addprjct-form-login {
	width:60% !important;
}
.login-form-admin .form-control {
	height:38px;
	border-radius:0px;
}
.space-psseml {
	padding-top:5%;
}
.login-form-admin .addprjct-form-login {
	padding-top:60px;
}
.login-form-admin .project-submit {
	padding-top:4%;
}
.login-form-admin .project-submit a {
    background:#000;
	text-transform:uppercase;
}
.login-header .admin-logo img {
	display:inherit;
	margin:auto;
}
.admin-logo {
	position:relative;
}
.frgtpassapeng p a {
	color:#131545;
	font-weight:bold;
}
.frgtpassapeng p , .frgtpassapeng p  a{
	color:#fff;
	text-align: right;
    padding-right: 10px;
	line-height: 15px;
	font-size:13px;
}
.frgtpassapeng p span {
	font-size:10px;
}
.frgtpassapeng p a:hover {
    color: #fff;
	text-decoration:underline;
}
/*client login page css*/
.client_banner {
	width:100%;
	float:left;
	position:relative;
}
.breadcrumtst {
	position:absolute;
	bottom: 28%;
    left: 12%;
}
.breadcrumtst p a {
	text-decoration:none;
	color:#fff;
}
.breadcrumtst p a:hover {
	text-decoration:underline;
}
.breadcrumtst p {
	color:#fff;
}
.client_banner img {
	min-height:112px;
	margin-bottom:2px;
    width: 100%;
}
.ttl-welcm {
	float:left;
	padding-right:5px;
	font-size: 15px;
    padding-top: 2px;
}
.client_name {
	cursor:pointer;
}
.client-namscn .dropdown-menu {
	left:45px;
	border-radius: 0px;
    font-size: 13px;
	top: 23px;
	z-index: 9999;
}
.client-namscn:hover .dropdown-menu {
	display:block;
	box-shadow: none;
}
.client-namscn .dropdown-menu li:nth-child(1){
	border-bottom:1px solid rgba(211,211,211,.5);
}
.client-namscn .dropdown-menu {
	border:1px solid rgba(211,211,211,.5);
}
.client-namscn .dropdown-menu li a {
	color: #FA9955;
}
.client-namscn .dropdown-menu li a:hover {
	color: #000;
}
.navbar-default {
	position:relative;
}
.client-namscn .dropdown-toggle {
	float:left;
}
.client-namscn {
	position:absolute;
	right:13px;
	top:10px;
}
.client-namscn .caret {
	color:rgba(249,164,99,1);
	border-top: 7px dashed;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.client-namscn p {
	margin-bottom:0px;
}
.client-namscn ul li a {
	text-align:right;
}
.client-prjtssts {
	width:100%;
	float:left;
}
.client-prjtsstspdd {
	padding-bottom:45px;
}
.client-prjtssts .container h1 {
	color:rgba(110,197,214.0);
	font-size:27px;
}
.namepr {
	color:#000 !important;
	padding-bottom:25px;
}
.client-prjtssts .container {
	width:85%;
}
.prjctsts {
	width:100%;
	float:left;
	padding-top:30px;
	padding-bottom:35px;
}
.prjheadng {
	width:100%;
	float:left;
	padding-bottom:35px;
}
.cntdetailmd {
	padding-left:25px;
	padding-right:25px;
	background:rgba(61,190,212,1);
	padding-bottom:0px;
    margin-bottom: 15px;
}
.cntdetailmd h1 {
	color:#fff !important;
}
.padd-5  {
	padding-left:8%;
}
.buttonsection {
	width:100%;
	float:left;                                                                                                                                                                                                                                                      
}
.cntpadd {
	padding-top:180px;
}
.width-work {
	width: 137px;
    border-bottom:  2px solid rgba(249,164,99,1);
	padding-bottom:5px;
	font-size:20px;
	margin:0px;
}
.prjrptclt {
	width:140px;
}
.width-prjctprgss {
	width:266px;
}
.prgsbar {
	width:86%;
	float:left;
	padding-top:25px;
}
.prgsbar .progress {
    height: 25px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
	border:1px solid rgba(249,164,99,1);
}
.prgsbar .progress-bar {
	background-color: rgba(249,164,99,1);
	 -webkit-box-shadow: none;
    box-shadow: none;
}
.prgs-label {
	width:178px;
	float:left;
}
.prgs-label h3 {
	font-size:20px;
	line-height:33px;
}
.pdd-top {
	padding-top:0px;
}
.paddb-0 {
	padding-bottom:0px;
}
.clttablerpt tbody tr td {
	font-size:16px;
}

.clttablerpt thead  {
	background: rgb(61,190,212);
}
.clttablerpt thead tr th {
	font-size:15px;
	border-top: 2px solid #ddd !important;
	font-size:20px;
	font-weight:normal;
	color:#fff;
}
.clttablerpt {
	padding-top:36px;
}
.paddrw {
	padding-top:35px;
}
.gangchart2 {
	width:80%;
	margin:0 auto;
	padding-bottom: 70px;
    padding-top: 25px;
}
/*pannel accordion*/
/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
		border:none;
        border-bottom:1px solid #ccc;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
		background:none;
        border:none;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
		font-size:20px;
		color:#fff;
    }
/*.paddtp-0 {
	padding-top:0px !important;
}*/
    .more-less {
        float: right;
        color: #fff;
		border: 1px solid #fff;
		padding: 2px;
		font-size:11px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }
.cntdetailmd .glyphicon-minus:before {
	position:relative;
	right:1px;
}
/* ----- v CAN BE DELETED v ----- */
.cdetails ..panel-title {
	color:#fff;
}
.cdetails .panel {
	background:none;
}
.demo {
    padding-top: 35px;
    padding-bottom: 25px;
}
.name {
	margin-bottom:0px;
	color:#fff;
}
.position, .mobnmbr {
	font-size:15px;
}
.members {
	padding-left:15px;
	padding-bottom:15px;
}
.members p {
	margin-bottom:5px;
	color:#fff;
}
.members .glyphicon {
	padding-right:8px;
	top:0px;
}
.members p a {
	color:#fff;
}
.members p a:hover{
	color:#fff;
}
.clientbtm-link ul li {
	list-style:none;
	display:inline-block;
	background:#FA9955;
	width:100%;
	padding-top:6px;
	padding-bottom:6px;
	margin-bottom:45px;
	position:relative;
}
.clientbtm-link ul li a img {
	position:absolute;
	top:-18px;
	left:-35px;
}
.clientbtm-link ul li:hover {
	background:rgba(61,190,212,1);
}
.clientbtm-link ul li a{
	text-decoration:none;
	color:#fff;
	font-size:23px;
	padding:5px 60px;
	font-weight:bold;
}
.clientbtm-link {
	width:100%;
	float:left;
	padding-top:0px;
	padding-bottom:10%;
	text-align:center;
	padding-top:96px;
}

.clientbtm-link ul {
	padding-left:35px;
}

.client-logindscnfrm {
	padding-top:55px;
}
.client-logindscnfrm .form-control {
	border-radius:0px;
}
.client-logindscnfrm label {
    color: #464646;
    text-align: right;
    font-weight: normal;
    font-size: 15px;
}
.heading {
	padding-bottom:45px;
}
.heading h2 {
	text-align:center;
	color: rgba(110,197,214.0);
    font-size: 27px;
}
.padd-15 {
	padding-top:15px;
}
.rpt-detailsection {
	margin-top:55px;
	padding-bottom: 55px;
	float:left;
	width:100%;
}
.rpt-detailsection .container {
	width:85%;
}
.task .progress {
	min-height:30px;
	margin-bottom:0px;
	box-shadow:none;
	background:none;
	border-radius:5px;
}
.fordt {
	position:relative;
}
.dtstdgt {
	position:absolute;
	left: 0px;
    top: -20px;
    font-size: 10px;
}
.dtetdgt {
	position:absolute;
	right:0px;
	bottom:-20px;
	font-size: 10px;
}
.task .progress .progress-bar {
	box-shadow:none;
	background-color: rgba(249,164,99,1);
}
.taskprgs2 .progress .progress-bar {
	background-color: rgba(61,190,212,1);
}
.taskprgs2 .tskmdl {
    border: 1px solid rgba(61,190,212,1) !important;
    border-radius: 5px;
}
.bg-dis-top .name-discusfrm {
	width:50%;
	float:left;
}
.client-discussiopn .bg-dis-top .date-discusfrm p{
	text-align:right;
}
.bg-dis-top .date-discusfrm {
	width:50%;
	float:right;
}
/*client login page css*/

/*gang chart css*/
.stardate {
	float:left;
	padding-bottom: 5px;
	font-size:14px;
	position: relative;
    left: 0px;
}
.srtenddt .stardate::before {
  content: "|";
  position: absolute;
  top: 16px;
  color:#ccc;
  left: -3px;
}
.enddate {
	float:right;
	font-size:14px;
	position: relative;
    right: 0px;
}
.srtenddt .enddate::after {
  content: "|";
  position: absolute;
  top: 16px;
  color:#ccc;
  right: -3px;
}
.task {
	width:100%;
	float:left;
	background:#fff;
	min-height:30px;
	padding-top:25px;
	margin-top:15px;
}
.client-prgsrprt2 {
	border: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}
.stendtwh {
	width:85%;
	float:left;
}
.srtenddt{
	 width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
	position:relative;
}
.tasklabel {
	width:15%;
	float:left;
}
.taskprgs {
	width:85%;
	float:left;
}
.task label {
    padding-right: 7px;
	font-weight:normal;
	font-size:15px;
	min-height:30px;
	line-height: 30px;
	float:left;
	word-wrap: break-word;
}
.client-prgsrprt label {
    left: -8%;
}
.tsklft {
    float: left;
    background: #fff;
    min-height: 30px;
}
.tskmdl {
	width:60%;
	float:left;
	background:#fff;
    min-height: 30px;
}
.client-prgsrprt .tskmdl {
	border:1px solid rgba(249,164,99,1);
	border-radius:5px;
}
.tskmdllft {
	width:50%;
	float:left;
	background:rgba(249,164,99,1);
	min-height: 30px;
}
.tskrght {
	width:29.7%;
	float:left;
	background:rgba(110,197,214.0);
	min-height:30px;
}
.widt-70 {
	width:70%;
}
.pgrscolorcode {
	padding-top:25px;
}
.pgrscolorcode ul li {
	list-style:none;
	display:inline-block;
	display:inline-block;
}
.pgrscolorcode ul li+li {
	padding-left:15px;
}
.pgrscolorcode ul li img {
	margin-left:10px;
	width:25px;
}
.pgrscolorcode ul li span{
	font-size:14px;
}
/*pie line css code for start date and end date*/
.topstrtdt {
	width:100%;
	float:left;
}
.srtenddt2::before {
  content: "|";
  position: absolute;
  top: 11px;
  color:#ccc;
  left: 0px;
}
.srtenddt2::after {
  content: "|";
  position: absolute;
  top: 11px;
  color:#ccc;
  right: 0px;
}
.strtdteline  {
	position:relative;
	top:10px;
	color:#ccc;
}
.enddteline {
	position:relative;
	top:10px;
	color:#ccc;	
}
/*pie line css code for start date and end date*/
/*gang chart css*/

/*footer css*/
footer .container {
	width:85%;
}
footer .cntetth {
	width:83%;
}
.footer-top {
	width:100%;
	float:left;
	background:#131545;
	padding-top: 8px;
    padding-bottom: 8px;
}
.footer-top ul {
	margin-bottom:0px;
	padding-top:60px;
}
.footer-top ul li {
	list-style:none;
	display:inline;
}
.footer-top ul li a{
	color:#fff;
	padding-right:10px;
}
.footer-top ul li a:hover{
	color: #FA9955;
}
address {
	margin-bottom:0px;
	color:#fff;
	width:100%;
	float:right;
	background:url(../images/location.jpg)left center no-repeat;
	background-size: 95px;
	background-position-x: 200px;
}
address p {
	float:right;
}
.dasboard-footer {
	width:100%;
	float:left;
}
.footer-copyright {
    width: 100%;
    float: left;
}
.dasboard-footer .footer-copyright {
	border-top:5px solid #131545;
} 
.footer-copyright p {
    text-align: center;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 13px;
}
.footer-copyright img {
	width:45px;
}
.location {
	position:relative;
}
.location-image img {
	position:absolute;
}
.dasboard-footer2 {
	position:fixed;
	width:100%;
	bottom:0px;
}
.newfooter {
	width:100%;
	float:left;
	padding-top:20px;
}
.newfooter .footer-top {
	background:none;
	border-top:2px solid #131545;
}
.newfooter .footer-top ul {
	padding-top:0px;
}
.newfooter .footer-top ul li a {
	color:#131545;
	font-weight:bold;
}
.newfooter .footer-top ul li a:hover {
	color:#FA9955;
}
.newfooter .footer-menu {
	position:relative;
}
.newfooter .footer-menu img {
	width: 250px;
    position: absolute;
    top: -32px;
	right: 0px;
	background:#fff;
	margin-left:10px;
	margin-right:10px;
}
.newfooter .footer-copyright {
	padding-top:10px;
}
/*project admin page css*/

.admin-logo {
	width:100%;
	float:left;
	min-height: 140px;
    padding-top: 25px;
}
.dashboard-banner {
    width: 100%;
	float:left;
    background: url(../images/top-banner.jpg) center no-repeat;
    background-size: cover;
	height:110px;
}
/*.dashboard-banner p a:hover {
	color:#29C1D9;
}*/
.logo_bg {
	width:400px;
	float:left;
	background:#fff;
	height: 110px;
}
.admnlgout {
	padding-top:3%;
}
.admin-logo .col-md-12{
	text-align:center;
}
.logo-bannew img {
	display:inherit;
	background:#fff;
	margin-top:18px;
}
.dashboard-banner  h1 {
	color:#fff;
	font-size:22px;
	margin-bottom:5px;
	text-align:right;
}
.dashboard-banner p {
	font-size:12px;
	text-align:right;
}
.dashboard-banner p span {
	color:#fff;
}
.dashboard-banner p a {
	color:#fff;
}
.dashboard-section {
	width:100%;
	float:left;
	padding-top:5%;
	padding-bottom:8%;
}
.admindswidh {
	width:20%;
}
.dashboard-section .container, .dashboard-banner .container {
	width:76%;
}
.dashboard-section .col-md-3 {
	text-align:center;
}
.login-11 {
	padding-top:0px;
	padding-bottom:2%;
}
/*projects page css*/
.project-section , .add-project {
	width:100%;
	float:left;
}
.project-heading {
	padding-top:55px;
	padding-bottom:55px;
}
.project-section h2  {
	text-align:center;
	font-size:22px;
	line-height:25px;
	text-transform:uppercase;
	margin-top: 0px;
    margin-bottom: 0px;
}
.margin-right {
	margin-right:7px;
	margin-top:-4px;
}
.margin-left {
	margin-left:7px;
	margin-top:-4px;
}
.project-section h1 {
	text-align:center;
	text-transform:uppercase;
	color:#000;
}
.project-section h1::after {
	content: " ";
	width:100px;
	height:2px;
	position:absolute;
	top: 10px;
	right: 36%;
	background:rgb(249,144,76);
}
.clientchpass h1 {
	text-transform:capitalize;
}
.project-section h1::before {
	content: " ";
	width:100px;
	height:2px;
	position: absolute;
    background: rgb(249,144,76);
    left: 36%;
    top: 10px;
}
.control-panel h1::after {
	content: " ";
	width:100px;
	height:2px;
	position:absolute;
	top: 10px;
	right: 33%;
	background:rgb(249,144,76);
}
.control-panel h1::before {
	content: " ";
	width:100px;
	height:2px;
	position: absolute;
    background: rgb(249,144,76);
    left: 33%;
    top: 10px;
}
.login-section h1::before {
	left:38%;
}
.login-section h1::after {
	right:38%;
}
.project-section .col {
	margin-right:20px;
}
.add-project {
	padding-bottom:55px;
}
.add-prjct {
	border:1px solid #ccc;
	padding-top: 35px;
    padding-bottom: 35px;
}
.add-prjct .container, .add-project .container, .bcklst-addprjct-button .container, .projecttable .container {
	width:76%;
}
.cont74 {
	width:74% !important;
}
.cont95 {
	width:100% !important;
}
.cont85 {
	width:85% !important;
}
.cont95 .btn-primary {
	float:right;
	border-radius: 0px;
    background: #FA9955;
    border: 1px solid #FA9955;
    position: relative;
    font-size: 15px;
    padding: 0px;
    height: 27px;
    padding-left: 20px;
    padding-right: 13px;
    line-height: 25px;
}
.cont95  a:hover, .cont95  a:focus {
    background: rgb(61,190,212);
    border: 1px solid rgb(61,190,212);
	outline: none;
}
.cont95  a img  {
	position: absolute;
    left: -25px;
    top: 0px;
    width: 35px;
}
.discussion-forum-ans .cont95 .back-controlpannel {
	padding-right:25px;
}
.add-prjct span {
	position:absolute;
	top: -48px;
    left: -49px;
    background: #fff;
    font-size: 18px;
	padding-right:5px;
	padding-right:5px;
}
.prname {
	width:auto;
	float:left;
}
.prcity {
	width:auto;
	float:left;
}
.prstrtdt{
	width:150px;
	float:left;
}
.prenddt{
	width:150px;
	float:left;
}
.prstatus{
	width:125px;
	float:left;
}
.appengin {
	width: 175px;
    float: left;
}
.prsubmit {
	width:100px;
	float:left;
	margin-left: 20px;
}
.add-project .form-control {
	color:#000;
	font-size:12.5px;
	border-radius:0px;
}
.add-project input::placeholder {
    color: #000 !important;
    opacity: .4; /* Firefox */
}
.txt-descptn textarea::placeholder {
	color: #000 !important;
    opacity: 1; /* Firefox */
}
.add-project input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000 !important;
}

.add-project input::-ms-input-placeholder { /* Microsoft Edge */
   color: #000 !important;
}
.prsubmit .btn-primary {
	border-radius:0px;
	background:#FA9955;
	border:1px solid #FA9955;
	position:relative;
	font-size: 15px;
    padding: 0px;
    height: 34px;
    padding-left: 20px;
    padding-right: 8px;
	float: left;
    line-height: 34px;
}
.prsubmit a:hover{
	/*box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
	background:rgb(61,190,212);
	border:1px solid rgb(61,190,212);
}
.prsubmit a {
	text-decoration:none;
}
.prsubmit .btn-primary:focus {
	outline:none;
	background:#FA9955;
	border:1px solid #FA9955;
	box-shadow:none;
}
.prsubmit .btn-primary img {
	position:absolute;
	left:-20px;
	top: 5px;
}
.add-project .row {
	margin-left:4%;
}
.add-projectpan {
	padding-right:0px;
}
.paddinhert15 {
	padding-right:15px;
}
.bcklst-addprjct-button {
	width:100%;
	float:left;
	padding-bottom: 30px;
}
.bcklst-addprjct-button .btn-primary {
	border-radius:0px;
	background:#FA9955;
	border:1px solid #FA9955;
	position:relative;
	font-size: 15px;
    padding: 0px;
    height: 40px;
    padding-left: 20px;
    padding-right: 13px;
	line-height: 40px;
}
.oldprev {
	padding-top:35px;
	float:right;
}
.bcklst-addprjct-button a:hover {
	/*box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
	background:rgb(61,190,212);
	border:1px solid rgb(61,190,212);
}
.headingtitle h3 {
	margin-top:12px;
	font-size:22px;
}
.bcklst-addprjct-button .btn-primary img {
	position:absolute;
	left:-28px;
	bottom: 2px;
}
.bcklst-addprjct-button .btn-primary:focus {
	outline:none;
	background:#FA9955;
	border:1px solid #FA9955;
	box-shadow:none;
}
.back-controlpannel a {
	margin-left:10px;
}
.float-right {
	float:right;
}
.projecttable {
	width:100%;
	float:left;
	padding-bottom: 75px;
}
.projecttable thead {
	background:rgb(61,190,212);
}
.projecttable thead th{
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}
.projecttable tbody tr td{
	/*text-transform:uppercase;*/
	color:#000;
	font-size: 14px;
}
.projecttable tbody tr td p {
	margin-bottom:0px;
}
.projecttable tbody tr td a img ,.clttablerpt tbody tr td a img{
	width:17px;
}
.paddtp-35 {
	padding-top:30px;
}
.projecttable .table-hover>tbody>tr:hover {
    background-color:rgba(128,128,128,.1);
}

/*application engineer tab*/
.appengrtab h1::before {
	left: 30%;
}
.appengrtab h1::after {
	right: 30%;
}
.appengrtabedt  h1::before {
	left: 27%;
}
.appengrtabedt  h1::after {
	right: 27%;
}
/*application engineer tab*/
/*add project page css*/
.addwrkshldrprt {
	text-align:center;
}
.border-form {
	border: 1px solid #ccc;
    padding: 30px 0px;
	/*box-shadow: 0 0 1px 0.5px rgba(0,0,0,.2);*/
}
.add-projectpannel h1::before {
	left: 35%;
}
.add-projectpannel h1::after {
	right: 35%;
}
.add-project-form .row {
	margin-left:0px;
}
.add-project-form label {
	color:#464646;
	text-align:right;
	font-weight: normal;
	font-size:15px;
}
.addprjct-form {
	width:90%;
	margin:0 auto;
}
.addprjct-form .form-group {
	margin-bottom:20px;
}
.project-submit a {
	text-decoration:none;
	background:#FA9955;
	padding:6px 18px;
	color:#fff;
	font-size:15px;
	position: relative;
}
.project-submit a img{
	position:absolute;
	left:-18px;
}
.login-11 .project-submit a img{
	position:absolute !important;
}
.project-submit a:hover {
	/*box-shadow:0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
	background:rgb(61,190,212);
}
.add-project-form span {
	font-size:13px;
	margin-top:3px;
}
.add-project-form span .fa {
	font-size: 14px;
    margin-left: 2px;
	color:#FA9955;
}
.stake-holder {
	margin-top:35px;
	padding-bottom:0px !important;
}
.stake-holder .table-responsive {
	width:90%;
	margin:auto;
}
.btn-adprstkhldr {
	padding-left:6%;
}

/*project details page css*/

.project-detail h1::before {
	left: 33%;
}
.project-detail h1::after {
	right: 33%;
}
.back-to-list {
	padding:6px 21px;
}
.back-to-list img {
	bottom: -1.3px !important;
    left: -25px !important;
}
/*testimonials page css*/
.testimonials-heading h1::before {
    left: 32%;
}
.testimonials-heading h1::after {
    right: 32%;
}
.testimonials-detail h1::before {
    left: 31%;
}
.testimonials-detail h1::after {
    right: 31%;
}
.testimonials-delete h1::before {
    left: 31%;
}
.testimonials-delete h1::after {
    right: 31%;
}
.radio_div span {
	font-size:14px;
	float:none;
	margin-right:10px;
}
.tst-search input[type="text"] {
  height: auto;
  font-size: 18px;
  display: inline-block;
  color:#000;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 10px;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.tst-search input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

.tst-search input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 1px solid rgb(61,190,212);
  cursor: text;
}
.tst-search input[type="submit"] {
  height: 38px;
  width: 47px;
  display: inline-block;
  color:red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
  background:url(../images/admin/search-icon.jpg) center no-repeat;
}
.testimonials-heading .tst-search input[type="submit"] {
	right:10px;
}
.tst-search input[type="submit"]:hover {
  opacity: 0.99;
  /*background:url(../images/admin/search-icon-01.jpg) center no-repeat;*/
}
.tst-search input[type="submit"]:focus {
	outline:none;
    visibility:hidden;
}
/*discussion forum page css*/
.discussion-forum-heading h1::before {
	left:32%;
}
.discussion-forum-heading h1::after {
	right:32%;
}
.discussion-forum-answer h1::before {
	left:27.5%;
}
.discussion-forum-answer h1::after {
	right:27.5%;
}
.discussion-forum-ans .border-form {
	padding-left:30px;
	padding-right:30px;
	padding-top:0px;
}
.discussion-forum-ans .border-form .row {
	padding-top:30px;
}

.discussion-forum-ans .border-form p {
	margin-bottom:0px;
	font-size:14px;
}
.date-discusfrm p {
	text-align:right;
}
.comment {
	padding-top:10px;
	padding-bottom:15px;
}
.comment p {
	font-size:14px;
}
.delete-query {
	text-align:right;
}
.delete-query a {
	color:#000;
}
.delete-query a:hover {
	color:#FA9955;
}
.client-discussiopn {
	width:98%;
	margin:0 auto;
}
.client-discussiopn p {
	font-weight:normal !important;
	font-size:15px !important;
	line-height:25px !important;
	opacity:1 !important;
	text-align:justify;
}
.bordertpbt {
	border-top:1px solid rgba(243,243,243,.7);
	border-bottom:1px solid rgba(243,243,243,.7);
	padding:15px;
}
.bg-dis-top {
	background:rgba(243,243,243,1);
	padding-top: 7px;
    padding-bottom: 7px;
}
.name-discusfrm p {
	font-size:17px;
	font-weight:bold;
	opacity:.8;
	padding-top:11px;
}
.date-discusfrm .date, .date-discusfrm .time {
	margin-bottom:0px;
	font-size:13px;
}
.date-discusfrm p {
	font-weight:bold;
	opacity:.8;
}
.query p {
	font-size:14px;
	color:#000;
	line-height:23px;
}
.query-btn {
	padding-bottom:15px;
}
.query-btn ul {
	float:right;
}
.query-btn ul li {
	list-style:none;
	display:inline-block;
	margin-left:25px;
}
.query-btn ul li a{
	border:none;
	color:#FA9955;
	opacity:1;
	font-size: 15px;
    font-weight: bold;
}
.query-btn ul li input{
	background:none;
	border:none;
	color:#FA9955;
	opacity:1;
	font-size: 15px;
    font-weight: bold;
}
.query-btn ul li input:focus{
	outline:none;
}
.query-btn ul li input:hover{
	text-decoration:underline;
}
.query-btn ul li  img{
	margin-right:8px;
}
.brdr-btm {
	padding-top:10px;
	margin-bottom:35px;
}
.btn-inpt {
	text-align:right;
}
.btn-inpt input {
	background:none;
	border:none;
	color: #FA9955;
	color:#fff;
	font-size: 15px;
	background:#FA9955;
	height: 40px;
    padding-left: 20px;
    padding-right: 13px;
    line-height: 40px;
}
.btn-inpt input:focus {
	outline:none;
}
.btn-inpt input:hover {
	background:rgb(61,190,212);
}
.btn-inpt  img {
	position:relative;
	right:-13px;
}
.discmnt label {
	padding-bottom:10px;
	padding-top:15px;
}
.headpridnm {
	width:76%;
	margin-bottom:20px;
}
.headpridnm ul {
	padding-left:0px;
	margin-bottom:0px;
}
.headpridnm ul li {
	list-style:none;
}
.headpridnm ul li+li {
	padding-top:5px;
}
.headpridnm ul li span  {
	font-size:16px;
}
.headpridnm ul li span b {
	font-size:17px;
}
/*stake holder css*/
.delete-sav{
	margin-right:3%;
}
.edit-stlhldr h1::before {
	left:31%;
}
.edit-stlhldr h1::after {
	right:31%;
}
.delt-stlhldr h1::before {
	left:30%;
}
.delt-stlhldr h1::after {
	right:30%;
}
.delete-skt .form-control:focus {
	outline:none !important;
}

/*back to top css*/
#back2Top {
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 1%;
    color: #555;
    text-align: center;
    text-decoration: none;
}
#back2Top{
    background:url(../images/top-01.png) center no-repeat;
	width:42px;
	height:42px;
}
#back2Top:hover {
     background:url(../images/top-02.png) center no-repeat; 
	width:42px;
	height:42px;
}
/*forget password page css*/
.frgt-pass h1::before {
	left: 32%;
}
.frgt-pass h1::after {
	right: 32%;
}
.cltfrgt-pass h1::before {
	left: 28%;
}
.cltfrgt-pass h1::after {
	right: 28%;
}

/*report page css*/
.report-list  h1::before {
	left:35%;
}
.report-list  h1::after {
	right:35%;
}
.rptslt {
	width:230px;
}
.rprttyp {
	color:#ccc !important;
}
.rptfrm-wdth {
	width: 100%;
    float: left;
    padding-left: 15%;
}
.delt-report h1::before {
	left:34%;
}
.delt-report h1::after {
	right:34%;
}
/*application manager page css*/
.applcn-mngrdsbrd .txtalngrgt {
	text-align:right;
}
.rptfrm-wdth-plmngr {
	padding-left: 20%;
}
/*Add work schedule report css*/

.add-wrkschdlrpt h1::before {
	left:27%;
}
.add-wrkschdlrpt h1::after {
	right:27%;
}
.dlt-wrkschdlrpt h1::before {
	left:26%;
}
.dlt-wrkschdlrpt h1::after {
	right:26%;
}
.addwrkshdule .row {
	margin-left:0px !important;
}
/*sucess message*/
.success-msg {
    color: #69a74e;
    font-size: 15px !important;
    font-weight: bold;
    float: left !important;
    padding-bottom: 4px;
}
/*sucess message*/

/*submit btn*/

.project-submit2 {
    width: 114px !important;
    float: left;
    margin-left: 20px;
}

.project-submit2  .inpt-btn {
    font-size: 15px;
}
.add-prjct .col-md-12 {
    padding-left:4%;
}
.btndelt .table-bordered thead tr th a {
    text-decoration:none !important;
    color:#fff !important;
}
.btndelt .table-bordered thead tr th a:hover {
    color:#000!important;
    text-decoration:underline !important;
}

/*change pass with email*/

.changepassemail .form-group {
	width:350px;
	margin:0 auto;
}
.changepassemail .form-group2 {
	width:400px;
}
.changepassemail .form-group .project-submit {
	margin-top:15px;
	float:right;
}
/*8-06-2018*/
.padd-rtnone {
	padding-right:0px;
}
.add-prjct08 {
    width: 76% !important;
}
.add-prjct08tp {
    padding-left: 17px;
}
.seeprjctsts {
    text-align: right;
}

.seeprjctsts {
    margin-bottom: 25px;
}

    .seeprjctsts a {
        padding-left: 22px;
    }

        .seeprjctsts a img {
            left: -26px;
            top: 2px;
        }

.btndelt tbody tr td:nth-child(7) ul li {
    position: relative;
}

.btndelt tbody tr td:nth-child(7) ul li img {
        position: absolute;
        top: -5px;
        right: -6px;
        width: 15px;
}
    
.selectqury {
    width: 50%;
}

.client-discussiopn {
    width: 75%;
    margin: inherit;
}
.btnmbl {
	display:none;
}

.prathamesh {
    width: 45%;
    float: left;
    padding-top: 0px;
    text-align: center;
    padding-bottom: 0px;
}

.prjctstsnew {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.clsone {
    text-align:right;
}
.clstwo {
    text-align:center;
}