  html {
    height: 100%;
    background-color: #ecf0f1;
  }

  body {
    background-color: #ecf0f1;
    height: 100%;
  }
  .wide {
    width: 100%;
  }
  /* Use drop-down list styles from light theme bacause we use dark background */
  #navbar-top > div.collapse.navbar-collapse > ul > li.open > ul {
    background-color: #1abc9c;
  }
  #navbar-top > div.collapse.navbar-collapse > ul > li > ul > li > a {
    color: #fff;
  }
  #navbar-top > div.collapse.navbar-collapse > ul > li > ul > li.active > a,
  #navbar-top > div.collapse.navbar-collapse > ul > li > ul > li > a:hover,
  #navbar-top > div.collapse.navbar-collapse > ul > li > ul > li > a:focus {
    background-color: #f3f4f5;
    color: #606d7a;
  }

  .glyph-small {
    font-size: 0.8em;
  }
  .breadcrumb-container, .alert-container {
    margin-left: 30px;
    margin-right: 30px;
  }

  .circle-text {
    max-width: 90%;
    width: 6em;
    margin: 10px auto;
    font-size: 1.5em;
    font-weight: 700;
  }
  .circle-text:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #34495e; 
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin-bottom: 10px;
  }
  .circle-text-info:after {
    content: "";
    background: #3498db;
  }
  .circle-text-danger:after {
    content: "";
    background: #e74c3c;
  }
  .circle-text-success:after {
    content: "";
    background: #2ecc71;
  }
  .circle-text div {
    float:left;
    width:100%;
    padding-top:50%;
    padding-left: 10%;
    padding-right: 10%;
    /*line-height:1em;*/
    /*font-size: 100%;*/
    margin-top:-0.65em;
    text-align:center;
    color:white;
  }
  .dashboard-card {
    margin-bottom: 20px;
    background-color: none;
    min-height: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  }
  .dashboard-counter {
    font-size: 3.0em;
    font-weight: 700;
    color: #fff;
/*    min-height: 2em;*/
    border-radius: 4px 4px 0 0;
    padding: 19px;
    text-align: center;
  }
  .counter-info {
    background-color: #3498db;
  }
  .counter-danger {
    background-color: #e74c3c;
  }
  .counter-success {
    background-color: #2ecc71;
  }
  .dashboard-counter-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;
  }
  .inline-left {
    float: left;
  }
  .inline-right {
    float: right;
  }

  .card {
    width: 100%;
  }

    /* Small devices (tablets, 768px and up) */
  /* Large devices (large desktops, 1200px and up) */
  @media (min-width: 768px) {
    .card { width: 100%; }
    .card.card-large { width: 100%; }
  }

  /* Medium devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .card { width: 100%; }
    .card.card-large { width: 50%; }
  }

  @media (min-width: 1200px) {
    .card { width: 25%; }
    .card.card-large { width: 50%; }
  }

  .table {
    font-size: 16px;
  }

  .affix-top {
    top: auto;
    left: auto;
    right: 40px;
    bottom: 5px;
    /*position:absolute;*/
  }
  .affix {
    position: fixed;
    top: auto;
    left: auto;
    right: 40px;
    bottom: 5px;
    }
  .affix-bottom {
    position: absolute;
    top: auto;
    left: auto;
    right: 40px;
    bottom: 65px;
    }

  .submit-line {
    /*background-color: #fff;*/
  }

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
  color: #fff;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-top: auto;
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  padding: 10px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: 10px;

}
.form-signin input[type="password"] {
  margin-bottom: 10px;
}
/*admin*/
td.action-checkbox {
    width: 55px;
}
th.action-checkbox-column {
    width: 55px;
}
.empty-form {
display: none;
}

.required_field_sign {
  color: #e74c3c;
  font-size: 100%;
}

label {
  font-size: 18px;
}
