/*************
 Admin CSS file - based on public site CSS file
***/

/*************
 Fonts set up
***/
@font-face {
	font-family: 'corporate_condensedregular';
	src: url('../fonts/corporate-condensed/corporate-condensed-webfont.eot');
	src: url('../fonts/corporate-condensed/corporate-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/corporate-condensed/corporate-condensed-webfont.woff') format('woff'), url('../fonts/corporate-condensed/corporate-condensed-webfont.ttf') format('truetype'), url('../fonts/corporate-condensed/corporate-condensed-webfont.svg#corporate_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerDisplayRegular';
	src: url('../fonts/Aller/allerdisplay-webfont.eot');
	src: url('../fonts/Aller/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Aller/allerdisplay-webfont.woff') format('woff'), url('../fonts/Aller/allerdisplay-webfont.ttf') format('truetype'), url('../fonts/Aller/allerdisplay-webfont.svg#AllerDisplayRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AllerLightRegular';
	src: url('../fonts/AllerLight/aller_lt-webfont.eot');
	src: url('../fonts/AllerLight/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/AllerLight/aller_lt-webfont.woff') format('woff'), url('../fonts/AllerLight/aller_lt-webfont.ttf') format('truetype'), url('../fonts/AllerLight/aller_lt-webfont.svg#AllerLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Black';
	src: url('../fonts/ArialBlack/ariblk-webfont.eot');
	src: url('../fonts/ArialBlack/ariblk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ArialBlack/ariblk-webfont.woff') format('woff'), url('../fonts/ArialBlack/ariblk-webfont.ttf') format('truetype'), url('../fonts/ArialBlack/ariblk-webfont.svg#Arial Black') format('svg');
	font-weight: normal;
	font-style: normal;

}


/*************
 Main tag set up
***/
html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    background-attachment: scroll;
    background-color: #518e0d;
    background-image: url("../img/bg-overlay-93.png"), url("../img/body-bg.jpg");
    background-position: 0px 70px, center top;
    background-repeat: no-repeat, repeat-x;
    background-size: cover, auto auto;
    color: #545353;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

@media (max-width: 500px) {
    body {
        background-position: 0px 110px, center top;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

a, a:link, a:visited {
	/* color: #168F20; */
}

dl {
    margin-bottom: 0;
}

dl dt {
    font-size: 16px;
}

dl dd {
    font-size: 16px;
    margin-bottom: 10px;
}


/*************
 Top down class and id styles
***/
.body-overlay {
    height: 100%;
}

.container {
    padding: 0;
    /* width: 100%; */
}

header {
    
}

.header-container {
    background-color: rgba(255, 255, 255, 0.93);
    color: rgba(0, 99, 0, 0.99);
    padding: 7px;
    height: 70px;
    width: 99%;
    box-shadow: 0px 0px 12px 3px rgba(0, 99, 0, .77);
    position: fixed; /* absolute; */
    z-index: 3;
}

.header-container a {
    color: rgba(0, 99, 0, 0.99);
    font-size: 15px;
}

.header-container .user-info > div {
    float: right;
}

.header-container .avatar {
    width: 65px; 
    padding-left: 15px;
}

.header-container .links {
    margin-top: 6px;
}

.bokwa-logo {
    max-width: 160px;
}

@media (max-width: 500px) {
    .header-container {
        height: 110px;
    }
    .header-container > div > div {
        width: 100%;
        margin: 0 auto;
    }
    
    .header-container .logo img {
        margin: 0 auto;
    }
    
    .header-container .user-info {
       
    }
    
    .header-container .user-info .avatar {
        display: none;
    }
    
    .header-container .user-info .links {
        float: none;
        text-align: center;
    }
}



#main-content {
    min-height: 90%;
    margin-top: 70px;
}

#main-content content {
    
}

#main-content .sidebar-nav {
    box-shadow: 0px 0px 12px -2px rgba(0, 99, 0, .77);
}

#main-content .sidebar-nav .navbar-default {
    background-color: rgba(0, 0, 0, 0);
    margin: 0px;
}

#main-content .sidebar-nav .navbar-default li.navbar-header {
    background-color: rgba(22, 143, 32, 0.03);
}

#main-content .sidebar-nav .navbar-default li.navbar-header .navbar-brand {
    color: rgba(0, 0, 0, 0.69);
}

#main-content .sidebar-nav .navbar li a {
    padding-bottom: 9px;
    padding-top: 9px;
}

#main-content .sidebar-nav .navbar-default .navbar-nav > li > a {
    color: rgba(22, 143, 32, 0.69);
}

#main-content .sidebar-nav .navbar-default .navbar-nav > li > a:hover,
#main-content .sidebar-nav .navbar-default .navbar-nav > li > a:focus{
    color: rgba(22, 143, 32, 0.99);
}

#main-content .sidebar-nav .navbar-default .navbar-nav > .active > a, 
#main-content .sidebar-nav .navbar-default .navbar-nav > .active > a:hover, 
#main-content .sidebar-nav .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(22, 143, 32, 0.09);
    color: rgba(22, 143, 32, 0.99);
}

#main-content .content-body {
    background-color: rgba(250, 255, 250, 0.02);
    padding-top: 1px;
    position: relative;
}

#main-content .content-body > div {
    margin-top: -1px;
}

@media (max-width: 500px) {
    #main-content {
        margin-top: 110px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    #main-content nav .navbar-header span {
        font-size: 1.1em;
        font-weight: bold;
    }
}

@media (min-width: 1199px) {
    #main-content nav {
        max-width: 250px;
        min-width: 250px;
    }
}




footer {
    
}

.footer-container {
    position: relative;
    bottom: 3px;
    right: 10px;
}

.footer-content {
    background-color: rgba(0, 0, 0, 0); /* rgba(250, 255, 250, 0.95); */
}

.footer-content p {
    margin: 0px;
}

.footer-content p .data {
    font-size: .9em;
}



/*************
 Special styles
***/
/* filters box */
#filters-container {
    
}

.filters-wrap fieldset {
    background-color: rgba(255, 255, 255, 0.33);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5) inset;
}

.filters-wrap legend {
    border: medium none;
    margin-bottom: 0px;
    position: relative;
    top: -9px;
}
/*
.filters-wrap legend {
    background-color: rgba(255, 255, 255, 0.87);
    border: 1px solid rgba(0, 0, 0, 0.33);
    border-radius: 9px;
    margin-bottom: 0;
    padding: 0 9px;
    position: relative;
    top: -9px;
    width: auto;
}
*/
.filter {
    display: inline-block;
    width: 160px;
}
.filter.active > a {
    font-weight: bold;
    text-decoration: underline;
}

/* dropdown boxes */
.dropdown-menu {
    min-width: 0px;
    width: auto;
}

.dropdown-menu > li > a {
    padding: 2px 10px;
    text-align: right;
}


th.active {
    background-color: rgba(0, 117, 0, 0.12) !important;
    font-size: 1.2em;
    text-decoration: underline;
}


input[type="file"] {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    display: block;
    height: auto;
    padding: 6px 0;
}

.checkbox.large {
    font-size: 14px;
    margin-top: 30px;
}


/* product info */
/*
.product-result h4 {
    overflow: hidden;
    padding-left: 0;
    white-space: nowrap;
}

.product-result h4 strong {
    max-width: 100%;
}
*/



/* tools */
.size90em {
    font-size: .90em;
}

.size75em {
    font-size: .75em;
}

.underline {
    text-decoration: underline;
}



/* select2 overrides */
.select2-container .select2-choice > .select2-chosen {
    /* max-width: 85%; */
}



/*************
 OLD STYLE FROM ORIGINAL FILE
***/
span.required {
	color: red;
}

.text-upper {
	text-transform: uppercase;
}

.text-note {
	font-style: italic;
	color: #afafaf;
	font-size: 12px;
}

.text-ellipse {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	height: 20px;
}

.pointer {
	cursor: pointer;
}

.pointer-default {
	cursor: default;
}

.bg-white {
	background-color: #ffffff !important;
}

#opportunities-form textarea {
	height: 100px;
}

.payment-method {
	position: relative;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: .92em;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.5em;
	background: #ebe8eb;
	background: -webkit-gradient(linear,left top,left bottom,from(#ebe8eb),to(#e0dadf));
	background: -webkit-linear-gradient(#ebe8eb,#e0dadf);
	background: -moz-linear-gradient(center top,#ebe8eb 0,#e0dadf 100%);
	background: -moz-gradient(center top,#ebe8eb 0,#e0dadf 100%);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
	color: #5e5e5e;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
#free_method {
	display: none;
}

.error-message {
	background-color: #d9534f;
	border-radius: 0.25em;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 2px 7px 1px 7px;
	white-space: nowrap;
	margin-top: 5px;
}

.error-message .fa {
	margin-right: 2px;
}

.select2-choice {
	line-height: 33px !important;
	height: 33px !important;
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.video-feature {
	height: 550px;
	position: relative;
	padding: 0 !important;
}

.video-feature iframe {
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 130px;
	margin-left: -296px;
	width: 591px;
	height: 334px;
}

.video-feature img {
	margin: 0 auto;
}

.bs-callout {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eee;
	border-image: none;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	margin: 20px 0;
	padding: 0 20px 20px 20px;
}

.bs-callout-info {
	border-left-color: #5bc0de;
}

.pagination {
	margin-top: 0;
}

.table-list-header {
	text-align: center;
	margin: 0;
	color: #ffffff;
	background-color: #27ce00;
	padding: 15px 0;

	border: 1px solid #52900b;

	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.table-list {
	margin: 0;
	list-style-type: none;
	text-align: center;
	background-color: #eaeaea;
	padding: 15px 0;
	border: 1px solid #d1d1d1;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.table-list li {
	font-size: 14px;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px 15px;
}

/* Margins */
.mt-0 {
	margin-top: 0 !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

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

/* Padding */

.pt-0 {
	padding-top: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.date-issued {
	margin-bottom: 0;
}

.checkbox {
	line-height: 20px;
}

#home-carousel {
	background-color: #ffffff;
}

.drop-shadow {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.drop-shadow-25 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.drop-shadow-50 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.drop-shadow-75 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.btn-action {
	background-color: #52900B !important;
	background-image: linear-gradient(#27CE00, #52900B) !important;
	background-repeat: repeat-x;
	border-color: #52900B #52900B #112B0C;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}

.btn-action.orange {
	background-color: #c96311 !important;
	background-image: linear-gradient(#f8b100, #c96311) !important;
	background-repeat: repeat-x;
	border-color: #c96311 #c96311 #112B0C;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
}

.btn-action-big {
	margin: 0 10px 10px 0;
	padding: 8px 12px;
	width: 265px;
	white-space: normal;
}

.btn-action-big span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	line-height: 20px;
	margin-bottom: 5px;
}

.btn-action-big-full {
	margin-right: 0;
	width: auto;
}

.btn-action-big:hover, .btn-action-big:focus {
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}

.register-wrap {
	border: 1px solid #CCC;
	width: 403px;
	padding-bottom: 10px;
	border-radius: 6px;
}

.price-box {
	border: 1px solid #CCC;
	padding-bottom: 10px;
	border-radius: 4px;
	font-size: 24px;
	line-height: 36px;
	font-style: italic;
	margin-top: 10px;
}

.price-box span {
	font-size: 36px;
	font-weight: bold;
}

.btn-action-register {
	padding: 17px 25px 13px 19px;
	white-space: normal;
	margin: 0;
	width: 100%;
}

.btn-action-register span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	line-height: 20px;
	margin-bottom: 5px;
}

.btn-action-register:hover, .btn-action-register:focus {
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}

.text-bokwa-green {
	color: #32C500;
}

/**
 * Resize adjustments
 */
@media (max-width: 767px) {

	.bokwa-logo {
		/* margin: 0 auto; */
	}

	.home-widget {
		padding: 0 !important;
	}

	.navbar-main {
		background-color: #fcb618;
		border: 1px solid #CAE202;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
		color: #000000;
	}

	.main-navbar {
		padding: 0 15px;
	}

	.navbar-main .navbar-collapse {
		border-top: 1px solid rgba(0, 0, 0, 0.5);
	}

	.navbar-main .navbar-toggle {
		border-color: rgba(0, 0, 0, 0.25);
		color: #000000;
		background-color: rgba(255, 255, 255, 0.45);
	}

	.navbar-main .navbar-toggle:hover, .navbar-main .navbar-toggle:focus {
		background-color: rgba(255, 255, 255, 0.65);
	}

	.navbar-main .navbar-header .navbar-brand, .navbar-main .navbar-nav > li > a {
		color: rgba(0, 0, 0, 1);
		font-size: 1.8em;
		font-family: 'corporate_condensedbold', sans-serif;
	}

	.video-feature {
		height: 200px;
		position: relative;
		height: 30%;
	}

	.video-feature iframe {
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		margin-left: 0;
	}
}

@media (min-width: 768px) {

	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: none;
	}

	.sidebar-nav .navbar ul {
		float: none;
		display: block;
	}

	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}

	.sidebar-nav .navbar li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	/* Customize the navbar links to be fill the entire space of the .navbar */
	.navbar-main {
		margin-bottom: 5px;
	}

	.main-navbar .nav {
		display: table;
		width: 100%;
		background: url("../img/bg-nav.png") repeat scroll center top rgba(0, 0, 0, 0);
		border-bottom: 1px solid #CAE202;
		border-left: 1px solid #CAE202;
		border-right: 1px solid #CAE202;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	}

	.main-navbar .nav li {
		display: table-cell;
		width: 1%;
		float: none;
		white-space: nowrap;
		text-transform: uppercase;
	}

	.main-navbar .nav li a {
		text-align: center;
		border-right: 1px solid rgba(251, 255, 96, 1);
		border-left: 1px solid rgba(167, 185, 13, 1);
		background: url("../img/bg-nav.png") repeat scroll center top rgba(0, 0, 0, 0);
		padding: 8px 19px 5px 19px;
		color: #000000;
		font-size: 17px;
		line-height: 20px;
		font-family: 'corporate_condensedbold', sans-serif;
	}

	.main-navbar .nav li:first-child a {
		border-left: 0;
	}

	.main-navbar .nav li:last-child a {
		border-right: 0;
	}

	.main-navbar {
		padding: 0;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

    .sidebar-navbar .fa {
            display: none;
    }

    .sidebar-navbar {
            font-size: 0.85em;
    }

    .main-navbar .nav li a {
            padding: 8px 5px 5px 5px;
            color: #000000;
            font-size: 13px;
            line-height: 20px;
    }

    .navbar-main {
            background: transparent;
            border: none;
    }

    .video-feature {
            height: 400px;
    }

    .video-feature iframe {
            width: 454px;
            height: 258px;
            top: 98px;
            margin-left: -227px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
	.main-navbar .nav li a {
		padding: 8px 15px 5px 15px;
		color: #000000;
		font-size: 14px;
		line-height: 20px;
	}

	.navbar-main {
		background: transparent;
		border: none;
	}

	.video-feature iframe {
		width: 591px;
		height: 334px;
		top: 130px;
		margin-left: -295px;
	}
}

@media (min-width: 1200px) {
	.navbar-main {
		background: transparent;
		border: none;
	}

	.video-feature iframe {
		width: 602px;
		height: 344px;
		top: 130px;
		margin-left: -300px;
	}
}

#login {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 5px solid #000000;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
	color: #000000;
	display: none;
	padding: 20px;
	position: absolute;
	right: 15px;
	top: 45px;
	width: 220px;
	z-index: 1000;
}

.sidebar-nav {
	font-size: 1.3em;
}

.img-responsive.img-center {
	margin: 0 auto;
}

.crop-container {
	max-width: 700px;
	margin: 1.5em auto;
	padding: 1em;
	background: #fff;
	border: 1px solid #D8D8D8;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}

.flex-video {
	position: relative;
	padding-top: 0;
	padding-bottom: 57.25%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * Bootstrap Dialog
 */
.bootstrap-dialog {

}

.bootstrap-dialog .modal-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.bootstrap-dialog .bootstrap-dialog-title {
	color: #fff;
	display: inline-block;
}

.bootstrap-dialog.type-default .bootstrap-dialog-title {
	color: #333;
}

.bootstrap-dialog.size-normal .bootstrap-dialog-title {
	font-size: 16px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-title {
	font-size: 24px;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
	float: right;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.bootstrap-dialog.size-normal .bootstrap-dialog-close-button {
	font-size: 20px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
	font-size: 30px;
}

.bootstrap-dialog .bootstrap-dialog-close-button:hover {
	cursor: pointer;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.bootstrap-dialog.size-normal .bootstrap-dialog-message {
	font-size: 14px;
}

.bootstrap-dialog.size-large .bootstrap-dialog-message {
	font-size: 18px;
}

.bootstrap-dialog.type-default .modal-header {
	background-color: #fff;
}

.bootstrap-dialog.type-info .modal-header {
	background-color: #5bc0de;
}

.bootstrap-dialog.type-primary .modal-header {
	background-color: #428bca;
}

.bootstrap-dialog.type-success .modal-header {
	background-color: #5cb85c;
}

.bootstrap-dialog.type-warning .modal-header {
	background-color: #f0ad4e;
}

.bootstrap-dialog.type-danger .modal-header {
	background-color: #d9534f;
}

.bootstrap-dialog .bootstrap-dialog-button-icon {
	margin-right: 3px;
}

/**
 * Icon animation
 * Copied from font-awesome: http://fontawesome.io/
 **/
.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

/** End of icon animation **/

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
	position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
	left: auto;
	right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
	left: auto;
	right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
	left: auto;
	right: 13px;
}

.bootstrap-timepicker .add-on {
	cursor: pointer;
}

.bootstrap-timepicker .add-on i {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
	padding: 4px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
	display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
	left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
	left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
	right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
	right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
	top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
	top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
	border-radius: 4px;
}

.bootstrap-timepicker-widget table {
	width: 100%;
	margin: 0;
}

.bootstrap-timepicker-widget table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
	min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
	width: 100%;
}

.bootstrap-timepicker-widget table td a {
	border: 1px transparent solid;
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 8px 0;
	outline: 0;
	color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
	text-decoration: none;
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
	margin-top: 2px;
	font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
	width: 25px;
	margin: 0;
	text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
	padding: 4px;
}

@media (min-width: 767px) {
	.bootstrap-timepicker-widget.modal {
		width: 200px;
		margin-left: -100px;
	}
}

@media (max-width: 767px) {
	.bootstrap-timepicker {
		width: 100%;
	}

	.bootstrap-timepicker .dropdown-menu {
		width: 100%;
	}
}

/**
 * Workshops
 */

.workshop-details {
	display: table;
}

.workshop-info-wrap {
	display: table-cell;
	padding-left: 20px;
	padding-right: 30px;
	vertical-align: top;
}

.workshop-icon-wrapper {
	padding: 25px 20px 20px 5px;
	float: left;
}

.workshop-heading-wrapper {
	width: 100%;
}

.workshop-heading-wrapper h3 {
	font-size: 24px;
}

.workshop-heading {
	font-family: "corporate_condensedbold", sans-serif;
	font-size: 32px;
	line-height: 46px;
	padding: 0;
	margin-bottom: 0;
}

address {
	font-style: italic;
}

.map-wrapper {
	border: 1px solid #CCC;
}

.product-result {
	background-color: #dae5c5;
	margin: 0 0 20px 0 !important;
	padding: 0 10px;
}

.product-result.not-approved, 
.product-result.not-approved > td {
	background-color: rgba(255,0, 0, 0.15) !important;
}

.product-result.not-published, 
.product-result.not-published > td {
	background-color: rgba(255, 255, 0, 0.45) !important;
}

.product-result.not-published.not-approved, 
.product-result.not-published.not-approved > td {
	background-color: rgba(255, 165, 0, 0.45) !important;
}

.product-result .product-information {
	float: left;
	width: 50%;
}

.product-result h3 {
	margin-bottom: 0;
	margin-top: 10px;
}

.product-result p {
	margin: 0 0 0 55px;
}

.product-result .big {
	color: #000000 !important;
	font-size: 14px;
}

.product-result .certification-icon {
	display: block;
	float: left;
	margin-right: 15px;
	padding-top: 7px;
}

.product-result .certification-icon img {
	height: auto;
	width: 46px;
	margin-top: 5px;
}

.product-result .product-prices {
	float: left;
	width: 50%;
}

.product-result .product-price-detail {
	float: right;
	height: 71px;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	width: 127px;
}

.product-result .product-list-detail {
	float: right;
	height: 74px;
	padding: 22px 20px;
	position: relative;
	text-align: center;
	width: 310px;
}

.product-result .price-active {
	background: url("../img/bg-price-active.jpg") no-repeat scroll center top transparent;
}

.product-result .price-active .price-type {
	color: #f1eb00 !important;
}

.product-result .price-active .price-amount, .product-result .price-active .price-date {
	color: #ffffff !important;
}

.product-result .price-type {
	color: #3f4045 !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.product-result .price-amount {
	color: #3f4045 !important;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
}

.product-result .price-date {
	color: #737c67 !important;
	font-size: 12px;
	line-height: 20px;
}

.text-expired .price-type, .text-expired .price-amount, .text-expired .price-date {
	color: #8f8f8f !important;
	text-decoration: line-through;
	font-style: italic;
}

/**
 * Process
 */

#process {
}

#process h1 {
	color: #68d55b;
	font-family: 'ArialBlack', Gadget, sans-serif;
	font-size: 27px;
	margin: 15px 0 10px;
	text-align: center;
}

#process h2 {
	color: #000000;
	font-size: 24px;
	text-align: center;
}

#process .steps {
	margin: 20px 0 0;
}

#process .step {
	background: none repeat scroll 0 0 #dfdfdf;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 12px 20px;
}

#process .step .num {
	background: none repeat scroll 0 0 #848484;
	border-radius: 30px;
	color: #ffffff;
	float: left;
	font-family: 'ArialBlack', Gadget, sans-serif;
	font-size: 45px;
	height: 60px;
	line-height: 60px;
	margin-right: 15px;
	text-align: center;
	width: 60px;
}

#process .step .desc {
	float: left;
	width: 600px;
}

#process .step .desc h3 {
	color: #848484;
	font-family: 'ArialBlack', Gadget, sans-serif;
	font-size: 24px;
	margin: 8px 0 0;
}

#process .step .desc p {
	color: #000000;
	font-size: 15px;
	margin: 0;
}

#process .step .desc a {
	color: #11af08;
	font-size: 15px;
	text-decoration: underline;
}

#process .step .desc a:hover {
	text-decoration: none;
}

#process .step .status {
	float: right;
	text-align: right;
	width: 180px;
}

#process #step-1.active {
	background: none repeat scroll 0 0 #e6f0d8;
}

#process #step-1.active .num {
	background: none repeat scroll 0 0 #2d3995;
}

#process #step-1.active .desc h3 {
	color: #2d3995;
}

#process #step-2.active {
	background: none repeat scroll 0 0 #e6f0d8;
}

#process #step-2.active .num {
	background: none repeat scroll 0 0 #db1818;
}

#process #step-2.active .desc h3 {
	color: #db1818;
}

#process #step-3.active {
	background: none repeat scroll 0 0 #e6f0d8;
}

#process #step-3.active .num {
	background: none repeat scroll 0 0 #fcbc41;
}

#process #step-3.active .desc h3 {
	color: #fcbc41;
}

#process #step-4.active {
	background: none repeat scroll 0 0 #e6f0d8;
}

#process #step-4.active .num {
	background: none repeat scroll 0 0 #2ab623;
}

#process #step-4.active .desc h3 {
	color: #2ab623;
}

#process .btn-go {
	background: none repeat scroll 0 0 #30bd24;
	border-bottom: 1px solid #5faf4a;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 16px;
	font-weight: bold;
	height: 44px;
	line-height: 30px;
	margin: 15px 20px 0;
	text-align: center;
	width: 100px;
}

#codeigniter_profiler {
	width: 1140px;
	margin: 5px auto;
        display: none;
}

/**
 * Console CSS
 */

.console {
	font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
	background-color: rgba(0, 0, 0, 0.5);
	color: #efefef;
	font-weight: bold;
	border-radius: 8px;
	margin: 20px auto;
	padding: 15px;
	font-size: 14px;
}




/********
 * Temporary over writes
 *******/


.modal-content {
    box-shadow: 0 5px 21px 6px rgba(255, 255, 255, 0.78);
    border-color: rgba(22, 143, 32, 0.99);
}

.modal-dialog .modal-content .modal-header {
    background-color: rgba(253, 186, 49, 0.99); /* #428bca; */
}

.modal-content .bootstrap-dialog-title {
    color: rgba(0, 0, 0, 0.72);
}

.modal-content .btn-link {
    color: rgba(22, 143, 32, 0.99);
}

.modal-content .btn-primary {
    background-color: rgba(253, 186, 49, 0.99); /* #428bca; */
    border-color: rgba(22, 143, 32, 0.99);
    color: rgba(0, 0, 0, 0.72);
}

.modal-content .btn-primary.disabled,
.modal-content .btn-primary[disabled],
.modal-content .btn-primary.disabled:hover,
.modal-content .btn-primary[disabled]:hover,
.modal-content .btn-primary.disabled:focus,
.modal-content .btn-primary[disabled]:focus,
.modal-content .btn-primary.disabled:active,
.modal-content .btn-primary[disabled]:active,
.modal-content .btn-primary.disabled.active,
.modal-content .btn-primary[disabled].active {
	background-color:rgba(253, 186, 49, 0.99);
	border-color:rgba(22, 143, 32, 0.99);
}
