
.table-bordered {
    border: 1px solid #f4f4f4;
}

.table-responsive {
    border: 0 !important;
}

table.table.table-striped.table-bordered.table-hover thead tr th {
    text-transform: uppercase;
}

table.table.table-striped.table-bordered.table-hover thead tr th {
    border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    border-collapse: separate;
    border-spacing: 2px 2px;
}

table.table.table-striped.table-bordered.table-hover tbody {
    border-bottom: 2px solid #999999;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #EFEFEF;
}

a.asc::after {
  font-family: 'Glyphicons Halflings';
  content: "\e260";
}

a.desc::after {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
}

.max-w-01 {
  max-width: 300px;
}

.max-w-02 {
  max-width: 120px;
}

.max-w-03 {
  max-width: 500px;
}

.max-w-04 {
  max-width: 800px;
}

.my-auto-width {
  width: auto;
}

div.group-players-update .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}

div.group-players-update label.checkbox-inline {
  padding-right:10px;
}

div.group-players-update h6 {
  margin-top: 1em;
}


.login-box, .register-box {
    width: 460px;
    max-width: 100%;
    margin: 7% auto;
    border: 0px solid #008749;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    background: #fff;
    padding-top: 15px;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-msg, .register-box-msg {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 0 10px 0;
}
#login-form {
    width: 85%;
    margin: auto;
    text-align: center;
}
body.login-page {
  background: #F5F5F5;
} 


.content-header h1 {
  font-size: 28px;
  color: #008749;
  margin-top: 5px;
}

.content-header {
  max-width: 960px;
}

.note2 { /* Ohjeet toimintojen lopussa */
  margin-top: 3em;
  font-size: 12px;
  border-top: 1px solid #DDD;
}

.note2 p.first {
  font-weight: 600;
  margin-top: 1em;
}

.note2 ul {
  padding-left: 15px;
}


div.group-index-search {
  margin-bottom: 1em;
}

div.group-index-search div.form-group {
  float:left;
  margin-right: 15px;
}

div.group-index-aputyokalu {
  display: none;
  position: fixed;
  right: 30px;
  top: 100px;
  width: 350px;
  border: 1px solid #CCC;
  padding-left: 15px;
  z-index: 10;
  background-color: #F5F5F5;
}

div.group-index-aputyokalu div.form-group {
  float:left;
  margin-right: 15px;
}

div#group-index-aputyokalu-playerlist {
  overflow:auto;
  margin-top: 1em;
}

div#group-index-aputyokalu-playerlist a {
  display: block;
  padding: 4px;
}

div#group-index-aputyokalu-playerlist a.selected {
  background-color: #008d4c;
  color: white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0px;
}

div.invoice-index,
div.acc-payment-index {
  font-size: 12px;
}

div.invoice-printout-search .form-group,
div.invoice-search .form-group {
  float: left;
  margin-right: 20px;
}

div.invoice-search label.checkbox-inline {
  text-transform: initial;
}


div.invoice-form table#name_list {
  display:none;
}

div.invoice-form table#name_list th {
  text-align: left;
}

div.invoice-form table#name_list td {
  padding: 8px;
}

div.invoice-actions label {
  margin-right: 2em;
  font-weight: normal;
}

div.report-index ul {
  list-style-type: square;
  margin-top: 1em;
}

div.report-index ul li {
  margin-bottom: 1em;
}

.saldo-ok {
  color:#25C31D;
  font-weight:bold;
}

.saldo-due {
  color:#F00;
  font-weight:bold;
}


div.required > label:after {
  content: " *";
  /* color: red; */
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

div.login-box div.login-logo div.login-title1 {
  background-color: #008749;
  color: white;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}


/* my-footer1 BEGIN */
footer.my-footer1 {
  padding: 8px 15px;
}

footer.my-footer1 ul.list-inline {
  text-align: center; width: 100%; margin: 0px;
}

footer.my-footer1 ul.list-inline li {
  width: 24%;
}

footer.my-footer1 ul.list-inline li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #808080;
  display: block;
}

@media screen and (max-width: 399px) {
  footer.my-footer1 ul.list-inline li {
    width: 32%;
  }
  footer.my-footer1 ul.list-inline li.hidden400u {
    display:none;
  }
}
/* my-footer1 END */



/* Aputyokalu vain min 1200px viewportissa  */
@media screen and (min-width: 1200px) {
  div.group-index {
    margin-right: 400px;
  }

  div.group-index-aputyokalu {
    display: inline;
  }
}

@media screen and (min-width: 480px) {

  table.detail-view tbody tr th {
    width: 150px;
  }

}

.visible-md-lg-only-block,
.visible-lg-only-block,
.visible-xl-block,
.visible-xxl-block {
  display: none !important;
}



@media screen and (min-width: 992px) and (max-width: 1449px) {
  .visible-md-lg-only-block {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1449px) {
  .visible-lg-only-block {
    display: block !important;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1699px) {
  .col-xl-4 {
    width: 33.33333333% !important;
  }
  .visible-xl-block {
    display: block !important;
  }
}

@media screen and (min-width: 1700px) {
  .col-xxl-3 {
    width: 25% !important;
  }
  .visible-xxl-block {
    display: block !important;
  }
}
