

.home-state-main {
    border-radius: 0 0 10px 10px;
}

.mainOptions .steps{
    background: rgba(0,0,0,0.7);
    border-radius: 8px;
    margin: 10px 0 20px;
    height: 600px;
    padding: 0;
}
.steps {
    position: relative;
    background: rgba(0,0,0,0.7);
    border-radius: 8px;
    margin: 10px 0 20px;
    height: 600px;
    border-top: none;
}

.layout-menu
{
	margin-left:20px !important;
}

.layout-menu li a:hover
{
	background:white !important;
}

.layout-menu li a.active
{
	background:white !important;
}

.themes {
    float: right;
    width: 63%;
    height: 100%;
    overflow-y: auto;
    /*
display: none;
    opacity:0;
*/
}
.themes > div {
    padding: 10px;
    display: none;
}
.themes > div:first-child {
    display: block;
}
.themes ul {
    list-style: none;
    margin:0 0 0 -3%;
    padding:0;
}
.themes ul li {
    display: block;
    float: left;
    width: 27%;
    margin: 1.5% 0 1.5% 3%;
    border: 8px solid #175457;
    position: relative;
    max-height: 256px;
    overflow: hidden;
}
.themes ul li img,
.mainOptions .col img {
    max-width: 100%;
    height: auto;
}


.themes ul li.selected{
	border-color:white;
	}

.sector-label{
	
	opacity: 0.8;
	z-index:10000;
	position:absolute;
	bottom:0;
	width:180px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	left:0;
	padding:3px 10px 3px 5px;
	color:white;
	background:red;
}

.bg-name {
	color: white;
	display: block;
	background: #175457;
	font-weight:500;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0 0 7px;
}

.primary{
	background: blue;
}

.business{
	background:green;
}



/* THEME PAGE */

#project_name select.site_error{
	background:red;
}


.warning-message{
	position:relative;
	margin-left:5px;
	min-height: 46px;
	vertical-align: top;
	border:2px red solid;
	display:inline-block;
	width:250px;
}

.warning-message .arrow{
	position:absolute;
	width: 0;
	height:0;
	top: 50%;
	left: -7px;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-right: 5px solid red;
	border-bottom: 5px solid transparent;
}

.warning-message p{
	padding:0;
}


/*TEMP STYLE*/
.formats .popover-content{
	background: red;
	padding:14px 14px;
}

.formats .popover-content p{
	color:black;
	font-weight: bold;
}


#bg-search {
	padding: 5px 5px;
	margin: 0px -1px 15px -1px;
	width: 97%;
}

