/* PLACE YOU CUSTOM STYLES IN THIS FILE */
img#profile-change:hover {
    opacity: 0.5;
}
img#profile-change {
    cursor: pointer;
    transition: all ease 0.3s;
}
a.banner-edit img {
    max-width: 16px;
}
.main-title.personal-title {
    display: flex;
}
.main-title.personal-title h5.main-title {
    margin: 0;
    padding: 0;
    border: none;
}
.group-avatar a#banner {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
}
a.banner-edit {
    /*position: absolute;*/
    top: 10px;
    background: #fff;
   padding:6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; 
    bottom: 0;
	cursor: pointer;
}
.info-block-list .info-block .work-title {
    width: 100%;
}  
.info-block-list .info-block p {
    padding: 0 30px 0 0;
}
a.exp-edit.exp-sec {
    background: transparent;
    top: 0px;
    right: 0px;
    transition: all ease 0.3s;
}
a.exp-edit img {
    max-width: 16px;
}
.work-info p {
    position: relative;
    bottom: 10px;
}
.work-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* bottom: -12px; */
}
a.exp-edit {
    
    top: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    bottom: 0;
    cursor: pointer;
}
.about-me-sec-div h4 {
    margin: 0;
}
a.banner-edit.personal-sec {
    background: transparent;
    top: 0px;
    right: 0px;
	transition:all ease 0.3s;
}
.about-me-sec-div {
    display: flex;
	align-items: center;
}
.about-me-sec-div a {
  background: transparent;
    position: initial;
}
a.banner-edit.personal-sec:hover, a.banner-edit.work-exp-sec:hover,a.exp-edit.exp-sec:hover, .about-me-sec-div a:hover {
    background: #e6e6e669;
}
a.banner-edit.work-exp-sec {
    right: 20px;
    top: -16px;
    background: transparent;
	transition:all ease 0.3s;
}

.org-card{
	background-color: #051c60;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
}

.org-card h6{
	color:#fff
}
.org-card h4{
	color:#fff
}
.org-card a:hover{
	background: #051c60
}
.pur-card{
	background-color: #9214FF;
	padding: 10px;
	border-radius: 10px;
	color: #FFFFFF;
}
.pur-card h6{
	color:#FFFFFF
}
.pur-card h4{
	color:#FFFFFF
}
.pur-card a:hover{
	background: #3C1746
}

.header-title h4{
	color: #FFFFFF;
	
}
.margin-l{
	margin-left: 10px;
	margin-right: 10px;
}

.widget-1{
	background: #F3720D none repeat scroll 0 0;
	border: 1px solid #e1e8ed;
	border-radius: 5px;
	display: block;
	padding: 15px 20px 20px;
	position: relative;
	width: 100%;
	z-index: 9;
	color: #ffffff;
}

.widget-1 h4{
	color: #fff;
}

.h100 {
	min-height: 400px;
}

.calendar {
  background: #25335e;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
  height: 420px;
  perspective: 1000;
  transition: .9s;
  transform-style: preserve-3d;
  width: 100%;
}

/* Front - Calendar */
.front {
  transform: rotateY(0deg);
}

.current-date {
  border-bottom: 1px solid rgba(73, 114, 133, .6);
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.current-date h1 {
  color: #dfebed;
  font-size:14px;
  font-weight:300;
}

.week-days {
  color: #dfebed;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding:10px 12px;
  font-size: 10px;
} 

.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weeks {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 8px;
}

.weeks div {
  display: flex;
  font-size: 12px;
  font-weight: 300;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.last-month {
  opacity: .3;
}

.weeks span {
  padding: 10px;
}

.weeks span.active {
  background: #f78536;
  border-radius: 50%;
}

.weeks span:not(.last-month):hover {
  cursor: pointer;
  font-weight: 600;
}

.event {
  position: relative;
}

.event:after {
  content: '•';
  color: #f78536;
  font-size: 1.4em;
  position: absolute;
  right: -4px;
  top: -4px;
}

/* Back - Event form */

.back {
  height: 100%;
  transform: rotateY(180deg);
}

.back h2 {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(73, 114, 133, .6);
  color: #dfebed;
  font-size: 1.4em;
  font-weight: 300;
  padding: 30px 40px;
  width: 100%;
}

.info {
  color: #dfebed;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.2em;
  padding: 30px 40px;
}

.info div:not(.observations) {
  margin-bottom: 40px;
}

.info span {
  font-weight: 300;
}

.info .date {
  display: flex;
  justify-content: space-between;
}

.info .date p {
  width: 50%;
}

.info .address p {
  width: 100%;
}

.actions {
  bottom: 0;
  border-top: 1px solid rgba(73, 114, 133, .6);
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
}

.actions button {
  background: none;
  border: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  padding: 30px 0;
  text-transform: uppercase;
  width: 100%;
}

.actions button:first-of-type {
  border-right: 1px solid rgba(73, 114, 133, .6);
}

.actions button:hover {
  background: #497285;
  cursor: pointer;
}

.actions button:active {
  background: #5889a0;
  outline: none;
}

/* Flip animation */

.flip {
  transform: rotateY(180deg);
}

.front, .back {
  backface-visibility: hidden;
}

.icon-height {
	max-height: 28px;
}


.nk-post-text {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	font-weight: 300;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* max-height: 75px; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.nk-post-text p {
	margin-bottom: 8px;
}

.nk-post-text ul {
	padding-left: 20px;
}

.post-category {
	border-radius: 50px;
	background-color: #051c60;
	display: inline-block;
	padding: 4px 20px;
	font-size: 12px;
	color: #fff;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	line-height: 1.5;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
	margin-left: 20px !important;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

div#topcontrol {
	display: none !important;
}


#status-icon:before, .lhc-icon-online:before {
	content: '\f11b' !important;
}


/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 13000;
	height: 100%;
}
.no-js .preloader, .lt-ie9 .preloader, .lt-ie10 .preloader {
	display: none;
}
.preloader_image {
	width: 125px;
	height: 125px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../images/fav.png') no-repeat 50% 50% transparent;
	margin: -50px 0 0 -50px;
}
.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.preloader_image {
	background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
}
}
/* animated elements */
.to_animate {
	visibility: hidden;
}
.no-js .to_animate, .lt-ie10 .to_animate, .lt-ie9 .to_animate {
	visibility: visible;
}
.animated {
	/*IE7 fix*/
	visibility: visible !important;
}
/*profile work exp*/
.work-img { 
	width:11%; 
	margin-right: 5%; 
	float: left;
}

.work-img img { 
	width:100%; 
}
.work-exp { 
	width:84%; 
	height: 50px;
	float: left;
}
.work-exp p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.work-exp h6{
	margin-top: 0px;
	margin-bottom: 7px;
}

.edu-title { 	
	font-style: italic;
	font-size: 10px;
}
.edu-date{
	color:#C86420;
}

.logout-btn img{
	width: 20px !important; 
	vertical-align: middle;
	border-style: none;
	margin-top: 7px;
}

.use-link img{
	width: 20px !important;
}

/*Department*/
 


ol {
  list-style: none;
}
 
.dept-box {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
 text-align: center;
}

.dept-box img{
	width: 56px;
	border-radius: 100%;
	margin: 0px;
	margin-top: 5px;
}

.dept-box figure{
	margin: 0px;
}

.dept-box h4 {
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.dept-box span {
	font-size: 12px;
	color: #333;
}

.rectangle {
  position: relative;
  padding: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}

.inline{
	display: inline-block;
}



/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: #051C60;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #000;
}

.level-1 img {
	width: 96px;
	margin-top: -26px;
	margin-right: 26px;
}

.level-1 span {
	font-size: 18px;
	color: #fff;
}

.level-1 h4{
	font-size: 22px;
	margin-top: 26px;
	color: #fff;
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
	padding:0px;	

}


.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 3%;
  width: 94%;
  height: 2px;
  background: #000;
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: #000;
}

.level-2-wrapper li {
  position: relative;
}

/*.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #000;
}*/

.level-2 {
  width: 90%;
  margin: 0 auto 40px;
  background: #C6D5FF;
}

/*.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #000;
}*/

/*
.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}
*/


/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
	padding:0px;
}

/*.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background:#000;
}*/

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background:#000;
}

.level-3 {
  margin-bottom: 20px;
  background: #FFB783;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
	padding:0px;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background:#000;
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: #fff;
  padding-top: 3px;
  padding-bottom: 3px;
}

.level-4 h4{
	margin-top: 0px;
}

.level-4 span{
	color: #333;
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: #000;
}



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}
