#login-box .panel-heading {
    border:none;
}
#login-box .panel-body{
    background: #2e3039;
    padding: 30px;
    color:#fff;
}
#login-box .panel-body a{
    color: #FFF;
}
#login-box .input-group{
    margin: 10px 0px;
}
#login-box .input-group .input-group-addon {
   
    background: #363b41;
    color: #606468;
    border: none;
    padding: 6px 20px;
}

#login-box  input {
    background: #3b4148;
    border: none;
    color: #FFF;
}

.btn-success.btn-gradient,
.bg-success.bg-gradient {
  border-color: #3f9d00;
  background-color: #44ab00; }

.btn-info.btn-gradient,
.bg-info.bg-gradient {
  border-color: #269abc;
  background-color: #14abd8; }

.btn-primary.btn-gradient,
.bg-primary.bg-gradient {
  background-color: #0088cc; }

.btn-warning.btn-gradient,
.bg-warning.bg-gradient {
  background-color: #f28900; }

.btn-danger.btn-gradient,
.bg-danger.bg-gradient {
  background-color: #d3332e; }

.btn-default.btn-gradient,
.bg-default.bg-gradient {
  background-color: #000000; }

.btn {
  color: #FFF;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.13) 1%, rgba(255, 255, 255, 0.13) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.13) 1%, rgba(255, 255, 255, 0.13) 100%); }

.btn-gradient:hover,
.btn-gradient:active,
.bg-gradient:hover {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%); }

.btn-gradient,
.bg-gradient {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  background-color: "";
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0); }

.std{ min-width: 150px;}












.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.2);
    z-index: 9999999;
    display:none
}
.preloader .spinner{ 
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.preloader .spinner div{
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;

    border-left: 3px solid rgba(26,187,156,.15);
    border-right: 3px solid rgba(26,187,156,.15);
    border-bottom: 3px solid rgba(26,187,156,.15);
    border-top: 3px solid rgba(26,187,156,.8);
    border-radius: 100%;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    display: none;
}
.loader .spinner{ 
    width: 36px;
    height: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -18px;
}
.loader .spinner div{
    height: 36px;
    width: 36px;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;

    border-left: 3px solid rgba(26,187,156,.15);
    border-right: 3px solid rgba(26,187,156,.15);
    border-bottom: 3px solid rgba(26,187,156,.15);
    border-top: 3px solid rgba(26,187,156,.8);
    border-radius: 100%;
}

@-webkit-keyframes rotation { 
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}
@-moz-keyframes rotation { 
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}
@-o-keyframes rotation { 
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(359deg)
    }
}
@keyframes rotation { 
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.form-group{ position: relative;}
.form-group label.error{ background:#ff88a3; color: #fff; position:absolute; font-size: 13px; font-weight: normal; top:45px; left: 10px; padding: 5px; z-index: 1; border-radius:2px; box-shadow: 0px 2px 2px rgba(0,0,0,0.3); } 
.form-group label.error:after{
    border-bottom: 6px solid #fbe1dd;
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    content: '';
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 20px;
}

#wrap { height: auto; margin: 0 auto -50px; min-height: 100%; padding: 0 0 50px; }
#footer {
    padding: 10px 0px;
    background-color: #f5f5f5;
    margin-top:10px;
    font-size: 12px;
}
.table-paging .paging-info{ text-align:left;}
.table-paging .paging-ul{ text-align:right;}


.search-form {
  height: 50px;
  margin: 0;
  width: 100%;
}
.search-form > .search-pane {
  margin: 5px;
  height: 38px;
  background: #FFF;
  border: 1px solid #ccc;
  width: 99%;
}
.search-form > .search-pane > input {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  float: left;
  font-size: 12px;
  margin: 1px;
  width: 86%;
  padding: 3px;
  height: 34px;
  position: relative;
}
.search-form > .search-pane > input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline:none;
}
.search-form > .search-pane button[type="submit"] {
  float: right;
  background: #2e990d;
  color: #fff;
  border: 0;
  width: 11%;
  max-width: 50px;
  margin: 2px 2px 0px 0;
  line-height: 19px;
  min-height: 32px;
}