/*
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 *
 * Project Name: NYC Design
 * Version: 1.0
 * Date: 04-20-2014
 * URL: 
 * colors : #0082BE;
 */


/* ==========================================================================
   Base Styles, Bootstrap Modifications & Fonts Import
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.centered {
	text-align: center
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Francois One", sans-serif;
}

h1 {
	font-family: "Francois One", sans-serif;
    font-size: 28px;
}

h3 {
	color: #0082BE;
}

h4 {
	margin: 10px 0 30px 0;
}

.centered h1 + p {
	font-size: 20px;
	margin-bottom: 40px
}


.label {
	font-size: inherit;
}

ul {
	list-style-image: url(../img/square-bullet.png);
}

.anim-hidden{
     opacity:0;
}

.anim-visible{
     opacity:1;
}

/* ==========================================================================
   Wrap Sections
   ========================================================================== */

/* header Wrap */

#headerwrap {
	height: 150px;
	background-color: #003271;
}

#headerwrap img{
	max-height: 140px;
	margin: 5px 0;
}

#headerwrap .title{
	text-align: right;
	color: #f2f2f2;
}

#headerwrap .date{
	text-align: right;
	color: #f2f2f2;
	font-family: "Francois One", sans-serif;
}


/* Intranet menu */

.intranet-menu-item {
	text-align: center;
	font-weight: bold;
}

.intranet-menu-item i {
	padding: 0.2em;
	font-size: 2.6em;
}

.intranet-menu-item:hover {
	background-color: #fff;
}

.intranet-menu-item:hover a{
	color: #2a6496;
}

.intranet-menu-item a {
	display: inline-block;
	color: #fff;
}

.intranet-menu-item a:hover {
	text-decoration: none;
}

.intranet-menu-item.selected {
	background-color: #fff;
}

.intranet-menu-item.selected a {
	color: #003271;
}

/* Login wrap */

#loginwrap {
	padding: 4em 0;
	font-size: 90%;
	min-height: 600px;
}

.form-control, .input-group-addon, .input-group-lg > .input-group-addon, .input-group-lg > .form-control {
    border-radius: 0;
}

.fa-lock {
	width: 15px;
}



/* Applicants wrap */

#applicantwrap {
	padding: 1em 0;
	font-size: 90%;
}

.table h4 {
	margin-top: 2px;
}


/* Documents wrap */

#documentwrap {
	font-size: 90%;
	padding: 1em 0;
}

.nav-tabs > li > a {
	color: #0082BE;
	font-size: 1.1em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
	background-color: #0082BE;
	border-radius: 0;
	color: #f2f2f2;
	border: 1px solid #0082BE;
}

.dataTables_filter {
	position: absolute;
	z-index: 99;
    top: 6px;
    right: 20px;
}

.badge-primary {
	background-color: #337ab7;
}


/* Events wrap */

.fc-header-toolbar, .fc-content-col .fc-time {
    display: none
}

.fc-content {
    margin: 2%
}

.fc-content-col .fc-title {
    font-weight: 700
}

.lunch.fc-event, .dinner.fc-event, .break.fc-event {
    background-color: #36802D;
    border: 1px solid #36802D
}

.lecture.fc-event {
    background-color: #3a87ad;
    border: 1px solid #3a87ad
}

.course.fc-event {
    background-color: #2CB2D5;
    border: 1px solid #2CB2D5
}

.round-table.fc-event {
    background-color: #00B690;
    border: 1px solid #00B690
}

.workgroup.fc-event {
    background-color: #755A89;
    border: 1px solid #755A89
}

.workshop.fc-event {
    background-color: #DF7C82;
    border: 1px solid #DF7C82
}

.poster-session.fc-event {
    background-color: #F69E07;
    border: 1px solid #F69E07
}

.social-event.fc-event {
    background-color: #AC4C75;
    border: 1px solid #AC4C75
}

.other.fc-event {
    background-color: #999;
    border: 1px solid #999
}

.popover-content {
    padding: 9px 14px;
    font-size: 90%;
    color: #444
}

.popover-content span {
    display: block;
    text-align: center;
    font-weight: 700;
    color: #000
}




/* Speakers wrap */

#speakerwrap {
	font-size: 90%;
	padding: 1em 0;
}

.info-block {
    margin-bottom:25px
}

.items {
	padding: 15px;
	border-left: 1px solid #e6e6e6;
	float: none;
}

.items:hover {
	background-color: #f9f9f9;
}

.left-item {
	/*float: left;*/
}

.right-item {
	float: right;
}

.info-block.block-info {
    border-color:#20819e
}

.info-block .fa-user {
	font-size: 8.2em;
	color: #ccc;
}

.info-block p {
	margin-top: 10px;
	text-align: justify;
}

.info-block h4 {
	color: #000;
    margin: 10px 0;
    text-align: left;
}


/* Contact Wrap */
#contactwrap {
	background-color: #003271;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #f2f2f2;
}

#contactwrap h3, #contactwrap a {
	color: #f2f2f2;
}

#contactwrap img {
	height: 70px;
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

#contactwrap img:hover {
	opacity: 0.6;
}

#contactwrap small {
	font-size: 13px;
}

#contactwrap label {
	color: #f2f2f2;
	margin-top: 10px;
}


@media (max-width: 1200px) {
	#globe-logo {
		display: none;
	}
}