/* Entity {Basic} version 1.5 Main CSS File
 *
 * @version 1.0
 * @date 03 September 2013
/* 

/* Main Styles */

html, body {
	height:100%;
	/*background: #F5F5F5 url(../img/bg/white-noise.png) repeat center center;	*/
}

.table tbody>tr:first-child >td {
	border-top: none;
}

.wrapper {
	/*margin-bottom:100px;
	padding-bottom:100px;	*/
}

.header-bar {
	padding: 15px 0px;
	background: rgba(225,225,225.0.75);
	color: #191919;
	margin-bottom:10px;
	border-bottom: #BBB 2px solid;
	box-shadow: #AAA 0px 5px 10px;	
}

h1.header-logo {
	padding:0;
	margin-bottom: 5px;
	font-size:32px;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	line-height:normal;
}

.title-logo a{
	color: #191919;
	text-decoration:none;
}

#user-menu {
	margin-top:15px;
	text-align:right;	
}

#project-image-container {
	position:relative;	
}

#project-image-actions {
	position:absolute;
	z-index:5;
	bottom:25px;
	left:30%;	
}

.avatar {
	display:inline-block;
	min-width: 256px;
	text-align:left;	
	font-size:12px;
	margin-right:25px;
}

.avatar span {
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	display: inline-block;
}

.avatar img {
	float:left;
	margin-right:30px;	
}

ul.navigation {
	margin:0;
	padding:0;
	display:inline-block;
	float:right;	
}

ul.navigation li {
	display:inline-block;
	padding: 15px 25px;
	border: #EEE 1px solid;
	border-radius: 5px;
	margin-right: 15px;
}

ul.navigation li:last-child {
	margin-right:0px;
	border:none;
}

ul.navigation li:hover {
	background: rgba(235,235,235,0.5);
	border: #CCC 1px solid;	
}

ul.navigation li:last-child:hover {
	background: none;
	border:none;
}

ul.navigation li a {
	color: #191919;
	text-decoration:none;
}

ul.navigation li:last-child form {
	margin:0;
	padding:0;	
}

ul.navigation li.messages {
	position:relative;	
}

ul.navigation li.messages span {
	position:absolute;
	top:5px;
	right:10px;
	font-size:18px;
	font-weight: bold;
}

@media (max-width: 1199px) {
	
	h1.header-logo {
		text-align:center;
		padding-bottom: 25px;	
	}
	
	div.header-bar div.container div.row div.col-lg-4 {
		text-align:center;
	}
	
	.avatar {
		margin: 0px auto 15px auto;	
	}
	
	#user-menu {
		text-align:left;	
	}	
}

.wk-item {
	text-align:center;
}

.wk-item table {
	margin-top: 25px;
	text-align: left;	
}

.wk-item-shell {
	margin:10px;
	min-height: 275px;
}

#quote-message {
	margin: 15px 0px;
	text-align:center;	
}

#system-links {
	padding_left:25px;
	border-left: 3px #EEE solid;
}

#system-links hr {
	margin: 25px 0px;
}

@media (max-width: 1199px) {
	#system-links {
		border-left: none;
	}
}

#profile-avatar {
	position:relative;	
}

#profile-avatar-options {
	position:absolute;
	bottom: 5px;
	left:0px;
	width:100%;
	text-align:center;
	z-index:9;	
}

#frm-upload-avatar a {
	display:inline-block;	
}

footer {
	/*position:fixed;*/
	bottom:0px;
	width: 100%;
	/*min-height:50px;*/
	min-height: 300px;
	padding: 120px 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: transparent url(../img/polis-footer.png) no-repeat bottom right;
	color: #CCC;
	text-align:center;
	/*margin-top:25px;*/
	z-index:100;	
}

footer .row div {
	text-align: left;
}

footer .row div p {
	margin-left: 10px;
}

#frm-create-user .row {
	padding: 10px 0px;;	
}

.avatar-shell {
	padding-top:25px;
}

#recent-activity td {
	font-size:12px;	
}

#recent-activity tr:hover {
	background: #FFF;	
}

a.toggle {
	text-decoration:none;
	cursor:pointer;	
}

.line-charge-form-shell {
	display:none;
	background: #F5F5F5;
	margin-bottom: 25px;	
}

.sidebar {
	border-right: #CCC 1px solid;	
}

.settings-item {
	text-align:center;	
}

.post-reply {
	position:relative;	
}

.msg-arrow {
	font-size:64px;
	color: #CCC;
	position:absolute;
	top:-70px;
	right:25px;	
}
.msg-container {
	position:relative;
	transition: all ease-in 0.5s;
}

.msg-container:hover {
	background: #FFF;
	transition: all ease-in 0.5s;
}

.msg-icon {
	font-size:64px;
	color: #CCC;
}

.msg-actions {
	position:absolute;
	z-index:5;
	top:10px;
	right:10px;	
}

option.admin-option-row {
	background: #F5F5F5;
}

/* Login Screen Styles */

#login-form-shell {
	display:none;	
}

.login-shell {
	margin-top: 20%;
	text-align:center;
}

table#login-form div.input-group {
	margin: 5px 0px;
}

.login-button-group {
	margin:25px 0px;;
}

.app-credits p {
	font-size:small;
}

.assignment-list {
	padding:25px 0px;	
}

.quote-item {
	border-radius:10px;
	text-align:center;
	padding: 15px;		
}

.quote-item:hover {
	border: dashed 2px #CCC;
	padding: 13px;
}

.file-forms {
	display:none;	
}

.dark-round {
	background:#191919;
	border: #111 2px solid;
	border-radius:10px;
	color: #F5F5F5;
	padding:25px;	
}

#magic-wand-form {
	position:relative;	
}

#new-form {
	position:absolute;
	top:0px;
	z-index:5;
	left:20%;	
}

.field-remove {
	position:absolute;
	top:-5px;
	left:-5px;
	z-index: 5;
		
}

/* Custom Form Styles */

input.switch[type = "checkbox"] {
	display:none;	
}

input.switch[type = "checkbox"] + label {
	height:	95px;
	width: 100px;
	background: url(../img/sprites/switch-sprite.png) no-repeat left top;
}

input.switch[type = "checkbox"]:checked + label {
	height:	95px;
	width: 100px;
	background: url(../img/sprites/switch-sprite.png) no-repeat -100px top;
}

div.switch-off {
	height:	95px;
	width: 100px;
	background: url(../img/sprites/switch-sprite.png) no-repeat left top;
}

div.switch-on {
	height:	95px;
	width: 100px;
	background: url(../img/sprites/switch-sprite.png) no-repeat -100px top;
}

/* Box Classes */

.egg {
	border:#E1E1E1 1px solid;
	border-radius: 10px;
	box-shadow:#CCC 0px 5px 5px;
	padding:50px 25px;
}

.small-egg {
	border:#E1E1E1 1px solid;
	border-radius: 10px;
	box-shadow:#CCC 0px 5px 5px;
	padding:25px;
	padding-top:0px;
}

.new-fields {
	padding:25px;
	border: #E1E1E1 dashed 2px;
	border-radius: 5px;	
}

.new-fields strong {
	font-size:64px;
	color:#E1E1E1;
	text-align:center;	
}

.new-options {
	padding:10px;
	border: #E1E1E1 dashed 2px;
	border-radius: 5px;	
}

.new-options strong {
	font-size:32px;
	color:#E1E1E1;
	text-align:center;	
}

/* Helper Classes */

.push-down {
	margin-bottom:25px;	
}

.push-up {
	margin-top:25px;	
}

.push-right {
	margin-right:25px;
}

.push-vertical {
	margin: 25px 0px;	
}

.max-25 {
	max-width:25%;	
}

.max-50 {
	max-width:50%;	
}

.min-h-100 {
	min-height:100px;	
}

.min-h-50 {
	min-height:50px;	
}

/* Overrides and additions for Bootstrap */
span.input-group-addon {
	min-width:40px;	
}

span.input-group-addon label {
	display: inline-block;
	margin-bottom: 0px;
	font-weight: normal;	
}

label {
	font-weight:normal;	
}

blockquote.block-or {
	border:none;
	margin-left:0px;
	padding-left:0px;	
}
.alert-white {
  color: #191919;
  background-color: #EEE;
  border-color: #CCC;
}

table {
	width:100%;	
}

@media (min-width: 1200px) {
	
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.view-lg {
		display:none;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.view-lg {
		display:none;
	}
}

@media (max-width: 767px) {
	.view-lg {
		display:none;
	}
}