body{
  padding: 1em;
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAQElEQVQIW2P89OvDfwYo+PHjJ4zJwMHBzsAIk0SXAKkCS2KTAEu++vQSbizIKGQAl0SXAJkGlsQmAbcT2Shk+wH0sCzAEOZW1AAAAABJRU5ErkJggg==);
  background: url("images/Audi_Hungaria_RGB_100.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; */

}
a{
  color: #739931;
}
.page{
  max-width: 60em;
  margin: 0 auto;
}
.ng-table {
    width: 95%;
	background-color: #fff;
	border: 2px solid #D5D9D8;
}
th {
    background-color: #544C70;
	color: white;
	text-align: center;
	padding: 2px;
}
tr{
	text-align: center;
	padding: 2px;
}
tr.cla1{
	text-align: center;
	padding: 2px;
}

tr.cla2{
	background-color: #CC0033;
	text-align: center;
	color: white;
	padding: 2px;
}

.ng-table  th:hover {
  background: #CC0033;
  color: #fff;
}

.btn-xs2,
.btn-group-xs2 > .btn {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 2;
  border-radius: 3px;
}

.ng-invalid {
    border-color: #CC0033;
    outline-color: #CC0033;
}

.ng-valid {
    border-color: #CACE98;
    outline-color: #CACE98;
}
.error{

	border: 2px solid #CC0033;
    outline-color: #CC0033;
}
..ngdialog-content {
	width = 520px;
}

.smallhead{
	margin-right: 20px;
	text-align: right;
	font-size: 12px;
}
.smallhead em {
	font-weight: bold;
	color: darkblue;
	margin-right: 5px;
	text-align: right;
	font-size: 16px;
}
.smallhead emr {
	font-weight: bold;
	color: red;
	margin-right: 5px;
	text-align: right;
	font-size: 14px;
}

.smallhead emt {
	color: gray;
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
}

.btn-green{
	border-color: green;
}

.btn-green.need{
	border-color: #FFD671;
	background-color: #FFD671;
	color: white;
}

.form-login{
  //margin-top: 15%;
  /*background-color: #D5D9D8;*/
  background-color:white;
  line-height: 2;
  border: 2px solid black;
  border-radius: 3px;
  width: 25%
}
.h2-login{
    background-color: #434C53;
	color: white;
	text-align: center;
	padding: 10px;
	margin: 0px;

}

.btn-login,
.btn-group-login > .btn {
  padding: 2px 10px;
  font-size: 14px;
  line-height: 2;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.div-mainmenu
{
	background-color: #6D7579;
	color: white;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.div-submenu
{
	background-color: #6D7579;
	color: white;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.ul-menu {
  background-color: transparent;
  color: white;
  text-align: left;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.ul-menu li {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ul-menu li.right {
  display: inline-block;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 19px;
}

.ul-menu  li:hover {
  background: #CC0033;
  color: #fff;
}

.ul-menu  li:active {
  background: #AA142D;
  color: #fff;
}

.btn-primary:hover  {
  color: #fff;
  background-color: #6C4859;
  border-color: #6C4859;
}
.btn-primary[disabled]{
  background-color: #B0B6B8;
  border-color: #B0B6B8;
}

.btn-primary{
  color: #fff;
  background-color: #715D49;
  border-color: #715D49;
}

.form-control:focus {
  border-color: #6682A4;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.submenu{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.div_edit_extinguisher{
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	width: 90%;
	border: 2px solid #d5d9d8;
}

.table_edit_extinguisher{
	/*border: 2px solid #d5d9d8;*/
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
	width: 85%;
}
.table_edit_extinguisher .td_label{
	width: 20%;
	text-align: left;
	padding-top:12px;
	padding-bottom:12px;
}

.table_edit_extinguisher .td_value{
	width: 80%;
	padding-top:12px;
	padding-bottom:12px;
}

.table_edit_extinguisher .td_labelb{
	width: 45%;
	text-align: left;
	padding-top:12px;
	padding-bottom:12px;
}

.table_edit_extinguisher .td_valueb{
	width: 55%;
    text-align: center;
	padding-top:12px;
	padding-bottom:12px;
    border: 2px solid white;
}

.table_edit_extinguisher .td_value .div_input{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.table_edit_extinguisher_pos{
	width: 100%;
}

.table_edit_extinguisher_pos .td_label{
	width: 10%;
	text-align: left;
	padding-top:12px;
	padding-bottom:12px;
}

.table_edit_extinguisher_pos .td_value{
	width: 40%;
	padding-top:12px;
	padding-bottom:12px;
}

.table_edit_extinguisher_pos .td_value .div_input{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.div_edit_buttons{
	margin-top: 22px;
	margin-bottom: 22px;
}

.table_edit_extinguisher_qr{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.table_edit_extinguisher_full{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.table_edit_extinguisher_full .left_panel,
.table_edit_extinguisher_full .right_panel{
	width:48%;
	margin-left: auto;
	margin-right: auto;
	border:	solid 1px black;
}

.table_edit_extinguisher_full .right_panel .dropdown-menu {
    top: inherit;
    left: inherit;
    z-index: 1000;
}

.table_edit_extinguisher_full .left_panel .text_desc{
	width:100%;
}

.bad_result{
        background: red;
        color: white;
}

.warning_result{
        background: yellow;
        color: black;
}

.new_item{
        background: red;
        color: white;
}

.in_progress_item{
        background: #DCD614;
        color: #2E4053;
}

.closed_item{
        background: #327A10;
        color: white;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.ext_perf_input
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/*
.ul-menu  li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.ul-menu  li ul li {
  background: #555;
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
.ul-menu  li ul li:hover { background: #666; }
.ul-menu  li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}*/
