/*

TCWebAdmin 
http://www.tcwebadmin.com/
All Rights Reserved.

*/

/* Base Styles */

body {
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	background: #fff;
	color: #777
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin-top: 0
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 11px;
	margin: 0 0 0 5px
}
h1 {
	font-size: 28px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 16px
}
h5 {
	font-size: 13px
}
h6 {
	font-size: 11px
}
strong, b {
	color: #555
}
a:hover, a:focus {
	outline: 0
}
small, .small {
	font-size: 11px
}
pre, code {
	padding: 1px 2px;
	font-weight: bold;
	font-size: 12px
}
blockquote {
	border-left: 3px solid #dcdddf
}
blockquote p {
	font-size: 14px
}
blockquote small::before {
	content: "# "
}
.lead {
	font-size: 16px;
	line-height: 22px
}
.text-muted {color: #999;}
.wrapper {
	background: url(../images/bg.png) #eee;
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 0;
}
.footer .nav li {
	float: left
}
.footer .nav li+li {
	margin-left: 30px
}
.footer .nav li a {
	color: inherit
}
.footer .nav li a:hover {
	color: #555
}
.input-append input, .input-prepend input, .input-append select, .input-prepend select, .input-append .uneditable-input, .input-prepend .uneditable-input {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.input-append input, .input-append select, .input-append .uneditable-input, .input-prepend .add-on:first-child, .input-prepend .btn:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}
.input-append .add-on, .input-prepend .add-on, .input-append .btn, .input-prepend .btn, .input-append .btn-group>.dropdown-toggle, .input-prepend .btn-group>.dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}
.input-transparent {
	border: 0!important;
	background: none!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important
}
.radio.inline, .checkbox.inline {
	white-space: nowrap
}
/* body [class^="icon-"], body [class*=" icon-"] { */
	/* font-size: 14px; */
	/* line-height: 20px; */
	/* height: 20px */
/* } */
.shaded {
	color: rgba(0,0,0,0.3);
	text-shadow: 0 0 1px #eee, 0 0 0 #000, 0 0 1px #fff
}
.module {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	margin-bottom: 30px
}
.align-center {
	text-align: center
}
.align-right {
	text-align: right!important
}
.clear {
	clear: both
}
.none {
	display: none
}
.nav>li>a:hover {
	background: 0
}
.form-horizontal .control-group, .form-vertical .control-group {
	margin-bottom: 0
}
.form-horizontal .control-group+.control-group, .form-vertical .control-group+.control-group {
	margin-top: 13px;
	padding-top: 13px;
	border-top: 1px solid #f5f5f5
}
.module-login {
	margin-bottom: 80px;
	margin-top: 80px
}
.module-login .form-vertical input {
	margin-bottom: 0!important
}
.navbar {
	position: static!important;
	margin: 0!important
}
.navbar .navbar-inner {
	background: #fff;
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}
.navbar .brand {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	margin-right: 20px;
	padding: 20px
}
.navbar .nav>li>a {
	padding: 20px 15px;
	font-weight: bold;
	color: #777
}
.navbar .nav>li.active , .navbar .nav>li.active , .navbar .nav>li.active, .navbar .nav>li:hover  {
	background: #f9f9f9;
}
.navbar .nav>li.dropdown.open>.dropdown-toggle, .navbar .nav>li.dropdown.active>.dropdown-toggle, .navbar .nav>li.dropdown.open.active>.dropdown-toggle {
	background: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	z-index: 9999
}
.navbar .nav>li>.dropdown-menu {
	border: 1px solid #ccc;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	left: -1px;
	min-width: 200px;
	margin: -1px 0 0;
	z-index: 9991
}
.navbar .nav>li>.dropdown-menu::before, .navbar .nav>li>.dropdown-menu::after {
	display: none
}
.navbar .nav>li>.dropdown-menu li>a {
	padding: 10px 20px
}
.navbar .nav>li>.dropdown-menu li>a:hover {
	background: #f9f9f9;
	color: #555
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus
{
	
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
	}
.navbar .nav.nav-icons>li>a {
	background: none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #777;
	font-weight: bold;
	padding: 5px;
	margin: 15px 5px
}
.navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {
	right: 0;
	left: auto
}
.navbar .divider-vertical {
	background: #eee;
	border-left: 0;
	border-right: 0;
	height: 30px;
	margin: 25px 15px;
	width: 1px
}
.navbar-search {
	margin: 15px 0 0 0
}
.nav-user>a {
	height: 20px
}
.nav-avatar {
	width: 34px;
	height: 34px;
	margin: -7px 5px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.navbar .navbar-small {
	position: fixed !important;
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: top;
	transition-timing-property: ease-in-out;
	top: 0px;
	right: 0px;
}
.dropdown-menu {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.alert {
	background: #fffaef;
	border-color: #ecdcb6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	color: #b68b53
}
.alert strong, .alert b {
	color: inherit
}
.alert-danger, .alert-error {
	background: #f7e7e4;
	border-color: #ecbeb6;
	color: #b55351
}
.alert-success {
	background: #eaf4e2;
	border-color: #c1dea9;
	color: #61a06f
}

/* Sweeps Styles */
.sweeps-form input[type=submit] {
	background-color: #5D852A;
	border: 1px solid  #6d9b31;
}
.sweeps-form input[type=submit]:hover {
	background-color: #6d9b31 !important;
}
.sweeps-form button[type=submit] {
	background-color: #5D852A;
	border: 1px solid #6d9b31;
}
.sweeps-form button[type=submit]:hover {
	background-color: #6d9b31;
}
.big-white-button, .border-whilte {
	background-color: #5D852A;
}
#getresults {
	background-color: #5D852A;
}
.content-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-image: url(/images/sites/youpicem/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#getresults {
	background-color: #5D852A;
	border: 1px solid #5D852A;
}
#getresults:hover {
	background-color: #6d9b31;
}
.sweeps-form input[type=submit] {
	border: 1px solid #6d9b31;
	background-color: #5D852A;
}
.sweeps-form button[type=submit] {
	border: 1px solid #6d9b31;
	background-color: #5D852A;
}
.sweeps-form input[type=submit]:hover {
	background-color: #6d9b31 !important;
}
.sweeps-form button[type=submit]:hover {
	background-color: #6d9b31 !important;
}
.sweeps-form #text-highlight {
	color: #f4610b;
}
.sweeps-form #text-light {
	color: #f4610b;
}
.hidden-text {

}
/* Text Colors */
.big-white-button {
	background-color: #5D852A;
}
.big-white-text h1 {
	background-color: #5D852A;
}
.big-white-text h2 {
	background-color: #5D852A;
}
.big-white-text h3 {
	background-color: #5D852A;
}
.slogan {
	color: #000000;
}
strong.note{
	color: #f4610b;
}
span#total_amount {
	color: #f4610b;
}
/* Menu Colors */
.menu i {
	color:#6d9b31 !important;
}
.menu i:hover {
	color:#6d9b31 !important;
}
.menu .item:first-child {
  border-left:solid 2px #6d9b31 !important;
}
.menu .item:nth-child(2) {
  border-left:solid 2px #6d9b31 !important;
}
.menu .item:nth-child(2):after {
  border-right:solid 2px #6d9b31 !important;
}
.menu .item:nth-child(3) {
  border-right:solid 2px #6d9b31 !important; 
}
.menu .item:nth-child(4) {
  border-right:solid 2px #6d9b31 !important;
}
.menu .item:nth-child(5) {
  border-right:solid 2px #6d9b31 !important;
}
.menu .item:last-child {
  border-right:solid 2px #6d9b31 !important;
}
.hidden-text {
  color: #000000 !important;
  border-top-color: #6d9b31 !important;
}
#ticket-container {
	color: #f4610b !important;
}
#holder-switcher-container {
	color: #000000;
}
div #pageContent {
	background-color: rgba(255, 255, 255, 0.5);
}
#mainContent {
	padding-bottom: 60px;
}
.login i {
	color:#f4610b !important;
}
#checkout-form select {
	height: 48px;
}
#checkout-form input[type=text] {
	height: 48px;
}
#smallNav li a {
	background: #5D852A;
	color: #000000 !important;
}
#smallNav li:hover a {
	background: #f4610b !important;
}
#smallNav li:hover ul a {
	background: #5D852A;
	color: #000000 !important;
}
#smallNav li:hover ul a:hover {
	background: #5D852A;
	color: #000000 !important;
}
#smallNav .show-menu {
	background: #5D852A;
	color: #000000 !important;		
}
.color-highlight {
	color:#6d9b31 !important;
}
.text-color {
	color: #000000 !important;
}
.text-highlight {
	color: #f4610b;
}
.color-link {
	color: #5d852a;
}
.color {
	color: #5D852A;
}

/* Accordion */
.accordion-group {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 1px rgba(0,0,0,0.2);
	overflow: hidden;
	margin-bottom: 5px
}
.accordion-heading {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fff 0, #fff 50%, #fafafa 51%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(50%, #fff), color-stop(51%, #fafafa), color-stop(100%, #fafafa));
	background: -webkit-linear-gradient(top, #fff 0, #fff 50%, #fafafa 51%, #fafafa 100%);
	background: -o-linear-gradient(top, #fff 0, #fff 50%, #fafafa 51%, #fafafa 100%);
	background: -ms-linear-gradient(top, #fff 0, #fff 50%, #fafafa 51%, #fafafa 100%);
	background: linear-gradient(to bottom, #fff 0, #fff 50%, #fafafa 51%, #fafafa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@topColor', endColorstr='@bottomColor', GradientType=0)
}
.accordion-heading .accordion-toggle {
	color: #555;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 15px;
	text-decoration: none!important
}
.media .media-avatar {
	 
	border: 1px solid rgba(204, 204, 204, 0.5);
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	height: 100px;
	width: 100px;
	margin-right: 20px
}
.media .media-avatar img {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	height: 90px;
	width: 90px;
	margin: 5px
}
.media .media-avatar.medium {
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	height: 70px;
	width: 70px
}
.media .media-avatar.medium img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	margin: 5px
}
.media .media-avatar.small {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	height: 60px;
	width: 60px
}
.media .media-avatar.small img {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	width: 50px;
	margin: 5px
}
.media .media-title {
	font-size: 14px;
	line-height: 16px;
	margin: 15px 0 0
}
.media.user {
	padding: 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	 border:1px solid transparent;

}
.media.user:hover {
	background:#E8F6E4;
	 border:1px solid #E8F6E4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 14px
}
.media.user:hover .media-avatar {
	background: #fff;
	border-color: #bbb;
	
}
.progress {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#f6f6f6;
}
.progress .bar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	 background-color: #428bca;
}
.progress.tight {
	height: 10px
}
.progress.stacked .bar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.progress.stacked .bar+.bar {
	margin-left: -1px
}
.progress.stacked .bar:first-child {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px
}
.progress.stacked .bar:last-child {
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0
}
.progress .bar-success, .progress-success .bar {
	border-color: #438e43
}
.progress .bar-warning, .progress-warning .bar {
	border-color: #c97600
}
.progress .bar-danger, .progress-danger .bar {
	border-color: #a62821
}
.table {
	margin-bottom: 0
}
.table th, .table td {
	border-color: #d5d5d5!important
}
.table.valign-middle td, .table.valign-middle th {
	vertical-align: middle
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px
}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px
}
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px
}
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px
}
.sidebar-user .user-avatar {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	height: 70px;
	width: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	margin-right: 15px
}
.sidebar-user .user-avatar img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 60px;
	height: 60px;
	margin: 5px
}
.sidebar-user .user-content {
	overflow: hidden;
	margin-top: 15px
}
.sidebar-user .user-content h3 {
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.widget .progress {
	margin-bottom: 0
}
.widget-menu {
	background: #fff;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	overflow: hidden
}
.widget-menu a {
	color: #555;
	display: block;
	line-height: 20px;
	padding: 15px;
	text-decoration: none!important
}
.widget-menu .menu-icon {
	 
	margin-right: 10px;
	 
	color: #767676;
	 -webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.widget-menu .label {
	background: #888;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 2px rgba(0,0,0,0.4) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 20px;
	padding: 0 5px
}
.widget-menu .label.green {
	background: #78ba00
}
.widget-menu .label.orange {
	background: #d74f2a
}
.widget-menu>li+li {
	border-top: 1px solid #555
}
.widget-menu>li>a {
	background-color: #2d2b32;
	color: #767676;
	-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.widget-menu>li>a .icon-chevron-up {
	display: block
}
.widget-menu>li>a .icon-chevron-down {
	display: none
}
.widget-menu>li>a.collapsed .icon-chevron-up {
	display: none
}
.widget-menu>li>a.collapsed .icon-chevron-down {
	display: block
}
.widget-menu>li>a:hover {
	background-color: #28262c;
	color: #fafafa;
}

.widget-menu>li>a:hover .menu-icon { color:#fff;}

.widget-menu>li ul li {
	background: #eee;
	border-top: 1px solid #ccc
}
.widget-menu>li ul li+li {
	border-top: 0
}
.widget-menu>li ul li.active a {
	background: #f0f0f0
}
.widget-menu>li ul li a {
	padding: 10px 15px 10px 30px
}
.widget-menu>li ul li a:hover {
	background: #f5f5f5;
	-webkit-box-shadow: 0 1px 0 #fafafa inset;
	-moz-box-shadow: 0 1px 0 #fafafa inset;
	box-shadow: 0 1px 0 #fafafa inset;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	padding: 9px 15px 9px 30px
}
.widget-usage {
	
	
background-color: #fff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);

text-decoration: none!important;


}
.widget-usage p {
	margin-bottom: 10px;
	line-height: 1.2
}
.widget-usage li {
	padding: 15px
}
.widget-usage li+li {
	border-top: 1px solid #ddd
}
.module {
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	border-color: #e9e9e9;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin: 12px 0px;
}
.module-head {
	
	color: #767676;
background-color: #f6f6f6;
border-color: #e9e9e9;


	padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;



	
}
.module-head h3 {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0
}
.module-option {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	margin: 0 15px
}
.module-body {
	padding: 15px
}
.module-body.table {
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.module-body.table .table th, .module-body.table .table td {
	padding-left: 15px;
	padding-right: 15px
}
.module-body.table tbody tr:hover td, .module-body.table tbody tr:hover th {
    background-color: #eeeeea;
	cursor:pointer;
}
.module-foot {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	padding: 15px
}
.login .user-accounts li {
	padding: 30px;
	overflow: hidden
}
.login .user-accounts li+li {
	border-top: 1px solid #ddd
}
.login .user-avatar {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-right: 15px
}
.login .user-avatar img {
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	width: 90px;
	height: 90px;
	margin: 5px
}
.login .user-content {
	margin: 5px 0 0 125px
}
.login .user-content h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px
}
.login .user-content h3 small {
	font-size: 11px;
	margin-left: 10px
}
.login .user-content p {
	margin-bottom: 15px
}
.stream-list {
	border-top: 1px solid #e5e5e5;
	margin: 20px -15px -15px
}
.stream {
	padding: 20px 15px
}
.stream+.stream {
	border-top: 1px solid #e5e5e5;
	margin-top: 0
}
.stream.new-update, .stream.load-more {
	padding: 0
}
.stream.new-update a, .stream.load-more a {
	background: #background: #f7f7f7;;
	
	color: #555;
	font-weight: 600;
	font-size: 14px;
	display: block;
	padding: 20px;
	text-align: center;
	text-decoration: none!important
}
.stream.new-update a i, .stream.load-more a i {
	font-size: 18px;
	margin-right: 10px
}
.stream.load-more {
	margin-top: 10px
}
.stream.load-more a {
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background: #f5f5f5;
	
}
.stream-author {
	font-size: 14px;
	margin: 0 0 5px
}
.stream-headline {
	margin: 5px 0 10px
}
.stream-options a [class^="icon-"], .stream-options a [class*=" icon-"] {
	font-size: 11px!important
}
.stream-attachment {
	border: 1px solid #eee;
	clear: both;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	 
	margin: 10px 0 0;
	width: 80%;
	padding: 10px
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}
.responsive-video object, .responsive-video embed, .responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.stream-respond {
	margin-top: 10px
}
.stream-respond .stream {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px 15px 0;
	width: 80%
}
.stream-respond .stream+.stream {
	border-top: 1px dotted #eee
}
.stream-respond .stream .stream-headline {
	margin-bottom: 0
}
.profile-head {
	background: #f9f9f9;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	margin: -15px -15px 0!important;
	padding: 15px 15px 0
}
.profile-head .media-avatar {
	background: #fff
}
.profile-brief {
	border-left: 3px solid #eee;
	padding-left: 15px
}
.profile-tab {
	background: #f9f9f9;
	margin: 0 -15px 25px;
	padding: 30px 15px 0;
	font-weight: 600
}
.profile-tab>li>a {
	color: #888;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0
}
.profile-tab>li>a:hover {
	color: #666
}
.profile-tab>li.active>a {
	color: #444
}
.profile-tab>li+li {
	margin-left: 5px
}
.profile-tab-content {
	overflow: visible
}
.profile-tab-content .stream-list {
	border-top: 0;
	margin-top: 0
}
.profile-tab-content .stream-list .media:first-child {
	margin-top: -20px
}
.message .module-option {
	border-bottom: 0
}
.message .module-body {
	padding: 0
}
.message .table-message thead tr.heading td, .message .table-message tbody tr.heading td {
	background: #29b7d3!important;
	font-weight: bold;
	border: 0;
}
.message .table-message tbody td {
	}
.message .table-message tbody td.cell-check {
	width: 20px;
	text-align: center
}
.message .table-message tbody td.cell-check input[type="checkbox"] {
	margin: 0
}
.message .table-message tbody td.cell-icon {
	text-align: center;
	padding-left: 0!important;
	padding-right: 0!important
}
.message .table-message tbody td.cell-author {
	width: 150px
}
.message .table-message tbody td.cell-time {
	width: 70px
}
.message .table-message tbody td.cell-status {
	width: 100px;
	text-align: center
}
.message .table-message tbody td.cell-status b {
	background: #d74f2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 1px 5px;
	font-size: 11px;
	text-transform: uppercase
}
.incomplete .message .table-message tbody td.cell-status b {
	background: #d74f2a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 1px 5px;
	font-size: 11px;
	text-transform: uppercase
}
.complete .message .table-message tbody td.cell-status b {
	background: #78ba00;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	display: inline-block;
	padding: 1px 5px;
	font-size: 11px;
	text-transform: uppercase
}
.message .table-message tbody [class^="icon-"], .message .table-message tbody [class*=" icon-"] {
	font-size: 13px;
	color: #999
}
.message .table-message tbody .icon-star {
	color: #ddd
}
.message .table-message tbody .icon-checker {
	width: 5px;
	height: 5px;
	border: 3px solid #d74f2a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0 0 15px
}
.message  tr.heading {
	color: #fff;
}
.message .table-message tbody tr.unread {
	font-weight: bold;
	color: #666
}
.message .table-message tbody tr.unread td {
	background: #fff
}
.message .table-message tbody tr.starred .icon-star {
	color: #fd7b12!important
}
.message .table-message tbody tr.starred .icon-star:hover {
	opacity: .6;
	filter: alpha(opacity=60)
}
.message .table-message tbody tr:hover td {
	background: #E8F6E4;
	cursor: pointer
}
.message .table-message tbody tr:hover .icon-star {
	color: #d9d9a9
}
.message .table-message tbody tr:hover .icon-star:hover {
	color: #adad88;
	cursor: pointer
}
.message .table-message tbody tr.task td {
	background: #fff;
	font-weight: bold
}
.message .table-message tbody tr.task.resolved td {
	background: #f5f5f5;
	color: #999;
	font-weight: normal
}
.message .table-message tbody tr.task.resolved .icon-checker {
	border-color: #ddd
}
.dataTables_wrapper {
	overflow: hidden
}
.dataTables_wrapper select, .dataTables_wrapper input, .dataTables_wrapper label {
	margin: 0
}
.dataTables_wrapper select, .dataTables_wrapper input {
	margin: 0 0 0 5px
}
.dataTables_wrapper>div {
	float: left;
	margin: 0 0 15px 15px
}
.dataTables_wrapper>div+div {
	float: right;
	margin: 0 15px 15px 0
}
.dataTables_wrapper table+div, .dataTables_wrapper table+div+div {
	margin-top: 15px;
	margin-bottom: 0
}
.dataTables_wrapper table th {
	background: #f5f5f5;
	cursor: pointer
}
.dataTables_wrapper table th:focus {
	outline: 0
}
.dataTables_wrapper table th.sorting_asc, .dataTables_wrapper table th.sorting_desc {
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset
}
.dataTables_wrapper table tr:hover th {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #fafafa 0, #fafafa 50%, #f1f1f1 51%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(50%, #fafafa), color-stop(51%, #f1f1f1), color-stop(100%, #f1f1f1));
	background: -webkit-linear-gradient(top, #fafafa 0, #fafafa 50%, #f1f1f1 51%, #f1f1f1 100%);
	background: -o-linear-gradient(top, #fafafa 0, #fafafa 50%, #f1f1f1 51%, #f1f1f1 100%);
	background: -ms-linear-gradient(top, #fafafa 0, #fafafa 50%, #f1f1f1 51%, #f1f1f1 100%);
	background: linear-gradient(to bottom, #fafafa 0, #fafafa 50%, #f1f1f1 51%, #f1f1f1 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@topColor', endColorstr='@bottomColor', GradientType=0)
}
.dataTables_wrapper table tr:hover th.sorting_asc, .dataTables_wrapper table tr:hover th.sorting_desc {
	background: #f0f0f0
}

.dataTables_wrapper .table-bordered {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-left: 0;
	border-right: 0
}
.dataTables_wrapper .table-bordered thead tr>th:first-child, .dataTables_wrapper .table-bordered tbody tr>td:first-child, .dataTables_wrapper .table-bordered tfoot tr>td:first-child, .dataTables_wrapper .table-bordered tfoot tr>th:first-child {
	border-left: 0
}
.dataTables_wrapper .table-bordered thead:first-child tr:first-child>th:first-child, .dataTables_wrapper .table-bordered tbody:first-child tr:first-child>td:first-child {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0
}
.dataTables_wrapper .table-bordered thead:first-child tr:first-child>th:last-child, .dataTables_wrapper .table-bordered tbody:first-child tr:first-child>td:last-child {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0
}
.dataTables_wrapper .table-bordered thead:last-child tr:last-child>th:first-child, .dataTables_wrapper .table-bordered tbody:last-child tr:last-child>td:first-child, .dataTables_wrapper .table-bordered tfoot:last-child tr:last-child>td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0
}
.dataTables_wrapper .table-bordered thead:last-child tr:last-child>th:last-child, .dataTables_wrapper .table-bordered tbody:last-child tr:last-child>td:last-child, .dataTables_wrapper .table-bordered tfoot:last-child tr:last-child>td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0
}
.dataTables_info {
	float: left;
	padding-top: 5px
}
.datatable-pagination {
	float: right
}
.datatable-pagination>a {
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	background-color: #f5f5f5;
	
	padding: 4px 12px;
	text-align: center;
	text-decoration: none!important;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle
}
.datatable-pagination>a+a {
	margin-left: -1px
}
.datatable-pagination>a:first-child {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px
}
.datatable-pagination>a:last-child {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px
}
.datatable-pagination>a:hover {
	background-color: #efefef;
	background-image: -moz-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: -o-linear-gradient(top, #f5f5f5, #e6e6e6);
	background-image: linear-gradient(to bottom, #f5f5f5, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe6e6e6', GradientType=0)
}
.datatable-pagination>a.paginate_disabled_previous, .datatable-pagination>a.paginate_disabled_next {
		
	
	cursor: default
}
.datatable-pagination>a.paginate_disabled_previous i, .datatable-pagination>a.paginate_disabled_next i {
	opacity: .5;
	filter: alpha(opacity=50)
}
.datatable-pagination>a span {
	display: none
}
.chart .legend table {
	color: inherit!important;
	font-size: 11px!important
}
.chart .legend table td {
	padding: 3px 0
}
.chart .legend table .legendColorBox {
	padding-right: 10px
}
.chart .legend table .legendColorBox>div {
	border: 0!important;
	padding: 0
}
.chart .legend table .legendColorBox>div div {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 4px!important;
	height: 4px!important;
	border-width: 2px!important
}
.chart.inline-legend .legend table tr {
	display: inline-block
}
.chart.inline-legend .legend table tr+tr {
	padding-left: 25px
}
.chart.inline-legend.grid .legend>div {
	display: none
}
.chart.inline-legend.grid .legend table {
	top: 0!important;
	margin-bottom: 15px
}
.chart.inline-legend.grid .legend table td {
	padding: 0 0 15px
}
.chart.inline-legend.grid .legend table .legendColorBox {
	padding-right: 10px
}
.chart .tickLabel {
	color: #888
}
.graph {
	width: 100%;
	height: 300px
}
.pie {
	position: relative
}
.pie #hover {
	width: 100%;
	height: 34px;
	margin-top: -17px;
	text-align: left;
	position: absolute;
	top: 50%;
	left: 0
}
.pie #hover span {
	background: #444;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font: 11px/34px Consolas, Monaco, Menlo, monospace;
	height: 34px;
	padding: 0 15px
}
#gridtip {
	background: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	padding: 3px 10px
}
.ui-slider {
	position: relative;
	text-align: left
}
.ui-slider .ui-slider-handle {
	background: url(../images/jquery-ui/picker.png);
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 16px;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit
}
.ui-slider-horizontal {
	background: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 0 2px rgba(0,0,0,0.1) inset;
	height: 6px
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px;
	margin-left: -8.5px
}
.ui-slider-horizontal .ui-slider-range {
	border: 1px solid #0070a8;
	
	background-color: #0e90d2;
	
	top: -1px;
	height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0
}
.ui-slider-vertical {
	width: .8em;
	height: 100px
}
.ui-slider-vertical .ui-slider-handle {
	left: -0.3em;
	margin-left: 0;
	margin-bottom: -0.6em
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0
}
.docs+.docs {
	margin-top: 30px
}
.docs>h2 {
	font-size: 22px
}
.docs>h3 {
	font-size: 18px;
	color: #888
}
.docs-example {
	position: relative;
	margin: 20px 0 0;
	padding: 39px 19px 14px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden
}
.docs-example .pre {
	background: #f9f9f9;
	border: 0;
	border-top: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	margin: 0 -19px -14px;
	padding: 19px
}
.docs-example .pre .tag, .docs-example .pre .atn, .docs-example .pre .pun, .docs-example .pre .atv {
	color: #4f619e;
	font-weight: bold
}
.docs-example .pre .pun {
	font-weight: normal;
	color: #888
}
.docs-example .pre .atn {
	color: teal
}
.docs-example .pre .atv {
	color: #d14
}
.docs-example:after {
	content: "Sample";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 3px 15px;
	font-size: 11px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #9da0a4;
	-webkit-border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0
}
/* custom css */
.navbar-small {
	height: 62px;
	position: fixed!important;
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: top;
	transition-timing-property: ease-in-out;
	top: 0px;
	bottom: 20px;
	right: 0px;
}
.navbar-big .brand {
	font-size: 48px;
	font-family: 'Wendy One', sans-serif;
}
.navbar-big .navbar-inner {
	height: 68px;
	font-size: 20px;
}
.navbar-small .navbar-inner {
	background-color: rgba(0, 0, 0, 0);
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #bbb;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.sidebar {
	position: fixed !important;
	width: 270px !important;
	top: 124px !important;
}
.wrapper {
	min-height: 400px;
}
.login {
	padding-top: 18px;
}
.form-inline {
	display: inline;
}
.tcweb-form legend {
	font-size: 14px;
}
.stub-image {
	position: absolute;
	right:20%;
}
.block-image-youpicem {
	background-image: url("/images/sites/youpicem/youpicem-xl.jpg");
	background-repeat:repeat-x;
	background-attachment: fixed;
	background-position: center top;
	background-size: auto !important;
}
#youpicem-logo-header {
	font-family: "Wendy One", Arial, sans-serif;
	font-size: 2.8em;
	display: block;
	text-decoration: none;
}

.footer {
	color: #999;
	bottom: 0;
	position: fixed;
	right: 0;
	padding: 0;
}
.login {
	list-style: none;
	padding: 0;
}
.spacer { margin-left: 1%; }

/** YouPicEm Controller **/

/* Prevent the text contents of draggable elements from being selectable. */
[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
#columns {
	overflow: hidden;

}
.column {
  height: 150px;
  width: 150px;
  float: left;
  border: 2px solid #666666;
  background-color: #ccc;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 3px #000;
  -ms-box-shadow: inset 0 0 3px #000;
  box-shadow: inset 0 0 3px #000;
  text-align: center;
  cursor: move;
}
.column header {
  color: #fff;
  text-shadow: #000 0 1px;
  box-shadow: 5px;
  padding: 5px;
  background: -moz-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -webkit-gradient(linear, left top, right top,
                               color-stop(0, rgb(0,0,0)),
                               color-stop(0.50, rgb(79,79,79)),
                               color-stop(1, rgb(21,21,21)));
  background: -webkit-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  background: -ms-linear-gradient(left center, rgb(0,0,0), rgb(79,79,79), rgb(21,21,21));
  border-bottom: 1px solid #ddd;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -ms-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.column.over {
  border: 2px dashed #000;
}

.yourteams {
	max-width:60%;
}

.teamslist {
	max-width: 40%;
	padding: 3px 15px;
}
.tile__list img {
    cursor: move;
    margin: 10px;
    border-radius: 100%;
}

.title_xl {
	font-size: 20px;
	padding: 3px 15px;
	cursor: default;
	margin-bottom: 10px;
}
.sortable-ghost {
	opacity: .2;
}

.teamslist img {
	border: 0;
	vertical-align: middle;
	cursor: grab;
	cursor: -webkit-grab;
}


.teamslist .logo {
	top: 55px;
	left: 30px;
	position: absolute;
}


/* .teamslist .title { */
	/* color: #fff; */
	/* padding: 3px 10px; */
	/* display: inline-block; */
	/* position: relative; */
	/* background-color: #b3b3b3; */
	/* z-index: 1000; */
/* } */

.tile {
	min-width: 245px;
	text-align: center;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	    max-width: 800px; /* not sure about this might have to change this in the future since it handles the whole list width */
}
.tile__name {
	cursor: default;
	padding-bottom: 10px;
	border-bottom: 1px solid #b3b3b3;
}

.tile__list {
	margin-top: 10px;
}
.tile__list:last-child {
	margin-right: 0;
	min-height: 80px;
}

.tile__list img {
	cursor: grab;
	cursor: -webkit-grab;
	margin: 10px;
	border-radius: 100%;
}
.youpicem_picker {
	box-sizing: content-box;
}

.youpicem_picker input {
  vertical-align: baseline;
  color: #737373;
}
.youpicem_picker label{
  vertical-align: baseline;
  color: #737373;
  /* margin: 0.125em 0.125em 0 0; */
  float: right;
  
}
.youpicem_picker input[type="search"] {
  border: 2px solid #737373;
  border-width: 0 0 3px;
  background-color: transparent;
  font: 22px "Open Sans", sans-serif;
  padding: 0.125em 0.225em;
  width: 85%;  
}
.youpicem_picker input[type="search"]:focus {
  color: #353844;
  border-color: #6d9b31;
  outline: none;
}
.youpicem_picker .block {
	opacity: 1;
	position: absolute;
}
.youpicem_picker .searchform {
  display: inline-block;
  overflow: hidden;
  width: 70%;
  padding-left:2%;
  margin-bottom: -26px;
  cursor:context-menu !important;
}
.youpicem_picker .block__list {
	padding: 10px 0;
	width: 100%;
	max-width: 1642px;
	margin-top: -8px;
	margin-left: 5px;
	background-color: #fff;
}
.youpicem_picker .teamslistdiv .block__list {
	padding: 20px 0;
	max-width: 360px;
	margin-top: -8px;
	margin-left: 5px;
	background-color: #fff;
}
.youpicem_picker .block__list li:not(.title) { cursor: grab; cursor: -webkit-grab; padding-left: 1%;}
.youpicem_picker .block__list div:not(.title) { cursor: grab; cursor: -webkit-grab; padding-left: 1%;}
.youpicem_picker .block__list_words li {
	background-color: #fff;
	padding: 10px;
}
.youpicem_picker .block__list-title {
	margin: -8px 0 0;
	padding: 10px 4px;
	text-align: justify;
	background:#eee;
	border: 1px solid #fff;
	font: 22px "Open Sans", sans-serif;
	display:block;
	width:100%;
	cursor:context-menu !important;
}
.youpicem_picker .block__list_words .sortable-ghost {
	opacity: 0.4;
	background-color: #d9f2d9;
}

.youpicem_picker .block__list_words li:first-letter {
	text-transform: uppercase;
}

.youpicem_picker .block__list_tags {
	padding-left: 30px;
}

.youpicem_picker .block__list_tags:after {
	clear: both;
	content: '';
	display: block;
}
.youpicem_picker .block__list_tags li {
	color: #fff;
	float: left;
	margin: 8px 20px 10px 0;
	padding: 5px 10px;
	min-width: 10px;
	/* background-color: #5F9EDF; */
	text-align: center;
}
.youpicem_picker .block__list_tags div {
	color: #fff;
	float: left;
	margin: 8px 20px 10px 0;
	padding: 5px 10px;
	min-width: 10px;
	/* background-color: #5F9EDF; */
	text-align: center;
}
.youpicem_picker .block__list_tags li:first-child:first-letter {
	text-transform: uppercase;
}
.youpicem_picker .block__list_tags div:first-child:first-letter {
	text-transform: uppercase;
}
.youpicem_picker .youpicem_table {
    display:table;
}
.youpicem_picker .header {
    display:table-header-group;
    font-weight:bold;
}
.youpicem_picker .header .cell {
	cursor:pointer !important;
}
.youpicem_picker .row {
    display:table-row;
}
.youpicem_picker .rowGroup {
    display:table-row-group;
}
.youpicem_picker .cell {
    display:table-cell;
	text-align:justify;
	padding:4px;
}
.youpicem_picker .stockslist_item {
	width: 100%;
}
.youpicem_picker .stockslist_item .cell:nth-child(1) {
	width: 15%;
}
.youpicem_picker .stockslist_item .cell:nth-child(2) {
	width: 63%;
}
.youpicem_picker .stockslist_item .cell:nth-child(3) {
	width: 15%;
}
.youpicem_picker .stockslist_item .cell:nth-child(4) {
	width: 5%;
}
.stockpick {
	list-style:none;
	color:grey;
	font-weight:600;
	font: 22px "Open Sans", sans-serif;
}

#stockslist {
	text-align:justify;
	font-weight:600;
	color: #737373;
	display:block;
	width:100%;
	margin: 0;
	padding: 0;
	max-height: 541px;
	overflow-y: scroll; /* has to be scroll, not auto */
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#stockslist div:not(.header) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#stockslist li:hover:not(.header) {
  background-color: #f2f2f2;
}
#stockslist div:hover:not(.header) {
  background-color: #f2f2f2;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#stockslist::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
#stockslist::-webkit-scrollbar-track {
  background: rgb(238, 238, 238);
}
#stockslist::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}
#stockslist::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#stockslist::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}

#stockslist .stockinfo {
	cursor: pointer;
}

.sortable-chosen .cell:nth-child(1) {
	/* Symbol */
}
.sortable-chosen .cell:nth-child(2) {
	/* Stock Name */
}
.sortable-chosen .cell:nth-child(3) {
	/* Last Sale */
}
.sortable-chosen .cell:nth-child(4) {
	display:none;
}

#stockpicks {}
	#stockpicks div {
		position: relative;
	}

	#stockpicks i {
		-webkit-transition: opacity .2s;
		transition: opacity .2s;
		opacity: 0;
		display: block;
		cursor: pointer;
		color: #c00;
		font-style: normal;
		max-width:15%;
	}

	#stockpicks div:hover i {
		opacity: 1;
	}
	
#stockpicks li:nth-child(1):empty {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='100%'><text x='0' y='15' fill='grey' font-size='22'>Pick 5</text></svg>");
	margin-bottom:14px;
	border-bottom: 1px dotted gray;
}
#stockpicks li:nth-child(2):empty {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='100%'><text x='0' y='15' fill='grey' font-size='22'>Pick 4</text></svg>");
	margin-bottom:14px;
	border-bottom: 1px dotted gray;
}
#stockpicks li:nth-child(3):empty {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='100%'><text x='0' y='15' fill='grey' font-size='22'>Pick 3</text></svg>");
	margin-bottom:14px;
	border-bottom: 1px dotted gray;
}
#stockpicks li:nth-child(4):empty {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='100%'><text x='0' y='15' fill='grey' font-size='22'>Pick 2</text></svg>");
	margin-bottom:14px;
	border-bottom: 1px dotted gray;
}
#stockpicks li:nth-child(5):empty {
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='80px' width='100%'><text x='0' y='15' fill='grey' font-size='22'>Pick 1</text></svg>");
	border-bottom: 1px dotted gray;
}
	
#stockpicks .row .cell {
	font: 22px "Open Sans", sans-serif;
	font-weight: 600;
}


#filter {}
	#filter button {
		color: #fff;
		width: 100%;
		border: none;
		outline: 0;
		opacity: .5;
		margin: 10px 0 0;
		transition: opacity .1s ease;
		cursor: pointer;
		/* background: #5F9EDF; */
		padding: 10px 0;
		font-size: 20px;
	}
		#filter button:hover {
			opacity: 1;
		}

	#filter .block__list {
		padding-bottom: 0;
	}

.drag-handle {
	margin-right: 10px;
	font: bold 20px Sans-Serif;
	/* color: #5F9EDF; */
	display: inline-block;
	cursor: grabbing;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}

#todos input {
	padding: 5px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

#nested ul li {
	background-color: rgba(0,0,0,.05);
}
.dash-nav header {
	padding: .75rem !important;
	display:inline-block;
}
.dash-toolbar-dropdown {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* margin-left: unset !important; */
    margin-top: 4px;
}
.dash-nav-text-shadowed {
	text-shadow: 3px 3px 16px #f78aa0;
}


@media screen and (min-width: 1903px) {
	.block-image-youpicem {
		background-image: url("/images/sites/youpicem/youpicem-xxl.jpg");
		background-repeat:repeat-x;
		background-attachment: fixed;
		background-size: auto !important;
		background-position: center top;
	}
	#youpicem-logo-header {
		font-family: "Wendy One", Arial, sans-serif;
		font-size: 4.2em;
		display: block;
		text-decoration: none;
	}
}
@media screen and (max-width: 1201px) {
	.block-image-youpicem {
		background-image: url("/images/sites/youpicem/youpicem-xl.jpg");
		background-repeat:repeat-x;
		background-attachment: fixed;
		background-position: center top;
		background-size: auto !important;
	}
	#youpicem-logo-header {
		font-family: "Wendy One", Arial, sans-serif;
		font-size: 2.8em;
		display: block;
		text-decoration: none;
	}
}
@media (max-width: 991.98px) {
	.block-image-youpicem {
		background-image: url("/images/sites/youpicem/youpicem-md.jpg");
		background-repeat:no-repeat;
		background-attachment: fixed;
		background-position: center top;
		background-size: auto !important;
	}
	#youpicem-logo-header {
		font-family: "Wendy One", Arial, sans-serif;
		font-size: 2.2em;
		display: block;
		text-decoration: none;
	}
}
@media (max-width: 575.98px) {
	.block-image-youpicem {
		background-image: url("/images/sites/youpicem/youpicem-xs.jpg");
		background-repeat:no-repeat;
		background-size: auto !important;
		background-attachment: fixed;
		background-position: center top;
	}
	#youpicem-logo-header {
		font-family: "Wendy One", Arial, sans-serif;
		font-size: 1.8;
		display: block;
		text-decoration: none;
	}
}

/* Responsive */
@media(max-width:767px){body{padding:0!important}.wrapper{padding:20px 15px}}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.merits-item{
		float:left;padding:0;
	}
	.youpicem_picker .searchform {
		padding-left: 0;
		margin-bottom: 0px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
	.merits-item{
		float:left;padding:0;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
	.merits-item{
		float:left;padding:0;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.merits-item{
		float:left;padding:0;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.merits-item{
		max-width:50%;padding-left:10%;padding-right:5%;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.merits-item{
		max-width:50%;padding-left:5%;padding-right:5%;
	}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.merits-item{
		float:left;padding:0;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.merits-item{
		padding:5%;
	}
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
	.merits-item{
		padding-left: 0px !important;
	}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
	.merits-item{
		max-width:60% !important;padding-left:15% !important;padding-right:10% !important;
	}
}

@media screen and (min-width: 1921px) {
/* 	.block-image-youpicem {
		background-image: url("/images/sites/youpicem/youpicem-xxl.jpg");
	}  */

}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.merits-item{
		padding:0 !important;
	}
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.merits-item{
		padding:0 !important;
	}	
	.youpicem_picker .searchform {
		padding-left: 2px;
		margin-bottom: 4px;
	}
	.tile__name {
		padding-bottom:4px;
		padding-top: 20px;
	}
}
