/* 
    Created on : 04-Apr-2016, 11:37:37
    Author     : Matt
*/
.settings_page_yumjam_masonry .form-field.yj-cpt-input label {
    padding-right: 8px;
}

.settings_page_yumjam_masonry .form-table td, .form-table th {
    padding: 8px 30px 0px 8px;
}

.settings_page_yumjam_masonry .form-table p.description {
    font-size: 12px;
}

.settings_page_yumjam_masonry .form-table tr:nth-child(even) {
    background: #fcfcfc;
}

.chosen-container .chosen-results li.disabled-result {
    display: none!important;
}

/* Demo Brick */
.demo-brick {
    position:absolute;
    top: 53px;
    right: 50px;
    width: 350px;
    box-shadow: 2px 2px 2px lightgrey;
    border-width: 7.5px;
    border-color: #ffffff;
    border-style: solid;
    display: none;
}
@media (min-width: 768px) {
	.demo-brick {
    	position:fixed;
	}
}

.demo-brick p{
    margin-top: 0;
}

.demo-brick .brick-debug {
    position: absolute;
    padding: 2px 9px 2px 9px;
    margin: 5px;
    z-index: 999;
    border: 2px solid grey;
    border-radius: 4px;
    font-size: 1vw;
    font-family: 'Open sans';
    display:none;
}

.demo-brick .gridcontainer .headerblock {
    font-family: 'Montserrat', sans-serif;
    background: #00c5df;
    padding: 11px;
}

.demo-brick .gridcontainer .inner {
    position: relative;
    min-height: 280px;
    background-color: #f6f2ff;   
    overflow: hidden;
}

.demo-brick .gridcontainer a.readmore {
    display: inline-block;
    padding: 10px;
    background: #ffffff;
    font-size: 10px;
    line-height: 10px;
    color: #5d5b35;
    position: absolute;
    bottom: 0;
    left: 0;
    text-decoration: none;
    box-shadow: none;
    font-weight: bold;
}

.demo-brick .gridcontainer h2 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
}

.demo-brick .gridcontainer h3 {
    display: none;
}

.demo-brick p.substring {
    display: none;
}

.demo-brick .gridcontainer h3, .demo-brick .gridcontainer h4 {
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
    margin-bottom: 0;
}

.demo-brick .gridcontainer .headerblock a {
    text-decoration: none;
}

/*! jQuery UI - v1.11.4 - 2016-05-18
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	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: -.3em;
	margin-left: 0;
	margin-bottom: -.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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}


/*.options_group div.col-sm-3:nth-of-type(4n+1) {
	clear: left;
}*/

.masonry-col-sm-12 { width: 100%; clear: both;}
.masonry-col-sm-3 { display: inline-block; width: 25%;}

.masonry-col-sm-3 input { display: block; }
.masonry-col-sm-3 select { display: block; }



.clear {
	clear: left;
}
.options_group .iris-border {
	position: absolute;
	z-index: 5;
}

.colour-picker {
	background: url(../assets/images/picker-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.demo-brick * {
	border-width: 0;
	border-color: rgba(255,0,0,0);
}
.masonry-inactive {
	border-width: 3px;
	border-color: rgba(255,0,0,0);
}
.masonry-active {
	border-style: dashed;
	border-width: 3px;
	border-color: rgba(255,0,0,1);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
    /* Animate height first, then width*/


}


.help-container { position: absolute; right: 0; top: 0; display: none}

#yumjam-masonry-options .form-table tr td { position: relative; }
div.brick_layout { display: block; clear: both; }