/*

Custom styles for the platform

*/

.clear {
	clear: both;
}

.hide {
	display: none;
}

.circle {
	border-radius: 50%;
}

.rounded, .round {
	border-radius: 6px;
}

.thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shadow-small {
	-webkit-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.75);
}

.shadow {
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

.border {
	border: 1px solid #ddd;
}

.frame {
	border: 1px solid silver;
	padding: 5px;
	background-color: white;
}

.narrow {
	padding: 10px 0px !important;
}

.glass {
	border: 5px solid #FFFFFF;
	box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.3), 
             0px 20px 15px 0px rgba(0, 0, 0, 0.6);
}

.vignette {
	-webkit-box-shadow: inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
	-moz-box-shadow: inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
	box-shadow: inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
}

.blue-frame {
	border-width: 20px;
	-moz-border-image: url(assets/blue.gif) 20 stretch;
	-webkit-border-image: url(assets/blue.gif) 20 stretch;
	-o-border-image: url(assets/blue.gif) 20 stretch;
	-ms-border-image: url(assets/blue.gif) 20 stretch;
	border-image: url(assets/blue.gif) 20 stretch;
}

.red-frame {
	border-width: 20px;
	-moz-border-image: url(assets/red.png) 20 stretch;
	-webkit-border-image: url(assets/red.png) 20 stretch;
	-o-border-image: url(assets/red.png) 20 stretch;
	-ms-border-image: url(assets/red.png) 20 stretch;
	border-image: url(assets/red.png) 20 stretch;
}

/* @group Background Colors */

.silver {
	background-color: silver;
}

.gray {
	background-color: gray;
}

/* @end */

/* @group Table Styles */

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.border {
	border: 1px solid silver;
}

table caption {
	border: 1px solid black;
	background-color: silver;
}

.inner-border tbody td, .inner-border tbody tr {
	border: 1px solid silver;
}

thead td, thead tr {
	border: 1px solid silver;
	background-color: silver;
}

.stripe tbody tr:nth-child(even) {
	background-color: #f3f6fa;
}

thead {
	font-weight: bold;
	text-align: center;
}

/* @end */

/* @group Plis */

.plis {
	width: 100%;
	height: 350px;
	overflow: scroll !important;
	border: 1px solid black;
	margin: auto;
	padding: 10px;
	display: block;
	overflow-x: hidden !important;
}

.plis table, .plis table td {
    border: 1px solid #777 !important;
}

.plis a {
	text-decoration: none;
	}

.plis table td:first-child {
	background-color: #eee;
	vertical-align: top;
}

.plis h1 {
	vertical-align: top;
	font-weight: bold;
}

.plis h2 {
	margin-top: 20px;
}

.plis ol ul li {
	list-style-type: disc;
	padding-left: 10px;
}

/* @end */

/* @group small password */

.small .ginput_left, .small .ginput_right {
  width: 150px !important;
}

.small .ginput_container {
  width: 350px !important;
  display: inline-block !important;
}

.small .gfield_password_strength {
  float:right !important;
}

/* @end */

.last {
  float: right;
}

.menu-item-disabled a {
	color: silver!important;
}
