
@font-face {
  font-family: 'Roboto-Thin';
  src: url(roboto/RobotoThin.ttf);
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(roboto/RobotoLight.ttf);
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(roboto/RobotoRegular.ttf);
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url(roboto/RobotoMedium.ttf);
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(roboto/RobotoBold.ttf);
}
@font-face {
  font-family: 'Roboto-Black';
  src: url(roboto/RobotoBlack.ttf);
}

body{
    font-family: "Roboto-Regular" !important;
}

a{
    color: #126a9d;
}
.access-blue-color{
    color: #034182!important;
}
.access-blue-bg{
    background: #df0817!important;
}
.access-lightblue-color{
    color: #126a9d!important;
}
.access-lightblue-bg{
    background: #126a9d!important;
}
.access-orange-color{
    color: #007bff!important;
}
.access-orange-bg{
    background: #007bff!important;
}

.nav-legacy.nav-sidebar>.nav-item>.nav-link.active {
    border-left: 7px solid transparent;
    background-color: rgba(200,200,200,0.2);
}

.nav-sidebar>.nav-item>.nav-link>.nav-icon{
    color: #ffffff;
}
.text-sm .nav-link {
    padding: .4rem .2rem;
}

.nav-sidebar>.nav-item .nav-icon.far{
    font-size: .7rem!important;
}
[class*=sidebar-light-] .nav-flat .nav-item .nav-treeview>.nav-item>.nav-link {
    border-color: transparent;
}

[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link.active .far, 
[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link:focus .far, 
[class*=sidebar-light] .nav-legacy .nav-treeview>.nav-item>.nav-link:hover .far{
    color: #007bff;
}



.btn-primary {
  color: #ffffff;
  background-color: #0097D9;
  border-color: #0097D9;
  box-shadow: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #96c5f7;
  border-color: #96c5f7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #96c5f7;
  border-color: #96c5f7;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.font-weight-thin {
  font-family: "Roboto-Thin" !important;
  font-weight: initial !important;
}

.font-weight-light {
  font-family: "Roboto-Light" !important;
  font-weight: initial !important;
}

.font-weight-regular {
  font-family: "Roboto-Regular" !important;
  font-weight: initial !important;
}

.font-weight-medium {
  font-family: "Roboto-Medium" !important;
  font-weight: initial !important;
}
.font-weight-bold {
  font-family: "Roboto-Bold" !important;
  font-weight: initial !important;
}

.font-weight-black {
  font-family: "Roboto-Black" !important;
  font-weight: initial !important;
}

.form-group label{
    font-size: .8rem!important;
    margin-bottom: .3rem!important;
    font-family: "Roboto-Regular" !important;
    font-weight: normal !important;
}

.cursor_pointer{
    cursor: pointer!important;
}

a{
    cursor: pointer;
}

.app_name_box{
    background: #007bff;
    margin-left: -10px;
    margin-right: -10px;
}
.brand-link {
    border-bottom: 1px solid #fff!important;
}

p.form-control{
    min-height: calc(1.8125rem + 2px);
    height: auto !important;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #0097D9;
}
.content-wrapper {
    background: none!important;
}

.field_required:after {
    content:" *";
    font-size: 1rem;
    font-weight: 700;
    color: #dc3545;
    line-height: 0;
  }
  
.home_app_icon{
    width: 6rem; 
    -moz-box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 12%); 
    -webkit-box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 12%); 
    box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 12%); 
    border-radius: 23%; 
    overflow: hidden;    
}

@media only screen and (max-width: 600px) {
    .home_app_icon{
        width: 5rem;   
    }
}
.home_app_icon:hover{
    -moz-box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 5px 28px 0px rgb(0 0 0 / 20%);
}

.card-radius{
    border-radius: 20px;
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.13)!important;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.13)!important;
    box-shadow: 0 3px 10px rgba(0,0,0,.16),0 3px 10px rgba(0,0,0,.13)!important;
    /*box-shadow: 0 5px 28px 0 rgb(0 0 0 / 10%);*/
}

.card-radius .card-footer{
    border-radius: 0px 0px 20px 20px;
}


.register-profile-container {
  border: 1px solid #ffdbc1;
  border-radius: .0rem;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.register-profile-container .nav-item .nav-link{
  border-radius: 0rem!important;
  margin: -1px;
}
.register-profile-container .nav-item:first-child .nav-link.active{
  border-top-left-radius: .0rem!important;
  border-bottom-left-radius: .0rem!important;
}
.register-profile-container .nav-item:last-child .nav-link.active{
  border-top-right-radius: .0rem!important;
  border-bottom-right-radius: .0rem!important;
}

.register-profile-container .nav-link:not(.active):hover {
    color: #007bff;
}
.register-profile-container .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
 }
 
 .btn-warning {
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
 }
 .btn-warning:hover {
    background-color: #e0a800;
    border-color: #e0a800;
 }
 .btn-warning.disabled, .btn-warning:disabled{
    background-color: #f2cc86;
    border-color: #f2cc86;
 }
 
 .submitBtn.submitting{
    position: relative;
 }
 .submitBtn.submitting:before{
    background:url('../img/icon2.png');
    background-size: 20px 20px;
    display: inline-block;
    left: -25px;
    position: absolute;
    width: 20px; 
    height: 20px;
    margin-right: 5px;
    content:"";
 }
 
  /*password*/
 #pr-box-inner {
    background: #fff!important;
}
 #pr-box-inner p{
     margin: 0px;
}

@media only screen and (max-width: 600px) {
    .content-header h1 {
        font-size: 1.4rem;
    }
}

.home_user_icon_div{
    font-size: 4rem;
}

@media only screen and (max-width: 600px) {
    .home_user_icon_div{
        font-size: 3rem;
    }
}

@media only screen and (max-width: 600px) {
    .home_service_caption{ 
        font-size: .8rem;
    }
}

@media only screen and (max-width: 600px) {
    
    .login_title_h{
        font-size: 1rem;
    }
    .login_title_sub{
        font-family: "Roboto-Light" !important;
        font-weight: initial !important;
        color: rgba(255, 255,255, 0.75)!important;
    }
    .login_title_caption{
        display: none;
    }
}
.register-form {
  margin: 0 auto;
  width: 50%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 2px rgba(14, 14, 14, 0.14);
  padding: 40px;
  background: rgba(251, 245, 245, 0.13);
}