/*
Theme Name: Networking Platform
Theme Author: The Code Company
Author URL: http://thecode.co
*/

/* General Layout - Global  */

.networking h1 {
	font-size:   1.9em;
	font-weight: normal
}

.networking h2, .networking h3 {
	font-size:   1.5em;
	font-weight: normal
}

.networking .form-horizontal .control-label {
	text-align: left
}

.networking .form-horizontal .form-group {
	margin-bottom: 8px;
}

.header .page-header {
	margin-bottom: 0;
	margin-top:    30px;
	border:        0;
	text-align:    center
}

body footer {
	background: #fff !important
}

footer .links a {
	font-weight: normal;
}

footer .links {
	font-size: .9em
}

@media (min-width: 768px) {
	.container {
		max-width: 800px;
	}
}

div.alert span {
	display: block;
}

div.admin-alert {
    margin: 10px 0;
    width: 100%; 
    float: left; 
    border-radius: 3px; 
    border: 1px solid #b7dbf2; 
    background: #d4edfc; 
    padding: 10px; 
    font-size: 12px;
}

div.admin-alert p {
    font-size: 12px;
    color: #333; 
    margin: 5px 0;
}

span.bold {
    font-weight: bold;
}

div.networking form label {
	font-weight: bold;
}

div.networking span.networking-field {
	display: block;
	margin:  5px 0;
}

div.networking span.networking-label {
	font-weight: bold;
}

span.form-label label {
	font-weight: bold;
}

span.form-desc {
	font-style: italic;
}

/* Navigation inc Mobile */

.navbar {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.navbar-default .navbar-nav>li {
		text-align: center;
	}
}

/* Attendee Directory */

.attendee-search form {
	margin-top: 23px
}

div.attendee span.attendee-name {
	font-weight: bold;
}

.attendee-directory .overviewcard {
	width:         49%;
	font-size:     .85em;
	border:        1px solid #eeeeee;
	margin-left:   0px;
	min-height:    250px;
	margin-bottom: 15px;
	padding:       10px;
	border-radius: 10px;
}

.attendee-directory .overviewcard img {
	float:       right;
	margin-left: 10px;
}

.attendee-directory .overviewcard h3 {
	font-size:   1.4em;
	margin:      0;
	padding:     0;
	line-height: 1.4em;
}

.attendee-directory .overviewcard .meta {
	font-size: .83em;
}


@media (max-width: 768px) {
	.attendee-directory .overviewcard {
		width:100%;
	}
}

/* Schedules */

table.table span.message {
	display: block;
}

table.schedule {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	width:        100%;
}

table.schedule th, table.schedule td {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding:      5px;
}

table.table tr.non-bookable {
	background: #eeeeee;
}

table.table span.session-title {
	display:     block;
	font-weight: bold;
}

table.table span.non-bookable-message {
	font-style: italic;
}

table.table span.marked-unavailable {
	font-style: italic;
}

table.schedule span.attendee-unavailable {
	font-style: italic;
}

/* Profiles  */

.profile a.fa {
	text-decoration: none;
}

.profile p {
	font-size:   .9em;
	margin-top:  0px;
	line-height: .9em
}

.profile .lead {
	font-size: 1.1em
}

.networking .profile h2 {
	margin: 0
}

.networking .profile.intro {
	margin-bottom: 20px;
	margin-top:    20px;
}

/* Inbox */

div.unread span.message-excerpt {
	font-weight: bold;
}

span.conversation-other-user {
	display:     block;
	font-weight: bold;
}

/* Messages, Message Threads  */

div.networking-conversation-message {
	padding:       10px 10px;
	margin:        0;
	border-radius: 7px;
	min-height:    50px;
	margin-bottom: 8px;
	min-width: 	   330px;
}

div.networking-conversation-message .profile-image {
	padding: 0;
	width:   50px !important;
}

div.networking-conversation-message .msg {
	padding: 0;
	margin:  0
}

div.message-you {
	background: #0B93F6;
	color:      #fff;
	float:      right;
}

div.message-them {
	background: #efefef;
}

div.message-action {
	color: #666666;
}

div.message-action span.networking-message-sender {
	display: none;
}

div.message-action span.networking-message-sender-picture {
	display: none;
}

div.message-action p {
	font-style: italic;
}

div.message-action.message-you {
	color: #fff;
}

div.networking-conversation-message p {
	padding-left: 10px;
}

span.networking-message-sender {
	font-weight: bold;
}

span.networking-message-date {
	font-style:    italic;
	text-align:    right;
	display:       block;
	font-size:     .8em;
	margin-top:    0px;
	margin-bottom: 10px;

}

.message-them.networking-message-date {
	padding-right: 60px;
}

#sendmessage textarea {
	width:  300px;
	height: 75px;
}

#sendmessage input {
	display: block
}

/* General Text */
.hint {
	font-size: smaller;
	color: #9aa4af;
}

/* Login Page */

.login-form-control {
	background:    #e7e7e7;
	border:        solid 1px #cbcbcb;
	max-width:     450px;
	margin:        auto auto;
	text-align:    center;
	margin-top:    100px;
	border-radius: 10px;
}

.login-form-control form label {
	margin-right: 30px;
}

.login-form-control input {
	border:        1px solid #ebe6e2;
	border-radius: 5px;
	transition:    all 0.3s ease-out;
}

.login-form-control #wp-submit {
	padding:   8px;
	min-width: 30%;
	margin:    10px
}

