<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family: myFirstFont;
  src: url(ico.ttf);
}


body {
/*  font-family: myFirstFont;*/
  font-family: Rubik, calibri, Arial, Helvetica, sans-serif;
  background-color: #f5f5f5;
}
#icon{
  font-family: myFirstFont;
  font-size: 19px;
  display: inline-block;
  transition: transform 0.5s;
  cursor: pointer;
}

#icon:hover, #icon a:hover {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
    transform: scale(1.3);
    /*transform: rotate(45deg);*/
}
#icon_m{
  font-family: myFirstFont;
  font-size: 33px;
  display: inline-block;
  transition-delay: 1s;
}

#l_table, .l_table {
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  direction: rtl;
  text-align: right;
  color: #575757;
  border: 1px solid #F0F0F0;

}
.stickyTable          { overflow: auto; height: 100px; }
.stickyTable thead th { position: sticky; top: 150px; z-index: 1;}
/*.stickyTable tbody tr { color: red;}*/

.reports {
  box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.1);
    cursor: pointer;
  background-color: #f2f2f2;
  width: 75%;    
  padding: 8px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
}
.reports:hover {
  box-shadow: 1px 6px 6px 1px rgba(0,0,0,0.3);
}
#l_th, #l_td{


  padding: 6px;
  text-align: right;
  border: 9px none #ffffff;

}
#l_trDelete{
    color: #ffb3b3;
  padding: 6px;
  text-align: right;
  border-Bottom : 3px solid #F0F0F0;

  background-color:#FAFAFA;
}
#l_trInfinite{
    color: #ff8c1a;
  padding: 6px;
  text-align: right;
  border-Bottom : 3px solid #F0F0F0;

  background-color:#FAFAFA;
}
#l_trEmpty{
    color: #4da6ff;
  padding: 6px;
  text-align: right;
  border-Bottom : 3px solid #F0F0F0;

  background-color:#FAFAFA;
}
#l_tr{
  padding: 6px;
  text-align: right;
  border: 2.1px solid #F0F0F0;
  border-Bottom : 2.1px solid #F0F0F0;

  background-color:#FAFAFA;
  transition: border 0.4s;
}
#l_tr:hover, #l_trDelete:hover, #l_trEmpty:hover{
    
  border: 2.1px solid #9BF499;
  background-color:#F0FFF0;
  text-align: right;
}

/*fffffa
#l_tr:nth-child(even) {background-color: #f2f2f2;}
*/

#l_th {
  height: 40px;
  padding: 9px;
  background-color: #E2E9E2;
  border: 1px none #F0F0F0;
  border-Bottom : 4px solid #f5f5f5;
  color: #9C9C9C;
  direction: rtl;
  vertical-align: bottom;
}

/*
 opacity: 1;
 transition: opacity 0.9s;

  opacity: 0.3;
*/

#menu:link, #menu:visited {
  background-color: #128502;
  color: white;
  padding: 17px 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#menu:hover, #menu:active {
  background-color: #999A99;
}


#ok:link, #ok:visited {
  background-color: #898686;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

#ok:hover, #ok:active {
  background-color: #D4D3D3;
}

.tooltip {
  position: relative;
  display: inline-block;
    
}

.tooltip .tooltiptext {
  font-size: 13px;
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
  transition: opacity 0.5s, width 0.2s;
  opacity:0;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
    opacity:1;
  width: 120px;
  visibility: visible;
}

.tooltip_top {
  position: relative;
  display: inline-block;
    
}

.tooltip_top .tooltiptext {
  font-size: 13px;
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -70%;
  left: 50%;
  margin-left: -60px;
  transition: opacity 0.5s, width 0.2s;
  opacity:0;
}

.tooltip_top .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent  transparent;
}

.tooltip_top:hover .tooltiptext {
    opacity:1;
  width: 120px;
  visibility: visible;
}
p.note {
  border-style: none solid none none;
  border-width: 5px;
  border-color: green;
  background-color: lightblue;
  padding: 15px;
}

body {
	margin-left:50px;
    margin-top:20px;
}
p.note_error {
    width: 18%;
  border-style: none solid none none;
  border-width: 5px;
  border-color: #F90202;
  background-color: #FEB6B6;
  padding: 10px;
}
p.error_note {
  border-style: none solid none none;
  border-width: 5px;
  border-color: #F90202;
  background-color: #FEB6B6;
  padding: 10px;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 25px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 10px;


}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 1px auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;
  width: 35%; /* Could be more or less, depending on screen size */

  z-index: 5;
  border-radius: 5px;
    
    
}


/* The Close Button (x) */
.close {
  cursor: pointer;    
  position: absolute;
  left: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;

  transition: font-size 0.2s;
}
.close:hover, .close:active {
  color: red;
  font-size: 40px;
}


/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}


a:link, a:visited,.link {
  color: #002080;
  padding: 2px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: color 1s;
}
a:visited, .link:visited {
  text-decoration: none;
}
a:hover, a:active, .link:hover, .link:active {
  background-color: none;
  text-decoration: none;
}
a:active, .link:active {
  background-color: none;
  color: #800000;
}


#sidebar_menu{
  font-size: 17px;
  display: inline-block;
}



.sidebar_but {


  margin: 0;
  padding: 0;


  height: 60px;
  width: 145px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #050505;
  padding-top: 16px;


}
.sidebar_close{
    display: none;
    font-size: 45px;
    color: #ffffff;
    background-image: none;
    border-style: none;
    padding-right: 35px;
    cursor: pointer;
}
.sidebar {

  margin: 0;
  padding: 0;
  overflow: auto;


  height: 100%;
  width: 145px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #050505;
  padding-top: 16px;


  overflow-x: hidden;

}



.sidebar a, .btn {
  border: none;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  text-align: right;
  font-size: 20px;
  color: #818181;
  display: block;
  

  transition:  1s;
  
}

.selcted {

  background-image: linear-gradient(to left, rgba(255, 255, 255, 4) , rgba(255, 255, 255, 0.6));
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 4px;
  border-color: #00b300;
}
.sidebar a:hover, .dropdown:hover {
    

  background-image: linear-gradient(to left, rgba(255, 255, 255, 3) , rgba(255, 255, 255, 0.4));
  color: rgba(0, 0, 0, 0.6);
  border-style: none none none solid;
  border-width: 4px;
  border-color: #00b300;
}

.main {
  margin-right: 155px; /* Same as the width of the sidenav */
  padding: 50px 10px;
}

.top {

    top: 0;
    left: 0;
    right: 0;

  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  background-color: hsla(306, 17%, 100%, 0.8) ;
  text-indent: 25px;
  text-align: right;
  font-size: 27px;
  color: #818181;
  padding-right: 160px; 
  padding-top: 15px; 
}

.bottom {
  height: 35px;
  width: 100%;
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 145px;
  background-color: hsl(3, 2%, 89%, 0.5); /*#e4e2e2; hsla(309, 25%, 100%, 1) ;*/
  overflow-x: hidden;
  padding-top: 5px;


  text-align: center;
  
   vertical-align: middle;
  font-size: 15px;

}

.top_menu {
  height: 35px;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 60px;
  right: 145px;
  background-color: hsla(306, 17%, 100%, 0.8) ;
  overflow-x: hidden;

  text-indent: 10px;
  text-align: right;
  font-size: 27px;
  color: #818181;

    
  border-style: solid none  none none;
  border-width: 1px;
  border-color: #e6e6e6;
    
}

#menu:link, #menu:visited {

/*  border: none;*/
/*  display: block;*/

  background-color: hsla(306, 17%, 100%, 0.0) ;
  border-style: none none none none;
  border-width: 3px;
  border-color: #39e600;

  text-align: right;
  font-size: 16px;
  color: #4d4d4d;

  padding: 8px 10px 2px 10px;


}
#menu:hover, #menu:active {
  border-width: 3px;
  border-style: none none solid none;
}
.sign-out {
  position: fixed;
  z-index: 3;
  top: 5px;
  left: 50px;
  overflow-x: none;
  padding-top: 16px;
  /*
  */
}

.responsiveHide {
    
    /*visibility: visible;*/
    display: revert-layer;
}
.responsiveView {
    
    
    /*visibility: hidden;*/
    display: none;
}

@media screen and (max-width: 700px) {
    
    .responsiveHide {
        
        /*visibility: hidden;*/
        display: none;
    }
    .responsiveView {
        
        /*visibility: visible;*/
        display: revert-layer;
    }
    .container{
        width: 90%;
    }
  .sidebar {
    display: none;
    background-color: hsla(0, 0%, 2%, 0.85) ;

  height: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  /*background-color: #050505;*/
  padding-top: 16px;
  right: 0;


  overflow-x: hidden;
  }
  .sidebar_close {
        display: block;
  }
  .hide {
        display: none;
  }
  .floatingLabelsLabel{
      width: 100%;
  }
  .modal-content {
      
     width: 95%;
  }
  
  
  /*.sidebar a {float: right;}*/
  .main {margin-right: 0;width: 100%;}

}


* {
  box-sizing: border-box;
}







.serchBox {
  width: 15px;
  padding: 3px 3px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;


  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}



/* Full-width input fields */

input[type=date]:not(.floatingLabelsInput):not(.input_area), input[type=text]:not(.floatingLabelsInput):not(.input_area), input[type=file]:not(.floatingLabelsInput):not(.input_area), input[type=submit]:not(.floatingLabelsInput):not(.input_area), input[type=email]:not(.floatingLabelsInput):not(.input_area), input[type=number]:not(.floatingLabelsInput):not(.input_area), input[type=url]:not(.floatingLabelsInput):not(.input_area), select[type=select]:not(.floatingLabelsInput):not(.input_area), input[type=time]:not(.floatingLabelsInput):not(.input_area), input[type=password]:not(.floatingLabelsInput):not(.input_area), textarea:not(.floatingLabelsInput):not(.input_area), .select2:not(.floatingLabelsInput):not(.input_area), #mySelect2:not(.floatingLabelsInput):not(.input_area) , .mySelect2:not(.floatingLabelsInput):not(.input_area),.inputs {
  width: 60%;
  padding: 10px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
/*  border-radius: 7px;*/

  border-top-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: none;
}
input:focus:not(.floatingLabelsInput):not(.input_area), textarea:focus:not(.floatingLabelsInput):not(.input_area), select:focus:not(.floatingLabelsInput):not(.input_area), #mySelect2:focus:not(.floatingLabelsInput):not(.input_area) , .select2:focus, .select2:active, .mySelect2:focus { 
    outline: none !important;
    border-color: #00e600;
    border-width: 2px;
    box-shadow: 0 0 1px #66ff66;
}


#submit, .submit {
  width: 97%;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;

  border-radius: 7px;
}
#submit:hover, #submit:active {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) , rgba(255, 255, 255, 0.0));
  color: rgba(0, 0, 0, 0.6);
}



#lible, .class{
  width: 35%;
  border: none;
  outline: none;
  margin: 2px 0;
  display: inline-block;
  box-sizing: border-box;
}







.sale_active {
  border-style: none solid none none;
  border-width: 5px;
  border-color: green;
  background-color: lightblue;
  padding: 8px;

  position: fixed;
  z-index: 3;
  top: 10px;
  left: 250px;
  overflow-x: hidden;

  display: inline-block;
  border-radius: 10px 0px 0px 10px;
  /*
  */
}

.warning {
  border-style: none solid none none;
  border-width: 5px;
  border-color: #ff3300;
  background-color: #ffad99;
  padding: 8px;

  position: fixed;
  font-size: 12px;
  z-index: 3;
  top: 20px;
  right: 250px;
  overflow-x: visible;

  display: inline-block;
  border-radius: 10px 0px 0px 10px;
  /*
  */
}

.button_mane {
  position: fixed;
  z-index: 3;
  top: 100px;
  left: 75px;
  /*overflow-x: hidden;*/
  padding-top: 16px;
  /*
  */
}
.material-icons {
  font-size: 18px;
    
    
}

#button:link, .button, #button:visited {
    cursor: pointer;
  background-color: #00b300;
  color: white;
  padding: 4px 19px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  
  
 opacity: 1;
 transition: opacity 0.9s;
}

#button:hover, #button:active, .button:hover, .button:active {

  opacity: 0.3;
}

.actionsButton {
    border: 0;
    border-radius: 0.25em;
    color: #fff;
    background-color: rgb(0, 179, 0);
    cursor: pointer;
    margin: 0.3125em;
    padding: 0.725em 1.5em;
    font-size: 1.1em;
    transition: opacity 0.9s;
}
.actionsButton:hover, .actionsButton:active, .optionsMenu:hover, .optionsMenu:active {

  opacity: 0.3;
}

.buttomFixedButton {
    position: fixed;
    bottom: 0px;
    z-index: 1;
    padding: 0.8em;
    text-align: center;
    width: 80%;
    background-color: white;
    box-shadow: 2px -3px 15px 5px rgba(0,0,0,0.2);
    border-radius: 15px 15px 0px 0px;
}
.topFixedButton {
    position: fixed;
    z-index: 1;
    padding: 0.8em;
    width: 80%;
    background-color: white;
    box-shadow: 2px -3px 15px 5px rgba(0,0,0,0.2);
    border-radius: 0px 0px 15px 15px;
    font-size: 1.4em;
    font-weight: bold;
}

.optionsMenu {
    
    height: 5em;
    width: 6.1em;
    margin: 1em;
    cursor: pointer;
    background-color: #00b300;
    color: white;
    padding: 0.4em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.9s;    
}
#login_form {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;

  top: 150;
  right: 0;
  width: 400px;

  border-radius: 7px;

  box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
  padding: 50px;
  margin: 20px;
}
/*
#login_form:hover, #login_form:active {
  width: 399px;
  box-shadow: 0px 10px 19px 0px rgba(0,0,0,0.2);
}

*/




.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 145px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: center;
/*
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;

  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;*/
}

/*.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}*/

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
  display: inline-block;
}


.dropdown_aa-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown_aa-content a:hover {background-color: #ddd}

.dropdown_aa:hover .dropdown_aa-content {
  display: inline-block;
}


.lible{
  display: inline-block;
  width: 45%;

  font-size: 13px;
  color: #575757;
  padding: 10px 10px;

}
.lible input,select{
  width: 90%;
}
.lible input[type=checkbox]{
  width: 15px;
}

#input{
  width: 90%;
  padding: 10px 10px;
}


.status {
  position: fixed;
  overflow-x: hidden;
  z-index: 3;
  top: 30px;
  left: 400px;
  width: 200px;
  height: 40px;
  overflow-x: hidden;
  padding-top: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;

    background-color: #009900;
  border-radius: 15px;
  padding: 8px 10px 2px 10px;
}
.status_page {

  
}

/*
#submit, .submit {
  width: 97%;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;

  border-radius: 7px;
}
#submit:hover, #submit:active {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.9) , rgba(255, 255, 255, 0.0));
  color: rgba(0, 0, 0, 0.6);
}
*/
.btn_s {
  background-color: #f2f2f2;
  color: #333333;
  padding: 5px 10px;
  border: 1px solid #ccc;
  margin: 5px 0;
  text-align: center;
  display: inline-block;

    
  box-sizing: border-box;

  border-radius: 7px;
    
}

.btn_s:link, .btn_s:visited {
  background-color: #f2f2f2;
  color: #333333;
  padding: 2px 20px;
  border: 1px solid #ccc;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 7px;
}

.btn_s:hover, .btn_s:active {
  background-color: #D4D3D3;
}

.dropdown_s {
  position: relative;
  display: inline-block;
}

.dropdown_s-content {
    cursor: pointer;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;

  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 12;
}

.dropdown_s-content a, .dropdownLink {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown_s-content a:hover, .dropdownLink:hover {background-color: #ddd}

.dropdown_s:hover .dropdown_s-content {
  display: inline-block;
}

.btn:hover, .dropdown_s:hover .btn {
  background-color: #999A99;
}






.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The actual popup */
.popup .popuptext8 {
  visibility: hidden;
  /*
  width: 500px;
  background-color: #eeeeee;
  color: red;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: fixed;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
*/
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  width: 100%; /* Full width */
  height: 500px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;

  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px none #888;
  width: 35%; /* Could be more or less, depending on screen size */

   z-index: 10;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 500px;
  background-color: #ffffff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  /*
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
    */
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;

}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;

}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

#stas{
background-color: #fefefe; border-radius: 5px; box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.2); padding: 30px;    
}

#loading {
    width: 2rem;
    height: 2rem;
    border: 5px solid #f3f3f3;
    border-top: 6px solid #00b300;
    border-radius: 100%;
    margin: auto;
    display: none;
    animation: spin 1s infinite linear;
}
#loadingTiny {
    width: 0.9rem;
    height: 0.9rem;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #00b300;
    border-left: 3px solid #00b300;
    border-right: 3px solid #00b300;
    border-radius: 100%;
    margin: auto;
    display: none;
    animation: spin 1s infinite linear;
}
#loading.display, #loadingTiny.display {
    visibility: visible;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #00b300;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}
#snackbarError {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #e60000;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 16px;
  position: fixed;
  z-index: 6;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show,#snackbarError.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00b300;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
@media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
}
.ipTable {
  /*width: 100%;*/
  overflow-x: auto;
  max-height: 600px;
  overflow-y: scroll;
}
.ipTable thead {
  position: sticky;
  top: 0;
  z-index: 2;
}
.ipTable td {
  position: sticky;
  top: -5px;
  z-index: 0;
}

.input_cover {
  position: relative;
  padding: 15px 0 0;
  margin: 7px;
  margin-top: 13px;
  display: inline-block;

}

.input_area {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  outline: 0;
  font-size: 16px;
  color: #212121;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.input_area::placeholder {
  color: transparent;
}

.input_area:placeholder-shown ~ .input_label {
  font-size: 16px;
  cursor: text;
  top: 20px;
}


.input_label,
.input_area:focus ~ .input_label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 12px;
  color: #9b9b9b;
}

.input_area:focus ~ .input_label {
  color: #636363;
}

.input_area:focus {
  padding-bottom: 6px;
  border-bottom: 2px solid #00e600;
}

.numNoArrows::-webkit-outer-spin-button,
.numNoArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.area {
    width: 100%;
    height: 75px;
    /*margin-left: 50%;*/
    /*position: absolute;*/
    border: 1.5px dashed #000;
    background-image: url("https://cdn2.iconfinder.com/data/icons/ios-7-icons/50/upload-512.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 64px 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    text-align: center;
    border-radius: 15px;
}

.area input[type=file] {
    width: 1000% !important; 
    height: 100% !important;
    margin-right: -800% !important;
    border: none !important;
    cursor: pointer !important;
}

.area input:focus{
    outline: none;
}

.area .spinner {
    display: none;
    margin-top: 50%;
}

.area:hover,
.area.dragging,
.area.uploading {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.area.uploading {
    background: none;
}


.modal-cards {
    
    display: grid;
    width: 100%;
    overflow: auto;
}
.card-menu {

    text-align: center;
    min-width: 7em;
    border-style: solid;
    border-width: 1px;
    border-color: #b4b4b4;
    border-radius: 11px 11px 0 0;
    padding: 6px 0px;
    cursor: pointer;
}
.card-tab {
    border-color: #b4b4b4;
    border-width: 1px;
    border-style: none solid solid solid;
    border-radius: 0 0 6px 6px;
    padding-bottom: 20px;
}
.card-menu-selected, .card-menu:hover, .card-menu:visited {

    background-color: hsla(306, 17%, 100%, 0.0) ;
    font-weight: bold;    
    background-image: linear-gradient(to bottom, #e9e9e9 0%, white 100%);
}
.card-menu-selected {

    border-bottom-style: none;
}
.clientes-cards  {
    
    grid-template-columns: repeat(4, 1fr);
}
.submitButton {
    text-align: center;
    margin: auto; 
    margin-top: 15px; 
    padding: 9px; 
    border-radius: 40px;
}
.submitButton button, .submitButtonClick {
    border: 0;
    border-radius: 2em;
    color: #fff !important;
    background-color: rgb(0, 179, 0);
    cursor: pointer;
    margin: 0.3125em;
    padding: 0.8em 1.4em !important;
    min-width: 8em;
    font-size: 1em;
}
</pre></body></html>