body {
    /*
  padding-top: 70px;

  padding-bottom: 70px;
  */
  /*margin-bottom: 60px;*/
  /*min-height: 2000px;*/
}

.container{
    /*max-width: 1400px;*/
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  /*position: relative;*/
  /*min-height: 100%;*/
}
body {
  /* Margin bottom by footer height */

}
/*.footer {*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  /*background-color: #f5f5f5;*/
/*}*/


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/*body > .container {*/
  /*padding: 60px 15px 0;*/
/*}*/
/*.container .text-muted {*/
  /*margin: 20px 0;*/
/*}*/

/*.footer > .container {*/
  /*padding-right: 15px;*/
  /*padding-left: 15px;*/
/*}*/

/*code {*/
  /*font-size: 80%;*/
/*}*/





.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}


td[visible='false'],
.no-result{
  display:none;
}

td[visible='true']{
  display:block;
}


.enjoyhint{
    z-index: 1000000 !important;
}


.exists_public_once{
    cursor: pointer;
    margin: 3px;
    padding: 3px;
    border: 1px solid #c9c3ec;
}



.total_row{
    border :2px solid silver;
}
.total_total_row{
    border :2px solid black;
}



.scroll_in_requests {
    height: 500px !important;
    overflow: scroll;
}


.popupwindow {
    z-index:100 !important;
}