body{
	font-family: 'DIN Pro';
	background:#fff !important;
}
.nav.nav-pills > li > a {
	color: #777;
	border-radius: 0!important;
	margin-right: 10px;
	margin-left: 10px;
}
.nav.nav-pills > li.active > a, 
.nav.nav-pills > li.active > a:hover,
.nav.nav-pills > li.active > a:focus {
	color: #fff !important;
	background-color: #2ECC71 !important;
}
.page-people-directory .nav-contacts {
	margin-bottom: 20px;
}
.page-people-directory .nav-contacts li a {
	color: #666;
	font-weight: 400;
	font-size: 13px;
}
.page-people-directory .nav-contacts li .badge {
	background: none;
	font-weight: 500;
	color: #333;
}
.page-people-directory .nav-contacts li.active .badge {
	color: #fff;
	background: none;
}
.page-people-directory .people-group .media img {
	width: 45px;
}
.page-people-directory .people-group .list-group-item {
	-moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
	border-width: 0;
}
.page-people-directory .people-group .media-heading {
	margin-top: 5px;
}
.page-people-directory .people-group .media-heading,
.page-people-directory .people-group .media-body {
	line-height: normal;
}
.page-people-directory .pagination-contact {
	margin-top: -3px;
}
.page-people-directory .contact-group {
	margin-top: 20px;
	min-height:200px
}
.page-people-directory .contact-group .media img {
	width: 80px;
}
.page-people-directory .contact-group .list-group-item {

}
.page-people-directory .contact-group .media-heading {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
}

.page-people-directory .contact-group .media-heading small {
	margin-left: 5px;
	font-size: 13px;
	font-weight: 400;
	color: #999;
}
.page-people-directory .contact-group .list-group-item {
	border: none;
	margin-top: 10px;
}
.page-people-directory .contact-group .media-content {
	margin-top: 5px;
}
.page-people-directory .contact-group .media-content small {
font-size: 83%;
font-style: italic;
}
.page-people-directory .contact-group .fa:before {
	font-size: 20px;
	color:gray;
}
.page-people-directory .contact-group .media-content ul {
	margin-top: 5px;
	margin-bottom: 0;
}
.page-people-directory .contact-group .media-content ul > li {
	display: inline-block;
	min-width: 200px;
	margin-bottom: 5px;
}
.page-people-directory .well {
	border-radius: 0px;
	border: none;
}
.page-people-directory .list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.page-people-directory .page-title {
	text-transform: uppercase;
}
.page-people-directory .btn-add-new-contact {
	float: right;
}
@media (max-width: 992px) { 
	.page-people-directory .btn-add-new-contact {
		float: left;
	}
}

/* ============================================================
CONTACT MODAL VIEW
============================================================ */
.page-people-directory .modal-pull-right .modal-dialog {
	max-width: 720px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body {
	width: 100%;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .modal-close h4 {
	padding-left: 15px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .col-md-12 {
	padding: 0px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header {
	width: 100%;
	height: 280px;
	text-align: center;
	overflow: inherit;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	border-bottom: 5px solid gray;
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-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;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header:hover {
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .profile-image-container {
	margin-top: 211px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .profile-image-container img {
	border:5px solid gray;
	border-radius: 60%;
	-moz-border-radius: 60%;
	-webkit-border-radius: 60%;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .contact-info {
	width: 100%;
	position: absolute;
	margin-top: 120px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .contact-info .contact-name {
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	text-align:center;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .contact-info .contact-skills ul {
	list-style: none;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .contact-info .contact-skills ul li {
	display: block;
	width: 60px;
}

.page-people-directory .modal-pull-right .modal-dialog .dialog-close {
	width: 100%;
	position: absolute;
	margin-top: 20px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .dialog-close li {
	cursor: pointer;
	color: white;
	text-align: right;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .dialog-close li span.fa {
	font-size: 35px;
	font-weight: bold;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-header .dialog-close li span.fa:hover {
	color: gray;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-view-content .contact-view-action {
	margin-right: 15px;
	margin-top: 15px;
}

.page-people-directory .modal-pull-right .modal-dialog .modal-body .contact-view-content .contact-view-info {
	margin-top: 15px;
}

.page-people-directory .contact-info-container {
	height: 250px;
	margin-top: 80px;
	position: absolute;
	width: 100%;
}   

.page-people-directory .contact-add-content {
	padding: 40px;
}

.page-people-directory .close-right-modal {
	cursor: pointer;
}

.page-people-directory .close-right-modal:hover {
	opacity: .8;
}

.page-people-directory .basic-info-scroll {
	height: 425px;
	overflow-x: hidden;
}
.user-detail-area.open {
	transform: scaleY(1);
	height: auto;
}

.user-detail-area {
	transform: scaleY(0);
	height: 0;
	position: relative;
	overflow: hidden;
	min-height: 0;
	white-space: nowrap;
	transition: 0.4s all;
	transform-origin: top;
	background: #EBF4F8;
}
.well {
	background-color: #357EBD;
}
.red {
	background: #f17676;
}
.red > td > span {
	color: #fff;
}
.green {
	background: #69cf69;
}
.green > td > span {
	color: #fff;
}
.blue {
	background: #2967AC;
}
.blue > td > span {
	color: #fff;
}
.blue > th > span { 
	color: #fff
}
.orange {
	background: orange;
}
.orange > td > span, .orange > td > div, .orange > th > span, .orange > th > div {
	color: #fff;
}
.grey {
	background: #9d9d9d;
}
.grey > td > span {
	color: #fff;
}
.black {
	background: #000;
}
.black > td > span {
	color: #fff;
}
.dropdown-menu.pull-right {
right: -1px;
left: -1px;
top: 30px;
padding: 10px 10px;
}
.open-detail {
padding: 8px 30px;
cursor: pointer;
position: absolute;
right: 0;
}
.open-detail i {
transform-origin: center;
transition: 0.4s all;
transform: rotate(0deg);
}
.open-detail.rotate i {
transform: rotate(180deg);
}
@media (max-width: 800px) {
.page-people-directory .contact-top-bar {
	text-align: left;
	width: 100%;
}

.page-people-directory .contact-top-bar .btn-add-new-contact {
	margin-bottom: 10px;
	display: block;
}

.page-people-directory .contact-top-bar .txt-search-contact {
	margin-bottom: -5px;
}
}
.modal-body img {
	max-width:100%
}

.counter-style {
    text-align: center;
    color: #fff !important;
    padding: 2px 0;
    border-radius: 4px;
    margin: 0 2px 4px;
    font-size: 14px !important;
}
ul.list-unstyled li:first-child {
    padding: 2px 0;
    margin: 0 2px 4px;
}
.more-counters {
    border: 1px solid #EEEEEE !important;
    padding: 2px 0 !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}
.autocomplete-suggestions {
    font-size: 14px;
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    margin: 6px 0 0;
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
	z-index:9999 !important;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #be1623
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}
.dropdown-header .text, .dropdown-header {
  font-weight: bold !important;
}
.owl-nav {
 position:absolute;
 top:20%;
 transform:translateY(-50%);
 width:95%;
 display:flex;
 justify-content:space-between;
 padding:0 10px;
 pointer-events:none;
 padding-left:5%
}
.owl-nav button {
 width:44px;
 height:44px;
 border-radius:22px;
 border:none;
 background-color:transparent;
 display:flex;
 justify-content:center;
 align-items:center;
 pointer-events:all;
 padding:0;
 background: rgba(255,255,255,.85);
 color: #000;
 font-size: 40px;
}
.owl-nav button span{
margin-top:-6px
}
.slider-menu {
	width:55%;
}
.slider-menu .service-item {
	width:48%;
	margin-right:2%
}
.main-center-portal {
	width:45%;
	text-align:center
}
@media (max-width: 1294px) {
.slider-menu {
	width:100% !important;
}
.main-center-portal {
	width:100%;
}
}
.main-center-portal img{ max-width:100% !important;}
@media (max-width: 992px) {
.slider-menu .service-item {
	width:100% !important;
}
.owl-nav {width:100% !important;}
.mobile-notable td{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
}
.page-text ul { margin-left:15px;}
.page-text ul li { list-style-type: circle !important;}
.page-text .sihhiForm li { list-style-type: none !important;}
.page-text tr td { vertical-align:top}
.pagination li a>span {
    display: none;
}

.pagination li a[aria-label="First"]:before {
    content: "<<";
}
.pagination li a[aria-label="Previous"]:before {
    content: "<";
}
.pagination li a[aria-label="Next"]:before {
    content: ">";
}
.pagination li a[aria-label="Last"]:before {
    content: ">>";
}
.errors ul li { list-style-type: none !important;}
.errors ul li { color:white;}