@charset "UTF-8";

.control-group {
	padding: 0.5rem 0;
}

.form-actions {
	padding: 1rem 0;
}

.menu {
	padding: 0;
	width: 100%;
}
.menu > div {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.param {
        font-family: monospace, courier;
        background: #444;
        color: white;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
}

pre.api_doc {
        background: #333;
        color: lightgrey;
        box-shadow: #333 1px 1px 20px 0;
        border-radius: 4px;
        padding: 1em;
        margin: 0.5em;
}

.api_handler .param {
        top: 0.3em;
        position: relative;
}
.api_handler td {
        vertical-align: top;
}

[section=paths] > tbody > tr:nth-child(even) {
        background-color: #fafafa;
}

@font-face {
        font-family: "awesome";
        src: url(../fonts/fontawesome-webfont.woff);
        font-style: normal;
        font-weight: normal;
}

.td_img_back {
    background-color: #dfe0cc;
    text-align: center;
    vertical-align: center;
}

.index_grid:hover {
    background-color: #ffc;
}

.current_page {
    color: #990000;
    font-weight: bold;
}

.current_page:hover {
    text-decoration: none;
}

.boxpriv:hover {
	background-color: darkred;
	color: white;
}

.boxpriv {
	color: darkred;
	padding: 1.2em 0.5em;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	flex-grow: 1;
}

.box {
	text-align: center;
	padding: 1.2em 0.5em;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	flex-grow: 1;
}

.box_highlight,
.box:hover {
	background-color: #326c9b;
	color: white;
}

.metaaction {
    font-weight: bold;
}

.web2py-menu-active a {
    background-color: #ffffff;
}

.menucell {
    padding:0px;
    padding-left:5px;
    vertical-align: bottom;
}

.ack_1 {
    text-decoration:line-through;
}

.ack {
    display: none;
    background: #000000;
    color: #ffffff;
}

.hidden {
    display: none;
}

.toolbar {
    background: transparent;
}

.invisible_div {
    visibility: hidden;
}

b {
  font-weight: bold;
}

i {
  font-style: italic;
}

pre {
    font-size: 0.8em;
    font-family: monospace, courier;
    padding-left: 2em;
    padding-top: 1em;
    color: #222200;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.flash {
    z-index: 2;
    position: fixed;
    bottom: 0px;
    right: 20%;
    width: 60%;
    height: 20px;
    opacity: 1.00;
    margin: 0 auto;
    text-align: center;
    clear: both;
    color: black;
    font-size: 11pt;
    cursor: pointer;
    background: yellow;
   -moz-border-radius-topleft:8px;
   -moz-border-radius-topright:8px;
   -webkit-border-top-left-radius:8px;
   -webkit-border-top-right-radius:8px;
}

div.error {
    background-color: red;
    color: white;
    padding: 3px;
}

.warn {
    background-color: yellow;
    color: black;
    padding: 5px;
}

.info {
    background-color: #E5FFE5;
    color: black;
    padding: 5px;
}

.error {
    background-color: red;
    color: white; padding: 5px;
}

.layout {
    width: 100%;
}

.statusbar {
    background: url('../images/menu.gif');
    border-bottom: 1px #eee solid;
}

.footer {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    clear: both;
    color: #888;
    padding: 1em;
}

.column1 {
    border-right: 0px #eee solid;
    vertical-align: top;
}

.column2 {
    padding: 1em 1em;
}

.width10em {
    width: 10em;
    background: transparent;
}

.expandable {
    background: transparent;
}

.wwwimg {
    border-style: dotted;
    border-width: 1px;
    border-color: #555500;
}

.video {
    background: transparent url('images/video.png') no-repeat;
    padding-left: 24px;
}

.box_highlight a {
    padding-left: 24px;
}


.bubble_container a,
.bubble_container a:hover,
.bubble_container a:focus {
	color: #b6d6f2;
}

.bubble_container {
//    background-color:white;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    word-wrap: break-word;
}
.bubble {
    box-sizing: border-box;
    //min-height: 16em;
    min-width: 18em;
    width: 33.33%;
    padding: 1.5em;
    color: white;
    overflow: hidden;
    flex-grow: 1;
}
.bubble li {
    list-style-type: square;
    //padding: 0.5em 0 0.5em 0;
}
.news_body h1 {
	font-size: 2rem;
}
.news_body h2 {
	font-size: 1.3rem;
}
.bubble h1 {
	font-size: 3rem;
}
.bubble h3 {
    padding-left: 0.3em;
    padding-bottom: 0.5em;
    color: white;
    font-weight: bolder;
    font-style: normal;
    font-size: medium;
}

.bubble input[type=submit]:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.bubble input[type=submit] {
    margin: 1em 0;
    font-size: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.1);
}
.bubble input {
	width: 100%;
	background-color: transparent;
	border: 1px solid;
	border-radius: 4px;
	padding: 0.2em;
	color: white;
	outline: none;
}

.bubble textarea {
    width: 100%;
    min-height: 20em;
    background-color: transparent;
}

.container_full_width {
    width: 100%;
}
.container_t {
    background-color: rgba(255,255,255,0.95);
    color: #346f9f;
}
.title {
    background-color: #346f9f;
    text-align: center;
    color: white;
    padding: 0.2rem;
}
.titleo {
    background-color: #f0c426;
    text-align: center;
    color: white;
    padding: 0.2rem;
}
.titlet {
    background-color: teal;
    text-align: center;
    color: white;
    padding: 0.2rem;
}
.container_a {
    background-color: #346f9f;
}
.container_teal {
    background-color: teal;
}
.container_pink {
    background-color: darkslategray;
}
.container_blue {
    background-color: cadetblue;
}
.container_blue2 {
    background-color: skyblue;
}
.refimg {
    align-self: center;
    text-align: center;
    width: 20%;
    min-width: 10em;
}


div.spacer {
    height: 0px;
    clear: both;
}

h1.page_section {
    padding: 0.5em;
}

.news_tools {
    width: 100%;
}
.news_tool {
    width: 1.3em;
    cursor: pointer;
}
.news_date {
    color: lightgray;
}
.news > form > input, textarea {
    margin: 0.5em 0;
    padding: 0.5em;
}
.news > form > textarea {
    min-height: 20rem;
}
.news_body a {
    word-break: break-all;
}

div.admin {
    float: left;
    width: 40em;
}

.admin > div {
    float: left;
    padding: 1em;
    padding-bottom: 1em;
}

.adminimg {
    padding: 0em;
    border-radius: 15px;
    max-height: 130px;
    max-width: 70px;
    min-width: 70px;
}

.admin_table {
    display:table;
}

.admin_table > div {
    display:table-row;
}

.admin_table > div > div {
    display:table-cell;
    padding:0 0.5em 0 0;
    vertical-align: middle;
    height: 1.5em;
    width: 20em;
}

.invoices pre {
  padding: 1em;
}
.invoices {
	padding: 0 1em;
	display: table;
	border-left-style:solid;
	border-color:#cccccc;
	margin-top: 1em;
}
.invoice {
  display: table-row;
}
.invoice > div {
  display: table-cell;
  padding: 1em;
  padding-bottom: 0.5em;
}

.icon-compress-after:after {
	content: "\f066";
}
.icon-expand-after:after {
	content: "\f065";
}
.icon:before {
	display: inline-block;
	margin-right: 0.3em;
	font-family: awesome;
}
.icon-after:after {
	display: inline-block;
	margin-left: 0.3em;
	font-family: awesome;
}
.icon-hover .icon:before,
.icon-hover .icon-after:after {
	display: none;
}
.icon-hover:hover .icon:before,
.icon-hover:hover .icon-after:after {
	display: inline-block;
}

.text-gray {
	color: #666;
}

/*
@media all and (max-width:540px) {
	body {
		font-size: 14px;
	}
}
*/
@media all and (min-width:960px) {
	.news_div {
		max-height:290rem;
		overflow:hidden;
	}
}


.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
    position: absolute;
    line-height: 1em;
    z-index: 2;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
