/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
@import '/media/tabs/css/style.min.css';

/* 
    Created on : Jan 20, 2015, 10:23:42 AM
    Author     : steve
*/

.coalaweb-docs {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
    border: 3px solid #DFE2E8;
    border-radius: 4px;
}

/**
 * Selective reset of Bootstrap styling
 */
div.akeeba-bootstrap { background: transparent; }

/**
 * Bottom margin
 */
#akeebasubs { margin-bottom: 1em; }

/*
 * Front-end tables (My Subscriptions)
 */

table.asfelist { border-collapse:collapse; }

table.asfelist thead tr { background-color: silver; table-layout: fixed; border-bottom: thin solid black; }
table.asfelist thead th { color: black; font-weight: bold; text-align: center; }

table.asfelist td { text-align: left; vertical-align: middle; padding: 0; }
table.asfelist .row0 td { background-color: white; }
table.asfelist .row1 td { background-color: #e0e0e0; }

table.asfelist tfoot tr { background-color: silver; border-top: thin solid black; text-align: center; }
table.asfelist tfoot td { text-align: center; }

/*
 * Subscriptions list page
 */

#akeebasubs div.level {
	display: block;
	margin: 0.5em 0.5%;
	width: 48%;
	height: 200px;
	float: left;
	background-color: #f0f0f0;
	border: thin solid #333;
}

#akeebasubs .level-title:before {
	content: " ";
}

#akeebasubs .level-title {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0 0 0.5em 0;
	font-size: 16pt;
	font-weight: bold;
	color: #3990BD;
	background-color: #FFFFFF;
	text-shadow: none;
	        line-height: 40px;
}

#akeebasubs .level-title a {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 1px white;
	text-decoration: none;	
}

#akeebasubs .level-price {
	display: block;
	float: right;
	padding: 0 1em;
	margin: 0;
	font-size: 20pt;
	color: #006699;
	text-shadow: 1px 1px 1px #333;
	font-style: italic;
}

#akeebasubs .level-price-decimal,
#akeebasubs .level-price-separator {
	font-size: 12pt;
	color: #0099CC;
}

#akeebasubs img.level-image {
	display: block;
	max-width: 128px;
	max-height: 128px;
	float: right;
	margin: 10px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#akeebasubs div.level-description {
	min-height: 80px;
	height: 120px;
	padding: 5px;
	margin: 0 0.5em;
	background-color: #FFFFFF;
	border: thin solid silver;
	border-radius: 8px;
	-moz-border-radius: 8px;
}

#akeebasubs div.level-description-short {
	min-height: 64px;
	height: auto;
	padding-bottom: 10px;
}

#akeebasubs div.level-description-inner {
	width: 100%;
	padding: 8px;
}

#akeebasubs div.level-clear {
	clear: both;
}

#akeebasubs .level-subscribe {
	margin: 0.5em 1em 0.8em;
}

/*
 * Subscription list page ("awesome" layout)
 */
.akeebasubs-awesome .columns-1 div.akeebasubs-awesome-column { width: 100% !important; }
.akeebasubs-awesome .columns-2 div.akeebasubs-awesome-column { width: 50% !important; }
.akeebasubs-awesome .columns-3 div.akeebasubs-awesome-column { width: 33.3% !important; }
.akeebasubs-awesome .columns-4 div.akeebasubs-awesome-column { width: 25% !important; }
.akeebasubs-awesome .columns-5 div.akeebasubs-awesome-column { width: 20% !important; }
.akeebasubs-awesome .columns-6 div.akeebasubs-awesome-column { width: 16.6% !important; }
.akeebasubs-awesome .columns-7 div.akeebasubs-awesome-column { width: 14.2% !important; }
.akeebasubs-awesome .columns-8 div.akeebasubs-awesome-column { width: 12.5% !important; }
.akeebasubs-awesome .columns-9 div.akeebasubs-awesome-column { width: 11.1% !important; }
.akeebasubs-awesome .columns-10 div.akeebasubs-awesome-column { width: 10% !important; }

div.akeebasubs-awesome-column {
	display: block;
	float:  left;
	margin-bottom: 30px;
}

div.akeebasubs-awesome-column:hover {
	-moz-box-shadow: 0px 0px 10px black;
	-webkit-box-shadow: 0px 0px 20px black;
	box-shadow: 0px 0px 10px black;
}

.akeebasubs-awesome {
	margin-bottom: 15px;
	background: #FAFAFA;
	color: #333;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;	
}

.akeebasubs-awesome .columns {
	border: 1px solid #DDD;
	margin: -1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;		
}

.column-first {
	border-right: 2px solid #DDD;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
}

.column-first .akeebasubs-awesome-header {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px 6px;
}

.column-middle {
	border-right: 2px solid #DDD;
}

.column-last {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px 6px;
	border-bottom-right-radius: 6px 6px;
}

.column-last .akeebasubs-awesome-header {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px 6px;
}

.akeebasubs-awesome-header {
	background-color: #29262C;
	padding: 0.5em 0;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.1, #777),
	    color-stop(0.8, #29262C)
	) !important;
	background-image: -moz-linear-gradient(
	    center top,
	    #7D7D7D 10%,
	    #29262C 80%
	) !important;
}

div.akeebasubs-awesome-column:hover div.akeebasubs-awesome-header {
	background-color: #292699;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.1, #779),
	    color-stop(0.8, #292699)
	) !important;
	background-image: -moz-linear-gradient(
	    center top,
	    #7D7D7D 10%,
	    #292699 80%
	) !important;
}

.akeebasubs-awesome-level {
	margin-bottom: 0.5em;
	border-top: 1px solid #222;
	border-bottom: 1px solid #606060;
	background: #333;
	text-align: center;
}

div.akeebasubs-awesome-column:hover .akeebasubs-awesome-level {
	background: #339;
}

a.akeebasubs-awesome-level-link {
	font-weight: bold;
	color: #eee !important;
	text-shadow: black 1px 1px 1px;
}

.akeebasubs-awesome-price {
	color: white;
	font-size: 280%;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0;
	text-shadow: #333 1px 1px 1px;
}

.akeebasubs-awesome-signup {
	color: #eee;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0;
	text-shadow: #333 1px 1px 1px;
	height: 1.2em;
}

.akeebasubs-awesome-price-currency:after {
	content: " ";
}

.akeebasubs-awesome-price-separator,
.akeebasubs-awesome-price-decimal {
	color: #eee;
	font-size: 50%;
}

.akeebasubs-awesome-image img {
	display: block;
	max-width: 80%;
	margin: 0.3em auto;
	border-radius: 15px;
}

.akeebasubs-awesome-description {
	min-height: 250px;
	padding: 3px;
}

.akeebasubs-awesome-footer {
	padding-bottom: 15px;
	text-align: center;
}

.akeebasubs-awesome-subscribe {
	text-align: center;
}

input.akeebasubs-awesome-subscribe-button {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 3px 2px 4px;
	color: white;
	font-weight: bold;
	-webkit-text-shadow: black 1px 1px 1px;
	-moz-text-shadow: black 1px 1px 1px;
	text-shadow: black 1px 1px 1px;
	border: thin solid black;
	background-color: #333;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input.akeebasubs-awesome-subscribe-button:hover {
	background-color: #444;
	-mox-box-shadow: 0px 0px 4px black;
	-webkit-box-shadow: 0px 0px 4px black;
	box-shadow: 0px 0px 4px black;
}

/*
 * Subscriptions "strappy" layout
 */
td.akeebasubs-strappy-level {
	text-align: center !important;
} 
td.akeebasubs-strappy-level a {
	color: black;
	font-weight: bolder;
	font-size: 110%;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	text-shadow: #aaa 1px 1px 3px;
}

td.akeebasubs-strappy-price {
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	text-align: center !important;
	padding: 0.2em 0;
	text-shadow: #aaa 1px 1px 3px;
	padding: 0.5em 0.25em !important;
}
td.akeebasubs-strappy-signupfee {
	font-style: italic;
	font-weight: bold;
	text-align: center !important;
	padding: 0.2em 0;
	text-shadow: #aaa 1px 1px 3px;
	padding: 0.5em 0.25em !important;
}

.akeebasubs-strappy-price-currency:after {
	content: " ";
}

.akeebasubs-strappy-price-separator,
.akeebasubs-strappy-price-decimal {
	font-size: 50%;
}

/*
 * Subscription page
 */
 
#akeebasubs-steps {
	margin: 0.5em;
	padding: 0.5em;
	background-color: #f0f0f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 0px 8px;
}

#akeebasubs-steps-header {
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	text-shadow: #ccc 1px 1px 0px;
	text-align: center;
}

#akeebasubs-steps-bar {
	font-size: 14pt;
	font-weight: bold;
	color: #333;
	text-shadow: #ccc 1px 1px 1px;
	text-align: center;
}

#akeebasubs-steps-bar span.step {
	display: inline-block;
	padding: 3px 10px;
}

#akeebasubs-steps-bar .numbers {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 12pt;
	color: #fff;
	background-color: #333;
	border-radius: 9px;
	-moz-border-radius: 9px;
	text-shadow: #000 1px 1px 1px;
}

#akeebasubs-steps-bar span.text {
	display: inline-block;
}

#akeebasubs-steps-bar span.active span.numbers {
	color: #f0f0f0;
	background-color: #cc9900;
}

#akeebasubs-steps-bar span.active span.text {
	color: #000;
	text-shadow: #ffcc00 0px 0px 3px;
}
 
#akeebasubs legend {
	font-size: 12pt;
	color: #333;
}

#akeebasubs-subscribe-level {
	margin: 2em 0.5em;
	background-color: #f0f0f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: #ccc 0px 0px 8px;	
}

#akeebasubs-subscribe-level h3.level-title {
	margin: 0 !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#akeebasubs-subscribe-level .level-description {
	margin: 0 !important;
	border: none !important;
	border-radius: 0 0 10px 10px !important;
	-moz-border-radius: 0 0 10px 10px !important;
}

#akeebasubs h3.subs {
	color: #333;
	margin: 0.4em 0 !important;
	padding: 0.2em !important;
	font-weight: bold;
	font-size: 12pt;
}

#akeebasubs label.main {
	display: inline-block;
	width: 33%;
	padding: 2px;
	margin: 0 0.5em 0.3em 0;
	background-color: #e0e0e0;
}

#akeebasubs input.main {
	width: 30%;
}

/*#akeebasubs select {
	width: 30% !important;
}*/

#akeebasubs input.vat {
	width: 10em;
}

#akeebasubs input.disabled {
	border: none;
	background-color: transparent;
	font-weight: bold;
	color: #333;
}

#akeebasubs .currency {
	display: inline-block;
	width: 5em;
	text-align: right;
	padding: 2px 0;
	margin-left: -0.8em;
}

#akeebasubs .currency-symbol {
	width: 2em;
	text-align: left;
	display: inline-block;
	padding: 2px 5px;
	margin-left: -0.3em;
}

#akeebasubs .total {
	font-weight: bold;
	color: #333;
	border-top: 2px solid #333;
}

#akeebasubs label.error {
	background-color: #ffe0e0; 
}

#akeebasubs input.error {
	background-color: #ffe0e0;
}

#akeebasubs .valid {
	font-weight: bold;
	font-size: 9pt;
	color: green;
	display: none;
	height: 18px;
	padding: 0 3px 0 0;
	margin: 0 0 0 5px;
	border-left: 1px solid #090;
	background-color: #efe;
}

#akeebasubs .invalid {
	font-weight: normal;
	font-size: 9pt;
	color: red;
	display: none;
	height: 18px;
	padding: 0 3px 0 0;
	margin: 0 0 0 5px;
	border-left: 1px solid #900;
	background-color: #ffe;
}

.akstriangle {
	display: inline-block !important;
	float: left;
	position: relative;
	left: -3px;
	top: 2px;
	width: 0px;
	height: 0px;
	margin: 0 0 0 -11px;
	padding: 0;
	border: 7px solid red;
	border-color: transparent #900 transparent transparent;
}

.akstriangle-red {
	border-color: transparent #900 transparent transparent;
}

.akstriangle-green {
	border-color: transparent #090 transparent transparent;
}

#akeebasubs #username_checking {
	font-weight: bold;
	font-size: 9pt;
	color: gray;
}

#paymentmethod-container label {
	float: left;
}

#akeebasubs span.akeebasubs-paymentmethod-images {
	display: inline-block;
	float: left;
	width: 60%;
}

/*
#akeebasubs span.akeebasubs-paymentmethod-images input {
	clear: both;
	float: left;
	width: 32px;
	margin-top:  10px;
}
*/

#akeebasubs span.akeebasubs-paymentmethod-images label {
	float: left;
}

#akeebasubs span.akeebasubs-paymentmethod-images img {
	float: left;
	margin-bottom: 6px;
}

#akeebasubs span.akeebasubs-paymentmethod-images span {
	margin-left: 5px;
	margin-top: 10px;
	float: left;
}

/**
 * Subscription viewer
 */

#akeebasubs td.subscription-label {	
	font-weight: bold;
	min-width: 10em;
	background-color: #e0e0e0;
}

/*
 * Pricing Table
 */
div.akeeba-bootstrap .tm-price {
    padding: 30px 0;
    border-top: 2px dotted #dfe2e8;
    border-bottom: 2px dotted #dfe2e8;
}
div.akeeba-bootstrap .uk-panel .tm-price h1,
div.akeeba-bootstrap .uk-panel .tm-price h2{
    font-weight: 400;
    font-family: 'Open Sans';
}
div.akeeba-bootstrap .uk-panel .tm-price h1{
    font-weight: 400;
    font-size: 85px !important;
}

div.akeeba-bootstrap .uk-panel h1 {
    font-size: 51px;
    line-height: 54px;
    font-family: 'Noto Sans';
    font-weight: 300;
    color: #414D5A;
    text-transform: none;
}
div.akeeba-bootstrap .tm-price h2 {
    text-transform: uppercase;
    font-size: 34px;
}
div.akeeba-bootstrap li {
    line-height: 26px;
}

div.akeeba-bootstrap ul {
    margin: 0px 0px 20px;
    margin-top:20px;
    padding: 0px;
    list-style: none outside none;
}

div.akeeba-bootstrap h2 {
    font-size: 36px;
    line-height: 38px;
    margin: 0px 0px 20px;
    font-family: 'Noto Sans';
    font-weight: 300;
    color: #414D5A;
    text-transform: none;
    margin-bottom: 15px;
}

div.akeeba-bootstrap {
    font-size: 16px !important;
}

div.akeeba-bootstrap .well {
    box-shadow: none;
}

div.akeeba-bootstrap select, div.akeeba-bootstrap textarea, 
div.akeeba-bootstrap input[type="text"], div.akeeba-bootstrap input[type="password"], 
div.akeeba-bootstrap input[type="datetime"], div.akeeba-bootstrap input[type="datetime-local"], 
div.akeeba-bootstrap input[type="date"], div.akeeba-bootstrap input[type="month"], 
div.akeeba-bootstrap input[type="time"], div.akeeba-bootstrap input[type="week"], 
div.akeeba-bootstrap input[type="number"], div.akeeba-bootstrap input[type="email"], 
div.akeeba-bootstrap input[type="url"], div.akeeba-bootstrap input[type="search"], 
div.akeeba-bootstrap input[type="tel"], div.akeeba-bootstrap input[type="color"], 
div.akeeba-bootstrap .uneditable-input {
    height: 30px;
}

.uk-button-large {
    line-height: 45px !important;
    font-size: 18px !important;
    font-family: 'Noto Sans' !important;
}

.uk-button-primary {
    font-size:16px;
    font-family: 'Noto Sans' !important;
    color: #FFF !important;
}

div.cw-environment img {margin-right:5px;}


.cw-float-nav > li > a  {border:none !important;}

.uk-navbar-nav {
    text-transform: uppercase;
}
.uk-dropdown {
    min-width:250px;
}
.tm-underline:before { bottom:-2px !important;}

//Regular Labs Tabs
.rl_tabs.outline_content > .tab-content {
    background: #fff;
}

.rl_tabs > .tab-content {
    margin-bottom: 20px;
    background: #fff;
}

.rl_tabs.top > ul.nav-tabs > li > a:focus, 
.rl_tabs.top > ul.nav-tabs > li.active > a:focus {
    box-shadow: none;
}

.rl_tabs > .tab-content > .tab-pane > :last-child {
    margin-bottom: 20px;
}

.rl_tabs > ul.nav-tabs > li > a,
.rl_tabs > ul.nav-tabs > li > a:hover {
    color: #555;
}

//NoNumber Tabs
.nn_tabs.outline_content > .tab-content {
    background: #fff;
}

.nn_tabs > .tab-content {
    margin-bottom: 20px;
    background: #fff;
}

.nn_tabs.top > ul.nav-tabs > li > a:focus, 
.nn_tabs.top > ul.nav-tabs > li.active > a:focus {
    box-shadow: none;
}

.nn_tabs > .tab-content > .tab-pane > :last-child {
    margin-bottom: 20px;
}

.nn_tabs > ul.nav-tabs > li > a,
.nn_tabs > ul.nav-tabs > li > a:hover {
    color: #555;
}

@media (max-width: 767px) {  
    .uk-breadcrumb { display: none; }  
}

.well {
border:none;
  border-bottom: 3px solid #DFE2E8;
}

.label, .badge {
    color: #414D5A;
}

select, textarea, input[type="text"], 
input[type="password"], input[type="datetime"], 
input[type="datetime-local"], input[type="date"], 
input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], 
input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], 
input[type="color"], .uneditable-input {
    color: #414D5A;
        border: 2px solid #DFE2E8;
  height:42px;
}

select:focus, textarea:focus, 
input[type="text"]:focus, input[type="password"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, 
input[type="date"]:focus, input[type="month"]:focus, 
input[type="time"]:focus, input[type="week"]:focus, 
input[type="number"]:focus, input[type="email"]:focus, 
input[type="url"]:focus, input[type="search"]:focus, 
input[type="tel"]:focus, input[type="color"]:focus, 
.uneditable-input:focus {
    border-color: #DFE2E8;
}

.nn_tabs > ul.nav-tabs > li.active > a:focus, .nn_tabs > ul.nav-tabs > li > a:focus {
    border-color: #DDD;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:focus {
    color: #414D5A;
    text-decoration: none;
}

/* Akeeba subs form */
.control-group.success input, 
.control-group.success select, 
.control-group.success textarea {
		border-color: #468847 !important;
    color: #468847 !important;
}

/* Kunena 5.0 + */
.btn-link {
    color: #2f99d3;
}
.btn-link {
    cursor: pointer;
    color: #2f99d3;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.uk-active {
    color: #414D5A;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    background-color: #2f99d3;
}

.navbar .nav > li > a {
    color: #414d5a;
    text-shadow: none;
}

.navbar-inner {
    background: none;
    border: none;
    box-shadow: none;

}

.breadcrumb > li > .divider {
    color: #414d5a;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: inherit;
}

.muted {
    color: #999;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #2f99d3;
}

.uk-panel-box-secondary h1,
.uk-panel-box-secondary h2 {
    color: #fff !important;
}

.uk-nav-navbar ul a:hover {
    color: #2f99d3 !important;
}

.uk-panel-box-secondary {
    background-color: #363c4f;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.uk-panel-box-primary {
    background: rgba(226,230,237,0.96);
}

.uk-alert {
    margin-bottom: 20px;
    padding: 10px;
    background: rgba(226,230,237,0.96);
}

.uk-pagination > li.uk-active > a {
    background-color: #2f99d3;
    color: #ffffff;
    border-color: transparent;
    border-radius: 3px;
    font-weight: normal;
}

.uk-table-striped tbody tr:nth-of-type(2n+1) {
    background: rgba(226,230,237,0.96);
}

.uk-list-striped > li:nth-of-type(2n+1) {
    background: rgba(226,230,237,0.96);
}

/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: rgba(43, 221, 183, 0.9);
  color: #ffffff;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: rgba(246, 202, 85, 0.95);
  color: #ffffff;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: rgba(212, 58, 87, 0.95);
  color: #ffffff;
}

/* Warning button style
 ========================================================================== */
.uk-button-warning {
    background-color: #f8be48;
    color: #ffffff;
    border-color: transparent;
    border-radius: 3px;
}

.uk-button-warning:hover, .uk-button-warning:focus {
    background-color: #363c4f;
    color: #ffffff;
    border-color: transparent;
}