Your IP : 216.73.216.240


Current Path : /home/juvelize/www/modules/mod_jimmo_repayment_calculator/css/
Upload File :
Current File : /home/juvelize/www/modules/mod_jimmo_repayment_calculator/css/style.css

/*
 * @copyright Copyright (C) Markus Gees, Teutoburger Weg 65, 33758 Schloß Holte - Stukenbrock
 *
 * @module JIMMO Repayment Calculator J3
 * @package Joomla 3.x
 *
 * @author JIMMO TOOLs Team
 * @JIMMO TOOLs ist ein Projekt von NetJet UG (haftungsbeschränkt)
 *
 * @http://www.jimmo-tool.de
 * @info@jimmo-tool.de
 *
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see license.txt
 */

.jr_small {
  width: 33.33%;
}

.jr_medium {
  width: 14.285%;
}

.jr {
  padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  text-align: right;
  display: block;
  float: left;
}

.jr_header {
  font-weight: bold;
}

.jr_clear {
  clear: both;
}

.jr_btn {
  color: #ffffff;
  font-size: 20px;
  background: #3498db;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
  margin-bottom: 9px;
}

.jr_btn:hover {
  background: #3cb0fd;
  text-decoration: none;
}

.jr_form {
  max-width: 600px;
}

.jr_clr {
  clear: both;
}

.jr_left {
  float:left;
  width: 49%;
}

.jr_right {
  float:right;
  width: 49%;
}

.jr_full {
  width: 100%;
}

.jr_form label, .jr_form input {
  width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.jr_tilgplantarget > div {
  border-bottom: 1px solid #cecece;
}

.jr_roterrahmen {
  border: 1px solid #ff0000 !important;
}

.jr_ergebnis {
  background-color: #ecf6ce !important;
  color: #000 !important;
}

.jr_ueberschrift {
  font-weight: bold;
}

.jr_warnung {
  color: #ff0000;
}

.jr_info {
  border: 1px solid #cecece;
  text-align: center;
  border-radius: 20px;
  display: block;
  float: left;
  width: 20px;
  margin-right: 5px;
  color: #cecece;
  position: relative;
}

.jr_tooltip {
  display: block;
  position: absolute;
  left: -5000px;
  background: #fff;
  color: #aeaeae;
  border: 1px solid #cecece;
  text-align: left;
  padding: 6px;
  width: 200px;
  z-index: 100;
}

.jr_info:hover > .jr_tooltip {
  top: 10px;
  left: 10px;
}

.jr_copyright {
  clear: both;
  color: #cecece;
}

@media (max-width: 600px) {

  .jr_jahr {
    width: 100%;
    background: #e2e2e2;
    color: #fff;
  }

  .jr_left {
    float:none;
    width: 100%;
  }

  .jr_right {
    float:none;
    width: 100%;
  }

}