.form-group.has-error .help-block {
    color: #dd4b39;
}
.help-block {
    color: #dd4b39;
}
   .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pull-right {
  float: right !important;
  }

  .box-header > .toolss{
  position: absolute;
  right: 10px;
  top:-10px;
}

.password-shows .fa-eye-slash{display:none;}
.password-hides .fa-eye-slash{display:block;}
.password-hides .fa-eye{ display: none;}
.btn-danger {
    background-color: #dd4b39;
    border-color: #d73925;
}

.box-footer-save {
      border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #f4f4f4;
        padding: 15px;
        background-color: #fff;
      margin-top: 23px;

  }

label.form-check-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 550;
}
.text-center {
  text-align: center;
}

.text-danger {
    padding-top: 3px;
    font-size: 12px;
}


.has-error .form-control {
    border-color: #dc3545 !important;
}

.login-error {
    color: #dc3545;
    font-weight: normal;
    font-size: 12px;
    padding-top: 3px;
}
.red-popup-alert {
  height: 60px; 
  width: auto; 
  opacity: 1; 
  right: 10px;
  padding: 15px;
}

.teamstats tr { display: none; }
.teamstats tr.active { display: table-row; }
.load_more{
    float: right;
    margin-left: 2px;
    margin-top: 8px;
}


label.checkbox-typ ~.form-check-input:disabled{
       color: #6c757d;

}

.modal-validation {
    color: #dd4b39;
    float: left;
    font-size: 12px;
}

.view-teams-popup {
    margin-top: 25px;
    margin-right: 33px;
    border-collapse: collapse;
    margin-left: 35px;
    margin-bottom: 38px;
    border: 1px solid #41AC9C;
}

.teams-modal .modal-dialog {
    max-width: 1100px;
    margin: auto;
    width: 100%;
}
.team-page{
    float: right !important;
    margin-right: 20px;

    display: inline-block;
    padding-left: 0;
    /* margin: 20px 0; */
    border-radius: 4px;

}

.team-footer {
    border-top: 1px solid rgba(0,0,0,0.2);
    text-align: center;
    padding-bottom: 15px;
}
.leader-color{
    background-color: #52ACD8;
    color: white;
}
.view-team-btns{
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
    width: 100%;
} 
.edit-btn{
    position:absolute;
    top:-7px ;
    right: 95px;
}
.checks-visible{
    left: 5px;
}

.select2-selection--multiple:before {
    border: 1px solid #707070;
}
.select2-selection--multiple:after {
    border: 1px solid #707070;
}

.select2-selection--multiple {
    background-color: white;
    border: 1px solid #707070;
    cursor: text;
}

.hover-tbl table tr td:last-child:hover {
    background: #41ac9c;
    color: #fff;
}

/*.hover-tbl table tr td:last-child:hover {
    color: #fff;
}*/

.small-box.dash-box>.small-box-footer {
    padding: 10px 0;
    color: #000;
    background: #fff;
    box-shadow: 0 0 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
}

.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.aquabg {
    background-color: #aae6dd;
    color: #fff;
}
.bootstrap-datetimepicker-widget{
        display:block !important;
    }

    /* add Modal CSS*/
.modal-headers {
    background-color: #5376b0;
    color: #fff;
}
.modal-contents{
    border: 2px solid #5376b0;
    border-radius: 6px;
}

.close{color:#fff;opacity: 1;}
.modal-dialogs {
    transform: none !important;
    max-width: 750px;
}
.modal-titles {
    margin: 0;
       line-height: 1;
}
.labels {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.files{
    float: right;   
}
#file-error{
    margin-top: 7px;
    color: #a94442;
}
.cursor-btn{
    cursor: initial;
    box-shadow: 0 0 0 0;
}

.btn:not(:disabled):not(.disabled) {
    box-shadow: 0 0 0 0;
}
.violet-btns{ background-color: #BF76CE !important; color: #fff;}

.uncheck input:checked ~ .checkmark:after {display:none}

.checkbox-typ {
    display: inline-block;
}
.see-more {
    color: #32388A;
}

.see-more:hover {
    color: #000;
    text-decoration: underline;
}

.dash-feedback .top-color {
    background: #DBF6F2;
}
.select2-container--default .select2-search--inline .select2-search__field{
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    text-align: center;
}
.page-margin{
    margin: -25px 0;
}
.date-width{
    padding: 15px 40px 12px;
}
.person-select + .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
    overflow-y: auto;
    flex-wrap: wrap;
    max-height: 30px !important;
}
.person-select + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding:5px;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    white-space: normal;
}

.team-manager .table .green-btn:hover {
    background-color: #126c5f;
}

.team-manager .table .list .green-btn {
    border: 1px solid;
}


a.dw-btn {
    border: 1px solid #cfcdcd;
    padding: 3px 10px 0px;
    font-size: 12px;
    background: #ededed;
    color: #8b8686;
    margin-left: 8px;
}

a.dw-btn:hover{ background-color: #3EAC9C; color: #fff; border-color: #3EAC9C; }
a.dw-btn::after {
    display: none;
}

.select2-container--default .select2-selection--single {

    border: 1px solid #707070;
    border-radius: 0;
}
.subscriptions-modal .modal-footer{ justify-content: center;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.select2-container .select2-selection--single{height: 30px;}

table tr td.actions-col {
    max-width: 100px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.dark-bdr td {
    border-bottom: 1px solid #837f7f !important;
}

.dark-bdr .prst td {
    border-bottom: 0 !important;
}

.ct-col1 {width: 40%;}

.ct-col2 {width: 30%;}

.ct-col3 {width: 30%;}


.appointment-col1 {width: 30%;}
.appointment-col2 {width: 30%;}
.appointment-col3 {width: 20%;}
.appointment-col4 {width: 20%;}

.down-top {
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: fixed;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    line-height: 36px;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    overflow: hidden;
    display: none;
}
.down-top i {
    font-size: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.down-top:hover {background-color: #556DB7;}
.down-top:hover i {color: #fff;}
.down-top-shrink{ display: block; }
.heading-bold{
    color: #765e96;
    font-size: 16px;
    font-weight: 700;
}
.heading-font-weight{
    font-weight: 400;
    color: #765e96;
}