/* custom  Backend Styles*/

a {
    color: #000;
}
a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.navbar-default{
   border-bottom:2px solid black;
}

.login-form {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin: 50px auto;
    padding:20px;
    position: relative;
    max-width: 300px;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

Footer{
  font-size:10px;
  color:gray;
  margin-top:30px;
}

.bottom-buffer { margin-bottom:20px; }
.bm5 { margin-bottom:5px; }

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus 
 {
    background-color: #FFe100;
    color:#000;
}

.nav-tabs > li > a, .nav-pills > li > a{
    background-color: #eee;
}

.nav-pills > li {
    margin-bottom: 5px;
}

.btn-success {
    background-color: #86bc26;
    border-color: #86bc26;
}

.btn-success:hover {
    background-color: #86bd24;
    border-color: #86bd24;
}

#cover {
    background-color: #FFF;
    opacity: 0.8;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url('/img/loading_animation.gif');
    background-position: center;
    background-repeat: no-repeat;
    display:none;
}



/*
th.header {
	background: rgba(0, 0, 0, 0) url("/img/bg.gif") no-repeat scroll left center;
  cursor:pointer;
}

thead tr .headerSortUp {
	background-image: url("/img/asc.gif");
}
thead tr .headerSortDown {
	background-image: url("/img/desc.gif");
}

.table > thead > tr > th.header {
    padding-left: 20px;
}
*/
.okbg{
  background-color:#86BC26;
}

.form-control {
 padding:6px;
}

#TransferList{
  font-size:12px;
}

.Xlocbtn{
font-size: 1.3em;
line-height: 1.4em;
}

.btn-default{
font-size: 1.3em;
line-height: 1.4em;
}

.navbar-nav>li>a {
 line-height:1.3em;
 font-size:1.2em;
}


/* Smartphone Styles */

@media only screen and (max-device-width: 736px) { 
.panel-fullscreen{
    display: block;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}
}