/* Common */
.hide{display: none !important;visibility: hidden !important;opacity: 0 !important;}
.header-bordered #header {border-bottom: 0;}
/*Logo*/
#logo img{height: 75px;}

/*Register */
.menu>li>a.sign-btn {padding-left: 0;padding-right: 0;}
.menu>li>a.sign-btn span{background: rgba(255, 255, 255);padding: 8px 30px;color: #c01900;border-radius: 15px;}


.btn-default {
  background-color: transparent;
  color: #080808;
  border: 2px solid #080808;
  padding: 5px 15px;
}



.btn-default:hover,.btn-default:active,.btn-default:focus {
  background-color: #000;
   color: #fff;
  cursor: pointer;
}

.default_form  .btn-default ,#login-form  .btn-default {
  background-color: #f27c20;
  color: #fff;
  border: 2px solid #f27c20;
  padding: 5px 15px;
}

.default_form .btn-default:hover,
.default_form .btn-default:active,
.default_form .btn-default:focus,
#login-form .btn-default:hover,
#login-form .btn-default:active,
#login-form .btn-default:focus {
  background-color: #f27c20;
   color: #fff;
   font-weight: 600;
  cursor: pointer;
}

.link-text{
	font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.link-text a{
	margin-left: 5px;
	font-weight: 600;
  letter-spacing: 0.8px;
  cursor: pointer !important;
  outline: 0 !important;
  color: #02a9ff !important;
  text-decoration: none !important;
}

#page-header h2{
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}


#Modal_register  {
    z-index: 9999;
  }

#Modal_register .modal-content {
  background-color: #00000059;
  padding: 20px;
  }


  #Modal_register img {
  	height: 100px;
  }

  #Modal_register h3 {
   color: #fff;
   font-size: 18px;
  }

  #Modal_register p {
   text-align: center !important;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #fff;
  }

#Modal_register .close {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
  outline: none;
  position: absolute;
  right: -15px;
  top: -15px;
}

.widget {
   margin-bottom: 15px; 
}

#footer {
  padding: 30px 0px;
  background-color: #121212;
  color: #a1a1a1;
}


#main-container {
  overflow: hidden;
  background-color: #d4d4d4;
  min-height: 100vh;
}

#page-header {
  position: initial;
}
#page-body{
  width: 100%;
  margin-top: -50px;
}

#page-body .card{
 border: 0;
 -webkit-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.86);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.86);
  box-shadow: 0px 0px 3px -1px rgba(0,0,0,.5);
}

#page-body .card form.default_form {
 margin-bottom: 0px;
}

.alert {
  padding: 5px 15px;
  border: none;
  border-radius: 0;
  color: #252525;
  text-align: center;
}
.alert.alert-warning {
  background-color: #bb5f00;
  color: white;
  font-weight: 700;
}
.alert.alert-danger {
  background-color: #960012;
  color: white;
  font-weight: 700;
}

.alert.alert-success {
  background-color: #4caf50;
   color: white;
  font-weight: 700;
}


.alert.alert-info {
  background-color: #02a9ff;
   color: white;
  font-weight: 700;
}


.min-0{
  min-height: 0vh !important;
}
.min-50{
  min-height: 50vh !important;
}

.min-55{
  min-height: 55vh !important;
}

.min-60{
  min-height: 60vh !important;
}
.min-75{
  min-height: 75vh !important;
}
.min-2{
  min-height: 3vh !important;
}

.h-100{
  height: 100%;
}

.color-clinic-card{
  background: #eceaea;
  color: #121212;
  
}

.center{
  text-align: center;
  color: #121212;
    font-weight: 600;
}

.padding{
  padding-bottom: 48px;
    padding-top: 14px;
}

.rs-value{
padding-top: 10px;
    border-top: 1px solid #7b7a7a;
}

@media (min-width: 767px) {
    .mobilebutton {
        margin-left: 300px;
        margin-right: 300px !important;
    }
}




input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
}

.policy{
  margin-bottom: 10px;
}

.guid{
    border-bottom: 1px solid #1a1c1d;
    font-weight: 600;
}

.pro-div{
  display: flex;
}
.pro-div img{
  border-radius: 50%;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
}
.pro-div span{
vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #14273a;
  font-size: 16px;
}

.data-content{
    margin-top: 12%;
    font-size: 15px;
    font-weight: 600;
    color: darkgreen;
}

.heading-profile{
  transition: height .3s;border-bottom: 1px solid #ebedf2;
    min-height: 50px;
}
@media (min-width: 767px) {
.align{
  text-align: right;
}
}
@media (max-width: 767px) {
.ml-5, .mx-5 {
     margin-left: 0rem !important; 
}
.modal-dialog {
    margin: 1.5rem;
}
}

.mobi-avatar{
  position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.mobi-avatar__upload{
  cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mobi-avatar .mobi-avatar__upload i {
    color: #366cf3;
    font-size: .9rem;
}
.mobi-avatar.mobi-avatar--outline .mobi-avatar__holder {
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}
.mobi-avatar .mobi-avatar__holder,.mobi-avatar .mobi-avatar__holder canvas {
    width: 120px;
    height: 120px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobi-change{
    cursor: pointer;
  padding: .9rem 1.05rem .9rem .6rem;
}

.mobi-change.active{
  color: #3b6cf3;
  cursor: pointer;
  background: #f2f3f7;
  padding: .9rem 1.05rem .9rem .6rem;
}

.mobi-change:hover {
   color: #5867dd;
     cursor: pointer;
  background: #f2f3f7;
  padding: .9rem 1.05rem .9rem .6rem;
}

.mobi-svg-icon g [fill] {
    fill: #74788d;
}

.mobi-change.active .mobi-svg-icon g [fill]{
  fill: #447df3;
}
.child.active .mobi-svg-icon g [fill]{
  fill: #447df3;
}


#page-header .title{
  text-align: left;
  float: left;
  color: #fff;
}

#page-header .title i{
  font-size: 20px;
  color: #fff;
  padding-right: 20px;
}



#page-header.sign{
  min-height: 100vh;
}

#page-header.sign .sign-card{
  padding: 40px;
}
#page-header .sign-card{
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 5px;
}

#page-header.sign .sign-card h2{
margin-bottom: 15px;
}

.bg-footer{
   min-height: 7vh;
}
.guideline{
  border: 0;
  vertical-align: top;  
  line-height: 1.3rem;
  }

  #Modal_forgot  {
    z-index: 9999;
  }

#Modal_forgot .modal-content {
  background-color: #00000059;
  padding: 20px;
  }


  #Modal_forgot img {
    height: 100px;
  }

  #Modal_forgot h3 {
   color: #fff;
   font-size: 18px;
  }

  #Modal_forgot p {
   text-align: center !important;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #fff;
  }

#Modal_forgot .close {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  opacity: 1;
  outline: none;
  position: absolute;
  right: -15px;
  top: -15px;
}

#Modal_forgot .form-group{
  color: #FFFFFE;
}

.bold-only{
  font-weight: 600;
}
.btn-warning {
    cursor: pointer;
}

.display-hide{
  display :none;
}

.font-family{
  font-family: auto;
}

.minimal{
  min-height: 60vh;
}

.color-white{
  color: white !important;
}

.btn-round{
  display: inline-block;
  margin: 20px auto 10px auto;
}
.btn-round i{
  cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #447df3;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-round.danger i{
  background-color: rgb(203, 44, 43);
  color: rgb(255, 255, 255);
}

.btn-round.warning i{
   background-color: rgb(247, 118, 27);
  color: rgb(255, 255, 255);
}

.btn-round.success i{
  background-color: rgb(20, 128, 53);
  color: rgb(255, 255, 255);
}
.btn-round.primary i{
  background-color: rgb(80, 169, 255);
  color: rgb(255, 255, 255);
}

.btn-round.disabled {
  pointer-events: none;
  cursor: default;
}
.btn-round.disabled i{
  background-color: rgb(189, 189, 189);
  color: rgb(255, 255, 255);
}

/*Application form*/
.section-label{
  min-height: 50px;
  padding: .9rem 1.05rem .9rem .6rem;
  color: white;
  cursor: pointer;
  background: #54123b;
  color: #c5c5c5;
  font-weight: 500;
}

.section-label i{
  color: #fff;
}
.section-label.active ,.section-label:hover{
  background: #54123b;
  color: #fff;
  font-weight: 600;
}

.element-label{  
  color: white;
  cursor: pointer;
  background:#284393;
  color: #c5c5c5;
  font-weight: 400;
}
.element-label i{
   padding: .9rem ;
  background: #162a66;
  color: #fff;
}

.element-label.active,.element-label:hover{
  background: #284393;
  color: #fff;
  font-weight: 600;
}

.policy-label.active,.policy-label:hover{
  background: #2684ec;
  color: #fff;
  font-weight: 600;
}

.policy-label i{
   padding: .9rem ;
  background: #284393;
  color: #fff;
}

.pointer{
  cursor: pointer;
  outline: none;
}

.close.float-close {
background-color: #03071f;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  font-size: 17px;
  height: 22px;
  display: block;
  opacity: 1;
  outline: none;
  position: absolute;
  right: -15px;
  top: -15px;

}

/* Self assessment tool kit*/
#self-assessment .card .card-body{
  padding: 0.5rem;
}
.section-label{
  background-color: #270101;
}
.section-label.active,#page-body.dark-red  .section-label:hover{
  background-color: #D9AC2A;
}


#self-assessment .section-div .section-title{
background: #270101;
  font-size: 18px;
  display: flex;
  font-weight: 600;
  color: #fff; 
}


#self-assessment .section-div .section-title .prefix div{
    background-color:  #D9AC2A;  
    width: 180px;
    align-items: center;
    display: flex;
    padding: .5rem;
}

#self-assessment .section-div .section-title .prefix{
    background-color:  #D9AC2A;  
}

#self-assessment .section-div .section-title td{  
  padding: .5rem;
  align-items: center;
  display: flex;
}

#self-assessment .section-div .element-title{
   background: #720017;
  font-size: 15px;
  display: flex;
  font-weight: 600;
  color: #fff; 
  line-height: 20px;
}

#self-assessment .section-div .element-title .prefix div{
    background-color:  #763702;  
    width: 225px;
    align-items: center;
    display: flex;
    padding: .5rem;
}

#self-assessment .section-div .element-title .prefix{
    background-color:  #763702;  
}
#self-assessment .section-div .element-title td {  
  align-items: center;
  display: flex;
  padding: .5rem;
}

#self-assessment .section-div .element-title{
   background: #720017;
  font-size: 15px;
  display: flex;
  font-weight: 500;
  color: #fff; 
  line-height: 20px;
}

#self-assessment .section-div .element-title .prefix div{
    width: 235px;
    align-items: center;
    display: flex;
    padding: .5rem;
     font-weight: 600;
}

#self-assessment .section-div .element-title .prefix{
    background-color:  #763702;  
}
#self-assessment .section-div .element-title td {  
  align-items: center;
  display: flex;
  padding: .5rem;
}


#self-assessment .section-div .policy-title{
   background: #8a6a0e;
  font-size: 14px;
  display: flex;
  font-weight: 500;
  color: #fff; 
  line-height: 18px;
}

#self-assessment .section-div .policy-title .prefix div{
    width: 135px;
    align-items: center;
    display: flex;
    font-weight: 600;
    padding: .5rem;
}

#self-assessment .section-div .policy-title .prefix{
    background-color:  #270101;  
}

#self-assessment .section-div .policy-title .guideline div{
    width: 135px;
    align-items: center;
    display: flex;
    padding: .5rem;
}

#self-assessment .section-div .policy-title .guideline{
    background-color:  #ff0000;  
}

#self-assessment .section-div .policy-title td {  
  align-items: center;
  display: flex;
  padding: .5rem;
}


@media (max-width: 767px) {
  #self-assessment .section-div table tr {  
    display: block !important;
  } 
  #self-assessment .section-div .btn{  
   padding: 10px 18px !important;
  }
}



#self-assessment .section-div p {  
  display: flex;
  align-content: center;
  margin: 0;
}

#self-assessment .card-header{
  padding: 0;
  border: 0;
  background-color: transparent !important;
}
#self-assessment .policy-form{
  padding: 1.25rem;
}

i.flex-center{
 display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1.2rem;
  background: #ff0000;
}
.flex-center{
  display: flex;
  align-items: center;
  padding: 5px;
  height: 100%;
  background: #270101;
  width: 100%;
}


 #self-assessment .element-title span.flex-center{
  min-width: 235px;
  background-color: #763702;
}


label{
  color: #000;
}

 .file-ico{
    height: 50px;
    margin-right: 15px;
    margin-top: 15px;
 }


table.view-element{
  margin-top: 2px;
}

.notify-icon  {
  position: absolute;
  background-color: transparent !important;

}

.element-title .notify-icon {
  position: absolute;
  background-color: transparent !important;  
  left: 0px;
}
.policy-title .notify-icon {
  position: absolute;
  background-color: transparent !important;
  left: 0px;
}
.notify-icon img.warning{
  display: none;
} 
 .notify-icon img.success{
  display: none;
}

.warning .notify-icon img.warning{
  display: block;
}
.warning .notify-icon img.success{
  display: none;
}

.success .notify-icon img.warning{
  display: none;
}
.success .notify-icon img.success{
  display: block;
}


.btn-group-sm>.btn, .btn-sm {
    padding: 2px 5px;
    font-size: .800rem;
    line-height: 1.5;
    border-radius: .2rem;
}

/* Tab*/
#tab-view {
}

#tab-view  .nav-tabs{
  z-index: 10;
}
#tab-content {
 background-color: #f8f8f8;
 padding-bottom: 50px;
}

#tab-content .container{
  margin-top: 45px;
}

.nav-pro-dp{
  max-width: 40px;
  max-height: 40px;
}
.svg{
  height: 24px;
  width: 24px;
  font-size: 20px;
}

.text-black,.text-black:hover{
  color: #4a4949;
}
a .card .card-body:hover{

  -webkit-box-shadow: 0px 0px 17px -1px rgb(48, 98, 171);
  -moz-box-shadow: 0px 0px 17px -1px rgb(48, 98, 171);
  box-shadow: 0px 0px 17px -1px rgb(48, 98, 171);
}

.attach-row{
  display: flex;
  align-items: center;
}

.text-top{
  vertical-align: text-top;
}


.mandatory:after{
  margin-left:5px;
  content: "*";
  color : red;
}

.bootstrap-select .btn.dropdown-toggle {border: 1px solid #464b512e;border-radius: .25rem;}
.clinic-block{
  color: #000;
  background-color: #fff;
}
.clinic-block h4{
  color: #fff;
  background-color: #04142b;
}

.text-black{
  color: black;
  font-weight: 600;
}
.text-black-sub{
    vertical-align: top;
}
.text-black-sub::before{
  content: ":";
  margin: 0 10px;
  color: black;
  font-weight: 600;
}

.tr-line-30{
  line-height: 30px;
}
.message{
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 3% 93%, 2% 97%, 1% 93%, 0% 93%);
  background-color: rgb(12, 125, 130);
  color: #fff;
}
.message table{
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right:  15px;
  margin-top:  15px;
}
.message table td{
vertical-align: top;
}

.view-table td,.view-table th{
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
}


.warn .modal-body{
  background: #fff;
  border-radius: 4px;
}
.warn .modal-content{
 border: 0px !important;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 100;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}

p.info-message{
  color: red;
  font-size: 13px;
  margin: 10px 0 0 0 ;
}