video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: 100%   !important;
  position: absolute !important;
 
}
.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

.kezdohatterszin{
  background-color: #dddddd;
}
.hatterszin{
  background-color: #ffe599;
}

.hatterszin2{
  background-color: #ffffbf;
}

.hatterszin3{
  background-color: #4cd2ff;
}
.hatterszin4{
  background-color: #ffffbf;
}

.hatterszin5{
  background-color: #bfefff;
}

.kepkartya{
 color: #131304;
 background-color: #666666;
}

.gombszin{
  background-color:#ff9326;
  color: #6D5021;
}
.text-vilagos{
  color: #e6e6e6;
}
.text-piros{
color: Tomato;
}
.text-zold{
color: #238c00;
}
.text-sotet{
  color: #555555;
}
.border-sotet{
border:1px solid #555555;	
}
.szurkehatter{
  background-color: #E5DCB9;
}
.szamhatter{
  background-color: #bdbdae;
}
.listahatter{
  background-color: #dbdbea;
}

.fontsize0
{
font-size: 50%;		
}

.fontsize1
{
font-size: 75%	;	
}

.fontsize2
{
font-size: 90%	;	
}

.mutato {
    cursor: pointer;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #6c757d;
    background: #4cd2ff;
	border-color: #6c757d #6c757d #6c757d;
	margin: 0px;
	
}
.btn-secondary,.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #ffa64c;
    border-color: #4e555b;
	box-shadow: inset 0 0px 0 #ddd;
}
.badge-info{
    color: #495057;
    background-color: #478D8C;
    border-color: #dee2e6 #dee2e6 #6c757d;
	box-shadow: inset 0 0px 0 #ddd;
}

.nav-tabs .nav-link
{
color: #99ffff;
border: 1px solid #7396ff;		
background: #0086b3;
box-shadow: inset 0 0px 0 #ddd;
}
.nagyz {z-index: 1999}

#eszkozfajtatabla,#eszkozparamtabla,#felhasznalotabla,#jegyzokonyvparamtabla,#munkalapfajtatabla,#eszkfejlec,#eszktulajdonsag,#eszkoztabla,#munkalaptabla,#eszkmunkalap tr {
    cursor: pointer;
}
#szavtablam a {
    cursor: pointer;
}
#udvh6, #fhkeres6,#keresh6,#keresh6b {
    cursor: pointer;
}
#modal1 {
    z-index: 1052 !important;
}
#modal2 {
    z-index: 1051 !important;
}
.toast {
    z-index: 1052 !important;
}
textarea {
  resize: none; 
}

a.helpa {
  text-decoration: none;
}

a.helpa:hover {
  color: #777777;
  background-color: #bfefff;
}

a.helpa:active {
  color: #000000;
}

a.helpa:visited {
  background-color: none;
}



textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.modal { overflow: auto !important; }

