/*---------------( 02-10-2020 )-----------------*/

/*----------------( global css  )--------------------*/

body {
    background-color: #013c59;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", cursive;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
p,
span,
a,
ul,
li {
    margin: 0;
    padding: 0;
}

p,
span,
a,
li {
    font-family: "Montserrat", sans-serif;
    list-style: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    outline: none;
}

span#bell_icon {
    height: 13px;
    width: 13px;
    background-color: red;
    position: absolute;
    border-radius: 100px;
    top: 20px;
    right: 17px;
    color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

input:focus {
    outline: none;
}

.das_height {
    min-height: 800px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.header {
    margin: 0 50px;
}

a:hover,
a:focus {
    opacity: 1;
}

p{
    color: #7c8297;
}




/*------------( ec_style.css )--------------*/

.navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-navbar .navbar-brand {
    background-color: #013c59;
    height: 62px;
}

.top-navbar .navbar-brand:hover {
    background-color: #013c59;
}
.sidebar-collapse .nav > li > a img {
    margin-right: 15px;
}
.navbar-side {
    background-color: #013c59;
    margin-top: 30px;
}

.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
    background: #1b506a;
    color: #fff;
    border-right: 4px solid #067d97;
}
.sidebar-collapse .nav > li > a.active {
    background: #1b506a;
    color: #fff;
    border-right: 4px solid #067d97;
}

.sidebar-collapse .nav > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.sidebar-collapse > .nav > li {
    border-bottom: 1px solid #1b506a;
}

.active-menu,
.active-menu i {
    background: #1b506a !important;
    color: #fff !important;
}

.bhm_logout{}
.bhm_logout li{}
.bhm_logout li a{}



/*---------right  top user -----------*/

.top-navbar .nav > li > a {
    color: #7c8297 !important;
    position: relative;
    font-size: 14px;
    font-weight: 600;
}

.top-navbar .nav > li:last-child > a::before {
    position: absolute;
    content: "";
    left: 0;
    background-color: #ececec;
    height: 25px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
}

.top-navbar .nav > li > a img {
    margin-left: 10px;
}

.top-navbar .nav > li > a:hover,
.top-navbar .nav > li > a:focus {
    color: #7c8297 !important;
}

.top-navbar .dropdown-menu {
    right: 20px;
    min-width: 180px;
    padding: 0 20px;
    transform: translateY(-5px);
}

.dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #7c8297;
    position: relative;
    padding: 15px 0;
    margin: 0;
    line-height: normal;
}

.dropdown-menu > li > a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #ececec;
    height: 1px;
    width: 100%;
}

.dropdown-user li {
    margin: 0;
}

.top-navbar .dropdown-menu > li > a:hover,
.top-navbar .dropdown-menu > li > a:focus {
    color: #013c59;
}
.top-navbar {
    /*	border-bottom: 1px solid #ececec;*/
    box-shadow: none;
}

#page-wrapper,
.page-header {
    background-color: #fafafa;
}

#page-wrapper {
    top: 62px;
    border-top: 1px solid #ececec;
}

.navbar-right {
    margin-right: 30px;
}

#page-inner {
    margin: 0px 20px 10px 0px;
    padding: 15px 50px;
}

.page-header {
    font-size: 40px;
    color: #013c59;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 40px 40px 20px 0;
}

.board .icon {
    background-color: #dff0fe;
    padding: 19px;
    border-radius: 50px;
}

.number small span {
    display: block;
}

.number h3 {
    font-size: 32px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #013c59;
}

.number small {
    font-size: 16px;
    color: #7c8297;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    display: inline-block;
}

.board .panel {
    padding: 30px;
    min-height: 141px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ececec;
}

.panel {
    box-shadow: none;
}

.bhm_green {
    background-color: #d7f7f5;
}
.bhm_purple {
    background-color: #e8e3fe;
}

.bhm_round_bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #067d97;
    margin: 0;
}
.bhm_report {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 30px 30px 0 30px;
}
.bhm_report h4 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.bhm_report span {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.bhm_active {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #1f8aa2;
    padding: 30px;
}
.bhm_active_left {
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.bhm_active_left:last-child {
    padding-left: 20px;
}

.bhm_active_left p {
    font-size: 16px;
    color: #fff;
    position: relative;
    font-weight: 600;
    padding-left: 20px;
}

.bhm_active_left p::before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bhm_active_left:first-child p::before {
    background-color: #449eb1;
}

.bhm_active_left span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
}

.easypiechart {
    margin: 38px 0;
}

#easypiechart-blue .percent {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Montserrat", sans-serif;
}

/*-------bar css---------*/

/*
#sideNav span:last-child{
position: relative;
height: 2px;
width:20px;
background-color: #7c8297;
display: block;
top: 20px;
margin:10px 0;
}

#sideNav span:last-child:before,
#sideNav span:last-child:after{
position: absolute;
content: '';
height: 100%;
background-color: #7c8297;
width: 30px

}

#sideNav span:last-child:before{
top: -8px;
}

#sideNav span:last-child:after{
bottom: -8px;
}
*/

/*-------bar css end---------*/

#sideNav img {
    position: relative;
    top: 15px;
    left: 10px;
    transition: 0.5s all;
}

.closed {
    transform: rotate(90deg);
    color: #ededed !important;
    margin-top: 4px !important;
    transform-origin: center;
    transition: 0.5s all;
    position: relative;
    left: 20px !important;
}

/*--------- Appointments page css start-----------*/

.bhm_table {
}

.bhm_table .table > thead > tr > th h3 {
    background-color: #f9f9f9;
    border-bottom: none;
    font-size: 18px;
    color: #7c8297;
    padding: 5px 0;
    letter-spacing: 1px;
}

.bhm_table .table > thead > tr > th {
    background-color: #f9f9f9;
    border-bottom: none;
}

.bhm_table .table > tbody > tr > td {
    border-top: none;
    /*border-bottom: 1px dashed #ececec;*/
    /*padding: 0;*/
}

.panel-heading h3 {
    font-size: 30px;
    color: #013c59;
    text-transform: uppercase;
    /*padding: 30px 0 15px 15px;*/
    letter-spacing: 1px;
}

.bhm_table .table > tbody > tr > td > p {
    color: #7c8297;
    font-weight: 600;
    padding: 5px 0;
    font-size: 14px;
}
.bhm_table .table > tbody > tr > td:first-child > p {
    color: #067d97;
}

.panel-default > .panel-heading {
    padding: 0;
}

.bhm_pagi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.bhm_pagi .pagination {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 100%;
  height: 100%;
}

.bhm_pagi .pagination li{
    height: 36px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-right: 1px solid #eee;
}

.bhm_pagi .pagination>li:last-child>a,
.bhm_pagi .pagination>li:first-child>a,
.bhm_pagi .pagination>li:last-child>span,
.bhm_pagi .pagination>li:first-child>span{
    border-radius: 0;
}

.bhm_pagi .pagination li span{
    padding: 0;
    border: none;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    line-height: normal;
}

.bhm_pagi .pagination>.active>span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    border: 1px solid #067d97;
    background-color: #067d97;
}

.bhm_pagi .pagination li a {
 border: none;
 color: #7c8297;
 font-size: 14px;
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100%;
 display: block;
 display: flex;
 align-items: center;
 justify-content: center;
}

.bhm_pagi .pagination li a:hover{
    border-radius: 0;
}
/*-------Appointments_box right form box------------*/

.appointments_box {
    background-color: #067d97;
    padding: 30px;
}

.appointments_box textarea {
    width: 100%;
    height: 110px;
    background-color: #1f8aa2;
    border: 1px solid #63adbe;
    padding: 15px;
    color: #fff;
}
.appointments_box h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    letter-spacing: 1px;
}

.book_appointment {
    margin: 15px 0 0 0;
}
.book_appointment button {
    height: 50px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #067d97;
    border: none;
    outline: none;
    box-sizing: border-box;
    display: block;
}

.appointments_box input {
    height: 50px;
    width: 100%;
    background-color: #1f8aa2;
    border: 1px solid #63adbe;
    border-radius: 0;
    padding: 15px 40px 15px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.appointments_box .form-group {
}

.appointments_box input::placeholder,
.appointments_box textarea::placeholder {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.appointments_box input:focus,
.appointments_box textarea:focus {
    box-shadow: none;
    border: 1px solid #63adbe;
    outline: none;
}

.appoin_wrap {
    position: relative;
}

.appoin_wrap img {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*--------Project------------*/

.report_search {
    /*	float: right*/
    width: 127px;
    height: 45px;
    border: 1px solid #ececec;
}

.report_search a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.report_search a p {
    font-size: 16px;
    color: #7c8297;
    font-weight: 600;
}

.bhm_table table {
    width: 100%;
    margin-bottom: 0;
}

.bhm_table .panel-body {
    padding: 0;
}

.bhm_hr_table {
}
.bhm_hr_table tr {
}
.bhm_hr_table tr th {
}
.bhm_hr_table tr th h3 {
    /*   padding: 10px 15px;*/
    font-size: 18px;
    color: #7c8297;
    letter-spacing: 1px;
}
.bhm_inner_table {
}
.bhm_inner_table > td {
    padding: 0 30px !important;
}
.bhm_inner_table td table {
}
.bhm_inner_table td table tr {
}
.bhm_inner_table td table tr td {
}
.bhm_inner_table td table tr td p {
    padding: 15px 0;
    border-bottom: 1px dashed #ececec;
    font-size: 14px;
    font-weight: 600;
    color: #7c8297;
    width: 100%;
}

.bhm_padding_table {
    padding: 15px 30px !important;
    background-color: #f9f9f9;
}
.bhm_pera_teal {
    color: #067d97 !important;
}

.bhm_pagi .pagination li a.active {
    color: #067d97;
}

.deafult_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.dh_left {
}
.dh_left h3 {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
    color: #013c59;
}

/*-------report list cheack box------------*/

.bhm_cheack_wrap {
  display: block;
  position: relative;
  /* padding-left: 35px; */
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.bhm_cheack_wrap:hover {
    color: #067d97;
}

/* Hide the browser's default checkbox */
.bhm_cheack_wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #ececec;
}

/* On mouse-over, add a grey background color */
.bhm_cheack_wrap:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #7c8297;
}

/* When the checkbox is checked, add a blue background */
.bhm_cheack_wrap input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #7c8297;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.bhm_cheack_wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.bhm_cheack_wrap .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 9px;
    border: solid #7c8297;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.status_active {
    color: #037bf0 !important;
}

.status_done {
    color: #14cec0 !important;
}

.bhm_pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bhm_pro .open > .dropdown-menu {
    top: 30px;
    right: 0;
    left: inherit;
    padding: 0 20px;
    border: none;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
}

.bhm_pro ul .dropdown a img {
    /*    padding-right: 15px;*/
    transition: 0.2s all;
    filter: contrast(0);
}

.bhm_pro .dropdown-menu > li:last-child > a::before {
    background-color: transparent;
}

.bhm_pro .dropdown-menu > li > a {
    background-image: url(../../mainuser/images/eye.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    padding-left: 30px;
    transition: 0.2s all;
}

.bhm_pro .dropdown-menu > li > a:hover{
    background-image: url(../../mainuser/images/teal_eye.png);
}


/*.bhm_pro .dropdown-menu > li > a::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-image: url(../../images/eye.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 11px;
    }*/


    .bhm_pro .dropdown-menu > li:last-child > a {
     background-image: url(../../mainuser/images/eye.png);
     background-repeat: no-repeat;
     background-size: auto;
     background-position: left;
     padding-left: 30px;
     transition: 0.2s all;
     /* background-image: url(../../mainuser/images/delete_icon.png);*/
 }

 .bhm_pro .dropdown-menu > li:last-child > a:hover {
    color: #067d97;
    background-image: url(../../mainuser/images/teal_eye.png);
    /*background-image: url(../../mainuser/images/teal_delete.png);*/
}

.bhm_pro ul .dropdown a img:hover {
    filter: contrast(0);
}

.bhm_pro .dropdown-menu > li > a:hover {
    color: #067d97;
    background-image: url(../../mainuser/images/teal_eye.png);
}



/*------- Deafult heading--------*/

.heading_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0 25px 0;
}
.hcolumn_left {
}
.hcolumn_left h1 {
    font-size: 40px;
    color: #013c59;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hcolumn_right {
}
.hcolumn_box {
    position: relative;
    width: 319px;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ececec;
}
.hcolumn_box input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 45px 0 20px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #013c59;
    font-family: "Bebas Neue", cursive;
}
.hcolumn_box input::placeholder {
    color: #e5e5e5;
}
.hcolumn_box img {
    position: absolute;
    top: 15px;
    right: 15px;
}

/*------------project inner-------------*/

.docket_box{}

.location_box {
    padding: 0 30px;
}
.location_box_inner {
    padding: 26px 0;
    border-bottom: 1px dashed #ececec;
}
.location_box_inner:last-child{border:none;}
.location_box_inner h5 {
    font-size: 18px;
    color: #013c59;
}
.location_box_inner p {
    font-size: 16px;
    font-weight: 600;
    color: #7c8297;
    padding-top: 10px;
}

.location_box_inner p span{
    display: block;
}

.location_box_inner .badge {
    width: 105px;
    height: 36px;
    border-radius: 20px;
    background-color: #dff0fe;
    font-size: 14px;
    color: #037bf0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view_box {
    margin-top: 15px;
}
.view_box span {
    font-size: 14px;
    font-weight: 600;
    color: #067d97;
    padding-top: 0;
    position: relative;
    padding-right: 15px;
    display: inline-block;
    margin-right: 15px;
}
.view_box span a {
    text-decoration: none;
}
.view_box span a:hover {
    color: #067d97;
}
.view_box span:first-child:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    background-color: #ececec;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
}

.lb_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status_view{
    color: #067d97 !important;
}

.status_paid{
    color: #14cec0 !important;
}

.status_pending{
    color: #896cfe !important;
}

.inner_dropbox {}

.bhm_pro.inner_dropbox .dropdown-menu > li:first-child > a{
    background-image: url(../../mainuser/images/eye.png);
    transition: 0.2s all;
}
.bhm_pro.inner_dropbox .dropdown-menu > li:last-child > a {
    background-image: url(../../mainuser/images/dolor.png);
    transition: 0.2s all;
}

.bhm_pro.inner_dropbox .dropdown-menu > li:first-child > a:hover{
    background-image: url(../../mainuser/images/teal_eye.png);
}
.bhm_pro.inner_dropbox .dropdown-menu > li:last-child > a:hover {
    background-image: url(../../mainuser/images/teal_dolor.png);
}

.bhm_table .table-responsive{
    overflow-x: unset;
}


/*--------------------notifications--------------------------*/

.noti_wrap{}

.noti_inner{
    background-color: #fafafa;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.noti_inner_left{
    width: 80%;
    padding-right: 150px;
}
.noti_inner_left h4,
.noti_inner_right h4{
    color: #7c8297;
    font-size: 18px;
}

.noti_inner_right{}
.noti_inner_right h4{}

.main_inner_box{
 padding: 15px 0 0 0;
}

.main_inner_box a{
    text-decoration: none;
}

.noti_main{
    padding: 15px 0;
    border-bottom: 1px dashed #ececec;
    margin: 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.noti_main_left{
    width: 80%;
    padding-right: 150px;
}
.noti_main_left span{
    font-size: 14px;
    color: #7c8297;
    font-weight: 600;
    line-height: 21px;
}
.noti_main_left h6{
    background-color: #feefdf;
    padding: 3px 10px;
    display: inline-block;
    font-size: 16px;
    color: #ee9535;
    line-height: normal;
}
.noti_main_left p{
    color: #013c59;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 0;
}

.noti_main_right{}
.noti_main_right p{
    font-size: 14px;
    font-weight: 500;
}

.noti_main:nth-child(1) .noti_main_left h6{
    background-color: #feefdf;
    color: #ee9535;
}
.noti_main:nth-child(2) .noti_main_left h6{
    background-color: #d7f7f5;
    color: #14cec0;
}
.noti_main:nth-child(3) .noti_main_left h6{
    background-color: #e8e3fe;
    color: #896cfe;
}
.noti_main:nth-child(4) .noti_main_left h6{
    background-color: #dff0fe;
    color: #037bf0;
}


/*----------- Register --------------*/


.reg_main {
    background-color:#fafafa;
    width: 100%;
    height: 100vh;
}

.inner_container{
    max-width: 668px;
    width: 100%;
    margin: 0 auto;
}

.reg_inner {}

.reg_logo{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ececec;
}
.reg_logo a{}
.reg_logo a img{}

.rcreate_box{
    background-color: #fafafa;
}

.rcreate_box_head{}
.rcreate_box_head h2{
    font-size: 40px;
    color: #013c59;
    text-align: center;
    padding: 40px 0;
}

.reg_form{

}

.reg_form .form_up{

    background-color: #fff;
    border: 1px solid #ececec;
    padding: 30px;

}
.reg_form .form_up .form-control{
    height: 50px;
    border-radius: 0;
    background-color: #fafafa;
    border: 1px solid #ececec;
    outline: none;
    box-shadow: none;
}

.reg_form .form_up .form-control::placeholder{
    font-size: 18px;
    font-family: "Bebas Neue", cursive;
    color: #ececec;
    letter-spacing: 1px;
}

.reg_form .form_up label{
    color: #013c59;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.reg_form .form_up label > span{
    color: red;
}

.reg_form .form_up .form-group {
    margin-bottom: 25px;
}

.form_up > h6{
    color: #7c8297;
    font-size: 14px;
    margin-bottom: 25px;
}

/*.reg_form .form_up:last-child{
    border-bottom: 1px dashed transparent;
}
*/
.condition_box{}

.form_btn{
    text-align: center;
    margin-top: 30px;
}

.form_btn button{
    width: 154px;
    height: 50px;
    background-color: #067d97;
    outline: none;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.reg_login{
    padding: 40px 0;
}
.reg_login p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.reg_login p a{text-decoration: none;color: #067d97;}
.reg_login p a:hover{color: #067d97;}
.dashed_line{
    display: block;
    border-bottom: 1px dashed #ececec;
    margin-bottom: 20px;
}

.reg_captcha{
    margin: auto;
    width: 100%;
}




/*---------Reg. form custom cheack box----------*/


/* The container */
.condition_box .terms_container {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 0;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 font-size: 14px;
 font-weight: 600;
 color: #7c8297;
}

.condition_box .terms_container a{
    text-decoration: none;
    color: #337ab7;
}

/* Hide the browser's default checkbox */
.condition_box .terms_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.condition_box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border:1px solid #067d97;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.condition_box .terms_container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.condition_box .terms_container input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.condition_box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.condition_box .terms_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.condition_box .terms_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #067d97;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------login----------*/

.inner_container.login_container{
    max-width: 380px;
}

.login_container .form_btn button{
    width: 100%;
}

.login_container .form_btn{    margin-top: 10px;}

.bhm_graph_box{
    height: 400px;
    overflow:hidden;
}

.graph_inner_box{
    height: 100%;
    width: 100%;
}

.graph_inner_box .chartjs-size-monitor {
    width: 100%;
    height: 100%;
}


.graph_inner_box .chartjs-render-monitor{    height: 340px !important;}


.navbar-default .sidebar-collapse.collapse{
    display: block;
}

.app_error{
    color: #8b0000;
}
.bhm_pagi nav{

    border-radius: 4px;
}

#packages_payment{}
#packages_payment .form-group input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dddd;
    outline: none;
    box-shadow: none;
}

#stripemodal{}
#stripemodal .modal-header .close {
   margin-top: 0;
    position: absolute;
    top: 15px;
    right: 18px;
    font-size: 35px;
}

#stripemodal .modal-header .modal-title{
    font-size: 20px;
}

#stripemodal .modal-header{
        padding: 20px ;
}

#stripemodal .field.form-control {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #dddd;
    outline: none;
    box-shadow: none;
}

#stripemodal .__PrivateStripeElement{
        top: -5px;
}

.modal-footer input,
.modal-footer button{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    background-color: #013c59;
    color: #fff;
    outline: none;
    transition: 0.3s all;
}

.modal-footer input:hover,
.modal-footer button:hover{
    background-color: #1b506a;
    color: #fff;
}

#stripemodal .modal-dialog{
        top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
}



/*=================( 21-04-2021 )====================*/

.employee_wrap{}

.bhm_table.employee_wrap .table > tbody > tr > td{
 padding: 10px 18px;
 font-family: "Montserrat", sans-serif;
 border-bottom: 1px dashed #ececec;
 font-size: 14px;
 font-weight: 600;
 color: #7c8297;
 vertical-align: middle;
}

.bhm_table.employee_wrap .table > thead > tr > th{
    background-color: #f9f9f9;
    border-bottom: none;
    font-size: 18px;
    color: #7c8297;
    letter-spacing: 1px;
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
}

.bhm_table.employee_wrap .odd .btn-group-sm>.btn, .btn-sm{
    padding: 0;
    font-size: 18px;
    line-height: normal;
    border-radius: 0;
    border: none;
    padding: 0 10px 0 0;
}
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_length,
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_filter{
    padding: 15px 18px;
    margin: 0;
}

.bhm_table.employee_wrap .dataTables_wrapper .dataTables_length label,
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_filter label{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #7c8297;
    margin-bottom: 0;
    text-transform: capitalize;
}

.bhm_table.employee_wrap .dataTables_wrapper .dataTables_length label select,
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_filter label input{
    border-radius: 0;
    border: 1px solid #013c59;
    padding: 2px 2px;
    outline: none;
    box-shadow: none;
}

.bhm_table.employee_wrap .dataTables_wrapper .dataTables_filter label input{

}
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_info{
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #333 !important;
}
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_paginate{
    padding: 7px 18px;
}
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.bhm_table.employee_wrap .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    font-size: 14px;
    font-weight: 600;
    color: #333 !important;
}

/*viewDetails modal*/

/*comman css*/

.comman_modal_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.comman_modal_header .modal-title{
    font-size: 20px;
}
.comman_modal_header .modal-header .close{

}

.modal_comman_bt1{
    background-color: #013c59;
    border-color: #013c59;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s all;
}

.modal_comman_bt1:hover{
    background-color: #1b506a;
    color: #fff;
    border-color: #1b506a;
}
.modal_comman_btn_gray{
 background-color: #efefef !important;
 border: 1px solid #efefef;
 padding: 10px 30px;
 font-size: 16px;
 font-weight: 500;
 border-radius: 4px !important;
 color: #000 !important;
 transition: 0.2s all !important;
 height: auto !important;
 width: auto !important;
}
.modal_comman_btn_gray:hover{
    background-color: #cecece !important;
    border: 1px solid #cecece;

}

.view_new_record{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #013c59;
    border-color: #013c59;
    color: #fff;
}
.view_new_record span svg g circle,
.view_new_record span svg g path{
    fill: #fff;
}

.modal_comman_danger{
    background-color: #d9534f !important;
    border-color: #d9534f;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
    transition: 0.2s all;
    height: auto !important;
    width: auto !important;
}

.modal_comman_danger:hover{
    background-color: #c3302b !important;
    border-color: #c3302b;
}

/*End*/

#viewDetails{}
.vd_left_img{
    width: 100px;
    height: 100px;
}
.vd_left_img img{
    width: 100%;
    height: 100%;
}
.vd_nametitle{}
.vd_nametitle a{
    font-size: 30px;
    line-height: 1.5;
    color: #013c59;
    font-weight: 700;
    padding: 0 0 5px 0;
    display: block;
    text-decoration: none;
}

.viewd_box{}
.viewd_box p{
    padding: 0 0 5px 0;
}
.viewd_box p strong{
    font-size: 16px;
    line-height: 1.5;
    color: #013c59;
    font-weight: 700;
}
.viewd_box p span{
    font-size: 16px;
    font-weight: 500;
    color: #7c8297;
    width: 100%;
}

/*---end----*/

/*=======(ajaxModal start)========*/

#ajaxModal{}
#ajaxModal form{}
#ajaxModal form input{
    width: 100%;
}
#ajaxModal form select{
    width: 100%;
}

#ajaxModal form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100% !important
}

#ajaxModal form .bootstrap-select .dropdown-menu li a{
    padding: 15px;
}

#ajaxModal form .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 50%;
    transform: translateY(-50%);
}

/*---end----*/

/*=======(confirmModal start)========*/

#confirmModal{}
.cm_wraper{}
.cm_wraper h5{
    font-size: 20px;
    margin: 0 0 10px 0;
}
.cm_wraper p {}


/*---end----*/





/*----------( loder css )--------------*/


div#loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999999999;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    /* height: 100%; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
}

div#loader > div#wait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}












