.bg-grey1{
  background-color: #5b5b5b;
}
.bg-purple1{
  background-color: #50386d;
}

.bg-orange1{
  background-color: #ea700d;
}

.bg-blue1{
  /*color hex missing*/
  /* background-color: #; */
}
.active-custom{
  background-color: #a6a6a6 ;
  color: black !important ; 
}
.nav-link{
  border-color: #a6a6a6 !important;
}
 body{ 
      font-family:  Helvetica, sans-serif;
      background-color: #f5f5f5;
       /* background-color: #5b5b5b; */
    }
  
 
   #sideMenu1{
  background-color: #0A4C95;
}
  #sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
  }

  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }

  #sidebar-wrapper .list-group {
    width: 11rem;
  }

  #page-content-wrapper {
    min-width: 100vw;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }

  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: 0;
    }

    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
      margin-left: -15rem;
    }
  }
  .sidebaritems i{
    margin-right: 10px;
  }

  .sidebaritems a {
    font-size: 14px ;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    /* color: white; */
    color: black;
    /* background-color: #5b5b5b; */

    background-color: #f9f9fe;
  }

  .sidebaritems a:hover {
    /* color: white; */
    color: black;
    /*background-color: #576278;*/
    /* background-color: #b3b3b3; */
    background-color: #e3e3fa;
    border-radius: 10px;
  }

  .flex-container {
    font-size: 13px;
    color:  #505050;
  }
  .card .head{
    visibility: hidden;
    text-align: center;
    position: absolute;
    left: 50%;top: 30%;
    transform: translate(-50%, -30%);
  }
  .h-250{
    height: 250px;
  }
  .charts {
    background-color: #f1f1f1;
    width: 140px;
    height: 140px;
    text-align: center;
  }
  .chart-li{
    margin: 5px;
    padding:1px; 
  }
  .chart-li span{
    font-weight: bold;
  }
  .heading {
    color:white;
    border-radius: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px;
   
  }
  .custom-nav-tabs li a{
    color: grey ;
  }	
button{
  /*font-family:  Helvetica;*/
}
label
{ /* 
    font-family:  Helvetica;*/
    color:#888888;
    font-size: 16px;
}
input:invalid{
	moz-box-shadow: none;
  box-shadow: none !important;
}
input:required{
 -moz-box-shadow: none;
  box-shadow: none !important;
}
input:-moz-submit-invalid {
  box-shadow: none !important;
}
input:-moz-ui-invalid {
  box-shadow:none !important;
}
select
{
  box-shadow: none;
}
/*
original class
select:focus{
    border-color: #888888 !important;
    box-shadow:none !important;
 *//* box-shadow: inset 0 1px 1px #5b5b5b, 0 0 8px #495057 !important;*//*
}
*/
/* 
original class
.form-control:focus {
  border-color: #888888 ;
  *//*box-shadow: inset 0 1px 1px #5b5b5b, 0 0 8px #495057 ;*//*
  box-shadow:none;
} */
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #0A4C95 #C2D2E4;
}
/* Works on Other browsers */
*::-webkit-scrollbar-track {
  /* background: #888888; */
  background: #f9f9fe !important;
}

*::-webkit-scrollbar-thumb {
  background: #ebeefc !important;
  border: 2px solid #c9d3ff !important;
  /* background-color: #5b5b5b;
  border: 3px solid grey; */
}
h3,h4,h5{
    color: #5b5b5b;
    font-weight: 520;
}
/* @media screen and (max-width: 950px) {
  .table thead {
    display: none;
  }
  .table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .9em;
    text-align: right;
  }
  .table td::before {
    content: attr(data-label);
    color: #5b5b5b;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .table td:last-child {
    border-bottom: 0;
  }
} */

/*print media query*/
@media print { 
     #invoicePage { overflow-y: hidden  !important;
      display: block !important; 
     margin-top: 100px !important;
     width: 100% !important;
    }
    #invoicePage .p-4{
      overflow-y: hidden  !important;
       height: 100% !important; 
    }
    #invoicePage button{
      display: none !important;
    }
}
.column{
  background-color: #f5f5f5;
  outline: 2px solid #5b5b5b;
  height: 100vh;
  font-size: 18px;
}
.menubtn{
  display: block;
  border-radius: 12px;
  font-weight: bold;
  width:100%;
  margin-bottom: 24px;
}
a:hover{
  color: transparent;
}
.message-body{
  border-bottom: 1px solid #5b5b5b;
}
.message-header{
  font-weight: bold;
  line-height: 0.5;
}
.msg-txt{
  white-space: pre-wrap;
}
.btn{
  /* background:#5b5b5b; then #8181be; */
  background: #9696e9;
  color:white;
  font-weight: bold;
}
.preview{
  height:100%;
  overflow-y: scroll;
}
.msg-record{
  cursor: pointer;
}
.first-head{
  width: 60%;
}

.success-msg{
	background-color: #888888;
	width: 250px;
	margin:auto;
	border-radius: 4px;
}
.error{
	color:#E57373;
	
}
.span {
	color:#ff0000;
}
.scroll-width {
	width: 2000px; 
	overflow-x: scroll;
}

@page{
  size: auto;
  margin: 3mm;
}
.img-width1{
	 width: 100%;
}
.btn,button{
  padding-left: 25px;
  padding-right: 25px;
  height: 45px;
  max-height: 45px;
  /* height: 25px;
  max-height: 25px; */
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: bold !important;
}
.custom-select{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  padding: 6px 9px 6px 9px;
  height: 55px;
  /* height: 55px; */
}
.custom_select{
  display: inline-block;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  padding: 6px 9px 6px 9px;
  height: 55px;
  /* height: 55px; */
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.custom_control_input{
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  margin-top: 3px;
  margin-left: 3px;
}
.custom_control_label{
  margin-bottom: 0;
}
.custom-control {
padding: 0rem 2rem 0rem 2rem;
}
.scroll-table {
  display: block;
  width: 100%;
  height: 350px;
  overflow: auto;
  white-space: normal;  
}
.header-table {
  position: sticky;
  width: 100%;
  top: 0;
  background: white;
  z-index: 5 !important;
}
.table_responsive {
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    table-layout: fixed;
    width: 100%;
    /* display: table;!important */
    display: table !important;
}
/* testUsers CSS  start*/
.container-main {
  margin-top: 140px;
  width: 100%;
}
.logo-container {
  height:110px;
}
.bg-dark {
  background: rgba(27, 11, 51, 0.9);
}
/* testUsers CSS  End*/
.scroll-table-portfolio {
  display: block;
  width: 100%;
  height: 45vH;
  overflow: auto;
  white-space: nowrap; 
}
.scroll-table-portfolio-inner-menu {
  display: block;
  width: 100%;
  height: 40vH;
  overflow: auto;
  white-space: nowrap; 
} 
.frozen-top th {
  position: sticky;
  top: 0px;
  background-color: #DADADA ;
}
/* Original class
.frozen-topmax{
    display: block;
    width: 100%;
    max-height: 80vH;
    overflow: auto;
    white-space: nowrap;
  }

.frozen-topmax th{
    position: sticky;
    top: 0px;
    background: #DADADA !important;
  } */

.frozen-topmax {
  display: block;
  width: 100%;
  max-height: 80vH;
  overflow: auto;

}
.frozen-topmax th {
  position: sticky;
  top: 0px;
  background: #e3e3fa !important;
}
.notesField {
  white-space: pre-line;
  min-width :300px;
}  
.notesFieldLeftAlign {
  text-align: left!important;
}  
.table-striped tbody tr:nth-of-type(odd){
  background-color: white !important;
}
select:focus {
  outline-color: #e3e3fa !important;
  box-shadow:none !important;
}
select{
  border-color: #b7b7f3 !important;
}
/* original function 
.card-header{
  background:#5b5b5b;
} */

.card-header {
  padding-top: 6px;
  align-content: center;
  background:#e3e3fa ;
  color:black ;
  max-height: 47px!important;
  min-height: 47px!important;
  height: 47px!important;
}
.font-icon {
    background-color: white !important;
    border: 0px;
}
.fa-copy {
    /* background-color: white !important; */
    color: #9394d7;
}
.fa-plus-circle {
  color: black;
  background: none;
}
.fa-eye {
  color: #212529;
}
.fa-eye-purple {
  color: #9394d7 !important;
}
.fa-plus {
    /* background-color: white !important; */
    color: #a0a0eb;
}
.csv-btn {
  background: #e3e3fa;
  color: #a0a0eb;
} 
.fa-edit {
    background-color: white !important;
    color: #4c4ebd;
}
.fa-times {
    background-color: white !important;
    color: #e66565;
}
.fa-check {
    background-color: white !important;
    color: #9394d7;
}
.fa-trash {
    background-color: white !important;
    color: #e66565;
}
.fa-ban {
    background-color: #ebeefc !important;
    color: #bfc8f5;
}
tbody tr td {
  /* padding: 5px!important; */
  padding: 1px !important;
  vertical-align: middle!important;
  text-align: center;
  white-space: nowrap;
}
thead tr th {
  background-color: white  !important;
  /* padding: 10px!important; */
  padding: 8px!important;
  vertical-align: middle!important;
  white-space:nowrap;
}
.list-group-item {
    border: 0.5px solid #E6E5E5 !important;

}
th {
  text-align: center;
  width: 18rem;
  background-color: white;
}
/* original function
 #wrapper {
      overflow-x: hidden;
	  height: 100%;
   }
 */
 #wrapper {
  overflow: hidden;
  height: 100%;
}
/* All colors */
.statusCompletedColor {
  background-color: "#b0ffa0";
}
.statusWorkingColor {
  background-color: "#dbf9d5";
}
.statusOverdueColor {
  background-color: "#fff5ee";
}
.statusBlockedColor {
  background-color: "#fff5ee";
}
.statusWaitingColor {
  background-color: "#fff5ee";
}
.statusStuckColor {
  background-color: "#fff5ee";
}
.statusAheadColor {
  background-color: "#c8f6bf";
}
.statusToDoColor {
  background-color: "#eff0ef";
}
.statusTestingColor {
  background-color: "#C7FAFF";
}
.statusBacklogColor {
  background-color: "#eff0ef";
}
.statusReviewColor {
  background-color: "#E0FCFF";
}
.statusPeerReviewColor {
  background-color: "#aef8ff";
}
.statusApprovedColor {
  background-color: "#69a8F5";
}
.statusIntegrationColor {
  background-color: "#c8e590";
}
.statusClientAcceptanceColor {
  background-color: "#efffcf";
}
.statusLiveColor {
  background-color: "#DFFFA0";
}
.todoBorderColor {
  background-color: "#848482";
}
.waitingTextColor { 
 background-color: '#ff0000';
} 
.stuckTextColor  { 
 background-color: '#ff0000';
} 
.overdueTextColor { 
 background-color: '#ff0000';
}
.blockedTextColor { 
 background-color: '#ff0000';
}
@media (min-width: 768px) {
  .container {
    min-width: 1188px;
    min-width: 1188px;
  }
}
.container {
  padding: 0px;
  margin: 0px;
}

/* orignal class
.max-width{
	max-width: 1130px;
}
 */
 .max-width {
	width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
}
.card {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
/* 
orignal class
.scroll-height {
	height: 450px;  
  overflow-y: scroll;
}
 */
 .scroll-height {
  height: 100%; 
	overflow-y: scroll;
}
.form-group {
    padding-left: 0px !important;
    padding-right: 10px !important;
}
/* original class
.lightbtn{
  background:#ECF0F1;
  color:black;
  font-weight: bold;
} */
.lightbtn {
  background:white;
  max-height: 20px !important;
  padding: 0px !important;
}
.table {
  border-collapse:separate !important;
  border:1px solid #b7b7f3 !important;
}
form-control:focus {
  outline-color: #e3e3fa !important;
  box-shadow:none !important;
}

.form-control {
  border-color: #b7b7f3;
  height: 55px;
  /* max-height: 55px; */
  min-height: 55px;
  padding: 6px 9px 6px 9px!important;
}
.breadcrumb {
  background-color: #f9f9fe !important;
  color: black;
}
.btn-default {
  font-weight: bold !important;
}

.success-msg, .invo_btn,.btn-secondary,.btn-primary, .btn-default {
  background-color: #e3e3fa ;
  color: black;
  border:  #b7b7f3;
  font-weight: normal ;
}

.invo_btn:focus,.btn-secondary:focus,.btn-primary:focus, .btn-default:focus {
  background: #f9f9fe ;
  box-shadow: none;
  color: black;
}
.invo_btn:active,.btn-secondary:active,.btn-primary:active, .btn-default:active {
  background: #f9f9fe!important;
  box-shadow: none;
  color: black;
}
.invo_btn:hover,.btn-secondary:hover,.btn-primary:hover, .btn-default:hover {
  background: #f9f9fe!important;
  box-shadow: none;
  color: black;
}
.reset_btn_inner_menu_margin_left {
  margin-left: 60px !important;
}
.homepage-row1-bgcolor {
  background-color: #ebeefc;
}

input[type="text"][disabled] {
  background-color: #cdcdf6 !important;
}
input[type="date"][disabled] {
  background-color: #cdcdf6 !important;
}
input[type="number"][disabled] {
  background-color: #cdcdf6 !important;
}
textarea[disabled] {
  background-color: #cdcdf6 !important;
}
select[disabled] {
  background-color: #cdcdf6 !important;
  opacity: 1;
  font-size: 16px;
}
.close {
  cursor:default !important;
}
/* added by usmn for file upload button and radio start*/
.purple-radio {
  accent-color:#8181be;
}

.input-border input::file-selector-button {
  border: 1px solid #b7b7f3;
  background-color: white;
}
.width-select {
  width: 278px;
}
/* added by usmn for file upload button and radio  end*/

input[type="date"]::before { 
  content: attr(data-placeholder);
  width: 100%;
}

/* hide our custom/fake placeholder text when in focus to show the default
 * 'mm/dd/yyyy' value 
 */
input[type="date"]:focus::before,
input[type="date"]:valid::before { display: none }

/* 
.input-group-text{
  background-color: white !important;
  border-color: #b7b7f3;
  border-radius: 0.25rem !important;
} */

/* .input-group-text {
  color: #495057;
  background-color: #e3e3fa;
  border: 1px solid #b7b7f3;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
 .input-group>.custom_select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
} */

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #8181be;
  background-color: #8181be;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #cdcdf6;
  opacity: 1;
}
.purple-icon {
 color:#cdcdf6;
}
.intem_textarea1
{
  color: black;
  border-color: #b7b7f3;
  font-weight: normal ;
  border-radius: 3px;
  padding: 6px 9px 0px 9px;
}
.intem_textarea1:focus {
  outline-color: #e3e3fa !important;
  box-shadow:none !important;
}
.intem_textarea1:disabled, .intem_textarea1[readonly] {
  background-color: #cdcdf6;
  opacity: 1;
}
.custom_select_inside_table {
  height: 25px !important;
  padding: 2px 2px 2px 2px;
}
/* .form-group{
  display: flex;
}
label{
  color: #495057;
  background-color: #e3e3fa;
  border: 1px solid #b7b7f3;
  white-space: nowrap;
  margin-bottom: 0 !important;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
select{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
 
} */
.input-group-text {
  color: #495057;
  background-color: #e3e3fa;
  border: 1px solid #b7b7f3;
  width: 137px !important;
}
.custom_select_th {
  align-items: center;
  position: relative;
  display: inline-block;
  justify-content: center;
  /* width: 100%;   */
  font-size: 16px;
  border: 0px;
  border-radius: 4px;
  color: #000000;
  font-weight: bold;
  margin: 0%;
  max-width: 185px;
}

.custom_select_th:focus {
  outline: none;
}

.input-group>.custom_select {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group>.custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content: none;
}
.custom-file-input {
  opacity:1;
  padding-left: 10px;
  padding-top: 7px;
  display: flex;
  align-items: center;
}
.custom-file-label {
  min-height: 55px !important;
  border: 1px solid #b7b7f3 !important;
  align-items: center;
  display: flex;
}
.custom-file {
  min-height: 55px !important;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
::-webkit-file-upload-button {
  display: none;
}
.input-group-text-custom {
  width: 100% !important;
}
.uniDormsMenuDropdown {
  max-height: 390px;
  overflow-y: auto;
}
.deselected {
  font-weight: normal !important;
}
.nowrap {
  white-space: nowrap
}
.custom-row {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.custom-input {
  border-radius: 0px;
  min-height: 25px;
  height: 25px;
}
.liveChatClass{
  margin-right:11px;
}
