/* Begin default */
body {padding-top:70px;}
[contenteditable] {border:1px solid transparent;}
[contenteditable]:hover, [contenteditable]:focus {border:1px solid lightgray; cursor: text;}
.nav, .pagination, .carousel, .panel-title a {cursor:pointer;} /* Bootstrap UI */

.glyphicon {cursor:pointer;}

/* Begin statusbar */
#statusbar {
	height:23px;
	line-height:23px;
	position: fixed;
	top: 0px;
	width: 50%;
	margin-left:25%;
	margin-right:25%;
	z-index: 1031;
	text-align: center;
	color: #ffffff;
	background-color: #4f99c6;
	-webkit-border-bottom-right-radius: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
	border-bottom-right-radius: .5em;
	border-bottom-left-radius: .5em;
	opacity:0.8;
}
.statusbartype1 {/*width:100%; background-color:blue !important;*/}
.statusbartype2 {width:100%; background-color:red !important;}

#statusbar .slideupdown-hide, .slideupdown-show {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

#statusbar .slideupdown-hide {opacity:1; position: fixed; top: 0px !important;}
#statusbar .slideupdown-hide.slideupdown-hide-active {opacity:0; position: fixed; top: -23px !important;}

#statusbar .slideupdown-show {opacity:0; position: fixed; top: -23px !important;}
#statusbar .slideupdown-show.slideupdown-show-active {opacity:1; position: fixed; top: 0px !important;}
/* End statusbar */
/* End default */

/* Begin personal_profile and personal_overview */
#personal_profile .social ul li, .personal_overview .social ul li {margin-top:8px;}
/* End personal_profile and personal_overview */

/* Begin projects_search */
.personal_overview .modal-body {max-height:575px; overflow-y:auto;}
/* End projects_search */

/* Begin personal_lemma */
#personal_lemma table#lemma thead tr th {text-align:center;}
/* End personal_lemma */

/* Begin personal_availability */
#personal_availability .fc-content {cursor:pointer;}
.project_overview .modal-body {max-height:575px; overflow-y:auto;}
/* End personal_availability */

/* Begin projects_search */
#projects_search div.list-group input[type="checkbox"] {cursor:pointer;}
/* End projects_search */

/* Begin projects_project */
#projects_project table#project thead th {cursor:pointer;}
#company_project table#project tbody tr {cursor:pointer;}
/* End projects_project */

/* Begin social icons */
.socialico {
	margin: 0;
	padding: 0;
}

.socialico ul {
	margin: 0;
	padding: 5px;
}

.socialico ul li {
	margin: 5px;
	list-style: none outside none;
	display: inline-block;
}

.socialico i {
	width: 30px;
	height: 30px;
	color: #FFF;
	background-color: #909AA0;
	font-size: 18px;
	text-align:center;
	padding-top: 7px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.socialico i:hover {
	color: #FFF;
	text-decoration: none;
	transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
}

.socialico .fa-facebook:hover {background: #4060A5;}
.socialico .fa-twitter:hover {background: #00ABE3;}
.socialico .fa-google-plus:hover {background: #e64522;}
.socialico .fa-github:hover {background: #343434;}
.socialico .fa-pinterest:hover {background: #cb2027;}
.socialico .fa-linkedin:hover {background: #0094BC;}
.socialico .fa-flickr:hover {background: #FF57AE;}
.socialico .fa-instagram:hover {background: #375989;}
.socialico .fa-vimeo-square:hover {background: #83DAEB;}
.socialico .fa-stack-overflow:hover {background: #FEA501;}
.socialico .fa-dropbox:hover {background: #017FE5;}
.socialico .fa-tumblr:hover {background: #3a5876;}
.socialico .fa-dribbble:hover {background: #F46899;}
.socialico .fa-skype:hover {background: #00C6FF;}
.socialico .fa-stack-exchange:hover {background: #4D86C9;}
.socialico .fa-youtube:hover {background: #FF1F25;}
.socialico .fa-xing:hover {background: #005C5E;}
.socialico .fa-rss:hover {background: #e88845;}
.socialico .fa-foursquare:hover {background: #09B9E0;}
.socialico .fa-youtube-play:hover {background: #DF192A;}
/* End social icons */