body{
  background-color: #f8f8f8 !important;
  font-family: 'Open Sans' !important;
}

.text-left{text-align:left !important;}
.text-right{text-align:right !important;}
.text-center{text-align:center !important;}
.font-bold{font-weight:bold !important;}
.font-normal{font-weight:normal !important;}
.red{color:red;}
.green{color:green;}
.float-left{float:left !important;}
.float-right{float:right !important;}
.m-bottom-10{margin-bottom:10px !important;}
.m-bottom-20{margin-bottom:20px !important;}
.m-top-10{margin-top:10px !important;}
.m-top-20{margin-top:20px !important;}
.m-left-10{margin-left:10px !important;}
.m-left-20{margin-left:20px !important;}
.m-right-10{margin-right:10px !important;}
.m-right-20{margin-right:20px !important;}
.m-10{margin:10px !important;}
.m-20{margin:20px !important;}
.p-bottom-10{padding-bottom:10px !important;}
.p-bottom-20{padding-bottom:20px !important;}
.p-top-10{padding-top:10px !important;}
.p-top-20{padding-top:20px !important;}
.p-left-10{padding-left:10px !important;}
.p-left-20{padding-left:20px !important;}
.p-right-10{padding-right:10px !important;}
.p-right-20{padding-right:20px !important;}
.p-10{padding:10px !important;}
.p-20{padding:20px !important;}
.w-50{width:50%;}
.w-30{width:30%;}
.w-70{width:70%;}
.w-100-p{width: 100px;}
.w-200-p{width: 200px;}
.w-300-p{width: 300px;}
.w-400-p{width: 400px;}
.w-500-p{width: 500px;}
.d-none{display:none;}
.d-none-i{display:none !important;}
.visibility-hidden{visibility: hidden;}
.cb{clear:both;}
.cursor{cursor:pointer;}

.btn:not(.btn-default):not(.btn-danger):not(.btn-warning) {
  color: #fff !important;
  background-color: #95BE11 !important;
  border-color: #95BE11 !important;
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
  .box-70{ width: 90%;}
}

.tooltip-inner, .popover{
  max-width: 500px !important;
}

paper-input-decorator{
  width: 100%;
}

paper-input-decorator /deep/ .focused-underline{
  background-color: #98C01F;
}

paper-input-decorator /deep/ .label-text{
  color: #98C01F;
}

paper-input-decorator.invalid /deep/ .label-text{
  color: #d34336;
}

paper-button[raised] {
  background: #98C01F;
  color: #fff;
}

.show-label /deep/ .label-text{
  visibility: visible;
}

.login_head{
  border-radius: 100px;
}

#wrapper{
  margin-top: 60px;
}

.bootstrap-select{
  width: 100% !important;
}

.punkt{
  background-color: #666;
  height: 6px;
  width: 6px;
  border-radius: 5px;
  display: inline-block;
  margin: 2px 3px 2px 3px;
}

.angebot-right{
  margin-top: 7px;
}

.rechnung-left{
  margin-top: 7px;
  width: 55%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 28px;
}

.rechnung-right{
  width: 45%;
  text-align: right;
  position: relative;
}

.rechnung-right .glyphicon{
  font-size: 16px;
}

.rechnung-right /deep/ #labelText{
  display: none !important;
}

.rechnungs_erinnerung{
  position: absolute;
  margin-top: -3px;
  z-index: 100;
  right: -59px;
  display: none;
}

.rechnung{
  width: calc(100% - 100px);
}


.pot_status_wrapper{
  margin: 10px -25px -10px -25px;
}

.pot_status_col{
  width: 25%;
  height: 20px;
}

.pot_status_col.green{
  background-color: #01F200;
}

.pot_status_col{
  opacity: 0.3;
}

.pot_status_col.green:hover, .pot_status_col.green.active, .pot_status_col.green.active2{
  opacity: 1;
}

.pot_status_col.orange{
  background-color: #FF9900;
}

.pot_status_col.orange:hover, .pot_status_col.orange.active, .pot_status_col.orange.active2{
  opacity: 1;
}

.pot_status_col.yellow{
  background-color: #FEEC01;
}

.pot_status_col.yellow:hover, .pot_status_col.yellow.active, .pot_status_col.yellow.active2{
  opacity: 1;
}

.pot_status_col.black{
  background-color: black;
}

.pot_status_col.black:hover, .pot_status_col.black.active, .pot_status_col.black.active2{
  opacity: 1;
}

.pot_status_pfeil{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 100;
  position: relative;
  margin: 0 auto -20px auto;
}

.pot_status_wrapper_yellow, .pot_status_wrapper_orange, .pot_status_wrapper_green, .pot_status_wrapper_black{
  position: absolute;
  display: none;
  margin-top: 5px;
  z-index: 100;
}

.pot_status_wrapper_green{
  margin-left: 440px;
}

.pot_status_wrapper_black{
  margin-left: 660px;
}

.finanzenYearTitle td{
  font-weight: bold;
  text-align: center !important;
  font-size: 18px;
  background-color: #ccc;
  padding: 5px !important;
  margin-bottom: 10px;
  margin-top: 20px;
}

.finanzenJahr{
  border-top: 3px solid #000;
}

.finanzenJahr td:first-child{
  padding-bottom: 30px;
}

.finanzenQuartal{
  border-top: 1px solid #000;
  font-weight: 600;
}
.finanzenQuartal td:first-child{
  padding-bottom: 10px;
}

#ust_table tr:hover{
  background-color: #ddd;
}

#ust_table td{
  padding-left: 50px;
}

#ust_table th, #ust_table td{
  vertical-align: top;
  text-align: right;
}






.materialbox {
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 25px;
    display: block;
    margin-top: 20px;
    background-color: #fff;
}

.materialbox:hover{
  box-shadow: 0 2px 5px 0 rgba(152, 192, 31, 0.6), 0 2px 10px 0 rgba(152, 192, 31, 0.6);
}

.materialbox-icon {
    background-color: #337ab7;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: 0 auto;
    width: 100px;
    margin-top: -61px;
}

.materialbox-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.materialinfo h4 {
    font-size: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.materialinfo h5 {
    font-size: 18px;
	color: #717171;
    text-transform: uppercase;
}

.materialinfo > p, .materialinfo > div:not(.alert) {
    color: #717171;
    font-size: 16px;
    text-align: justify;
}

.materialinfo > p, .materialinfo > div:not(.alert):not(.details):not(.clearBoth) {
    padding-top: 10px;
}

.materialbutton {
	background-color: #337ab7;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.materialbutton:hover {
    background-color: #2196f3;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
    color: #fff;
    transition: all 0.5s ease 0s;
}



.error-icon{
  display: none;
}

.bg-red{
  background-color: red !important;
}
