body {
	color: #ddd;
	background-color: #333;
}



.text-muted {
    color: #444;
}

input, select, textarea, .form-control {
	background-color: #666;
	border-color: #777;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #555;
    color: #000;
}

.table-striped>tbody>tr:nth-of-type(odd) {
     background-color: #222; 
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {

    border-color: #111;
}
tr:nth-child(even) {
    background-color: #222;
}

.table>tr:hover {
    background-color: #666;
}


.table-hover>tbody>tr:hover {
    background-color: #666;
}

.table>tbody>tr.info>th, .table>tfoot>tr.info>th {
    background-color: #666;
}

table.dataTable tbody td {
    background-color: #333;
    border-color: #333;
}


.btn {
/*
    cursor: pointer;
    border: 2px solid #53540f;
    text-align: center;
    font-size: 18px;
    color: white;
    padding: 0 30px;
    height: 40px;
    line-height: 36px;
    text-shadow: 1px 1px 1px #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #757700;
*/
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li {
  padding: 4px;
}

.nav-sidebar > li > label {
  padding-right: 30px;
  padding-left: 30px;
}
.nav-sidebar > li > input {
    width: 120px;
    display: inline-table;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a {
  color: #fff;
  background-color: #428bca;
}

.nav-sidebar > .active > a:hover {
  color: #fff;
  background-color: #88c8ff;
}


.header_up {
    position: absolute;
    top: -20px;
    left: 40px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
    font-size: 14px;
    transform: skew(-10deg);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 6px 14px -8px;
/*     opacity: 0.85; */
    padding: 10px 20px;
    background: rgb(100, 214, 77);
    border-radius: 1px;
}
.reg_link {
    margin-left: 23px;
    color: #2a85e8;
    font-size: 16px;
}

.tor_link {
/* 	    display: block; */
/*     position: absolute; */
    cursor: pointer;
    margin-top: -10px;
}
.tor_link_text {
    font-size: 12px;
}

.tor_link_text:before {
    content: " ";
    position: absolute;
    width: 16px;
    height: 18px;
    margin: 0px 0 0 -20px;
    background: url(/images/tor.png) no-repeat;
}
	
	.form-signin {
	  padding-top: 40px;
	  padding-bottom: 40px;
	  max-width: 530px;
	  padding: 15px;
	  margin: 10% auto;
	  		position: relative;
	      border-radius: 4px;
	      
	      border-color: #fff;
	      border-width: 1px;
	          background: #444;
	          padding-left: 20px;
	}
	.form-signin .form-signin-heading,
	.form-signin .checkbox {
	  margin-bottom: 10px;
	}
	.form-signin .checkbox {
	  font-weight: normal;
	}
	.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;
	}


.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bs-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px;
  color: #777;
  text-align: center;
/*   border-top: 1px solid #e5e5e5; */
}

.box {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  padding: 0 30px 30px 30px;
  margin: 30px 0 0 0;
}

.box_ovhid_s1 {
  max-height: 400px;
  padding: 20px;
  border: 1px solid #eaeaea;
  overflow-y: scroll;
  border-radius: 5px;
}

.page {
	width: 90%;
	margin: 0 auto;
}

td.details-control {
    background: url('/images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('/images/details_close.png') no-repeat center center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

 .navbar-default .navbar-nav>li>a {
	
    color: #ddd;
}
 .navbar-default .navbar-nav>li>a:active {
	
    color: #000;
}
.dropdown:hover .dropdown-menu {
    display: block;
 }
  
.dropdown-menu {
	background-color: #aaa;
}

.dropdown-menu .divider {
    background-color: #aaa;
}



.navbar-nav>li:hover {
	color: #000;
    background: #e5ebd1;
}

 .navbar-nav>li:hover{
    color: #000;
    background-color: #e5ebd1;
}
 .navbar-nav>li:hover a{
    color: #000;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #000;
    background-color: #e5ebd1;
}

.navbar-nav>li>.dropdown-menu {
    background: #e5ebd1;
    list-style: none;
    padding: 20px 5px 20px 5px;
	
    min-width: 180px;

}

#historyForm input {
	background-color: #eee;
	color: #000;
}

.modal {
	color: #000;
}

.modal-header {
    border-bottom: 1px solid #000;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
}
.modal-content {
    background-color: #333;
}