/* 50 px for top sidebar */
body {
  padding-top: 50px;
}


/*Top navigation*/
.navbar-fixed-top {
  border: 0;
  background-color: #333333; 
}

.navbar-right{
  font-size:12px;
  padding-right: 20px;
}

.icon-menu {
  width: 30px !important;
}

.icon-menu-wide {
  width: 75px !important;
}

.navbar-left{
  font-size:14px;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #777;
	width: 140px;
	text-align: center;
}

.navbar-default .navbar-nav > li > button {
	color:#ff0000;
	text-align: center;
	text-decoration: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #333;
}

/*main container*/
.main {
 padding-bottom: 50px;
}

/* mobile version */
.navbar-brand {
	padding: 0;
}
.navbar-default .navbar-toggle {
    border-color: #DDD;
	background-color: #333333; 
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}


@media (max-width: 960px) {
	.navbar-default .navbar-nav > li > a {
		width: 100%;
		text-align: left;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
		background-color: #333333; 
	}
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
		background-color: #333333; 
    }
}


/*Right logo */
.sidelogo {
	position: fixed;
	width: 100px;
	height: 100%;
	top:0px;
	right:0px;
	background-color: #ed1a24;
	}

.sidelogo img{
	margin-top:100px;
}
/*futer*/
.footer {
  position: fixed;
  color: #FFFFFF;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #333333;
}

/*bottom toolbar*/
.bottomtoolbar {
  position: fixed;
  padding-top: 10px;
  right: 0px;
  bottom: 20px;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
}

/*top toolbar*/
.toptoolbar {
  position: fixed;
  border-bottom: 2px solid gray; 
  background-color: #FFFFFF;
  padding-top: 10px;
  right: 0px;
  top: 50px;
  width: 100%;
  height: 50px;
  z-index: 100;
}

/*checkbox list*/
.checkbox-list-div {
  border: 1px solid #cccccc;
}
.checkbox-list {
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
}
.checkbox-list li label {
    display: block;
    padding: 3px 0px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0px;
    transition: background-color .4s ease;
}
.checkbox-list li input {
    margin: 0px 1px;
    top: 2px;
    position: relative;
}

.checkbox-list li.active label {
    background-color: #cbcbff;
    font-weight:bold;
}

.checkbox-list li label:hover,
.checkbox-list li label:focus {
    background-color: #f5f5f5;
}

.checkbox-list li.active label:hover,
.checkbox-list li.active label:focus {
    background-color: #b8b8ff;
}



/*Login screen*/
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
  
}

h2.form-signin-heading{
	text-align: center;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.h-divider {
 margin-top:10px;
 margin-bottom:20px;
 width:100%;
 border-top:2px solid gray;
}

.h-divider-thin {
  margin-top:10px;
  margin-bottom:20px;
  width:100%;
  border-top:1px solid gray;
}

.lift {
  height:50px;
}

.small-lift {
  height:10px;
}

/*vivid colors for tables*/
.table tbody tr.warning > td {
  background-color: #ffff80 !important;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #ffff4d !important;
}

.table tbody tr.danger > td {
  background-color: #ff8080 !important;
}

.table-hover tbody tr.danger:hover > td {
  background-color: #ff4d4d !important;
}

.dropdown-min-size {
  width:70px !important;
}
/*fixed table header+js old*/
table .header-fixed {
  position: fixed;
  top: 50px;
  z-index: 1000;
}

thead {
  background-color: #ffffff;
}


tbody {
  font-size: 13px;
}

/*fixed table new*/
.table-area {
  owerflow-x:auto;
}

table .header-fixed-top {
  position: fixed;
  top: 100px;
  z-index: 1000;
}

/*sheet navbar*/
.navbar-sheet { 
  min-height:22px; 
  background: #f9f9f9;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px 0px 0px 0px;
} 
.navbar-sheet .navbar-nav > li > a:hover,
.navbar-sheet .navbar-nav > li > a:focus,
.navbar-sheet .navbar-nav > li > a { 
  padding-top: 2px; 
  padding-bottom: 2px;
  color: #333333;
  line-height: 16px 
}
.navbar-sheet .active-sheet > a:hover,
.navbar-sheet .active-sheet > a {
  border-bottom:4px solid #C9302C;
  background: #f9f9f9;
}

/*jquery autocomplete*/
.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #DDD;
}
.ui-helper-hidden-accessible {
  display: none;
}

.btn-hidden {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
}