body{
  background-color: #152733!important;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.prpl-clr{
  color: #7120ab!important;
}
/*end of navigation css*/
.navigation{
  background-color: #00539C;
}
.nav-profile{
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50px;
}
/*end of navigation css*/

/*form box css*/
.form-heading-color{
  color:#6C6C6C;
}
.form-box{
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 3px;
  position: relative;
}
.full-form-input{
  width: 100%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #D2D8DD;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
.form-input{
  width: 100%;
  max-width: 700px;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #D2D8DD;
  font-size: 15px;
  font-weight: 500;
  color: #555;
}
.form-btn-blue{
  max-width: 250px;
  width: 100%;
  height: 50px;
  background-color: #0BB7FF;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #0BB7FF;
}
.form-ul{
  list-style-type: none;
  padding-left: 0;
}
.form-ul > li{
  display: inline-block;
}
.color-white{
  color:#fff;
}
.color-white:hover{
  color:#fff;
}
.form-select{
  width: 150px;
  height: 40px;
  border: 1px solid #fff;
  background-color: #fff;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: capitalize!important;
}
.fs-full-width{
  width: 100%;
  height: 50px;
  border: 1px solid #D2D8DD;
  background-color: #fff;
  background-image: url("images/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 17px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
}
.active-color{
  color:#32af00;
}
.input-search-field{
  width: 240px;
  height: 40px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid #fff;
  padding-left: 10px;
}
.input-search-btn{
  width: 40px;
  height: 40px;
  margin-left: -6px;
  border: 1px solid #fff;
  background-color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 2px;
}
/*end of form box css*/
/*project info box*/
.project-info-box{
  width: 100%;
  border-radius: 10px;
}
.bg-pink{
  background-color: #FF7878;
}
.bg-golden{
  background-color: #FBB000;
}
.bg-green{
  background-color: #779500;
}
.bg-light-green{
  background-color: #0096C9;
}
.bg-indigo{
  background-color: #63009F;
}
.bg-ocean-green{
  background-color: #00B6A7;
}
.info-box-par{
  margin-bottom: 0;
  text-align: center;
  font-size: 13px;
}
.font-10px{
  font-size: 10px;
}
.font-12px{
  font-size: 12px;
}
.bg-white{
  background-color: #fff;
  padding: 5px;
  color: #000;
}
.edit-del-btn{
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  font-size: 20px;
}
.edit-del{
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
.edit-del > li{
  display: inline-block;
}
@media only screen and (max-width:768px) and (min-width: 0){
  .mobile-margin{
    margin-top: 25px;
  }
}
.post-heading-color{
  color: #007d18;
  text-transform: capitalize;
}
.post-par{
  color: #6c6c6c;
  font-size: 18px;
}
.post-profile{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
}
.lu-par{
  font-size: 12px;
  font-weight: 500;
}
.text-bg-indigo{
  background-color: #9500AE;
  padding-left: 10px;
  padding-right: 10px;
}
.text-bg-orange{
  background-color: #E88906;
  padding-left: 10px;
  padding-right: 10px;
}
.text-bg-green{
  background-color: #779500;
  padding-left: 10px;
  padding-right: 10px;
}
.text-light-green{
  background-color: #0096C9;
  padding-left: 10px;
  padding-right: 10px;
}
.text-ocean-green{
  background-color: #00B6A7;
  padding-left: 10px;
  padding-right: 10px;
}

.close-btn{
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  background-color: #fff;
}
.add-new-btn{
  width: 130px;
  height: 40px;
  background-color: #007e18;
  color: #fff;
  border: 1px solid #007e18;
}
.assign-field{
  height: 40px;
  max-width: 250px;
  width: 100%
}
.desc-textarea{
  width: 100%;
}
.dselect-bg{
  background-color: #f4f4f4;
  border: 0;
}
.select-bg{
  background-color: #fff;
  padding: 10px;
  border: 2px solid #CDCDCD;
}
.save-btn{
  width: 50px;
  height: 50px;
  text-align: center !important;
  font-size: 30px;
  color: #636363;
  background-color: #fff0;
  border: 1px solid #fff0;
}
.heading-container{
  background-color: #00539C;
  padding: 10px;
  color: #fff;
  position: relative;
}
/*end of project info box*/
/*input file btn*/
.input-file{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.upload-file-btn{
  width: 40px;
  height: 43px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.border-bottom-blue{
  border-bottom: 1px solid #00539C;
}
.profile-ul{
  list-style-type: none;
  padding-left: 0;
}
.profile-ul > li{
  display: inline-block;
}
.color-light-grey{
  color:#a7a7a7;
}
.comment-form-input{
  width: 97.4%;
  height: 50px;
  padding-left: 10px;
  border: 1px solid #D2D8DD;
  font-size: 15px;
  font-weight: 500;
  color: #555;
  position: absolute;
  top: 0;
  left: 0;
}
.send-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100px;
  background-color: #00539c;
  border: 1px solid #00539c;
  color: #fff;
}
.border-dark{
  border: 1px solid #D2D8DD !important;
}
/*end of input file btn*/
.back-btn{
  width: auto;
  height: 50px;
  background-color: #0bb7ff00!important;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0;
  color: #f7952b!important;
  font-size: 18px!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600!important;
}
.back-btn:hover{
  color:#8f8f8f;
}
/*file-upload*/
.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
}
.uploader label {
  float: left;
  clear: both;
  width: 100%;
  padding: 1rem 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid #D2D8DD;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.uploader label:hover {
  border: 3px solid #0bb7ff;
}
.uploader label.hover {
  border: 3px solid #454cad;
  box-shadow: inset 0 0 0 6px #eee;
}
.uploader label.hover #start i.fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.3;
}
.uploader #start {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #start.hidden {
  display: none;
}
.uploader #start i.fa {
  font-size: 50px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uploader #response {
  float: left;
  clear: both;
  width: 100%;
}
.uploader #response.hidden {
  display: none;
}
.uploader #response #messages {
  margin-bottom: .5rem;
}
.uploader #file-image {
  display: inline;
  margin: 0 auto .5rem auto;
  width: auto;
  height: auto;
  max-width: 180px;
}
.uploader #file-image.hidden {
  display: none;
}
.uploader #notimage {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}
.uploader #notimage.hidden {
  display: none;
}
.uploader progress,
.uploader .progress {
  display: inline;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 180px;
  height: 8px;
  border: 0;
  border-radius: 4px;
  background-color: #eee;
  overflow: hidden;
}
.uploader .progress[value]::-webkit-progress-bar {
  border-radius: 4px;
  background-color: #eee;
}
.uploader .progress[value]::-webkit-progress-value {
  background: -webkit-linear-gradient(left, #393f90 0%, #454cad 50%);
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader .progress[value]::-moz-progress-bar {
  background: linear-gradient(to right, #393f90 0%, #454cad 50%);
  border-radius: 4px;
}
.uploader input[type="file"] {
  display: none;
}
.uploader div {
  margin: 0 0 .5rem 0;
  color: #5f6982;
}
.uploader .btn {
  display: inline-block;
  margin: .5rem .5rem 1rem .5rem;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: initial;
  border: none;
  border-radius: .2rem;
  outline: none;
  padding: 0 1rem;
  height: 36px;
  line-height: 36px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  background: #0bb7ff;
  border-color: #0bb7ff;
  cursor: pointer;
}
.status-right{
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
}
.assign-modal{
  width: 100%;
  height: 50px;
  background-color: #7200AB!important;
  color: #fff !important;
  font-size: 15px;
  padding-top: 10px;
}
.status-sb{
  width: 50px;
  height: 40px;
  border: 1px solid #fbb000;
  background-color: #fbb000;
  color: #fff;
}
.add-member-btn{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: -25px;
  right: 20px;
  background-color: #1d6aa2;
  color: #fff;
  border: 1px solid #1d6aa2;
  position: absolute;
}
/*end of file-upload*/

/*login page css*/
.login-box{
  max-width: 600px;
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 3px;
  position: relative;
}
.mt-20per{
  margin-top: 12%;
}
.login-heading{
  font-size: 30px;
  color:#00539C;
}
.heading-line{
  width: 70px;
  height: 3px;
  display: block;
  background-color: #f00000;
}
.design-line-top{
  display: block;
  width: 600px;
  height: 5px;
  background-color: #E9BA00;
  position: absolute;
  top: 0;
  left: 0;
}
.design-line-bottom{
  display: block;
  width: 600px;
  height: 5px;
  background-color: #E9BA00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.submit-btn{
  width: 100%;
  height: 50px;
  background-color: #7200AB;
  border: 1px solid #7200AB;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
}
.table-container{
  max-width: 800px;
  width: 100%;
  background-color: #fff;
}
/*end of login page css*/
/*issue page css*/
.action-btn-ul{
  list-style-type: none;
  padding-left: 0;
}
.action-btn-ul > li{
  display: inline-block;
}
.edit-btn-color, .edit-btn-color:hover{
  color: #32AD38!important;
}
.delete-btn-color, .delete-btn-color:hover{
  color:#f00000!important;
}
/*end of issue page css*/
.errorMsg{
  text-align: center;
  margin-bottom: 12px;
  margin-top: 12px;
  color: red;
  font-size: 20px;
}
.sts-btn{
  height: 40px;
  background-color: #0BB7FF;
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #0BB7FF;
}
.font-size-12px{
  font-size: 12px!important;
}
.left-min{
  left: -99px!important;
}
.image_upload_div{
  margin-bottom: 2%;
}
.mrg-0px{
  margin-top: 0px;
}
.pagination{
  display: inline-flex!important;
}
.page-mrg{
  margin-left: 7px;
}
.pgn-btn{
  background-color: #02529b;
  color: #fff;
  border: solid 2px #02529b;
  padding: 1px 11px;
  /* margin-top: 44px; */
}
.user-fnt{
  font-size: 28px!important;
}
.flt-rgt{
  float: right;
}
.active{
  border: solid 2px #0ab7ff;
  background-color: #0ab7ff;
}
.dropzone {
  border: 1px solid rgb(211, 216, 221)!important;
}
.issue-border{
  border: 1px solid #D2D8DD !important;
}
.user-btn{
  margin-top: 23px;
  max-width: 112px;
}
.modal-footer{
  border-top: none !important;
}
.comment{
  width: 97.4%;
  padding-left: 10px;
  padding-top: 10px;
  height: 100px !important;
}
.role-btn{
  margin-top: -1px;
  max-width: 112px;
}
.watcher-modal{
  width: 100%;
  height: 50px;
  background-color: #00B6A7!important;
  color: #fff !important;
}
.text-bg-color{
  background-color: #00B6A7;
  padding-left: 10px;
  padding-right: 10px;
}
.table-condensed{
  background-color: #02529b;
  color: #fff;
}
.txt-algn{
  text-align: left!important;
}
.pagination{
  margin-top: 25px!important;
}
.drag-file{
  top: 50%;
  width: 100%;
  height: 100px;
  border: 2px dashed #cccccc;
}
.drag-p{
  color: #000;
  text-align: center;
  margin-top: -63px;
}
.drag{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
.change-logo{
  width: 100%;
  max-width: 700px;
  height: 50px;
  border: 1px solid #D2D8DD;
  font-weight: 500;
  color: #555;
  padding-top: 10px;
}
.at-desc{
  width: 500px;
  height: 31px;
  color: #000;
}
.desc-file{
  background-color: #152833;
  border: 1px solid #152833;
  width: 500px;
  height: 31px;
  color: #fff;
}
.issue_div{
  width: 100%;
  max-width: 1200px;
  overflow-x: scroll;
}
.gray-color{
  color: #c3bfbf;
}
.desc-file::placeholder{
  color:#13121247;
}
.plc::placeholder{
  color: #8a8a8a;
}
/* a{
  color: #fff!important;
} */
