html {
	font-size: 100%;
	height: 100%;
}

body {
	direction: ltr;
	background-color: #1b1e24;
	color: #1b1e24;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	padding: 0px !important;
	margin: 0px !important;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	height: 100%;
}

.navbar,
.navbar-inverse {
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 0px;
}

.navbar .nav>li>.dropdown-menu::before {
	position: absolute;
	top: -7px;
	right: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}

.navbar .nav>li>.dropdown-menu::after {
	position: absolute;
	top: -6px;
	right: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

.navbar .notifications {
	background-color: #1B1E24;
	display: block;
	float: left;
	left: 0;
	margin: 0 10px 0 0;
	padding-top: 5px;
	position: relative;
}

.header-seperation {
	background-color: #161a23;
}

.header {
	-webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
	transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
	padding: 0 !important;
	margin: 0 !important;
	position: fixed;
	width: 100%;
	z-index: 999;
	min-height: 40px;
	left: 0;
	-webkit-backface-visibility: hidden;
}

.header .navbar-inner {
	background-color: #161a23;
	width: 100%;
	margin: 0;
	border: 0px;
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
	text-align: center;
	height: 60px;
}

.header .navbar-inner [class*="span"] {
	min-height: 58px !important;
}

.header .btn-navbar {
	background-color: #1f1f1f !important;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 6px;
	background-image: none;
	box-shadow: none;
	color: #ffffff;
	border: 0;
}

.header .btn-navbar:hover {
	text-decoration: none;
}

.header .nav {
	display: block;
}

.header .nav li.dropdown .dropdown-toggle i {
	color: #eff4f8 !important;
}

.header .nav li.dropdown.user .dropdown-toggle i {
	display: inline-block;
	margin-top: 5px;
	margin: 0;
	font-size: 16px;
	color: #808080 !important;
}

.header .nav>li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: inline-block;
	float: left;
}

.header .nav>li.dropdown .dropdown-toggle {
	margin: 0px;
}

.header .nav>li.dropdown .dropdown-toggle i {
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
}

.header .nav>li.dropdown .dropdown-toggle .badge {
	position: absolute;
	font-size: 10px !important;
	font-weight: 700;
	top: 0px;
	right: 2px;
	text-align: center;
	background-color: #f35958;
	padding: 4px 6px;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
	text-shadow: none !important;
	color: #ffffff;
}

.header .nav>li.dropdown .active {
	background-color: #0d0f12;
}

.header .nav>li.dropdown.user .dropdown-toggle {
	padding: 8px 4px 7px 9px;
}

.header .nav>li.dropdown.user .dropdown-toggle:hover {
	text-decoration: none;
}

.header .nav>li.quicklinks i {
	display: inline-block;
	margin-top: 5px;
	margin: 0;
	font-size: 18px;
	color: #fff;
}

.header .nav>li.quicklinks>a {
	padding: 4px 2px !important;
}

.header .nav .h-seperate {
	height: 6px;
	width: 2px;
	margin: 0px 10px 0px 10px;
	border-left: 1px solid #e1e1e1;
	display: inline;
	position: relative;
	top: 2px;
}

.header .nav .dropdown-menu {
	margin-top: 3px;
}

.header .header-seperation {
	width: 250px;
	display: block;
	float: left;
	height: 60px;
}

.header .header-seperation .notifcation-center {
	margin-right: 15px !important;
}

.header .header-quick-nav {
	padding-right: 10px;
	height: auto;
	-webkit-transition-duration: 1;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.header .header-quick-nav input {
	height: 12px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.header .notifcation-center {
	background-color: #161a23;
	margin-top: 12px;
	margin-right: 15px !important;
	display: inline-flex;
	display: -ms-flexbox;
	direction: ltr;
}

.header .notifcation-center li {
	min-width: 30px !important;
}

.header .notifcation-center li a {
	padding: 10px !important;
	min-height: 17.5px;
}

.header .notifcation-center li a i {
	font-size: 13px !important;
}

.header a {
	text-decoration: none;
}

.header .chat-toggler {
	position: relative;
	margin-right: 5px;
	display: inline-block;
	float: left;
	min-width: 163px;
	margin-top: 4px;
}

.header .chat-toggler .user-details {
	display: inline-block;
	float: left;
	line-height: 35px;
}

.header .chat-toggler .user-details .username a {
	color: #1b1e24;
	font-size: 15px;
}

.header .chat-toggler .user-details .company a {
	color: #8b8f92;
	font-weight: 400;
	text-align: right;
	font-size: 12px;
}

.header .chat-toggler .iconset {
	display: inline-block;
	float: left;
	margin: 15px 10px;
}



.header .chat-toggler .profile-pic,
.nav .profile-pic img {
	width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 11px;
    font-size: 21px;
    color: #fff;
}

.header .quick-section {
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
	float: left;
	direction: ltr;
}

.menu-title {
	color: #808285;
	font-size: 10.5px;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2px;
}

.menu-title a {
	color: #808285;
}

.menu-title a:hover {
	text-decoration: none;
}

.menu-title i {
	font-size: 10px;
	font-weight: normal;
}

.service-delivery-box > .row {
    margin: 0px !important;
}
.header-name {
    font-weight: normal;
    font-size: 15px;
    color: #444;
    line-height: normal;
    text-transform: uppercase;
}
.inner-box > .row {
    margin-bottom: 15px;
}
.inner-box > .row .form-control, .inner-box .s-number {
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    font-size: 13px;
    text-transform: none;font-weight:normal;color: #4a4a4a;resize: none;
}
.inner-box  .row > .new-padding {
    padding: 0 5px;
}
.service-delivery-box {
    padding: 10px 20px 0px 5px;
    border: 1px dashed #171414;
    margin: 5px;
}
.add-field {
    position: absolute;
    right: 12px;
    top: 3px;
    font-size: 20px;
    z-index: 10000;
}
.displaygoal ol {
    padding-left: 17px;
}
.service-delivery-box{position: relative;}
.add-new-form {
    float: right;
    padding-right: 10px;
    padding-bottom: 5px;
}

.employee-bar {
	background-color: #1b1e24 !important;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	z-index: 1000;
}

.employee-bar.full-length {
	padding-bottom: 205px;
}

.employee-bar .inner-menu {
	display: inline-block;
	width: 200px;
}

.employee-bar .inner-menu ul {
	width: 200px;
}

.employee-bar .employee-bar-wrapper {
	position: relative;
}

.employee-bar .employee-bar-wrapper>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.employee-bar .employee-bar-wrapper>ul>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	margin-left: 5px;
}

.mobile-boxes-settings {
	display: none;
}

.mobile-boxes-settings div {
	display: table-cell;
	padding: 5px 10px;
	margin-bottom: 15px;
	background-color: #0093d1;
	width: 33%;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 33px -2px rgba(189, 189, 189, 0.75);
	-moz-box-shadow: 0px 3px 33px -2px rgba(189, 189, 189, 0.75);
	box-shadow: 0px 3px 33px -2px rgba(189, 189, 189, 0.75);
}

.page-container {
	-webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
	transition: transform 0.3s ease, left 0.3s ease, right 0.3s ease;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	left: 0;
	z-index: 10;
}

.overlayblock {
    position: relative;
    overflow: hidden;
}
.overlayblock:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffffb3;
    z-index: 8;
}

.link-box.text-center.notdept {
    font-size: 27px;
    color: #020048;
    font-family: 'Oswald', sans-serif;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 1.2em 1.5em 1.2em 0.7em !important;
    font-size: 100%;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #799139 !important;
    background: #6c842b !important;
    font-weight: normal;
    color: #ffffff;
}

@media (max-width: 1500px) {

	.header .chat-toggler {
		min-width: 35px;
	}
}


.faqheading {
    font-size: 24px;
    background: #389438;
    width: 30%;
    padding: 1px 8px;
    color: #fff;
    font-family: times roman;
}

.faqtext {
    font-size: 25px;
    text-align: center;
    font-family: times roman;
    font-weight: 600;
}
button.bloginbut {
    margin-top: 7px;
    padding: 7px;
    font-size: 19px;
    font-family: times roman;
    border-radius: 10px;
}

/*------------------------------------------------------------------[3. Horizontal Menu]*/
.horizontal-menu .header-seperation {
	display: none;
}

.header-quick-nav>.pull-right {
	display: inline-block;
	text-align: right;
	min-height: 42px;
}

.header-quick-nav>.pull-left {
	min-height: 42px;
}

.horizontal-menu .bar {
	background-color: transparent;
	display: inline-block;
	z-index: 50;
	vertical-align: bottom;
	margin-left: 11px;
}

.horizontal.home-menu {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.horizontal-menu .bar-inner {
	display: table-cell;
	width: 100%;
}

.horizontal-menu .bar-inner>ul {
	margin: 0;
	padding: 0;
}

.horizontal-menu .bar-inner>ul>li {
	display: inline-block;
	padding: 0px 0px !important;
	font-family: 'Roboto', sans-serif;
	vertical-align: middle;
	line-height: 60px;
	float: left;
}

.horizontal-menu .bar-inner>ul>li.classic {
	position: relative;
}

.horizontal-menu .bar-inner>ul>li.open>a {
	opacity: 1;
}

.horizontal-menu .bar-inner>ul>li.mega.open,
.horizontal-menu .bar-inner>ul>li.horizontal.open {
	position: inherit;
}

.horizontal-menu .bar-inner>ul>li>a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	display: block;
	overflow: hidden;
	padding: 0px 15px;
}

.horizontal-menu .bar-inner>ul>li>a>.arrow {
	display: inline-block;
	vertical-align: bottom;
	line-height: 5px;
	padding-bottom: 13px;
}

.horizontal-menu .bar-inner>ul>li>a>.arrow:before {
	float: right;
	display: inline;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	height: auto;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
	margin-left: 8px;
	opacity: 0.5;
	position: relative;
	top: 6px;
}

.horizontal-menu .bar-inner>ul>li a .description {
	opacity: 0.7;
	transition: opacity 0.1s linear 0s;
}

.horizontal-menu .bar-inner>ul>li a:hover .description {
	opacity: 1;
}

.horizontal-menu .bar-inner>ul>li.open {
	background: transparent;
}

.horizontal-menu .bar-inner>ul>li.open>.classic {
	max-height: 999px;
}

.horizontal-menu .bar-inner>ul>li.open>.classic>li {
	opacity: 1;
}

.horizontal-menu .bar-inner>ul>li.open>.mega,
.horizontal-menu .bar-inner>ul>li.open>.horizontal {
	display: none;
}

.horizontal-menu .bar-inner>ul>li>.classic {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #fff;
	list-style: none;
	left: 0;
	right: 0;
	top: 40px;
	min-width: 220px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.horizontal-menu .bar-inner>ul>li>.classic>li {
	margin: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e9ec;
	color: #22262e;
	opacity: 0;
	-webkit-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
}

.horizontal-menu .bar-inner>ul>li>.classic>li a {
	color: #1b1e24;
}

.horizontal-menu .bar-inner>ul>li>.classic>li a .description {
	display: block;
	font-size: 12px;
	color: #6f7b8a;
}

.horizontal-menu .bar-inner>ul>li>.classic>li:last-child {
	border-bottom: 0;
}

.horizontal-menu .bar-inner>ul>li>.horizontal {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #a7a6a6;
	list-style: none;
	display: none;
	left: 0;
	right: 0;
	width: 100%;
	padding: 3px;
}

.horizontal-menu .bar-inner>ul>li>.horizontal li {
	margin: 3px 15px;
	color: #1b1e24;
	display: inline-block;
}

.horizontal-menu .bar-inner>ul>li>.horizontal li a {
	color: #1b1e24;
}

.horizontal-menu .bar-inner>ul>li>.horizontal li a .description {
	display: block;
	font-size: 12px;
	color: #6f7b8a;
}

.horizontal-menu .bar-inner>ul>li>.mega {
	margin: 0;
	top: 40px;
	padding: 0;
	position: absolute;
	background-color: #fff;
	list-style: none;
	display: none;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e9ec;
}

.horizontal-menu .bar-inner>ul>li>.mega>li {
	margin: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e9ec;
	color: #1b1e24;
}

.horizontal-menu .bar-inner>ul>li>.mega>li a {
	color: #1b1e24;
}

.horizontal-menu .bar-inner>ul>li>.mega .sub-menu-heading {
	font-size: 14px;
	color: #1b1e24;
	margin-bottom: 10px;
	margin-top: 20px;
}

.horizontal-menu .bar-inner>ul>li>.mega .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

.horizontal-menu .bar-inner>ul>li>.mega .sub-menu>li {
	padding-left: 0;
	padding-bottom: 5px;
}

.horizontal-menu .bar-inner>ul>li>.mega .sub-menu>li>a {
	color: #1b1e24;
}

.quicklinks>a>img {
	width: 50px;
}

.nav>li>a>img {
	max-width: 170px !important;
}

.username,
.chat-toggler .iconset {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	float: left;
	margin-top: 8px !important;
	margin-right: 10px;
}

.header .chat-toggler .user-details {
	line-height: 35px;
}

.employee-bar {
	display: inline-block !important;
}

.employee-bar {
	display: inline-block;
	float: left;
	position: fixed;
	margin-top: 60px;
	padding-bottom: 220px;
	left: 0px;
}

.employee-bar {
	background-color: #1b1e24 !important;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.employee-bar .inner-menu ul {
	width: 200px;
}

.employee-bar .employee-bar-wrapper {
	position: relative;
}

.employee-bar .employee-bar-wrapper>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.employee-bar .employee-bar-wrapper>ul>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
}

.employee-bar .employee-bar-wrapper>ul>li>a {
	color: #a8a8a8;
	display: block;
	position: relative;
	margin: 0;
	border: 0px;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 0.5px;

}

.employee-bar .employee-bar-wrapper>ul>li>a.open {
	background: #313131;
}

.employee-bar .employee-bar-wrapper>ul>li>a i {
	font-size: 14px;
	margin-right: 5px;
	text-shadow: none;
}

.employee-bar .employee-bar-wrapper>ul>li>a>.arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 3px;
	display: inline;
	font-family: 'Font Awesome 5 Free';
	height: auto;
	font-size: 16px;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
}

.employee-bar .employee-bar-wrapper>ul>li:last-child>a {
	border-bottom: 1px solid transparent !important;
}

.employee-bar .employee-bar-wrapper>ul>li a i {
	color: #8b91a0;
	width: 20px;
	text-align: center;
	display: inline-block;
}

.employee-bar .employee-bar-wrapper>ul>li.active>a {
	border-top-color: transparent !important;
	color: #ffffff;
	border: none;
	text-shadow: none;
}

.employee-bar .employee-bar-wrapper>ul>li.active>a i {
	color: #ffffff;
}

.employee-bar .employee-bar-wrapper>ul>li.active i {
	color: #ffffff;
}

.employee-bar .employee-bar-wrapper>ul>li.active>ul.sub-menu {
	display: block;
}

.employee-bar .employee-bar-wrapper>ul>li.active>ul.sub-menu>li ul.sub-menu {
	display: block;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0px;
	background-color: #22262e;
	padding: 8px 0px 10px 0px;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li {
	background: none;
	margin: 0px;
	padding: 0px;
	margin-top: 1px !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li>a {
	margin-left: 0px;
	padding-left: 5px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px;
	padding-left: 53px !important;
	color: #e1eaf1;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-size: 13px;
	font-weight: 300;
	background: none;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li>a:hover {
	background: #1b1e24 !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li:first-child>a {
	border-top: 0px !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
	margin-left: 70px;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
	padding-left: 80px;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>a>.arrow:before {
	float: right;
	margin-top: 1px;
	margin-right: 20px;
	display: inline;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	height: auto;
	content: "\f104";
	font-weight: 300;
	text-shadow: none;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>a>.arrow.open:before {
	float: right;
	margin-top: 1px;
	margin-right: 18px;
	display: inline;
	font-family: 'Font Awesome 5 Free';
	height: auto;
	font-size: 16px;
	content: "\f107";
	font-weight: 300;
	text-shadow: none;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a {
	display: block;
	padding: 5px 0px;
	color: #ccc;
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-size: 13px;
	font-weight: 300;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a>i {
	font-size: 13px;
}

.employee-bar .employee-bar-wrapper>ul>li.start>a {
	border-top-color: transparent !important;
}

.employee-bar ul.folders {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.employee-bar ul.folders>li {
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
}

.employee-bar ul.folders>li>a {
	padding: 5px 31px;
	font-size: 13px;
	color: #ffffff;
	display: block;
	position: relative;
}

.employee-bar ul.folders>li>a:hover {
	text-decoration: none;
}

.employee-bar ul.folders>li>input {
	margin: 5px 31px;
	font-size: 13px;
	width: 150px;
}

.employee-bar ul>li>a>.arrow:before {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	display: inline;
	font-size: 16px;
	font-family: 'Font Awesome 5 Free';
	height: auto;
	content: "\f104";
	font-weight: 300;
	text-shadow: none;
}

.nav-collapse.collapse {
	height: 100% !important;
}

.employee-bar .employee-bar-wrapper>ul>li.open>a,
.employee-bar .employee-bar-wrapper>ul>li>a:hover,
.employee-bar .employee-bar-wrapper>ul>li:hover>a {
	background: #000;
	color: #ffffff;
}

.employee-bar.mini .employee-bar-wrapper>ul>li a>.label {
	display: none;
}

.employee-bar.mini .employee-bar-wrapper>ul>li.open>a,
.employee-bar.mini .employee-bar-wrapper>ul>li>a:hover,
.employee-bar.mini .employee-bar-wrapper>ul>li:hover>a {
	background: #0b9c8f;
}

.employee-bar.mini .employee-bar-wrapper>ul>li>a:hover,
.employee-bar.mini .employee-bar-wrapper>ul>li:hover>a {
	background: #0b9c8f;
}

.employee-bar.mini .employee-bar-wrapper>ul>li.active>a i,
.employee-bar .employee-bar-wrapper>ul>li:hover>a i {
	color: #ffffff !important;
}

.employee-bar .employee-bar-wrapper ul>li>a>.arrow:before,
.employee-bar .employee-bar-wrapper>ul>li>a>.arrow.open:before {
	color: #919091 !important;
}

.employee-bar .employee-bar-wrapper ul>li.active>a .arrow:before,
.employee-bar .employee-bar-wrapper>ul>li.active>a .arrow.open:before {
	color: #ffffff !important;
}

.employee-bar .employee-bar-wrapper ul>li.open>a i,
.employee-bar .employee-bar-wrapper>ul>li.open>a i {
	color: #ffffff !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li.active>a,
.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li>a:hover {
	color: #ffffff !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li.active>a,
.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li>ul.sub-menu>li>a:hover,
.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu li.open>a {
	color: #ffffff !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu a .arrow:before,
.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu a .arrow.open:before {
	color: #919091 !important;
}

.employee-bar .employee-bar-wrapper>ul>li>ul.sub-menu>li.active>a {
	font-weight: 600;
}

.horizontal-menu .page-content {
	margin-left: 0;
}

.horizontal-menu .page-content .content {
	padding-top: 60px;
}

.horizontal-menu .page-content .content.content-no-title {
	padding-top: 85px;
}

.horizontal-menu .homepage-container .content {
	padding-top: 100px;
}


/* ------LOGIN PAGE-----------*/
.intro-page {
	background-image: url(../images/background1.jpg);
	height: 100vh;
	width: 100%;
	background-size: cover;
}

.margin-top100 {
	margin-top: 130px;
}

.login-box {
	padding: 0px;
	background-color: rgba(255, 255, 255, 0.25) !important;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.35) !important;
	border: 0px;
	border-radius: 0;
}

.intro_box.text-center>h1 {
	font-size: 24px;
	color: #f6f6f6;
	font-weight: 300;
	margin: 40px 0 10px;
}

.intro_box.text-center>p {
	font-size: 17px;
	color: #d7d7d7;
	margin-top: 0;
	margin-bottom: 35px;
}

.form-group.new-form {
	position: relative;
}

.form-group.new-form>select.form-control {
	border: 0;
	border-radius: 0;
	height: 42px;
	-moz-appearance: none;
}

.arrow-down {
	position: absolute;
	right: 13px;
	top: 10px;
	color: #ce9e9e;
	pointer-events: none;
}

#date {
	margin-top: 0%;
	display: block;
	font-size: 45px;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 75px;
	text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);

}

.login-box>.panel-heading>h3 {
	font-size: 18px;
	font-weight: 500;
	color: #36353e;

}

.login-box>.panel-heading {
	border-radius: 0;
	padding: 13px 20px;
	background: #d1d2ff;
}

.login-form2 .form-group .input-group {
	margin-top: 5px;
}

.login-form2 .form-group .input-group>.form-control {
	height: 40px;
	border: 0;
	border-radius: 0 !important;

}

.login-form2 .form-group .input-group>.input-group-addon {
	border: 1px solid #d4cece;
	border-radius: 0 !important;
	background-color: #d4cece;
	color: #575757;
}

.login-form2 .form-group label {
	color: #fff;
	font-weight: 300;
}

/* Check Box */
input[type='checkbox'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 17px;
	height: 17px;
	outline: none;
	position: relative !important;
	top: 0px;
	vertical-align: bottom;
	background-color: #d4cece;
	border-radius: 3px;
}

input[type='checkbox']:checked {
	outline: none;
	background-image: url(../images/checked.png);
	background-color: #fff;
}

.checkbox label,
.radio label {
	padding-left: 0px;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}

.radio-inline>input {
	margin-right: 10px;
}

.forget {
    color: #000;
    line-height: 19px;
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px;
    display: inline-block;
}

.forget:hover {
	color: #293037;
}

.btn.login {
	background-color: #dad9ff;
	border: 0;
	color: #6c4b4b;
	letter-spacing: 0.5px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px;
}

.login-form2>fieldset>.form-group {
	margin-bottom: 10px;
}

.page-header {
    font-size: 17px;
    color: #1b1e24;
    margin-top: 20px !important;
    line-height: normal;
    margin-bottom: 17px !important;
    border-bottom: 0;
}

.info-hover>.fa {
	font-size: 21px;
	color: #8a8a8a;
}

.info-hover {
	width: 38px;
	height: 38px;
	background-color: #ececec;
	display: inline-block;
	border-radius: 50%;
	margin-left: 10px;
	cursor: pointer;
	position: relative;
}

.pophover-content {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    margin-top: 0;
}

.pophover-content > h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 13px 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
}

.pophover-content>ul>li {
	font-size: 15px;
text-align: left;
line-height: 24px;
color: #000;
margin-bottom: 12px;
}

.info-hover:hover .pophover-content {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transform: translate(0, -50px);
	transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.overflow-v {
	overflow: visible
}

.image-icon {
	margin-right: 10px;
}

.staff-info {
    font-size: 17px;
    margin: 15px auto 25px;
}

.closed .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}

.closed .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}

.opened {
	opacity: 1;
}

.opened .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}

.opened .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

.circle-plus {
	height: auto;
	width: 20px;
	font-size: 1em;
	float: right;
	text-align: right;
}

.circle-plus .circle {
	position: relative;
	width: auto;
	height: 2.5em;
	text-align: right;
}

.circle-plus .circle .horizontal {
    position: absolute;
    background-color: #fff;
    width: 16px;
    height: 2px;
    left: 50%;
    margin-left: -14px;
    top: 50%;
    margin-top: -4.5px;
    border-radius: 3px;
}

.circle-plus .circle .vertical {
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 16px;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -12px;
    border-radius: 3px;
}

.staff-details {
    width: auto;
    margin: 0 auto 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 10px;
}

.staff-details label {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	color: #565656;
	font-weight: normal;
}

.staff-details>.row {
	margin-bottom: 10px;
}

/*19-9-18*/
.nav.nav-tabs.key-performance-indicators>li>a {
	text-transform: uppercase;
	font-size: 15px;
	color: #454845;
	font-weight: normal;
}

.nav.nav-tabs.key-performance-indicators>li {
	width: auto;
	text-align: center;
}

input[type="text"].form-control.s-number:-moz-read-only {
	background-color: #eee !important;
	text-align: center;
	border: 1px solid #7f7f7f;
}

.btn.btn-edit-new {
	border-color: #4f4f4f;
	border-radius: 4px;
	padding: 2px 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	background-color: #4f4f4f;
	color: #fff;
}

.table>thead>tr>th {
	vertical-align: middle !important;
}

.service-table>tr>th {
	white-space: nowrap;
	letter-spacing: 0.5px;
	padding: 6px 2px !important;
}

#MyAccountsTab {
	border: 1px solid #f3f3f3;
	margin: 15px;
}

#MyAccountsTab>ul>li>div {
	background-color: #dedede;
}

#MyAccountsTab>ul>li.active>div {
	background-color: #fff;
}

#MyAccountsTab>ul>li.active {
	border-radius: 0px;
	margin: 0;
	border-width: 0px 0 0 0 !important;
}

#MyAccountsTab>ul>li.active>div>p {
	font-weight: bold;
	color: #161616;
}

#MyAccountsTab>ul>li>div>p {
	margin: 0;
	text-align: center;
	color: #505050;
	font-size: 16px;
	padding: 12px 0;
	letter-spacing: 0.5px;
}

#MyAccountsTab .nav.nav-tabs.col-md-2 {
	border: 0 !important;
}

#MyAccountsTab .tab-content.col-md-10 {
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

#MyAccountsTab>.tab-content>.tab-pane {
	box-shadow: 0 0px 11px rgba(0, 0, 0, 0.1);
	margin: 0px 0;
	height: 264px;
}

.header-box {
	font-size: 18px;
	color: #353535;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	padding-left: 10px;
}

.description-box>ul>li {
	margin-bottom: 5px;
	font-size: 14px;
	color: #5b3c3c;
	letter-spacing: 0.5px;
	line-height: 35px;
	padding-left: 12px !important;
}

.description-box .list-unstyled.bulet-list>li {
	padding: 0;
	position: relative;
}

.description-box .list-unstyled.bulet-list>li::before {
	width: 10px;
	height: 10px;
	content: "";
	background-color: transparent;
	display: inline-block;
	border-radius: 50%;
	top: 12px;
	position: absolute;
	left: -5px;
	border: 1px solid #8d8d8d;
}

.list-unstyled.bulet-list {
	padding-left: 15px;
}

.connections {
	min-height: auto !important;
}

.documentation {
	margin-top: 0;
	padding: 0px 15px;
}

.header-text {
	font-size: 22px;
	text-align: center;
	color: #242424;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.desc-text {
	font-size: 15px;
	letter-spacing: 0.5px;
	margin: 10px 0;
	color: #313131;
}

.doc-box label {
	font-size: 16px;
	color: #313131;
	font-weight: 300;
	line-height: 25px;
	margin: 0;
}

.doc-box {
	padding: 10px;
	background-color: #f8f8ff;
	border: 1px solid #ebebeb;
}

.tooltip>.tooltip-inner {
	background-color: #fff !important;
	opacity: 1 !important;
	font-weight: normal;
	padding: 7px;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #000;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
}

.tooltip.right>.tooltip-arrow {
	border-right-color: #fff;
}

#MyAccountsTab>ul>li.active::before {
	content: "";
	position: absolute;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #d5d5d5;
	right: -12px;
	top: 11px;
}

#MyAccountsTab>ul>li.active {
	position: relative;
}

.list-unstyled.sub-list>li {
	line-height: 27px;
	color: #302c2c;
}

.list-unstyled.sub-list {
	background-color: #fff;
	padding: 10px 10px 10px 20px;
	margin-bottom: 15px;
	margin-left: 18px;
	margin-top: 13px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.staff-details.riview-page {
	width: 90%;
}

.staff-details.riview-page div.form-control {
	height: auto;
	border: 0;
	background-color: #f6f6f6;
	border-radius: 0;
}

.staff-details label.form-control {
	background-color: #f6f6f6;
	border: 0;
	border-radius: 0;
}

.form-control>.list-unstyled.sub-list {
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.form-control>.list-unstyled.sub-list>li {
	font-weight: normal;
}

.info-service {
	padding: 5px 10px;
	margin: 0px 0 10px;
	background-color: #fdfdfd;
}

.info-service>p {
	font-size: 14px;
	color: #3a3232;
	line-height: 22px;
	margin: 0;
	letter-spacing: 0.5px;
}

.info-service>p>span {
	color: #000;
	font-weight: 500;
}

.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
	text-align: left;
}
.score-table {
    margin-bottom: 10px;
}
.table thead tr th:first-child {
    border-top-left-radius: 0px !important;
}
.service-table.t-h-top > tr > th {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    background-color:#5e5e5e !important;
}
.service-table.t-h-bottom > tr > th {
    font-weight: normal;
    border: 0 !important;
	background-color:#313131 !important;
	font-size: 14px;
}
table.table > tbody > tr > td > label {
    font-weight: normal;
    color: #3b3b3b;
}
.score-table > table > tbody > tr > td label {
    font-weight: normal !important;
    font-size: 13px;
}
.score-table {
    border-left: 2px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.score-table > table.table {
    margin-bottom: 0px;
}
.score-table > table > tfoot > tr > td {
    border: 0;
    background-color: #5e5e5e;
    color: #f1f1f1 !important;
}
/*==============================================================Radio Modify===============================*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-right: 36px;
	cursor: pointer;
	line-height: 40px;
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin: 0;
}


[type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	border: 2px solid #EDEDED;
	border-radius: 100%;
	background: #fff;
}

[type="radio"]:checked+label:before {
	content: '';
	position: absolute;
	right: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	border: 2px solid #FCFF00;
	border-radius: 100%;
	background: #5b5b5b;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
	content: '';
	width: 16px;
	height: 16px;
	background: #FCFF00;
	position: absolute;
	top: 12px;
	right: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.planing-sec {
	border: 1px solid #888;
	margin-bottom: 30px;
}

.planing-sec>ul {
	margin: 0;
}

.planing-sec>label {
	background-color: #888;
	display: inline-block;
	margin: 0;
	padding: 10px 25px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.planing-sec>ul.list-inline>li {
	width: 16%;
	text-align: center;
	line-height: 43px;
}

.planing-sec>ul.list-inline>li.selected {
	background-color: #5b5b5b;
}

.planing-sec>ul.list-inline>li.selected label {
	color: #fff !important;
}

.form-control.select-op {
	border: 0;
	padding: 0 !important;
	display: block;
	font-weight: normal;
	min-width: 130px;
}

.form-control.select-op2 {
	border: 0;
	padding: 0 0 !important;
	display: block;
	font-weight: normal;
	min-width: auto;
	height: 36px !important;
	border: 1px solid #a5a5a5;
}

.arow-drop>.fa,
.arow-drop2>.fa {
	font-size: 12px;
	color: #868686;
}

.arow-drop2 {
	position: absolute;
	right: 5px;
	top: 8px;
	pointer-events: none;
}

.arow-drop {
	position: absolute;
	right: 5px;
	top: 5px;
	pointer-events: none;
}

table>tfoot>tr>td {
	font-size: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	background-color: #eee;
	color: #000 !important;
	border-top-color: #9b9898 !important;
}

.btn.btn-submit {
	background-color: #353535;
	color: #fff;
	width: 150px;
	text-transform: uppercase;
	height: 42px;
}

table thead.competency>tr>th {
	font-size: 14px;
	font-weight: normal;
}

.border-bottom {
	border-bottom: 7px solid #d7d7d7;
}

.horizontal-menu .page-content .content {
	padding-top: 60px;
}

.page-content .content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 83px;
	background-color: #ffffff;
	padding-bottom: 50px;
}

.overflow-v {
	overflow: visible;
}

.employee-res {
	margin-left: 30px;
}

.employee-bar .employee-bar-wrapper {
	display: inline-block;
	float: left;
	height: 100%;
	max-width: 280px;
	width: 100%;
}

#search_list {
	margin-top: 25px;
}

#search_list>li {
	margin: 0 0 10px 0;
}

.employee-bar .employee-bar-wrapper>ul>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
}

#search_list>li>a {
	padding: 7px 15px;
	text-align: center;
}

.responsive-menu {
	position: fixed;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 250px;
	text-align: left;
	height: 100%;
	overflow-y: scroll;
	display: none;
}

.open-menu-left .responsive-menu {
	display: block;
	background-color: #161a23;
}

.responsive-menu ul {
	padding-left: 20px;
	width: 100%;
}

.responsive-menu ul li {
	padding: 3px 5px;
	list-style: none;
	width: 100%;
	padding: 3px 2px;
}

.responsive-menu>ul>li {
	margin-bottom: 10px;
}

.responsive-menu ul li>ul li a {
	line-height: 18px;
	padding: 2px 2px;
	text-align: left;
	font-size: 18px;
}

.responsive-menu ul li a {
	padding: 5px 0;
	display: block;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.responsive-menu ul li a:hover {
	color: #f2f2f2;
}

.nav.nav-tabs.key-performance-indicators>li {
	width: auto;
	text-align: center;
	position: relative;
}

.nav-tabs>li.active {
	margin-bottom: -2px;
}

/*.nav.nav-tabs.tab-panel-list > li::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101010;
    opacity: 0;
}*/
.nav.nav-tabs.tab-panel-list > li.active::before {
    display: none;
}

/*------------------------------------------------------------------[11. Tabs and Accordians]*/
.tabbable:after {
	clear: both;
}

.tabbable:before,
.tabbable:after {
	content: "";
	display: table;
	line-height: 0;
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
	border-bottom: 0 none;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
	display: none;
	padding: 15px;
}

.tab-content>.active,
.pill-content>.active {
	display: block;
	padding: 10px 19px;
}

.tabs-below>.nav-tabs {
	border-top: 1px solid #DDDDDD;
}

.tabs-below>.nav-tabs>li {
	margin-bottom: 0;
	margin-top: -1px;
}

.tabs-below>.nav-tabs>li>a {
	border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
	border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
	float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
	margin-bottom: 3px;
	margin-right: 0;
	min-width: 74px;
}

.tabs-left>.nav-tabs {
	border-right: 1px solid #DDDDDD;
	margin-right: 19px;
	float: left;
	margin-right: 0px;
}

.tabs-left>.nav-tabs>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
	border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}

.tabs-right>.nav-tabs {
	border-left: 1px solid #DDDDDD;
	margin-left: 19px;
	float: right;
	margin-left: 0px;
}

.tabs-right>.nav-tabs>li>a {
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
	border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}

.nav>.disabled>a {
	color: #999999;
}

.nav .tools {
	float: right;
	position: relative;
	right: 10px;
	top: 10px;
}

.nav .tools a {
	position: relative;
	background: url('../img/icon/portlet-tray.png') no-repeat;
	transition: all 0.1s linear 0s;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
	background-color: rgba(0, 0, 0, 0);
	cursor: default;
	text-decoration: none;
}

.nav-tabs {
	margin-bottom: 0px;
	padding: 0;
	border-bottom: 0;
}

.nav-tabs>li {
	margin-bottom: 0;
	padding-left: 0;
	background-color: #ffffff;
}

.nav-tabs>li>a {
	border-radius: 0;
	border: 0px;
	padding: 12px 15px 8px;
	color: #888888;
	min-width: 70px;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
	color: #505458;
	padding: 10px 15px;
	border: 0px !important;
	border-bottom: 0px !important;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.nav-tabs>li.active {
	z-index: 2;
	-webkit-box-shadow: 0px -5px 6px 1px rgba(189, 189, 189, 0.8);
	-moz-box-shadow: 0px -5px 6px 1px rgba(189, 189, 189, 0.8);
	box-shadow: 0px -5px 6px 1px rgba(189, 189, 189, 0.8);
	border-radius: 5px;
	border: 0px solid #dedede;
	border-bottom: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
	color: #505458;
}

.nav-tabs .active a:hover {
	background-color: #ffffff !important;
}

.nav .tools>a.remove,
.nav .tools>a.remove {
	background-position: -66px -38px;
	width: 10px;
	height: 10px;
}

.nav .tools>a.config,
.nav.tools>a.config {
	background-position: -3px -32px;
	width: 22px;
	height: 22px;
}

.nav .tools>a.reload,
.nav .tools>a.reload {
	background-position: -37px -38px;
	width: 12px;
	height: 10px;
}

.nav .tools>a.expand,
.nav .tools>a.expand {
	background-position: -123px -40px;
	width: 10px;
	height: 6px;
}

.nav .tools>a.collapse,
.nav.tools>a.collapse {
	background-position: -95px -40px;
	width: 9px;
	height: 7px;
}

.nav-pills {
	margin-bottom: 10px;
}

.nav-pills>li>a {
	padding: 8px 12px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #0090d9;
}

.nav-tabs>li>a,
.nav-pills>li>a {
	margin-right: 0px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
	background-color: #C1CACE;
}

.accordion-group {
	border: 0px;
}

.accordion-heading {
	background-color: #d1dade;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 35px;
}

.accordion-heading a {
	color: #505458;
}

.accordion-heading a.collapsed {
	color: #8E9AA2;
}

.accordion-heading a:hover.collapsed {
	color: #505458;
}

.accordion-heading .collapsed {
	background-color: #d9e0e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.accordion-heading .collapsed i {
	font-family: 'Font Awesome 5 Free';
	float: right;
	position: relative;
	top: 4px;
}

.accordion-heading .collapsed i:before {
	content: "\f055";
}

.accordion-heading i {
	font-family: 'Font Awesome 5 Free';
	float: right;
	position: relative;
	top: 4px;
}

.accordion-heading i:before {
	content: "\f056";
}

.accordion-heading .accordion-toggle {
	padding: 12px 18px;
}

.panel {
	background-color: transparent;
	box-shadow: none;
}

.panel-default {
	border: 0px;
}

.panel-default>.panel-heading {
	background-image: none;
	background-color: #d1dade;
	border-radius: 2px;
	box-shadow: none;
}

.panel-group {
	margin-bottom: 18px;
}

.panel-group .panel-heading.collapsed {
	background-color: #d1dade;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border: 0;
}

.panel-group .panel-heading .panel-title>a {
	color: #505458;
	font-size: 13px;
	font-weight: normal;
	display: block;
}

.panel-group .panel-heading .panel-title>a:hover {
	color: #505458 !important;
}

.panel-group .panel-heading .panel-title>a:hover:after {
	color: #505458 !important;
}

.panel-group .panel-heading .panel-title>a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f056";
	float: right;
	color: #505458;
}

.panel-group .panel-heading .panel-title>a.collapsed {
	color: #8E9AA2;
}

.panel-group .panel-heading .panel-title>a.collapsed:after {
	content: "\f055";
	color: #8E9AA2;
}

.panel-group .panel+.panel {
	margin-top: 2px;
}

.tab-content>.active,
.pill-content>.active {
	padding: 10px 0;
}

.tab-content .row {
	margin-right: -15px !important;
}

.tab-content {
	position: relative;
	z-index: 1;
	background-color: #ffffff;

	margin-bottom: 18px;
	border:0px;
	border-top: none;
	border-radius: 5px;
	border-top-left-radius: 0px;
	-webkit-box-shadow: 0px 3px 20px -2px rgba(189, 189, 189, 0.99);
	-moz-box-shadow: 0px 3px 20px -2px rgba(189, 189, 189, 0.99);
	box-shadow: 0px 3px 20px -2px rgba(189, 189, 189, 0.99);
}

.tab-content.transparent {
	background-color: transparent;
}

.form-group {
	margin-bottom: 0;
}

.tab-content .row {
	margin-right: -15px !important;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
	display: none;
	padding: 15px;
}

.tab-content>.active,
.pill-content>.active {
	display: block;
	padding: 10px 19px;
}

.table thead tr th:first-child {
	border-top-left-radius: 4px;
}

table.table thead .sorting_asc {
	color: #ffffff !important;
	background-color: #888888;
}

.table>thead>tr>th {
	vertical-align: middle !important;
}

.table>thead>tr>th {
	vertical-align: middle !important;
}

.table thead tr th {
	background-color: #888888;
	color: #ffffff;
}

.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none !important;
	color: #161a23;
	font-weight: 400;
	outline: 0;
	height: 36px;
	padding: 3px 5px !important;
	line-height: 15px;
	font-size: 13px;
	vertical-align: top;
	background-color: #eeeeee;
	min-height: 25px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #a5a5a5;
	transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form-control {
	border: 1px solid #a5a5a5;
	background-color: #eeeeee;
	font-size: 14px;
	text-transform: none;
}

.table td {
	border-top: 1px solid #e8edf1;
	vertical-align: top;
	padding: 1px !important;
	color: #525252;
	font-size: 14px;
}

.nav.nav-tabs.key-performance-indicators>li>a {
	text-transform: uppercase;
	font-size: 15px;
	color: #454845;
	font-weight: normal;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 0 !important;
	border-bottom-color: transparent;
	outline: none !important;
}

.nav-tabs .active a:hover {
	background-color: #ffffff !important;
	outline: none !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
	color: #505458;
	outline: none !important;
}

ul>li {
	padding-left: 6px;
	line-height: 20px;
}

.three-col-table {
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 15px;
}

input,
textarea,
select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none
}

.doc-table p {
	font-size: 15px;
	margin-bottom: 0;
	margin-top: 20px;
}

.bar-inner>ul li.horizontal.active-menu {
	background-color: #6b6b6b;
}

.asses-titel {
	background-color: #e6e6e6;
	padding: 10px 15px;
	color: #313131;
	font-size: 20px;
	border-left: 10px solid #6f6f6f;
	margin-bottom: 20px;
	margin-top: 40px;
}

.apprubal-table>table>tbody>tr>td {
	text-align: center;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.apprubal-table>table>thead>tr>th {
	border-right: 1px solid #adadad;
}

.apprubal-table>table {
	border-left: 1px solid #dedede;
}

/*   INDEX PAGE  */
.welcome {
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #020048;
}

.name-emp {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #242424;
	border-bottom: 1px solid #d1d1d1;
	width: 50%;
	margin: auto;
	padding-bottom: 10px;
}

.info-text {
	font-size: 16px;
	color: #3f3f3f;
	margin: 15px auto;
	line-height: 25px;
	letter-spacing: 0.5px;
}

.well-come-page {
	width: 90%;
	margin: auto;
}

.parformance-db>h1 {
	font-size: 20px;
	color: #454545;
	font-weight: 400;
	letter-spacing: 0.5px;
	background-color: #dedede;
	padding: 10px;
	margin: 0;
}

.parformance-db>p {
	font-size: 18px;
	color: #020048;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.link-box {
	margin-top: 10px;
}

.form-box {
	border-radius: 5px;
	padding: 15px 0;
	text-align: center;
	display: block;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
	width: 90%;
	margin: auto;
	transition: all 0.2s ease-in-out 0s;
}

.form-box:hover {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	transform: scale(1.10)
}

.titel {
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;

}

.form-box>h3 {

	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
	border-top: 2px solid #fff;
	padding-top: 15px;
	margin-top: 35px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;

}

.box1 {
	background: rgb(207, 207, 254);
	background: linear-gradient(180deg, rgba(207, 207, 254, 1) 0%, rgba(92, 130, 203, 1) 0%, rgba(48, 99, 189, 1) 100%);
}

.box2 {
	background: rgb(207, 207, 254);
	background: linear-gradient(180deg, rgba(207, 207, 254, 1) 0%, rgba(128, 184, 96, 1) 0%, rgba(99, 164, 56, 1) 100%);
}

.box3 {
	background: rgb(207, 207, 254);
	background: linear-gradient(180deg, rgba(207, 207, 254, 1) 0%, rgba(242, 138, 79, 1) 0%, rgba(231, 109, 25, 1) 100%);
}

a,
a:focus,
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

.parformance-db>p {
	font-size: 14px;
	color: #020048;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-top: 10px;
}

/*-----------------------------------*/
.csdptm {
    border: 1px solid #eee;
    margin: 20px 0;
}
.csdptm > .header-text {
    font-size: 20px;
    padding: 5px !important;
    background-color: #dedede;
    color: #454545;
}
.csdptm > p {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    font-size: 15px;
    color: #707070;
line-height: 33px;
}
.csdptm > .select-box {

    width: 27%;
	margin: 0 auto;
	position: relative;
}
.csdptm {
    margin: 20px 0 30px;
    background-color: #fff;
    /*box-shadow: 0 0 48px rgba(0,0,0,0.1);*/
	border: 0;
	padding-bottom: 15px;
}
.select-box > .form-control {
    border: 2px solid #dedede !important;
    text-align: center;
    border-radius: 30px;
    font-weight: normal;
    padding: 5px 20px;
    height: 43px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
}
.fa-sort-desc {
	position: absolute;
	top: 0;
	right: 12px;
	font-size: 24px;
  }
  .select-box > span.fa {
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 18px;
    color: #a2a2a2;
    pointer-events: none;
}



/* Supervisor department list */
.departments {

     height: auto;
    text-align: center;
    background-color: #afa5a5;
    font-size: 22px;
    color: #fff;
    padding: 30px 10px;
    transition: all 0.2s ease-in-out;
    min-height: 127px;
    border-radius: 4px;

}

.departments:hover {
	background-color: #545254;
    border-left: 16px solid;
    border-left-color: #9799b4;
}
.employee-performance-block {
	margin-top: 25px;
	margin-bottom: 35px;
}
.sec-text-info {
    padding: 10px;
    margin-bottom: 25px;
	background-color: #768378;
}
.sec-text-info > h4 {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 25px;
    color: #fff;
}
.sec-text-info > p {
    font-size: 15px;
	margin-bottom: 10px;
	margin-top: 5px; color: #eee;

}

.col-sm-4.transparent::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: 0.8;
    cursor: no-drop;
}

@media only screen and (max-width : 900px) {
	.intro-page {
		height: 100%;
		width: 100%;
		background-size: cover;
		background-position: right;
	}
}
@media only screen and (max-width : 700px) {
#date {
    margin-top: 0%;
    display: block;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
    text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}
}
.section-b > .col-md-12 {
    padding: 0;
}


