
/* Columns */

.mighty-one-half { width: 48%; }
.mighty-one-third { width: 30.66%; }
.mighty-two-third { width: 65.33%; }
.mighty-one-fourth { width: 22%; }
.mighty-three-fourth { width: 74%; }
.mighty-one-fifth { width: 16.8%; }
.mighty-two-fifth { width: 37.6%; }
.mighty-three-fifth { width: 58.4%; }
.mighty-four-fifth { width: 79.2%; }
.mighty-one-sixth { width: 13.33%; }
.mighty-five-sixth { width: 82.67%; }

.mighty-one-half,
.mighty-one-third,
.mighty-two-third,
.mighty-three-fourth,
.mighty-one-fourth,
.mighty-one-fifth,
.mighty-two-fifth,
.mighty-three-fifth,
.mighty-four-fifth,
.mighty-one-sixth,
.mighty-five-sixth {
	float: left;
	margin-right: 4%;
	margin-bottom: 2em;
	position: relative;
	}

.mighty-column-last {
	clear: right;
	margin-right: 0 !important;
	}


/*	Buttons */

a.mighty-button,
a.mighty-button:visited {
	background-color: #0c6fb1;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.15));
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 90%;
	font-weight: bold;
	line-height: 94%;
	margin: 0 0.1em 1.5em 0 !important;
	outline: none;
	padding: 9px 15px !important;
	text-align: center;
	text-decoration: none !important;
	vertical-align: middle;
	}

a.mighty-button.square {
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	}

a.mighty-button.medium {
	-webkit-border-radius: 20px;
	border-radius: 30px;
	font-size: 105%;
	line-height: 109%;
	padding: 11px 16px !important;
	}

a.mighty-button.large {
	-webkit-border-radius: 25px;
	border-radius: 40px;
	font-size: 115%;
	line-height: 119%;
	padding: 15px 20px !important;
	}

a.mighty-button:hover {
	text-decoration: none;
	background-image: linear-gradient(rgba(0,0,0,0.15),rgba(0,0,0,0));
	}

a.mighty-button.green {
	background-color: #339933;
	}

a.mighty-button.light-blue {
	background-color: #2caada;
	}

a.mighty-button.blue {
	background-color: #2d72da;
	}

a.mighty-button.red {
	background-color: #cb2020;
	}

a.mighty-button.orange {
	background-color: #f77f00;
	}

a.mighty-button.purple {
	background-color: #6441a5;
	}

a.mighty-button.grey {
	background-color: #f3f3f3;
	color: #262626 !important;
	}

a.mighty-button.black {
	background-color: #404040;
	}


/* Alerts */

.mighty-alert {
	-webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    line-height: 1.6em;
    margin: 0 0 1.5em 0;
    padding: 0.8em 1.15em;
	}

.mighty-alert.white {
	color: #000;
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	}

.mighty-alert.red {
    background: #cb2020;
    color: #fff;
	}

.mighty-alert.yellow {
    background: #f77f00;
    color: #fff;
	}

.mighty-alert.green {
    background: #339933;
    color: #fff;
	}

.mighty-alert.grey {
    background: #eee;
	}


/* Tab Styles */

.mighty-tabs.ui-tabs .ui-tabs-hide {
    position: absolute;
	    left: -10000px;
	}

.mighty-tabs {
	background: none;
	margin: 0 0 2em 0;
	}

.mighty-tabs .mighty-nav {
	background: none;
	border: 0;
	float: none;
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
	}

.mighty-tabs .mighty-nav li {
	float: left;
	list-style: none !important;
	margin: 0 -1px -1px 0 !important;
	padding-left: 0 !important;
	position: relative;
	z-index: 10;
	}

.mighty-tabs .mighty-nav li a {
	background: #FBFBFB;
	border: 1px solid #dfdfdf !important;
	color: #373737 !important;
	display: block;
	margin: 0 !important;
	overflow: hidden;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	outline: none;
	}

.mighty-tabs .mighty-nav li a:hover {
	background: #fff!important;
	margin: 0!important;
	outline: none !important;
	}

.mighty-tabs .mighty-nav li:first-child a {
	-webkit-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
	}

.mighty-tabs .mighty-nav li:last-child a {
	-webkit-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	}

.mighty-tabs .mighty-nav .ui-tabs-selected a,
.mighty-tabs .mighty-nav .ui-tabs-active a {
	background: #fff;
	outline: none !important;
	border-bottom: 1px solid #fff !important;
	}

.mighty-tabs .mighty-tab {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 20px 25px;
	}


/* Toggles */

.mighty-toggle {
	margin: 0 0 2em 0;
	}

.mighty-toggle + .mighty-toggle {
	margin-top: -1.75em;
	}

.mighty-toggle .mighty-toggle-title {
	font-weight: bold;
	background: #FBFBFB;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	display: block;
	outline: none;
	padding: 10px 10px 10px 20px;
	position: relative;
	}

.mighty-toggle .mighty-toggle-title:hover {
	border: 1px solid #c5c5c5;
	}

.mighty-toggle-inner {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: none;
	padding: 20px 25px;
	}

.mighty-toggle span.ui-icon:before {
	color: rgba(0,0,0,0.25);
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 17px;
	line-height: 17px;
	content: "\f196";
	position: absolute;
	top: 37%;
	right: 20px;
	-webkit-font-smoothing: antialiased;
	}

.mighty-toggle .ui-state-active .ui-icon:before {
	font-family: FontAwesome;
	content: "\f147";
	}


/* Clearfix */

.mighty-clearfix:before,
.mighty-clearfix:after {
	content: "";
	display: table;
	}

.mighty-clearfix:after {
	clear: both;
	}

.mighty-clearfix {
	zoom:1;
	}
