  /* ---------------------------------------------------------------------- //
  //                                                                        //
  //  Author: Maik Michael Mueller                                          //
  //  Author Uri: https://iss.maimu.de/                                     //
  //                                                                        //
  // ---------------------------------------------------------------------- //
  //                                                                        //
  //  Copyright (C) 2014  iss.maimu.de                                      //
  //                                                                        //
  //  This program is free software: you can redistribute it and/or modify  //
  //  it under the terms of the GNU General Public License as published by  //
  //  the Free Software Foundation, either version 3 of the License, or     //
  //  (at your option) any later version.                                   //
  //                                                                        //
  //  This program is distributed in the hope that it will be useful,       //
  //  but WITHOUT ANY WARRANTY; without even the implied warranty of        //
  //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the          //
  //  GNU General Public License for more details.                          //
  //                                                                        //
  //  You should have received a copy of the GNU General Public License     //
  //  along with this program. If not, see http://www.gnu.org/licenses/     //
  //                                                                        //
  // ---------------------------------------------------------------------- /*

  /*
  //
  //
  // font-face
  //
  //
  */
  @font-face {
    /*
    font-family: 'Dosis', sans-serif !important;
    */
    font-weight: 200;
    font-family: 'Open Sans Condensed Light';
    src: url('../../../fonts/main/opensans-cond-light.ttf');
  }

  /*
  //
  //
  // body, html
  //
  //
  */
  body, html {
    font-size: 17px;
    font-family: 'Open Sans Condensed Light';
    color: black;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    background: #f0f0f0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* html */
  .mbody-header {
    /**/
  }
  .mbody-main {
    width: 100%;
    vertical-align: top;
    padding: 20px;
  }
  .mbody-footer {
    width: 100%;
    padding: 10px;
    border: 1px solid white;
  }
  *, *:after, *:before {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .clearfix:before, .clearfix:after {
	  content: " ";
	  display: table;
  }
  .clearfix:after {
	  clear: both;
  }
  /*
   *
   * lightbox
   *
   *
   */
  .lightbox {
    /* Default to hidden */
    display: none;
    /* Overlay entire screen */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* a bit of padding around image */
    padding: 1em;
    /* Translucent background */
    background: rgba(0, 0, 0, 0.8);
  }
  /* Unhide the lightbox when it's the target */
  .lightbox:target {
    display: block;
  }
  .lightbox span {
    /* Full width and height */
    display: block;
    width: 100%;
    height: 100%;
    /* Size and position background image */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /*
   *
   * Figure
   *
   *
   */
  figure {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto;
  }
  figcaption {
    background-color: #f9f9f9;
    border: 1px #cccccc solid;
    color: #333333;
    font-style: normal;
    padding: 3px;
    text-align: center;
  }
  /*
  //
  //
  // Tabs
  //
  //
  */
  .container {
    width: 98%;
    margin: 0 auto;
  }
  ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }
  ul.tabs li {
    color: #222222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
  }
  ul.tabs li.current {
  }
  .tab-content {
    display: none;
    padding: 15px;
  }
  .tab-content.current {
    display: inherit;
  }
  /*
  //
  //
  // Tooltip
  //
  //
  */  
  .tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.7);
    border-radius: 3px;
    bottom: 26px;
    color: #fff;
    content: attr(data-title);
    left: 20%;
    padding: 15px 15px;
    position: absolute;
    z-index: 98;
    min-width: 250px;
  }
  .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
  }
  /*
  //
  //
  // Countdown
  //
  //
  */
  .table-dyngeo {
    background: black;
  }
  .table-dynwximg {
    background: #e0e0e0;
  }
  .table-wxinfo {
    background: #e0e0e0;
  }
  .table-countdown {
    background: #f7fcdf;
  }
  /*
  //
  //
  // Timer
  //
  //
  */
  .countdown_num {  
    color: #333333;
    display: block;
    font-size: 60px;
    font-weight: normal;
    text-shadow: 0 0 20px #cccccc;
  }
  .countdown_str {  
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: normal;
    /* text-shadow: 0 0 20px #cccccc; */
    text-transform: uppercase;
  }
  /*
  //
  // also
  //
  //
  */
  hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: white; /* old ie */
    background-color: white;
  }

  /*
  //
  // also
  //
  //
  */
   .double-underline {
     border-bottom: double 3px grey;
   }

  /*
  //
  // images
  //
  //
  */
  img {
    margin: 0;
    padding: 0;
    border: none;
    line-height: normal;
    vertical-align: middle;
  }
  .imgBorder {
    background-color: #c9c9c9;
    border: 5px solid #555555;
    padding:5px;
    margin: 5px;
  }
  .imageHolderSS {
    position: relative;
    width: 100%;
  }
  .imageHolderSS .captionSS {
    position: relative;
    width: 90%;
    bottom: 50px;
    left: 0px;
    color: white;
    background: #14120d;
    border: 1px solid darkgrey;
    text-align: center;
    font-weight: normal;
    opacity:0.6;
  }
  .imageHolderFax {
    position: relative;
    width: 100%;
  }
  .imageHolderFax .captionFax {
    position: relative;
    width: 90%;
    bottom: 50px;
    left: 0px;
    color: white;
    background: #14120d;
    border: 1px solid darkgrey;
    text-align: center;
    font-weight: normal;
    opacity:0.6;
  }
  
  /*
  //
  // links
  //
  //
  */
  a:link {
    text-decoration: underline;
    color: black;
  }
  a:visited {
    text-decoration: underline;
    color: black;
  }
  a:active {
    text-decoration: underline;
    color: black;
  }
  a:hover {
    text-decoration: underline;
    color: black;
  }

  /*
  //
  // media screen
  //
  //
  */
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
      padding-right: 18px;
    }
  }

  /*
  //
  // Progressbar
  //
  //
  */
  progress[value] {
    /* Reset the default appearance */
    -webkit-border-radius: 5px;
    /* Get rid of default border in Firefox. */
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    background: whitesmoke;
    /* Dimensions */
    width: 100%;
    height: 20px;
    /* For IE10 */
    color: orange; 
  }

  /* 
  //
  //
  // form whitebox
  //
  //
  */
  .form-whitebox {
    margin: auto;
    border: 1px solid lightgrey;
    padding: 40px;
    background-color: white;
  }
  .form-data-file {
    border: 1px solid grey;
    background-color: #f0f0f0;
    width: 80%
  }
  .form-data, form-data-file, button, submit, input, textarea, select, optgroup[label] {
    font-family: 'Open Sans Condensed Light', sans-serif !important;
    /*
    font-family: 'Dosis', sans-serif !important;
    */
    font-size: 17px;
  }
  .form-data-label {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    background-color: #e0e0e0;
    border: 1px solid #cccccc;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #ffffff;
    display: inline-block;
    height: 39px;
    line-height: 36px;
    margin-right: 0;
    width: 150px;
  }
  #form-data input[type=text], input[type=button], input[type=number], input[type=date], input[type=month], input[type=password], input[type=email], select {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border: 1px solid #cccccc;
    border-radius: 0 5px 5px 0;
    color: black;
    height: 39px;
    line-height: 27px;
    margin: 0 10px 0 -5px;
    outline: none;
    padding: 0 10px;
    width: 50%;
  }
  #form-data input[type=date], input[type=month] {
    width: 40% !important;
  }
  .form-data-box {
    line-height: 24px;
    outline: none;
    padding: 10px;
    border: 0px solid #c3c5c7 !important;
  }
  .form-data-label-icon label {
    background-color: url('../images/icon-16x16-form-label.png') no-repeat 8px center;
  }
  .form-data-label-icon-search label {
    background-color: url('../images/icon-16x16-form-label-search.png') no-repeat 8px center;
  }
  .form-button-custom {
    border: 1px solid #979797;
    background-color: white;
  }
  /* Radiobox */
  input[type=radio].css-radiobox {
	 position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  input[type=radio].css-radiobox + label.radiobox-label {
	 padding-left: 36px;
	 height: 31px; 
	 display: inline-block;
	 line-height: 31px;
    background-repeat: no-repeat;
	 background-position: 0 0;
	 font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
  }
  input[type=radio].css-radiobox:checked + label.radiobox-label {
    background-position: 0 -31px;
  }
  /* Checkbox */
  input[type=checkbox].css-checkbox {
	 position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  input[type=checkbox].css-checkbox + label.checkbox-label {
	 padding-left: 21px;
	 height: 16px; 
	 display: inline-block;
    line-height: 16px;
	 background-repeat: no-repeat;
    background-position: 0 0;
	 vertical-align: middle;
	 cursor: pointer;
  }
  input[type=checkbox].css-checkbox:checked + label.checkbox-label {
	 background-position: 0 -16px;
  }
  input[disabled] {
    background-color: yellow;
  }
  input[required] {
    /* background-color: #e1eef4; */
  }
  /* Range */
  input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid white;
    /* required for proper track sizing in FF */
    width: 270px;
  }
  input[type=range]::-moz-range-track {
    width: 270px;
    height: 5px;
    background-color: #cccccc;
    border: none;
    border-radius: 1px;
  }
  input[type=range]::-moz-range-thumb {
    border: 1px solid white;
    height: 30px;
    width: 16px;
    border-radius: 0%;
    background-color: green;
  }
  /* hide the outline behind the border */
  input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
  }
  input[type=range]:focus::-moz-range-track {
    background-color: #cccccc;
  }
  /*
  //
  // lables
  //
  */
  label {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 30px;
  }
  /* Radiobox */
  label.radiobox-label {
    background-image: url('images/jq_16x34_radiobox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 }
  /* Checkbox */
  label.checkbox-label {
	  background-image: url('images/jq_16x34_checkbox.png');
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
  }
  /*
  //
  // Placeholder
  //
  //
  */
  .placeholder {
    color: #000000;
  }
  :-moz-placeholder {
    color: #000000;
  }
  ::-webkit-input-placeholder {
    color: #000000;
  }
  /*
  //
  // Menu and tables
  //
  //
  */
  .clickable-row {
    cursor: pointer;
    *cursor: hand;
  }
  .table-row-grey {
    background-color: #e9e9e9 !important;
  }
  .table-row-outbox {
    background-color: #ffcc00 !important;
    background: url('../images/icon-32x32-outbox.png');
    background-repeat: no-repeat;
	 background-position: center;
  }
  .table-hover-0 {
    background-color: white !important;
  }
  .table-hover-1 {
    background-color: #f2f2f2 !important;
  }
  .table-hover-2 {
    background-color: #f0f0f0 !important;
  }
  .table-delete-0 {
    /**/
  }
  .table-delete-1 {
    background-color: #fae6e3 !important;
    border-bottom: 1px solid #ff0000 !important;
  }
  .table-status-0 {
    /**/
  }
  .table-status-1 {
    background-color: #6dbbff !important;
    border-bottom: 1px solid #0088ff !important;
  }
  tr.table-statbox {
    border-bottom: 1px solid #f7f7f7;
  }
  .table-statbox-search {
    background-color: #f0f0f0;
  }
  .table-backgr-user {
    background: url('../images/icon-256x256-user.png');
    background-position: 20px;
    background-repeat: no-repeat;
  }
  .table-backgr-radiolog {
    background: url('../images/icon-256x256-radiolog.png');
    background-position: 20px;
    background-repeat: no-repeat;
  }
 .table-backgr-radio {
    background: url('../images/icon-256x256-radio.png');
    background-position: 20px;
    background-repeat: no-repeat;
  }
 .table-backgr-hardware {
    background: url('../images/icon-256x256-hardware.png');
    background-position: 20px;
    background-repeat: no-repeat;
  }
 .table-backgr-sstv {
    background: url('../images/icon-256x256-sstv.png');
    background-position: 20px;
    background-repeat: no-repeat;
  }
  /*
  //
  // datagrid-pagesum
  //
  //
  */
  table.datagrid-pagesum {
    color: #333333;
	 border-width: 1px;
	 border-color: white;
	 border-collapse: collapse;
  }
  table.datagrid-pagesum th {
    border-width: 1px;
	 padding: 7px;
    border-style: solid;
	 /* border-color: #ffa6a6; */
    /* background-color: #d56a6a; */
  }
  table.datagrid-pagesum tr:hover td {
    cursor: pointer;
  }
  table.datagrid-pagesum td {
    border-width: 1px;
    padding: 7px;
    border-style: solid;
    /* border-color: #ffa6a6; */
    background-color: #ffffff;
  }
  /*
  //
  // datagrid
  //
  //
  */
  .datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
  }
  .datagrid {
    background-color: white;
    overflow: hidden;
    border: 1px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .datagrid table td, .datagrid table th {
    padding: 3px 10px;
  }
  .datagrid table thead th {
    background-color: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #505050), color-stop(1, #515151) );
    background-color: -moz-linear-gradient( center top, #505050 5%, #515151 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#515151');
    /* background-color: #505050; */
    color: #e9e9e9;
    font-weight: normal;
    border-left: 1px solid white;
  }
  .datagrid table thead th:first-child {
    border: none;
  }
  .datagrid table tbody td {
    color: black;
    border-left: 1px solid #d3d3d3;
    border-bottom: 1px solid #d4d4d4;
    font-weight: normal;
  }
  .datagrid table tbody .alt td {
    background-color: #ebebeb;
    color: black;
  }
  .datagrid table tbody td:first-child {
    border-left: none;
  }
  .datagrid table tbody tr:last-child td {
    border-bottom: none;
  }
  .datagrid table tfoot td div {
    border-top: 1px solid #505050;
    background-color: #e1eef4;
  }
  .datagrid table tfoot td {
    padding: 0;
  }
  .datagrid table tfoot td div {
    padding: 5px;
  }
  .datagrid table tfoot td ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
  .datagrid table tfoot li {
    display: inline;
  }
  .datagrid table tfoot li a {
    text-decoration: none;
    display: inline-block; 
    padding: 2px 8px;
    margin: 1px;
    color: #e9e9e9;
    border: 1px solid #505050;
    background-color: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #505050), color-stop(1, #515151));
    background-color: -moz-linear-gradient( center top, #505050 5%, #515151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050', endColorstr='#515151');
    background-color: #505050;
  }
  .datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
    text-decoration: none;
    border-color: #505050;
    color: #e9e9e9;
    background-color: none;
    background-color: #515151;
  }
  /*
  //
  // css buttons
  //
  */
  .button {
    display: block;
    text-decoration: none!important;
	 padding: 8px 12px;
	 border-radius: 3px;
	 -moz-border-radius: 3px;
	 box-shadow: inset 0px 0px 2px #fff;
	 -o-box-shadow: inset 0px 0px 2px #fff;
	 -webkit-box-shadow: inset 0px 0px 2px #fff;
	 -moz-box-shadow: inset 0px 0px 2px #fff;
  }
  .button:active {
	 box-shadow: inset 0px 0px 3px #999;
	 -o-box-shadow: inset 0px 0px 3px #999;
	 -webkit-box-shadow: inset 0px 0px 3px #999;
	 -moz-box-shadow: inset 0px 0px 3px #999;
  }
  .grey {
	  color: #444;
	  border: 1px solid #d0d0d0;
	  background-image: -moz-linear-gradient(#ededed, #e1e1e1);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
	  background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
	  background-image: -o-linear-gradient(#ededed, #e1e1e1);
	  text-shadow: 1px 1px 1px #fff;
	  background-color: #e1e1e1;
  }
  .grey:hover {
	  border: 1px solid #b0b0b0;
	  background-image: -moz-linear-gradient(#e1e1e1, #ededed);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
	  background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
	  background-image: -o-linear-gradient(#e1e1e1, #ededed);
	  background-color: #ededed;
  }
  .grey:active {
    border: 1px solid #666;
  }
  .red {
	  color: #923c47;
	  border: 1px solid #d96d7c;
	  background-image: -moz-linear-gradient(#f997b0, #f6677b);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6677b), to(#f997b0));
	  background-image: -webkit-linear-gradient(#f997b0, #f6677b);
	  background-image: -o-linear-gradient(#f997b0, #f6677b);
	  text-shadow: 1px 1px 1px #fdbcc7;
	  background-color: #f6677b;
  }
  .red:hover {
  	border: 1px solid #c75964;
	  background-image: -moz-linear-gradient(#f6677b, #f997b0);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f997b0), to(#f6677b));
	  background-image: -webkit-linear-gradient(#f6677b, #f997b0);
	  background-image: -o-linear-gradient(#f6677b, #f997b0);
	  background-color: #f997b0;
  }
  .red:active {
    border: 1px solid #ab3e4b;
  }
  .blue {
	  color: #41788c;
	  border: 1px solid #6fb1c7;
	  background-image: -moz-linear-gradient(#aae5f7, #73d0f1);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#73d0f1), to(#aae5f7));
	  background-image: -webkit-linear-gradient(#aae5f7, #73d0f1);
	  background-image: -o-linear-gradient(#aae5f7, #73d0f1);
	  text-shadow: 1px 1px 1px #bfeafb;
	  background-color: #73d0f1;
  }
  .blue:hover {
	  border: 1px solid #4690ad;
	  background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
	  background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
	  background-image: -o-linear-gradient(#73d0f1, #aae5f7);
	  background-color: #aae5f7;
  }
  .blue:active {
    border: 1px solid #3b778b;
  }
  .green {
	  color: #5a742d;
	  border: 1px solid #95b959;
	  background-image: -moz-linear-gradient(#cae387, #a5cb5e);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
	  background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
	  background-image: -o-linear-gradient(#cae387, #a5cb5e);
	  text-shadow: 1px 1px 1px #dff4bc;
	  background-color: #a5cb5e;
  }
  .green:hover {
	  border: 1px solid #687e30;
	  background-image: -moz-linear-gradient(#a5cb5e, #cae387);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
	  background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
	  background-image: -o-linear-gradient(#a5cb5e, #cae387);
	  background-color: #cae387;
  }
  .green:active {
    border: 1px solid #506320;
  }
  .black {
	  color: #fff;
	  border: 1px solid #4d4d4d;
	  background-image: -moz-linear-gradient(#656565, #454545);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#656565));
	  background-image: -webkit-linear-gradient(#656565, #454545);
	  background-image: -o-linear-gradient(#656565, #454545);
	  text-shadow: 1px 1px 1px #6d6d6d;
	  background-color: #454545;
  }
  .black:hover {
	  border: 1px solid #363636;
	  background-image: -moz-linear-gradient(#454545, #656565);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#656565), to(#454545));
	  background-image: -webkit-linear-gradient(#454545, #656565);
	  background-image: -o-linear-gradient(#454545, #656565);
	  background-color: #656565;
  }
  .black:active {
    border: 1px solid #000;
  }
  .yellow {
	  color: #986a39;
	  border: 1px solid #e6b650;
	  background-image: -moz-linear-gradient(#ffd974, #febf4d);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf4d), to(#ffd974));
	  background-image: -webkit-linear-gradient(#ffd974, #febf4d);
	  background-image: -o-linear-gradient(#ffd974, #febf4d);
	  text-shadow: 1px 1px 1px #fbe5ac;
	  background-color: #febf4d;
  }
  .yellow:hover {
	  border: 1px solid #c1913d;
	  background-image: -moz-linear-gradient(#febf4d, #ffd974);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd974), to(#febf4d));
	  background-image: -webkit-linear-gradient(#febf4d, #ffd974);
	  background-image: -o-linear-gradient(#febf4d, #ffd974);
	  background-color: #ffd974;
  }
  .yellow:active {
    border: 1px solid #936b26;
  }
  .purple {
	  color: #7e5d7c;
	  border: 1px solid #cd93c6;
	  background-image: -moz-linear-gradient(#e9c4e3, #d798d1);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d798d1), to(#e9c4e3));
	  background-image: -webkit-linear-gradient(#e9c4e3, #d798d1);
	  background-image: -o-linear-gradient(#e9c4e3, #d798d1);
	  text-shadow: 1px 1px 1px #f1ceef;
	  background-color: #d798d1;
  }
  .purple:hover {
	  border: 1px solid #886382;
	  background-image: -moz-linear-gradient(#d798d1, #e9c4e3);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9c4e3), to(#d798d1));
	  background-image: -webkit-linear-gradient(#d798d1, #e9c4e3);
	  background-image: -o-linear-gradient(#d798d1, #e9c4e3);
	  background-color: #e9c4e3;
  }
  .purple:active {
    border: 1px solid #6a4664;
  }
  .gblue {
	  color: #57646d;
	  border: 1px solid #929ba2;
	  background-image: -moz-linear-gradient(#bbcbd8, #8ea5b5);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ea5b5), to(#bbcbd8));
	  background-image: -webkit-linear-gradient(#bbcbd8, #8ea5b5);
	  background-image: -o-linear-gradient(#bbcbd8, #8ea5b5);
	  text-shadow: 1px 1px 1px #c6d4df;
	  background-color: #8ea5b5;
  }
  .gblue:hover {
	  border: 1px solid #656f78;
	  background-image: -moz-linear-gradient(#8ea5b5, #bbcbd8);
	  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbcbd8), to(#8ea5b5));
	  background-image: -webkit-linear-gradient(#8ea5b5, #bbcbd8);
	  background-image: -o-linear-gradient(#8ea5b5, #bbcbd8);
	  background-color: #bbcbd8;
  }
  .gblue:active {
     border: 1px solid #434f5a;
  }
  .left {
	  border-top-right-radius: 0px;
	  -moz-border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	  -moz-border-bottom-right-radius: 0px;
	  border-right: 0px;
  }
  .left:hover {
  	 border-right: 0px;
  }
  .middle {
	 border-radius: 0px;
  	-moz-radius: 0px;
	 border-right: 0px;
  }
  .middle:hover {
	 border-right: 0px;
  }
  .right {
	 border-top-left-radius: 0px;
  	-moz-border-top-left-radius: 0px;
	 border-bottom-left-radius: 0px;
	 -moz-border-bottom-left-radius: 0px;
  }
  .large {
    padding: 18px 36px;
    width: 98% !important;
  }

  /*
  //
  // notix messagebox
  //
  */
  #toastybox {
    position: fixed;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
  }
  .cssanimations.csstransforms #toastybox {
    -webkit-transform: translateY(-50px);
    -webkit-animation: slideDown 9.9s 0.0s 1 ease forwards;
    -moz-transform: translateY(-50px);
    -moz-animation: slideDown 9.9s 0.0s 1 ease forwards;
  }
  #toastybox-close {
    position: fixed;
    right: 10px;
    top: 9px;
    text-indent: -9999px;
    background: url('images/icon-32x32-close.png');
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
  @-webkit-keyframes slideDown {
    0%, 100% {
      -webkit-transform: translateY(-50px);
    }
    10%, 90% {
      -webkit-transform: translateY(0px);
    }
  }
  @-moz-keyframes slideDown {
    0%, 100% {
      -moz-transform: translateY(-50px);
    }
    10%, 90% {
      -moz-transform: translateY(0px);
    }
  }
  /*
  //
  // notix colors
  //
  */
  .toastybox-warning, toastybox {
    background: #fde073;
  }
  .toastybox-error, toastybox {
    background: #db7b7b;
  }
  .toastybox-info, toastybox {
    background: #7bc3db;
  }
  .toastybox-success, toastybox {
    background: #8edb7b;
  }
  .toastybox-default, toastybox {
    background: #cddcaf;
  }
  /*
  //
  // Size width
  //
  */
  .size_5 {
    width: 5% !important;
  }
  .size_10 {
    width: 10% !important;
  }
  .size_15 {
    width: 15% !important;
  }
  .size_20 {
    width: 20% !important;
  }
  .size_25 {
    width: 25% !important;
  }
  .size_30 {
    width: 30% !important;
  }
  .size_35 {
    width: 35% !important;
  }
  .size_40 {
    width: 40% !important;
  }
  .size_45 {
    width: 45% !important;
  }
  .size_50 {
    width: 50% !important;
  }
  .size_55 {
    width: 55% !important;
  }
  .size_60 {
    width: 60% !important;
  }
  .size_65 {
    width: 65% !important;
  }
  .size_70 {
    width: 70% !important;
  }
  .size_75 {
    width: 75% !important;
  }
  .size_80 {
    width: 80% !important;
  }
  .size_85 {
    width: 85% !important;
  }
  .size_90 {
    width: 90% !important;
  }
  .size_95 {
    width: 95% !important;
  }
  .size_100 {
    width: 100% !important;
  }
  /*
  //
  //
  // Size height
  //
  //
  */
  .size_5H {
    height: 5px !important;
  }
  .size_10H {
    height: 10px !important;
  }
  .size_15H {
    height: 15px !important;
  }
  .size_20H {
    height: 20px !important;
  }
  .size_25H {
    height: 25px !important;
  }
  .size_30H {
    height: 30px !important;
  }
  .size_35H {
    height: 35px !important;
  }
  .size_40H {
    height: 40px !important;
  }
  .size_45H {
    height: 45px !important;
  }
  .size_50H {
    height: 50px !important;
  }
  .size_55H {
    height: 55px !important;
  }
  .size_60H {
    height: 60px !important;
  }
  .size_65H {
    height: 65px !important;
  }
  .size_70H {
    height: 70px !important;
  }
  .size_75H {
    height: 75px !important;
  }
  .size_80H {
    height: 80px !important;
  }
  .size_85H {
    height: 85px !important;
  }
  .size_90H {
    height: 90px !important;
  }
  .size_95H {
    height: 95px !important;
  }
  .size_100H {
    height: 100px !important;
  }
  .size_120H {
    height: 120px !important;
  }
  .size_150H {
    height: 150px !important;
  }
  .size_200H {
    height: 200px !important;
  }
  .size_250H {
    height: 250px !important;
  }
  .size_300H {
    height: 300px !important;
  }
  .size_450H {
    height: 450px !important;
  }
/* End */