  html {
    min-height: 100%;
  }

  body {
    background-color: #ecf0f1;
    /*min-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 {
    background-color: #f3f4f5;
    color: #606d7a;
  }


  .glyph-small {
    font-size: 0.7em;
  }
  .breadcrumb-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:23%;
    padding-left: 10%;
    padding-right: 10%;
    /*line-height:1em;*/
    font-size: 2em;
    /*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%; }
  }

  .sidebar {
    background-color: #1abc9c;
    z-index: 1;
    min-height: 300px;
    color: #fff;
  }
  .sidebar ul>li>a {
    color: #fff;
  }

  .table {
    font-size: 16px;
  }

  .table-responsive {
      overflow-x: auto;
  }

  .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;
}

/*
Double Circle from codepen http://codepen.io/fixcl/pen/lvCFr
autor: Marco Barría 
https://twitter.com/marco_bf
*/

.hoja {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  -webkit-font-smoothing: antialiased;
}
.hoja:after,
.hoja:before {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.hoja:after {
  box-shadow: inset 0 13.33333333px 0 rgba(250, 250, 0, 0.6), inset 13.33333333px 0 0 rgba(250, 200, 0, 0.6), inset 0 -13.33333333px 0 rgba(250, 150, 0, 0.6), inset -13.33333333px 0 0 rgba(250, 100, 0, 0.6);
  -webkit-animation: rotar 2s -0.5s linear infinite;
          animation: rotar 2s -0.5s linear infinite;
}
.hoja:before {
  box-shadow: inset 0 13.33333333px 0 rgba(0, 250, 250, 0.6), inset 13.33333333px 0 0 rgba(0, 200, 200, 0.6), inset 0 -13.33333333px 0 rgba(0, 150, 200, 0.6), inset -13.33333333px 0 0 rgba(0, 200, 250, 0.6);
  -webkit-animation: rotarIz 2s -0.5s linear infinite;
          animation: rotarIz 2s -0.5s linear infinite;
}
@-webkit-keyframes rotar {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
            transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
            transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scaleX(1) scaleY(1);
            transform: rotateZ(360deg) scaleX(1) scaleY(1);
  }
}
@keyframes rotar {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
            transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
            transform: rotateZ(180deg) scaleX(0.82) scaleY(0.95);
  }
  100% {
    -webkit-transform: rotateZ(360deg) scaleX(1) scaleY(1);
            transform: rotateZ(360deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes rotarIz {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
            transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
            transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) scaleX(1) scaleY(1);
            transform: rotateZ(-360deg) scaleX(1) scaleY(1);
  }
}
@keyframes rotarIz {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(1) scaleY(1);
            transform: rotateZ(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
            transform: rotateZ(-180deg) scaleX(0.95) scaleY(0.85);
  }
  100% {
    -webkit-transform: rotateZ(-360deg) scaleX(1) scaleY(1);
            transform: rotateZ(-360deg) scaleX(1) scaleY(1);
  }
}
/**End of Double Circle styles/

/* Loader from codepen http://codepen.io/hafizfattah/pen/AbBtc
author hafiz fattah (http://codepen.io/hafizfattah/) */

.loader{
  margin:200px auto;
}

.loader span{
    width:16px;
    height:16px;
    border-radius:50%;
    display:inline-block;
    position:absolute;
    left:50%;
    margin-left:-10px;
    -webkit-animation:3s infinite linear;
    -moz-animation:3s infinite linear;
    -o-animation:3s infinite linear;
    
}


.loader span:nth-child(2){
    background:#E84C3D;
    -webkit-animation:kiri 1.2s infinite linear;
    -moz-animation:kiri 1.2s infinite linear;
    -o-animation:kiri 1.2s infinite linear;
    
}
.loader span:nth-child(3){
    background:#F1C40F;
    z-index:100;
}
.loader span:nth-child(4){
    background:#2FCC71;
    -webkit-animation:kanan 1.2s infinite linear;
    -moz-animation:kanan 1.2s infinite linear;
    -o-animation:kanan 1.2s infinite linear;
}


@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
    50%{-webkit-transform:translateX(-20px);
    }
    
    100%{-webkit-transform:translateX(20px);
    z-index:200;
    }
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
    50%{-moz-transform:translateX(-20px);
    }
    
    100%{-moz-transform:translateX(20px);
    z-index:200;
    }
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
    50%{-o-transform:translateX(-20px);
    }
    
    100%{-o-transform:translateX(20px);
    z-index:200;
    }
}

@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
    z-index:200;
    }
    50%{-webkit-transform:translateX(20px);
    }
    100%{-webkit-transform:translateX(-20px);
    }
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
    z-index:200;
    }
    50%{-moz-transform:translateX(20px);
    }
    100%{-moz-transform:translateX(-20px);
    }
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
    z-index:200;
    }
    50%{-o-transform:translateX(20px);
    }
    100%{-o-transform:translateX(-20px);
    }
}

/* End of Loader*/

/* C3 chart re-styling */
.c3 text {
    fill: #7F8C9A;
}
.c3 line {
    stroke: #C4C7CB;
    fill: none;
}
.c3 path {
    stroke: #C4C7CB;
    fill: none;
}
.c3-region {
    fill: #e74c3c;
    fill-opacity: 0.1;
}
.c3-ygrid-lines {
    stroke-dasharray: 0, 1, 5;
}
.c3-tooltip-container{
    z-index:1070;
    display:block;
    line-height:1.4;
    visibility:visible;
    font-size: 14px;
    line-height: 1.286;
    border-radius: 6px;
}

.c3-tooltip{
  max-width: 183px;
  line-height: 1.286;
  padding: 12px 12px;
  color: #ffffff;
  background-color: #34495e;
  border-radius: 6px;
}

.c3-tooltip tr{
    border:0px;
    border-radius: 6px;

}

.c3-tooltip th{
    border:0px;
    background-color:#34495e;
    padding:2px 5px;
    border-radius: 6px;
    font-size: 14px;
}

.c3-tooltip td{
    border:0px;
    padding:3px 6px;
    background-color:#34495e;
    border-radius: 6px;
}

.c3-tooltip td>span{
    display:inline-block;
    width:10px;
    height:10px;
    margin-right:6px;
}

.c3-tooltip td.value{
    text-align:center;
    font-size: 18px;
}

.c3-tooltip td.name{
    display: none;
}

/* End C3 chart  */


.highlight {
    background-color: #f39c12;
}