/*

Project Name: Heritage Provider Network
Project Description: 
File Name: style.css
Website: http://
                                                                                        	
*/

	
body {
	background-color: #fafcfd;
	color: #000;
	margin: 0;
	padding: 0 !important;
	opacity: 1;
	-webkit-transition: all 1s linear;                  
	-moz-transition: all 1s linear;                 
	-o-transition: all 1s linear;   
	-ms-transition: all 1s linear;          
	transition: all 1s linear;
	overflow-x: hidden; 
	font-family: 'Poppins', sans-serif;
	height: 100%;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
html {
  height: 100%;
}
p {
	font-size: 16px;
	font-weight: 400;
	color: #333a3d;
}
a, a:hover, a:active, a:focus, .form-control, .form-control:focus {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
:focus {
    outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

/* Login */

.hpn-login {
	overflow: hidden;
	background: #fff;
}
.hpn-header {
	width: 100%;
	float: left;
	background: #135a95;
}
.hpn-header .logo-sm {
	float: left;
	padding: 15px 30px;
	background: #144f81;
}
.hpn-header .tittle {
	float: left;
	padding-left: 30px;
	padding-top: 22px;
}
.hpn-header .tittle h1 {
	font-weight: 400;
	color: #fff;
	text-align: left;
	font-size: 22px;
	margin: 0;
	text-transform: capitalize;
}
.hpn-header .links {
	float: right;
	padding-right: 30px;
}
.hpn-header .links li {
	display: inline-block;
	float: left;
    cursor: pointer;
}
.hpn-header .links li a {
	display: block;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 11px;
    padding: 26px 10px;
    background: transparent;
    cursor: pointer;
}
.hpn-header .links li a:hover,
.hpn-header .links li a.active {
	background: #144f81;
}
.hpn-header .links .dropdown a {
	padding: 14px 10px;
}
.hpn-header .links .dropdown-menu {
	right: 0;
    left: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.hpn-header .links .dropdown-menu li {
	display: block;
	width: 100%;
}
.hpn-header .links .dropdown-menu li a {
	padding: 18px 10px;
	background: #fff;
	color: #000;
}
.hpn-header .links .dropdown-menu li a:hover {
	background: #144f81;
	color: #fff;
}
.login-container {
	width: 100%;
	float: left;
	margin: 100px 0 0;
	text-align: center;
}
.login-container .center-div {
	margin: 0 auto;
	float: none;
	text-align: left;
}
.login-container .center-div h2 {
	text-align: center;
	color: #070707;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	margin-bottom: 45px;
	font-size: 36px;
}
.login-container .center-div .form-control {
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 25px;
	background: #ecf2f6;
	height: 42px;
	width: 76%;
    margin-left: 20px;
}
.login-container .center-div label {
	color: #2f2f2f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}
.login-container .center-div .form-group {
	margin-bottom: 20px;
	width: 100%;
}
.login-container .btn-login {
	background: #81c609;
	border: none;
	border-radius: 20px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 30px;
	float: right;
	margin-right: 5px;
	height: 42px;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.login-container .btn-login:hover {
	background: #53a814;
}
.login-container .forgot-password {
	font-size: 13px;
	font-weight: 300;
	color: #e67e22;
	border-bottom: 1px solid transparent;
	margin-left: 100px;
}
.login-container .forgot-password:hover {
	border-bottom: 1px solid #e67e22;
}
.login-container hr {
	margin: 30px 0;
}
.login-container input[type=checkbox].css-checkbox {
	position: absolute; 
	z-index: -1000; 
	left: -1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0; 
	border: 0;
}
.login-container input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 23px;
	height: 18px; 
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 500;
	text-transform: none;
	margin-top: 10px;
    margin-left: 100px;
}
.login-container input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
.login-container label.css-label {
	background-image: url(../images/check-box.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.footer {
	width: 100%;
	float: left;
	text-align: center;
	color: #6f7e95;
	background: #2e3238;
	height: 70px;
    padding-top: 28px;
	font-size: 12px;
}
.login-footer {
	position: absolute;
	bottom: 0;
}


/* Register */


.register-container {
	margin: 70px 0 0;
}
.hpn-register .form-control {
	float: right;
}
.hpn-register .center-div .form-control {
	width: 70%;
    margin-left: 15px;
}
.hpn-register .center-div .form-group label {
	float: left;
    width: 140px;
    margin-top: 15px;
    text-align: right;
}
.hpn-register .center-div span {
	margin-left: 160px;
	margin-top: 12px;
	display: inline-block;
	color: #6f7e95;
}
.hpn-register .center-div .forgot-password {
	margin-left: 0;
}
.hpn-register .center-div form {
	margin-bottom: 10px;
}

/* Compliance materials */

.common-container {
	width: 100%;
	float: left;
}
.breadcrumb-container {
	width: 100%;
	float: left;
	background: #2e3238;
	padding: 6px 30px;
}
.breadcrumb-container .btn-green {
	height: 34px;
	border-radius: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: none;
	font-size: 10px;
	padding: 1px 18px;
	background: #81c609;
	float: right;
	margin-top: 3px;
}
.common-container .create-new {
    width: 100%;
    float: left;
    margin-top: -30px;
    background: #fff;
    margin-bottom: 25px;
	border: 1px solid #e1e7ea;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
}
.common-container .create-new form {
	padding: 18px;
}
.common-container .create-new .form-group {
	width: 28%;
	float: left;
	margin-right: 15px;
}
.common-container .create-new .duedate {
	width: 16%;
	float: left;
} 
.common-container .create-new .duedate .form-control {
	background-image: url(../images/calender-icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: 94% 8px !important;
}
.common-container .create-new .btn-grey {
	margin-left: 10px;
}
.common-container .create-new .btn-grey,
.common-container .create-new .btn-blue {
	font-size: 14px;
	text-transform: none;
	margin-top: 25px;
}
.common-container .create-new .form-group .form-control {
	border: 1px solid #dee4ed;
	background: #ecf2f6;
	border-radius: 16px;
	box-shadow: none;
	width: 100%;
}
.common-container .create-new .form-group .form-control:focus {
	border: 1px solid #a0d9fb;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
}
.common-container .create-new .form-group label {
	color: #505b6b;
	font-weight: 300;
	padding-left: 10px;
}
.common-container .breadcrumb {
	background: transparent;
	border: none;
	border-radius: 0;
	color: #6f7e95;
	font-size: 14px;
	margin-bottom: 0;
	padding-left: 0;
}
.common-container .breadcrumb a {
	color: #15a4fa;
	font-size: 14px;
}
.common-container .breadcrumb a:hover {
	color: #6f7e95;
}
.common-container .breadcrumb>li+li:before {
	content: url('../images/line.jpg');
    position: relative;
    top: 5px;
    left: -1px;;
}
.common-container .right-content {
	width: 78%;
	float: left;
}
.common-container .left-menu {
	width: 22%;
	float: left;
	background: #ecf2f6;
	height: 100vh;
	min-height: 500px;
	border-right: 1px solid #dbe3e8;
}
.common-container .left-menu li {
	display: block;
	text-align: left;
}
.common-container .left-menu li a {
	color: #6f7e95;
	font-size: 16px;
	text-transform: capitalize;
    display: block;
	padding: 22px 0;
	padding-top: 15px;
	padding-left: 50px;
}
.common-container .left-menu li a.active,
.common-container .left-menu li a:hover {
	background: #6f7e95;
	color: #fff;
}
.common-container .left-menu li:nth-child(1) a:before,
.common-container .left-menu li:nth-child(2) a:before,
.common-container .left-menu li:nth-child(3) a:before,
.common-container .left-menu li:nth-child(4) a:before,
.common-container .left-menu li:nth-child(5) a:before,
.common-container .left-menu li:nth-child(6) a:before {
	right: 8px;
    position: relative;
    top: 7px;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.common-container .left-menu li:nth-child(1) a:before {
	content: url('../images/menu-icon-01.png');
}
.common-container .left-menu li:nth-child(1):hover a:before {
	content: url('../images/hover-menu-icon-01.png');
}
.common-container .left-menu li:nth-child(2) a:before {
	content: url('../images/menu-icon-02.png');
}
.common-container .left-menu li:nth-child(2):hover a:before {
	content: url('../images/hover-menu-icon-02.png');
}
.common-container .left-menu li:nth-child(3) a:before {
	content: url('../images/menu-icon-03.png');
}
.common-container .left-menu li:nth-child(3):hover a:before {
	content: url('../images/hover-menu-icon-03.png');
}
.common-container .left-menu li:nth-child(4) a:before {
	content: url('../images/menu-icon-04.png');
}
.common-container .left-menu li:nth-child(4):hover a:before {
	content: url('../images/hover-menu-icon-04.png');
}
.common-container .left-menu li:nth-child(5) a:before {
	content: url('../images/menu-icon-05.png');
}
.common-container .left-menu li:nth-child(5):hover a:before {
	content: url('../images/hover-menu-icon-05.png');
}
.common-container .left-menu li:nth-child(6) a:before {
	content: url('../images/menu-icon-06.png');
}
.common-container .left-menu li:nth-child(6):hover a:before {
	content: url('../images/hover-menu-icon-06.png');
}
.common-container .right-content {
	width: 78%;
	float: left;
	padding-right: 40px;
	padding-top: 30px;
	padding-left: 50px;
}
.common-container .right-content .table-name h3 {
	color: #e67e22;
	font-weight: 400;
	font-size: 24px;
	margin: 0;
}
.common-container .right-content .content-title-filter {
	width: 100%;
	float: left;
}
.common-container .right-content .content-title-filter .btn-group {
	float: right;
}
.common-container .right-content .content-title-filter .dropdown-menu {
	right: 0;
	left: auto;
}
.common-container .right-content .btn-filter {
	color: #2e3238;
	font-weight: 300;
	font-size: 12px;
	height: 34px;
	border-radius: 16px;
	border: none;
	background: #ecf2f6;
	padding: 7px 12px;
    text-align: left;
    width: 180px;
}
.common-container .btn-group.open .dropdown-toggle,
.common-container .right-content .btn-filter:focus {
	box-shadow: none;
}
.common-container .right-content .btn-filter .caret {
	float: right;
	margin-top: 5px;
	border-top: 6px solid #bdc6d4;
}
.common-container .right-content .dropdown-menu {
	border: none;
	border-radius: 0;
	min-width: 180px;
	padding: 0;
}
.common-container .right-content .dropdown-menu a {
	color: #2e3238;
	font-weight: 300;
	font-size: 12px;
	padding: 8px;
}
.common-container .right-content .content-title-filter .filter-by {
	float: right;
    padding-top: 9px;
    color: #6f7e95;
    font-size: 12px;
    padding-right: 10px;
}
.table-container {
	width: 100%;
	float: left;
	margin: 20px 0 0;
}

/* 	Generic Styling, for Desktops/Laptops  */

/* Zebra striping */
.table-container tr:nth-of-type(odd) { 
	
}
.table-container td,
.table-container th { 
	background: transparent; 
}
.table-container td, .table-container th { 
	padding: 10px; 
	border: 1px solid #ecf2f6; 
	text-align: left; 
}
.table-container thead th {
	color: #070707 !important;
	text-transform: uppercase;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.table-container table { 
	  	width: 100%; 
	}

	/* Force table to not be like tables anymore */
	.table-container table, .table-container thead, .table-container tbody, .table-container th, .table-container td, .table-container tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-container thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-container tr { border: 1px solid #ecf2f6; }
	
	.table-container td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ecf2f6; 
		position: relative;
		padding-left: 50% !important; 
	}

	.table-container td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 16px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);
		color: #000;
	}
	.table-container .amount {
		width: 100%;
	}

}
.table-container table {
	width: 100%;
}
.table-container thead th {
	color: #070707;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 12px;
}
.table-container tbody td {
	color: #505b6b !important;
	font-weight: 400;
	font-size: 14px;
	padding: 17px 12px;
}
.table-container td:last-child,
.table-container th:last-child {
	border-right: none;
}
.table-container td:first-child,
.table-container th:first-child {
	border-left: none;
	padding-left: 0;
}
.btn-grey,
.btn-blue {
	height: 34px;
	border-radius: 17px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: none;
	font-size: 10px;
	padding: 1px 18px;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.btn-blue {
	background: #15a4fa;
}
.btn-grey {
	background: #ecf2f6;
	color: #505b6b;
}
.btn-blue:hover {
	background: #1390db;
}
.btn-grey:hover {
	background: #d1d9de;
}
.table-container .delete {
	margin-left: 30px;
}	
.table-container .edit {
	margin-left: 10px;
	position: relative;
}	
.table-container .edit:after {
	content: '';
    height: 40px;
    border-right: 1px solid #ddd;
    position: absolute;
    left: 33px;
    top: -8px;
}
.common-container .right-content .pagination>li>a {
	border: none;
	font-size: 12px;
	color: #6f7e95;
	border-radius: 0;
	margin: 1px;
	background: transparent;
}
.common-container .right-content .pagination>li.active>a,
.common-container .right-content .pagination>li>a:hover {
	border-radius: 50%;
	background: #ecf2f6;
	color: #15a4fa;
}
.common-container .right-content .pagination-hpn {
	width: 100%;
	float: left;
	margin: 10px 0 0;
}
.menu-toggle {
	left: 0;
	position: fixed;
	z-index: 999;
}
.menu-toggle .dropdown-menu {
	background: #ecf2f6;
	min-width: 400px !important;
	margin-top: 9px;
}
.menu-toggle .dropdown-menu li a {
	font-size: 15px !important;
	font-weight: 500 !important;
	padding: 15px 30px !important;
}
.menu-toggle .dropdown-menu li a.active,
.menu-toggle .dropdown-menu li a:hover {
	background: #6f7e95;
	color: #fff;
}
.menu-toggle .dropdown {
	/* background: #6f7e95; */
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 0;
}
.menu-toggle #mobile-menu {
	width: 38px;
	height: 97px;
	/* background: url(../images/menu.png) no-repeat !important; */
	display: block;
}
.menu-toggle #mobile-menu img {
	width: 100%;
}
.fixed-menu {
	position: fixed;
	top: 10%;
}
.compliance-materials-edit .modal-content {
	border-radius: 0;
	border: transparent;
	box-shadow: none;
}
.compliance-materials-edit .modal-body {
	float: left;
	width: 100%;
}
.compliance-materials-edit .modal-dialog {
	margin-top: 0%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.45);
}
.compliance-materials-edit .modal-header {
	border: transparent;	
	padding: 6px 5px;
    padding-top: 5px;
    padding-bottom: 0;
}
.compliance-materials-edit .modal-content .input-group {
	width: 100%;
    float: left;
	margin: 0 auto;
	margin-bottom: 15px;
}
.compliance-materials-edit .modal-body .form-control {
	border: 1px solid #dee4ed;
	background: #ecf2f6;
	border-radius: 16px;
	box-shadow: none;
	width: 100%;
	margin-right: 15px;
}
.compliance-materials-edit .modal-body .form-control:focus {
	border: 1px solid #a0d9fb;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
}
.compliance-materials-edit .group-bottom .form-control {
	width: 140px;
	margin-right: 11px;
	background: #ecf2f6 url(../images/calender-icon.png) no-repeat;
	background-position: 92% 8px;
}
.compliance-materials-edit .group-bottom .btn-blue,
.compliance-materials-edit .group-bottom .btn-grey {
	margin-left: 25px;
	font-size: 14px;
    padding: 1px 23px;
}
.compliance-materials-edit .group-bottom .btn-grey {
	float: right;
}
.modal-backdrop {
   /*background-color: transparent;*/
}
.compliance-materials-edit {
	z-index: 1170;
}
.datepicker-dropdown {
	z-index: 1170 !important;
}
.icon-arrow-right,
.icon-arrow-left {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: .3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url("../images/glyphicons-halflings.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
}
.icon-arrow-left {
	background-position: -240px -96px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}

/* Create Slide */

.create-slide-body {
	background: #fff;
}
.create-slide-menu ul {
	margin-top: 25px;
}
.create-slide-menu li a {
	color: #2e3238;
    padding: 11px 0;
    display: block;
    padding-left: 45px;
	font-size: 13px;
}
.create-slide-menu li a:hover {
	color: #293343;
}
.create-slide-menu {
	width: 22%;
	float: left;
	background: #fff;
	height: 100vh;
	min-height: 500px;
	border-right: 1px solid #dbe3e8;
}
.create-slide-menu .add-new-slide-btn {
	border: 1px dashed #15a4fa;
	margin-left: 30px;
    padding: 16px 60px;
    margin-top: 20px;
    display: inline-block;
    color: #6f7e95;
}
.create-slide-menu .add-new-slide-btn:hover {
	border-color: #0c7dc1;
	color: #0c7dc1;
}
.create-slide-right .dd-select,
.create-slide-right .dd-container {
	width: 100% !important;
}
.create-slide-right .dd-select {
	border: none !important;
	background: transparent !important;
}
.create-slide-right .dd-selected {
	background: #ecf2f6;
	border-radius: 19px !important;
	height: 34px;
	padding-top: 7px;
	color: #505b6b;
	font-size: 14px;
}
.create-slide-right .dd-selected label {
	font-weight: 300;
}
.create-slide-right .dd-pointer-down {
	border-top: solid 5px #c0c9d6;
}
.create-slide-right .dd-options {
	box-shadow: none;
	border-color: #ecf2f6;
	width: 100% !important;
}
.create-slide-right .dd-option {
	padding: 5px 10px;
	background: #ecf2f6;
}
.create-slide-right .dd-option .dd-option-text {
	color: #505b6b !important;
	font-weight: 300 !important;	
}
.create-slide-right label {
	color: #505b6b;
	font-size: 14px;
	font-weight: 300 !important;
}
.create-slide-right .col-slide-name {
	margin-top: 30px;
}
.create-slide-right .audio-video {
	width: 100%;
	float: left;
	margin: 35px 0 0;
}
.create-slide-right .btn-file {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    width: 100%;
	font-size: 14px;
	color: #bdc6d4;
	border-color: #cccccc;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.create-slide-right .btn-file:hover {
	background: #ecf2f6 !important;
	border-color: #ecf2f6 !important;
}
.create-slide-right .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.create-slide-right .btn-file span {
	display: block;
	font-size: 12px;
	color: #e67e22;
}
.create-slide-right .audio-player {
	width: 100%;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 25px;
	text-align: right;
}
.create-slide-right audio {
	width: 100%;
}
.create-slide-right .audio-player span {
	display: block;
	text-align: right;
	color: #bdc6d4;
	font-size: 13px;
}
.create-slide-right .audio-player a {
	color: #e67e22;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
}
.create-slide-right .audio-player a:last-child {
	color: #6f7e95;
}
.create-slide-right .btn-group {
	width: 100%;
	float: left;
	margin: 20px 0;
}
.create-slide-right .btn-group .btn-grey,
.create-slide-right .btn-group .btn-blue {
	font-size: 14px;
	margin-right: 7px;
}
.create-slide-right .btn-group .btn-green {
	height: 44px;
	border-radius: 23px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	padding: 15px 26px;
	background: #81c609;
	float: right;
}
.create-slide-right .btn-group .btn-grey-lg {
	height: 44px;
	border-radius: 23px;
	padding: 15px 26px;
	font-weight: 700;
	padding-top: 13px;
}
.create-slide-right #editor {
	width: 100%;
    float: left;
    max-width: 100%;
    margin-top: 40px;
}

/* General Settings */

.general-settings .setting-group {
	width: 100%;
	float: left;
	background: #ecf2f6;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 15px 5px;
}
.general-settings .setting-group .form-control {
	border: none;
	box-shadow: none;
	border-radius: 18px;
	height: 34px;
	width: 80px;
	text-align: center;
	border: 1px solid transparent;
}
.general-settings .setting-group .form-control:focus {
	border: 1px solid #a0d9fb;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
}
.general-settings .setting-group label {
	margin: 0;
	font-size: 18px;
	color: #2e3238;
	font-weight: 600;
	margin: 5px 0 0;
}


/* Create Quiz */


.create-quiz-menu h3 {
	margin: 0;
    margin-left: 45px;
    font-size: 24px;
    color: #070707;
    font-weight: 400;
    margin-top: 30px;
}
.create-quiz-menu {
	padding-right: 15px;
}
.create-quiz-menu ul {
	margin-top: 15px;
	margin-left: 40px;
}
.create-quiz-menu ul li {
	border-bottom: 1px solid #dee4ed;
	margin-bottom: 5px;
}
.create-quiz-menu ul li a {
	display: flex;
	font-size: 14px;
    color: #505b6b;
	padding-left: 0;
}
.create-quiz-menu ul li span {
	margin-right: 5px;
}
.create-quiz-content hr {
	border: none;
	border-top: 2px solid #dee4ed;
	height: 0;
	margin-top: 15px;
}
.quiz-question {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.quiz-question h4 {
	font-size: 18px;
    color: #6f7e95;
	font-weight: 500;
	margin-top: 0;
}
.quiz-question .question {
	width: 100%;
	float: left;
	background: #fff;
	border: 1px solid #dee4ed;
	border-radius: 6px;
	padding: 15px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.06);
}
.quiz-question .question p {
	font-size: 20px;
    color: #070707;
	font-weight: 500;
	margin: 0;
}
.quiz-question .alert {
	padding: 10px;
}
.quiz-question .alert-warning {
	background: #f7efbd;
	border: none;
	font-size: 18px;
    color: #e67e22;
}
.quiz-question .alert-warning .close {
	background: url(../images/close.png);
	width: 19px;
	height: 19px;
	top: 2px;
    right: -1px;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.quiz-question .alert-warning .close:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}
input[type=radio].css-checkbox + label.css-label {
	padding-left:26px;
	height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:20px;
	vertical-align:middle;
	cursor:pointer;

}
input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -20px;
}
label.css-label {
	background-image:url(../images/scheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.quiz-question .answer {
	width: 100%;
	float: left;
	margin: 30px 0 0;
	padding: 0 15px;
}
.quiz-question .answer .row {
	height: 60px;
}
.quiz-question .answer label {
	font-size: 18px !important;
    color: #070707;
	font-weight: 500 !important;
	position: relative;
}
.quiz-question .answer span {
	margin-right: 20px;
}
.quiz-question .answer label span {
	border: 1px solid #ddd;
	width: 635px;
	border-radius: 25px;
	height: 52px;
	position: absolute;
	top: -16px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.quiz-question .answer label .green {
	border: 2px solid #81c609;
	background: #ebf4dc;
}
.quiz-question .answer mark {
	background: transparent;
	margin-right: 15px;
	margin-left: 20px;
}


/* Quiz review */


.breadcrumb-container h5 {
	color: #fafcfd;
	font-size: 26px;
	font-weight: 300;
}
.review-slide-container h2 {
	color: #070707;
	font-size: 20px;
	font-weight: 400;
}
.review-slide-container .answers-list {
	float: left;
	max-width: 650px;
	width: 100%;
	border: 2px solid #dee4ed;
	border-radius: 30px;
	padding: 13px 15px;
	color: #070707;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
	background: 98% 15px;
	background-repeat: no-repeat;
}
.review-slide-container .answers-list span {
	margin-right: 10px;
}
.review-slide-container .answer-correct {
	border-color: #81c609;
	background-color: #ebf4dc;
	background-image: url(../images/correct.png);
	background-position: 99% 50%;
}
.review-slide-container .answer-error {
	border-color: #ef4b66;
	background-color: #fff;
	background-image: url(../images/error.png);
	background-position: 99% 50%;
}
.review-slide-container .answer {
	margin: 50px 0 0;
}
.review-slide-container .btn-next {
	background: url(../images/next-icon.png);
	background-color: #81c609;
	background-position: 93% 22px;
}
.review-slide-container .btn-back,
.review-slide-container .btn-next {
	height: 52px;
	border-radius: 30px;
	border: none;
	text-align: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px 26px;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.review-slide-container .btn-back {
	background-color: #ced5df;
	padding: 18px 36px;
}
.review-slide-container .btn-back:hover {
	background-color: #b7bdc6;
}
.review-slide-container .btn-next:hover {
	background-color: #6fab06;
}
.review-slide-container .create-slide-menu {
	border-color: #fff;
}
.review-slide-container .right-content {
	padding-left: 0;
}



/* Slide content */

.sliding-hpn-container .form-control {
	border: 1px solid #dee4ed;
	border-radius: 16px;
	max-width: 220px;
	width: 100%;
	margin-left: 30px;
	margin-top: 25px;
	box-shadow: none;
}
.sliding-hpn-container .input-relative {
	position: relative;
	width: 100%;
	
	float: left;
}
.sliding-hpn-container .search {
	position: absolute;
    right: 50px;
    bottom: 7px;
}
.sliding-hpn-container .btn-toggle {
	float: right;
    margin-top: 33px;
    margin-right: -25px;
}
.sliding-hpn-container .btn-toggle span {
	width: 26px;
	background: #bdc6d4;
	display: block;
	height: 3px;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s ease-in-out;                  
    -moz-transition: all 0.3s ease-in-out;                 
    -o-transition: all 0.3s ease-in-out;   
    -ms-transition: all 0.3s ease-in-out;          
    transition: all 0.3s ease-in-out;
}
.sliding-hpn-container .btn-toggle a:hover span {
	background: #15a4fa;
}
.sliding-hpn-container .create-slide-menu {
	border-right: #fff;
}
.sliding-hpn-container .create-quiz-menu ul {
    width: 100%;
    /* border-right: 1px solid #bdc6d4; */
	margin-left: 30px;
	height: 56%;
}
.sliding-hpn-container .create-quiz-menu li {
	border: none;
}
.sliding-hpn-container .create-quiz-menu li a {
	font-size: 13px;
	display: inline-block;
	padding: 7px 15px;
    padding-top: 12px;
}
.sliding-hpn-container .create-quiz-menu li a:hover {
	color: #15a4fa;
}
.sliding-hpn-container .create-quiz-menu li a.active {
	background: #15a4fa;
    padding: 7px 15px;
    border-radius: 20px;
    padding-top: 10px;
	color: #fff;
}
.sliding-hpn-container .breadcrumb-container audio {
	margin-top: 8px;
	float: right;
}
.sliding-hpn-container .right-content .table-name h3 {
	color: #070707;
	font-size: 36px;
	font-weight: 500;
}
.sliding-hpn-container .right-content hr {
    border-top: 3px solid #dee4ed;
}
.sliding-hpn-container .content-slides {
	width: 100%;
	float: left;
	margin: 20px 0 0;
	position: relative;
}
.sliding-hpn-container .content-slides h4 {
	color: #6f7e95;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;
}
.sliding-hpn-container .content-slides .slides {
	width: 100%;
	float: left;
	max-width: 90%;
}
.sliding-hpn-container .content-slides ul {
	margin-left: 50px;
}
.sliding-hpn-container .content-slides li {
	display: flex;
	color: #2e3238;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 25px;
}
.sliding-hpn-container .content-slides li:before {
	content: '\f111';
	font-family: FontAwesome;
	color: #505b6b;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 5px;
}
.sliding-hpn-container .right-content {
	padding-left: 100px;
}
.sliding-hpn-container .right-content .arrow-right {
	right: 0;
}
.sliding-hpn-container .right-content .arrow-left {
	left: -40px;
}
.sliding-hpn-container .right-content .arrow-right,
.sliding-hpn-container .right-content .arrow-left {
	position: absolute;
	top: 150px;
}
.mCSB_container_wrapper > .mCSB_container {
	padding-right: 0 !important;
}
.mCSB_container_wrapper {
	margin-right: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	border-radius: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background: #505b6b !important;
}


/* Compliance status */ 

.hpn-compliance-status .right-content {
	width: 100%;
	padding-bottom: 125px;
	background: #fff;
}
.hpn-compliance-status .btn-with-arrow {
	width: 100%;
	float: left;
	margin: 15px 0;
}
.hpn-compliance-status .btn-bule-arrow,
.hpn-compliance-status .btn-grey-arrow,
.hpn-compliance-status .btn-green-arrow {
	color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 22px;
    height: 42px;
    padding: 10px 30px;
    padding-top: 11px;
	position: relative;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.hpn-compliance-status .btn-bule-arrow {
	background: #15a4fa;
	margin-right: 10px;
}
.hpn-compliance-status .btn-grey-arrow {
	background: #ced5df;
}
.hpn-compliance-status .btn-green-arrow {
	background: #81c609;
	float: right;
}
.hpn-compliance-status .btn-bule-arrow:hover {
	background: #1597e5;
}
.hpn-compliance-status .btn-grey-arrow:hover {
	background: #b8bec7;
}
.hpn-compliance-status .btn-green-arrow:hover {
	background: #71ae08;
}
.hpn-compliance-status .btn-bule-arrow:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #15a4fa;
	border-width: 7px;
	margin-left: -7px;
}
.hpn-compliance-status .passed {
	color: #2f9b24;
}
.hpn-compliance-status .failed {
	color: #e63359;
}
.hpn-compliance-status .not-taken {
	color: #135a95;
}
.title-progress {
	width: 100%;
	float: left;
}
.title-progress h4 {
	color: #070707;
	font-size: 22px;
	margin-bottom: 5px;
}
.progress {
	box-shadow: none;
	height: 11px;
	border-radius: 10px;
	background: #ecf2f6;
	margin: 15px 0 0;
}
.progress-bar {
	background: #15a4fa;
	box-shadow: none;
}
.title-progress span {
	position: absolute;
    left: -30px;
    top: 9px;
	color: #2e3238;
	font-size: 18px;
}
#Attest {
	background-color: rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.5);
}
.modal-content {
	border-radius: 0;
	border: transparent;
	box-shadow: none;
}
#Attest .modal-body {
	padding: 15px 40px
}
#Attest .modal-header {
	padding: 8px;
	padding-bottom: 3px;
    border-bottom: none;
}
#Attest .name-details {
	width: 100%;
	float: left;
	border: 1px solid #dee4ed;
	padding: 23px 28px;
	margin: 25px 0;
}
#Attest .name-details h2 {
	font-size: 16px;
	color: #1b5587;
	font-weight: 500;
	margin: 0;
	margin-bottom: 15px;
}
#Attest .name-details h2:last-child {
	margin-bottom: 0;
}
#Attest .name-details h2 span {
	display: inline-block;
	width: 130px;
	color: #2e3238;
}
#Attest .name-details h3 {
	font-size: 24px;
	color: #e67e22;
	font-weight: 500;
	margin: 45px 0 0;
    margin-bottom: 25px;
}
#Attest input[type=checkbox].css-checkbox {
	position: absolute; 
	z-index: -1000; 
	left: -1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	width: 1px; 
	margin: -1px; 
	padding: 0; 
	border: 0;
}
#Attest input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 23px;
	height: 20px; 
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 14px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 500;
	text-transform: none;
	margin-top: 0;
    margin-left: 0;
}
#Attest input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -18px;
}
#Attest label.css-label {
	background-image: url(../images/check-box.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Attest .text-center {
	text-align: center !important;
}
#Attest .table-container td:first-child, #Attest .table-container th:first-child {
	border: 1px solid #ecf2f6;
	padding-left: 10px;
	padding: 5px 12px;
}
#Attest .table-container td:last-child, #Attest .table-container th:last-child {
	border: 1px solid #ecf2f6;
	padding: 5px 12px;
}
#Attest .table-container tbody td {
	padding: 5px 12px;
}
#Attest .table-container {
	margin-bottom: 40px;
}
#Attest .btn-green {
	float: right;
	background: #81c609;
	color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 22px;
    height: 42px;
	margin-bottom: 10px;
    padding: 10px 30px;
    padding-top: 13px;
	position: relative;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
#Attest .btn-green:hover {
	background: #72af09;
}


/* Quiz result */


.hpn-quiz-result .right-content .table-name h3 {
	color: #070707;
	font-size: 24px;
	font-weight: 500;
}
.hpn-quiz-result .content-title-filter hr {
	border-top: 3px solid #dee4ed;
}
.hpn-quiz-result h4 {
	color: #81c609;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 60px;
}
.hpn-quiz-result h4 span {
	display: block;
	color: #2e3238;
	font-size: 30px;
}
.hpn-quiz-result .quiz-question {
	margin: 10px 0 0;
}
.hpn-quiz-result h5 {
	color: #070707;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	line-height: 1.4;
}
.hpn-quiz-result h5 span {
	color: #6f7e95;
	width: 150px;
	display: inline-block;
	text-align: right;
	margin-right: 20px;
}
.hpn-quiz-result .btn-review,
.hpn-quiz-result .btn-green {
	color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 22px;
    height: 42px;
	margin-top: 50px;
	margin-bottom: 10px;
    padding: 10px 30px;
    padding-top: 13px;
	position: relative;
	-webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.hpn-quiz-result .btn-green {
	background: #81c609;
}
.hpn-quiz-result .btn-review {
	background: #bcc4d0;
}
.hpn-quiz-result .btn-green:hover {
	background: #72af09;
}
.hpn-quiz-result .btn-review:hover {
	background: #a3aab4;
}
.hpn-quiz-result .create-slide-menu {
	border: none;
}
.hpn-quiz-result .breadcrumb-container h5 {
	color: #fafcfd;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}


/* Departments */ 


.hpn-departments hr {
	border-width: 2px;
	border-color: #dee4ed;
	margin-bottom: 0;
}
.hpn-departments .departments-list {
	width: 100%;
	float: left;
	border-bottom: 1px solid #ecf2f6;
	padding: 20px 0;
	padding-top: 22px;
	max-height: 70px;
}
.hpn-departments .departments-list label {
	font-size: 14px;
	color: #212429;
	font-weight: 500;
}
.hpn-departments .departments-list a {
	border-radius: 18px;
	background: #ecf2f6;
	color: #505b6b;	
	font-size: 10px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 8px 20px;
	margin-left: 5px;
}
.hpn-departments .departments-list a:hover {
	background: #d3d9dc;
}
/*************added*************/
.filter-xs .dd-select,
.filter-xs .dd-container {
	width: 100% !important;
}
.filter-xs .dd-select {
	border: none !important;
	background: transparent !important;
}
.filter-xs .dd-selected {
	background: #ecf2f6;
	border-radius: 19px !important;
	height: 34px;
	padding-top: 7px;
	color: #505b6b;
	font-size: 14px;
}
.filter-xs .dd-selected label {
	font-weight: 300;
}
.filter-xs .dd-pointer-down {
	border-top: solid 5px #c0c9d6;
}
.filter-xs .dd-options {
	box-shadow: none;
	border-color: #ecf2f6;
	width: 100% !important;
}
.filter-xs .dd-option {
    background: none!important;
    color: #2e3238;
    font-weight: 300;
    font-size: 12px;
    padding: 8px;
    display: block;
    /* padding: 3px 20px; */
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border-bottom: solid 0px #ddd !important;
}
.filter-xs .dd-option .dd-option-text {
	color: #505b6b !important;
	font-weight: 300 !important;	
}
.filter-xs {
	float:right;
}

/* Change password */
 
 
.user-profile {
    padding-top: 40px;
    padding-bottom: 5%;
}
.user-profile .profile-icon {
    width: 50%;
    max-width: 196px;
    float: left;
    text-align: center;
}
.user-profile .profile-icon a {
    color: #e67e22;
 
 
 
 
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0 0;
    display: block;
}
.user-profile .name-details {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 30px;
    padding-top: 40px;
}
.user-profile h3 {
    color: #e67e22;
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 35px;
}
.user-profile .name-details h4 {
    color: #070707;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}
.user-profile .name-details h4 span {
    color: #6f7e95;
 
 
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    margin: 3px 0 0;
 
 
 
 
 
}
.user-profile h5 {
    color: #070707;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    margin: 40px 0;
    text-align: center;
}
.user-profile .btn-green {
    background: #81c609;
    float: right;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 22px;
    height: 42px;
    padding: 10px 30px;
    padding-top: 13px;
    position: relative;
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.user-profile .btn-green:hover {
    background: #74b602;
}
.user-profile .form-control {
    background: #ecf2f6;
    border: 1px solid transparent;
    box-shadow: none;
    border-radius: 26px;
    height: 44px;
    font-size: 20px;
    padding-top: 10px;
}
.user-profile .form-control:focus {
    background: #dfe9f0;
}
.user-profile label {
    font-size: 12px;
    color: #2f2f2f;
    text-transform: uppercase;
}
.user-profile .form-horizontal .control-label {
    padding-top: 15px;
}
.footer-fixed {
    position: fixed;
    bottom: 0;
}
.has-error .control-label {
	color:#2f2f2f;
}
.errorAccount {
    color: #a94442;
    margin-left: 214px;
    margin-bottom: -11px;
}


































