.button {
  background: #17a2b8;
  border-radius: 5px;
  color: white;
  padding: 0.4rem 2rem;
  transition: box-shadow 1s;
  font-size: 1.2rem;
}

.button:hover {
  background: #17a2b9 no-repeat padding-box;
  color: #fff;
  transition: background-color 1s;
}

.logo {
    width: 15%;
}

a.navbar-brand {
    text-align: left !important;
    display: contents;
}

@media only screen and (max-width: 420px) {
    .registerPage {
        width: 75% !important;
    }

    .loginPage {
        width: 75% !important;
    }

    .logo {
        width: 30%;
    }
}

.bbd {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bbd .col-md-5 {
  vertical-align: middle;
}

.btn-dash {
  background: rgba(84, 91, 97, 0.5) !important;
  font-weight: bolder !important;
}

.company-image {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}

.company-section {
  background: #f2f4f9;
}

.company-details {
  background-color: #ffffff;
}

.company-display {
  background: #ffffff;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .box-user {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .img-user {
    margin-bottom: 1.5rem !important;
  }

  .company-display {
    margin-bottom: 1.5rem;
  }

  .company-section {
    margin-bottom: 1rem;
  }

  .ed {
    display: none;
  }

  .de {
    display: block;
  }
  .home-h3 {
    font-size: 2rem !important;
    text-align: center;
  }
  .home-btn {
    width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
  }
}

.bg-1 {
  background-image: url(../Assets/back-pur.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.bg-2 {
  background-image: url(../Assets/back-ash.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.bg-3 {
  background-image: url(../Assets/back-or.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.img-user {
  border-radius: 0.25rem;
  box-shadow: 0px 0px 30px #00000082;
  height: 15rem;
  width: 15rem;
}

.p-t {
  font-size: 1.3rem;
  margin-bottom: 1.3rem;
}

.l-t {
  font-size: 1.3rem;
  margin-bottom: 1.3rem;
}

.box-user {
  box-shadow: 0px 0px 30px #00000082;
  border-radius: 0.25rem;
  width: 15rem;
  border-radius: 1.8rem;
}

.db-hr {
  border-top: 1.3px solid;
  color: white;
  margin: 0.1rem;
  width: 13rem;
}

.box-h {
  font-size: 5rem;
}

.box-p {
  font-size: 1.1rem;
}

.de {
  display: none;
}

.emp {
  background-color: #ffffff;
  margin-bottom:20px;
/*  height: 75vh;*/
}

.emp-card {
  width: 18rem;
  background: #deeaf7;
  border-radius: 5px;
  padding: 1rem 0.3rem 1rem 0.7rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.emp-image {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}

.emp-name {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 0.3rem;
}

.emp-email,
.emp-number {
  font-size: 0.7rem;
  font-weight: 300;
  line-height: 10px;
  margin-bottom: 0.1rem;
}

.emp-role {
  font-size: 0.7rem;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  border-radius: 5px;
  color: #000000;
  padding: 3px;
}

.emp-search {
  background: rgba(105, 160, 219, 0.22) !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important;
  height: 2.7rem !important;
}

.emp-btn-color {
  background: #354673 !important;
  border-radius: 0px 5px 5px 0px !important;
  color: white !important;
  padding: 0.5rem 0.8rem !important;
}

.btn-new-dash,.ajs-ok {
  background: #354673 !important;
  border-radius: 5px;
  color: white !important;
  /* padding: 0.6rem 2rem !important;*/
  font-size: 1.3rem;
}

.btn-new-dash-in, .ajs-cancel {
  background: rgba(105, 160, 219, 0.22) !important;
  border-radius: 5px;
  color: #354673 !important;
 /* padding: 0.6rem 2rem !important;*/
  font-size: 1.3rem;
}

.prod-text {
  float: left;
  font-size: 1.3rem;
  font-weight: 400;
}
.input-group-text {
  background-color: #ffffff !important;
  border-left-style: none !important;
}

.home-h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 43px;
  color: #354673;
}

.home-p {
  font-style: normal;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #354673;
}

.home-text {
  margin-top: -4rem;
}
.home-link {
  color: #354673;
  text-decoration: none;
  font-size: 1.2rem;
}
.home-link:hover {
  color: #354673;
  text-decoration: none;
}

.b-card {
  height: 8.1rem;
}

.f-size {
  font-size: 1.1rem;
}

.b-card h6 {
  font-weight: 400;
}
@media only screen and (max-width: 420px) {
  .mt-xs-2 {
    margin-top: 0.7rem !important;
  }
}
.report-date {
  background-color: rgba(105, 160, 219, 0.22) !important;
  border: 1px none #aaa !important;
}

.report-radius {
  border-radius: 5px;
}

.report-select-r {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
/* Check Box */

/* Customize the label (the cont) */
.cont {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline;
}

/* Hide the browser's default checkbox */
.cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  height: 23px;
  width: 23px;
  border-radius:50%;
  background-color: rgba(105, 160, 219, 0.22);
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmark {
  background-color: rgba(105, 160, 219, 0.22);
}

/* When the checkbox is checked, add a blue background */
.cont input:checked ~ .checkmark {
    background-color: #354673;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cont .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close {
    background-color: #dc3545 !important;
    padding: 1px 5px !important;
    margin: 0px !important;
    color: white !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    opacity: 10 !important;
}

.modal-title{
    text-transform:uppercase !important;
    line-height:30px !important;
}

.validation-summary-errors > ul > li::before {
    content: '!';
    font-weight: bold;
    margin-right: 10px;
    border: 2px solid #dc3545;
    padding: 2px 7px;
    border-radius: 68%;
}

.validation-summary-errors > ul {
    list-style:none;
    padding-left:0;
}

.validation-summary-errors > ul > li{
    margin-bottom:10px;
}

.cursor-pointer{
    cursor:pointer;
}

.icon-size{
    height:20px;
    width:20px;
}