.button_add_user{
    background-color: #EB9B58;
    border-radius: 5px;
    padding: 10px;
  }
  .form-header
  {
    border-radius: 5px;
    background-color: #EB9B58;
    padding: 10px;
    color: white;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    font-size: 17px;
  }
  #confirm {
    display: none;
    background-color: rgba(0,0,0, 0.8);
    border: 1px solid #aaa;
    position: fixed;
    width: 500px;
    border-radius: 15px;
    padding: 6px 8px 8px;
    text-align: center;
    top: 10%;
    z-index: 9999;
    left: 40%;
   
  }
  
  #confirm .message {
    text-align: left;
  }
  #confirm .popup-design
  {
     background-color: white;
     border-radius: 10px;
     margin: 5px;
     padding: 30px 10px;
     margin-bottom: 20px;
     font-size: 15px;
     
  }
  /* model 2 */
  #confirm1 {
    display: none;
    background-color: rgba(0,0,0, 0.8);
    border: 1px solid #aaa;
    position: fixed;
    width: 80%;
    border-radius: 15px;
    padding: 6px 8px 8px;
  
    top: 10%;
    z-index: 9999;
    left: 10%;
   
  }
  
  #confirm1 .message1 {
    text-align: left;
  }
  #confirm1 .popup-design1
  {
     background-color: white;
     border-radius: 10px;
     margin: 5px;
     padding: 30px 10px;
     margin-bottom: 20px;
     font-size: 15px;
  }
  /* model 2 */
  
  .manage-profile-bg{
     background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/bg1.jpg");
     height: 500px;
     margin-left: 25px;
     margin-right: 25px;
     padding: 25px;
     background-size: cover;
  }
  .edit-button-profile{
     background-color: transparent;
     border-radius: 25px;
     padding: 1px 15px;
     border-color: rgba(255, 255, 255, 0.7);
     color: rgba(255, 255, 255, 0.7);
     outline: none;
  }
  .parallelogram {
  width: 150px;
  height: 120px;
    background: #555;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    
  }
  .edit-icon{
    position: relative;
    padding: 8px;
    background-color: #EB9B58;
    border-radius: 50%;
    box-shadow:0px 0px 10px 2px black;
    top: -20px;
    right: -70px;
    cursor: pointer;
  }
  .profile-name{
    color: white;
    margin-top: 20px;
    font-size: 25px;
  }
  .profile-discription{
    color: white;
    font-size: 11px;
    font-weight: 400;
    margin-top: 10px;
  }
  
  .tab-padding{
    padding: 20px;
  }
  
  
  .input-inline input{
    display: inline;
  }
  
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  
  .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .profiename{
    font-size: 20px;
    font-weight: 700;
  }
  .contactDetails{
    background-image: linear-gradient(to bottom right, rgba(113,217,249,1), rgba(200,126,245,1));
    padding: 20px;
    
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: white;
    margin: 20px 15px 0px 15px;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgb(51, 185, 96);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px rgb(51, 185, 96);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .toggleButtonBg{
    width: 15%; background-color: #5a5243; color: white; border-radius: 25px; text-align: center;
  }
  .admin_profile_bg{
  background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    border: 1px solid rgba(225, 225, 255, 0.3);
    height: 400px;
  }
  .profile_bg_new_header{
  background-color: #1ca8dd;
  color: white;
  }
  .logo_bg_admin{
  border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .myProfile-text{
  background-color: #ff8d00;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  height: 135px;
  }
  
  .bgDOB{
  background-color: rgba(36, 36, 36, 0.7);
  padding: 10px;
  }
  .fulldateBg{
  background-color: white;
  box-shadow: 0px 0px 10px 0px;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* padding-left: 100px; */
  }
  .datecss{
  background-color: #ff8d00;
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  margin-top: -67px;
  margin-left: 15px;
  
  }
  .subscriptionbg{
  background-color: rgba(36, 36, 36, 0.3);
  padding: 10px;
  }
  .edit-photo-button{
  position: absolute;
  margin-left: -30px;
  margin-top: 92px;
  cursor: pointer;
  }
  .edit-photo-button1{
  position: absolute;
  margin-left: -120px;
  margin-top: 88px;
  
  }
  .form-check input{
  /* float: left; */
  margin-right: 10px;
  }
  
  
  .searchfiltecss select{
  height: 40px;
    border-radius: 5px;
  }
  
  .read_only select{
  background-color: yellow;
  
  }
  
  .zoom img{
  transition: transform .2s;
  width: 100px;
  height: 100%;
  margin: 0 auto;
  }
  
  .zoom img:hover {
  -ms-transform: scale(5); /* IE 9 */
  -webkit-transform: scale(5); /* Safari 3-8 */
  transform: scale(5); 
  }
  
  
  .username-password-bg{
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-top: 25px;
  }
  
  .username-password-style input{
  border-radius: 10px;
  background-color: #ebebeb;
  border: none;
  height: 40px;
  }
  
  .btn-ankr{
  background-color: #e9995e;
  border-radius: 10px;
  
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
  -moz-appearance: textfield;
  }
  
  
  /* CONTAINERS */
  
  
  .four { width: 32.26%; max-width: 32.26%;}
  
  
  /* COLUMNS */
  
  .col-radio {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
  }
  
  .col-radio:first-of-type { margin-left: 0; }
  
  .treatment-form .plan input{
  display: none;
  }
  
  .treatment-form label{
  position: relative;
  color: rgb(0, 0, 0);
  background-color: #f5f5f5;
  /* font-size: 26px; */
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #c3c3c3;
  }
  
  .treatment-form .plan input:checked + label{
  background-color: #e9995e;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  #search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  
  opacity: 0;
  }
  
  #search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1); 
  opacity: 1;
  }
  
  #search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  }
  #search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  }
  #search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  }
  
  #div_id_cencer_stage .form-check {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
  }
  #div_id_cencer_stage label {
  display: inline-block;
  }
  
  #div_id_T_stage .form-check {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
  }
  #div_id_T_stage label {
  display: inline-block;
  }
  
  #div_id_N_stage .form-check {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
  }
  #div_id_N_stage label {
  display: inline-block;
  }
  
  #div_id_M_stage .form-check {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
  }
  #div_id_M_stage label {
  display: inline-block;
  }
  .checkbox-inline .supplierClass{
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
  }
  
  
  
  
  /* ---------------------------cancer details form */
  
  
  
  /*form styles*/
  .steps {
    width: 675px;
  margin: 50px auto;
  position: relative;
  }
  
  .steps fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 17px 41px -21px rgb(0, 0, 0);
  padding: 20px 30px;
  border-top: 9px solid #e9995e;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  
  /*stacking fieldsets above each other*/
  position: absolute;
  }
  /*Hide all except first fieldset*/
  .steps fieldset:not(:first-of-type) {
  display: none;
  }
  /*inputs*/
  .steps label{
  color: #333333;
  text-align: left !important;
  font-size: 15px;
  font-weight: 200;
  padding-bottom: 7px;
  /* padding-top: 12px;
  display: inline-block; */
  }
  
  
  /* .steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #837E7E;
  font-family: "Roboto";
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-wieght: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s; */
  /* } */
  
  .steps input:focus, .steps textarea:focus{
  color: #333333;
  border: 1px solid #e9995e;
  }
  
  .error1{
   -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  position: absolute;
  left: 525px;
  margin-top: -58px;
  padding: 0 10px;
  height: 39px;
  display: block;
  color: #ffffff;
  background: #e62163;
  border: 0;
  font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  line-height: 39px;
  white-space: nowrap;
  
  }
  
  .error1:before{
    width: 0;
  height: 0;
  left: -8px;
  top: 14px;
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-right: 8px solid #e62163;
  border-bottom: 6px solid transparent;
  }
  
  .error-log{
    margin: 5px 5px 5px 0;
  font-size: 19px;
  position: relative;
  bottom: -2px;
  }
  
  .question-log {
  margin: 5px 1px 5px 0;
  font-size: 15px;
  position: relative;
  bottom: -2px;
  }
  
  /*buttons*/
  .steps .action-button, .action-button {
  width: 100px !important;
  background: #e9995e;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px auto;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  display: block;
  }
  
  .steps .next, .steps .submit{
    float: right;
  }
  
  .steps .previous{
  float:left;
  }
  
  .steps .action-button:hover, .steps .action-button:focus, .action-button:hover, .action-button:focus {
  background:#e9995e;;
  }
  
  .steps .explanation{
  display: block;
  clear: both;
  width: 540px;
  background: #e9995e;
  position: relative;
  margin-left: -30px;
  padding: 10px 0px;
  margin-bottom: -10px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 10px;
  text-align: center;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
  cursor:pointer;
  }
  
  
  /*headings*/
  .fs-title {
  text-transform: uppercase;
     margin: 0 0 5px;
     line-height: 1;
     color: #e9995e;
     font-size: 18px;
    font-weight: 400;
    text-align:center;
  }
  .fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #837E7E;
  margin-bottom: 20px;
  text-align: center;
  }
  /*progressbar*/
  #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  width:100%;
  text-align: center;
  }
  #progressbar li {
  list-style-type: none;
    color: rgb(51, 51, 51);
  text-transform: uppercase;
  font-size: 9px;
  width: 20%;
  float: left;
  position: relative;
  }
  #progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  }
  /*progressbar connectors*/
  #progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
  }
  #progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before,  #progressbar li.active:after{
  background: #e9995e;
  color: white;
  }
  
  
  
  /* RESPONSIVE */
  
  /* moves error logs in tablet/smaller screens */
  
  @media (max-width:1000px){
  
  /*brings inputs down in size */
  .steps input, .steps textarea {
  outline: none;
  display: block;
  width: 100% !important;
  }
  
  /*brings errors in */
  .error1 {
  left: 345px;
  margin-top: -58px;
  }
  
  }
  
  
  @media (max-width:675px){
  /*mobile phone: uncollapse all fields: remove progress bar*/
  
  .steps {
  width: 100%;
  margin: 50px auto;
  position: relative;
  }
  
  #progressbar{
  display:none;
  }
  
  /*move error logs */
  .error1 {
  position: relative;
  left: 0 !important;
  margin-top: 24px;
  top: -11px;
  }
  
  .error1:before {
  width: 0;
  height: 0;
  left: 14px;
  top: -14px;
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-bottom: 8px solid #e62163;
  border-right: 6px solid transparent;
  }
  
  /*show hidden fieldsets */
  .steps fieldset:not(:first-of-type) {
  display: block;
  }
  
  .steps fieldset{
  position:relative;
  width: 100%;
  margin:0 auto;
  margin-top: 45px;
  }
  
  .steps .next, .steps .previous{
  display:none;
  }
  
  .steps .explanation{
  display:none;
  }
  
  .steps .submit {
  float: right;
  margin: 28px auto 10px;
  width: 100% !important;
  }
  
  }
  
  
  
  /* Info */
  .info {
  width: 800px;
  margin: 35px auto;
  text-align: center;
  font-family: 'roboto', sans-serif;
  }
  
  .info h1 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  padding-bottom: 5px;
  
  }
  .info span {
  color:#666666;
  font-size: 13px;
  margin-top:20px;
  }
  .info span a {
  color: #666666;
  text-decoration: none;
  }
  .info span .fa {
  color: rgb(226, 168, 16);
  font-size: 19px;
  position: relative;
  left: -2px;
  }
  
  .info span .spoilers {
  color: #999999;
  margin-top: 5px;
  font-size: 10px;
  }

  .border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
  }
  
  .stats-border{
    border-radius: 10px;
  }
  .border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
  }
  .border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
  }
  .border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
  }
  .stats-count-font-size{
    font-size: 20px;
  } 


  #message {
    display:none;
    /* background: #f1f1f1; */
    color: #000;
    position: relative;
    padding: 0px;
    font-size: 15px;
    line-height: 0px;
  }
  
  #message p {
    padding: 0px 35px;
    font-size: 12px;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }

  .box-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .sticky {
    position: fixed;
    bottom: 0;
    padding: 30px;
    font-size: 20px;
    right: 0;
  }
  .quicklink{
      background-color: #ffc000; 
      padding: 10px; 
      border-radius: 10px; 
      border: none;
      font-size: 20px;
      font-weight: 800;
      box-shadow: 5px 5px 5px;
  }

  #message {
    display:none;
    /* background: #f1f1f1; */
    color: #000;
    position: relative;
    padding: 0px;
    font-size: 15px;
    line-height: 0px;
}

#message p {
    padding: 0px 35px;
    font-size: 12px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}
