/* here you can put your own css to customize and override the theme */
.configuration-page .page-name {
  border-bottom: 1px solid #dbe1e8;
  margin-bottom: 0;
  margin-left: 0;
}
.configuration-page .page-content-wrapper .page-content, .page-footer {
  margin-left: 0;
}
.config-top-mnu {
  /*background: #384851 none repeat scroll 0 0;*/
  background: #372f6d none repeat scroll 0 0;
  margin-top: 5px;
  padding: 0;
}
.config-top-mnu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.config-top-mnu ul:first-child {
  padding-left: 5px;
}
.config-top-mnu ul li a {
  color: #fff;
  display: block;
  height: 75px;
  padding-top:13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 110px;
}
.config-top-mnu ul li a::after {
  background: #223139 none repeat scroll 0 0;
  content: "";
  display: block;
  height: calc(100% - 20px);
  position: absolute;
  right: -2px;
  top: 10px;
  width: 1px;
}
.config-top-mnu ul:nth-child(2) li:last-child a::after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  right: 0;
}
.config-top-mnu ul li {
   display: inline-block;
}
.top-mnu-icon {
  display: block;
  height: 34px;
  margin: 0 auto;
  width: 40px;
  background-size: 82% !important;
}
.top-mnu-icon.patient-ic {
  background: rgba(0, 0, 0, 0) url("../images/patient-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.wound-ic {
  background: rgba(0, 0, 0, 0) url("../images/wound-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.asses-ic {
  background: rgba(0, 0, 0, 0) url("../images/assessment-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.treatment-ic {
  background: rgba(0, 0, 0, 0) url("../images/treatment-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.viewer-ic {
  background: rgba(0, 0, 0, 0) url("../images/viewer-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.summary-ic {
  background: rgba(0, 0, 0, 0) url("../images/summary-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.admin-ic {
  background: rgba(0, 0, 0, 0) url("../images/admin-ic.png") no-repeat scroll 4px 3px;
}
 .top-mnu-icon.library-ic {
  background: rgba(0, 0, 0, 0) url("../images/library-ic.png") no-repeat scroll 4px 3px;
}
 .top-mnu-icon.report-ic {
  background: rgba(0, 0, 0, 0) url("../images/reports-ic.png") no-repeat scroll 4px 3px;
}
.top-mnu-icon.referral-ic {
  background: rgba(0, 0, 0, 0) url("../images/referral-ic.png") no-repeat scroll 4px 3px;
}

.config-top-mnu ul li.active a .top-mnu-icon.referral-ic {
  background: rgba(0, 0, 0, 0) url("../images/referral-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.patient-ic {
  background: rgba(0, 0, 0, 0) url("../images/patient-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.wound-ic {
  background: rgba(0, 0, 0, 0) url("../images/wound-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.asses-ic {
  background: rgba(0, 0, 0, 0) url("../images/assessment-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.treatment-ic {
  background: rgba(0, 0, 0, 0) url("../images/treatment-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.viewer-ic {
  background: rgba(0, 0, 0, 0) url("../images/viewer-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.admin-ic {
  background: rgba(0, 0, 0, 0) url("../images/admin-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.library-ic {
  background: rgba(0, 0, 0, 0) url("../images/library-ic-active.png") no-repeat scroll 4px 3px;
}
.config-top-mnu ul li.active a .top-mnu-icon.report-ic {
  background: rgba(0, 0, 0, 0) url("../images/reports-ic.png") no-repeat scroll bottom center;
}
.config-top-mnu ul li.active a {
  background: #fff none repeat scroll 0 0;
  /*color: #0e96ec;*/
  color: #372f6d;
}
/*.config-top-mnu ul li.active a .top-mnu-icon {
  background-position: 4px -31px;
}*/
/*responsive*/
@media screen and (max-width:991px) {
.page-header.navbar .menu-toggler.responsive-toggler {
  float: right;
}
.config-top-mnu {
background: #384851 none repeat scroll 0 0;
margin-top: 0;
padding-left: 0;
padding-right: 0;
position: absolute;
width: 100%;
z-index: 1;
}

.config-top-mnu.navbar-collapse.collapse {
  display: none !important;
}
.config-top-mnu.navbar-collapse.collapse.in {
  display: block !important;
}
.config-top-mnu ul {
  float: none !important;
}
.config-top-mnu ul li {
  display: block;
  border-bottom: 1px solid #223139;
}
.config-top-mnu ul li a::after {
  display: none;
}
.config-top-mnu ul li a {
  display: block;
  height: auto;
  text-align: left;
  padding: 15px 5px;
  width: 100%;
}
.top-mnu-icon {
  display: initial;
  padding: 10px 25px;
}
.config-top-mnu ul:first-child {
  padding-left: 0;
}
.top-mnu-icon {
  background-position: 5px 2px !important;
}
.config-top-mnu ul li.active a .top-mnu-icon {
  background-position: 5px -37px !important;
}
}

/* .page-header.navbar .top-menu .navbar-nav > li#header-menu-dropdown > .dropdown-toggle,
.page-header.navbar .top-menu .navbar-nav > li#header-conference-dropdown > .dropdown-toggle {
  padding: 16px 20px 0;
}
 */
 .page-header.navbar .top-menu .navbar-nav > li#header-menu-dropdown > .dropdown-toggle, .page-header.navbar .top-menu .navbar-nav > li#header-conference-dropdown > .dropdown-toggle {
  padding: 16px 9px 0;
}
.configuration-page .page-content > .portlet {
  margin-bottom: 0;
}

.page-footer #footer_breadcrumb {
  margin-bottom: 0;
}





.log-bx-head {
    /* background: #616db2 none repeat scroll 0 0; */
    background: #4F5AB3 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    /*#1F3547*/
}

/* .log-bx-head::after {
    border-left: 12px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #616db2;
    bottom: -13px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -12px;
    position: absolute;
} */
.login-cntnt {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 400px;
}
.log-logo img {
    display: unset;

}
#main-log-container {
    min-width: 320px;
    transition: margin 0.4s ease-in-out 0s;
}
.log-bx-head h4 {
    font-family: roboto;
    /* font-size: 24px; */
    font-size: 16px;
    /* font-weight: 600; */
    font-weight: 400;
    margin-bottom: 0;
}
.img-pad{
	margin-left: 126px;
    margin-top: 8px;
}
.login-box {
    /* background: #1F3547 none repeat scroll 0 0; */
    background: #4F5AB3 none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.log-bx-cntnt {
    padding: 20px 25px 20px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.log-bx-cntnt form .glyphicon.glyphicon-user::before {
    content: "" !important;
}
.log-bx-cntnt form .glyphicon.glyphicon-user {
    background: rgba(0, 0, 0, 0) url(../images/lg-user-icon.png) no-repeat scroll 0 0;
    height: 26px;
    width: 20px;
}
.log-bx-cntnt form .glyphicon.glyphicon-lock {
    background: rgba(0, 0, 0, 0) url(../images/lg-pass-ic.png) no-repeat scroll 0 0;
    height: 26px;
    width: 20px;
}
.log-bx-cntnt form .input-group input {
    /* background: #dfdfdf none repeat scroll 0 0; */
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: unset;
    box-shadow: unset;
    color: #7d7d7d;
    font-family: Roboto;
    font-size: 16px;
    height: 44px;
}
.log-bx-cntnt form .input-group {
    margin-bottom: 15px;
    margin-left: 12px;
    width: 93.2%;
	background: #fff;
}
.log-bx-cntnt form .glyphicon.glyphicon-lock::before {
    content: "" !important;
}
.log-bx-cntnt form .input-group-addon {
    background: #616db2;
    border-radius: unset;
    border: none;
    padding: 6px 12px;
}

.login-page input[type=checkbox]:checked + label:before {
    /* border: 1px solid #687390; */
    border: none;
    color: #FFF;
    content: "";
    /* background: #616db2 url(../images/login/checkbox-check.png) no-repeat center; */
    background: #fff url("../images/checkbox-check_1.png") no-repeat scroll 1px 3px;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    /*position: absolute;*/
    text-align: center;
}
.login-page .checkbox-wrap .css-label {
    left: -8px;
     position: relative;
    top: -1px;
    color: #4F5AB3;
}
.login-page .btn-skyblue:hover,.login-page .btn-skyblue.active,.login-page .btn-skyblue:active,.login-page .btn-skyblue.focus,.login-page .btn-skyblue:focus,.login-page .btn-skyblue.active.focus,.login-page .btn-skyblue.active:focus,.login-page .btn-skyblue.active:hover,.login-page .btn-skyblue.focus:active,.login-page .btn-skyblue:active:focus {
    background-color:#8390b0;
    color:#fff;
}
.login-page .btn-skyblue {
    /* background: #616db2 none repeat scroll 0 0;
    border-radius: unset;
    color: #fff;
    display: block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%; */
    background: #545b62 none repeat scroll 0 0;
    border-radius: unset;
    color: #fff;
    display: block;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: -35px;
    width: 114.2%;
    margin-left: -25px;
    height: 55px;
}
.login-form-footer ul li.teal {
    background: #00695b;
}
.login-form-footer ul {
    padding-left: 0;
    list-style: none;
    /*margin-bottom: 50px;*/
}
.login-form-footer ul li.orange {
    background: #ff7d09;
}
.login-form-footer ul li {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 126px;
    margin-right: 7px;
    margin-top: 10px;
}
.login-form-footer ul li.purple {
    background: #833a9f;
}
.login-form-footer ul li:last-child {
    margin-right: 0;
}
.login-form-footer ul li a{
text-decoration: none;
  }
.login-form-footer ul li {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 126px;
    margin-right: 7px;
    margin-top: 10px;
}
.login-form-footer li a h5 {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.login-form-footer ul li img {
    display: unset;
    margin-bottom: 5px;
}
.log-bx-cntnt select {
    /* -moz-appearance: none;
    background: #fff url(../images/down-arrow_1.png) no-repeat scroll 98% center;
    border: 1px solid #dbe1e8;
    border-radius: 4px !important;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    padding: 6px;
    width: 100%;
    -webkit-appearance: none; */
    background: #fff url(../images/down-arrow_1.png) no-repeat scroll 98% center;
    border: 1px solid #dbe1e8;
    /* border-radius: 4px !important; */
    font-size: 13px;
    font-weight: 400;
    height: 46px;
    padding: 6px;
    width: 93%;
    -webkit-appearance: none;
    margin-left: 12px;
}
.no-col-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mt-5 {
    margin-top: 5px;
}
.pro-de-tbl {
    border: 1px solid #c2c2c2;
}
.portlet {
    padding: 0;
    margin-bottom: 5px;
    margin-top: 0;
}
.pro-de-tbl table td {
    padding: 0 !important;
    border-top: none !important;
}
.patient-pro-image {
    border-right: 1px solid #c2c2c2;
    padding: 4px;
}
.profile-des label {
    color: #333333;
    font-size: 14px;
}
.profile-des label {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 0px;
}
.profile-des div:first-child {
    border-bottom: 1px solid #c2c2c2;
} 
.profile-des div {
    padding: 4px 4px;
}
.pro-de-tbl tbody td {
    border-right: 1px solid #c2c2c2;
}
.pro-de-tbl tbody td:nth-child(1) {
    border-right: none !important;
}
.log-logo{
  text-align: center;
}
.login-form-footer ul {
    text-align: center;
}
#iconImg {
    background-color: #c3c3c3 !important;
    padding: 5px;
}
.home-ic {
  display: inline-block;
  margin-top: 15px;
  float:left;
}

.titl-crt {
    float: left;
    margin: 8px 0 0 10px;
}
ul.dwnld-lst > li > a {
    word-wrap: break-word;
}
.home-page .table-responsive {
    padding-top: 15px;
    padding-bottom: 15px;
    }
    .img-usr-icon{
    	height: 14px;
    	margin-left: 12px;
    	margin-bottom: 7px;
    	width: 12px;
    }
    .usr-img-span{
    	color: #fff;
	    margin-left: 5px;
	    font-weight: bold;
    }
    .white_title-lang{
    	color: #fff;
	    margin-left: 12px;
    }