
body {
    /*background-color: #242424;*/
	color: #dcdcdc;
	background: url('bg-1.jpg')no-repeat fixed 50% ;
	background-size: cover;

}
#dot-matrix{
	background: url('../images/dot.png');
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: -98;
}

a {
    color: #bdbdbd;
    text-decoration: none;
}
a:hover { 
   color: #dcdcdc;  
}

h3,h4 {
    color: #d4d3d3;
}
/*Navbar*/
.navbar-default {
    background-color: transparent;
    border-color: #888585;
}
.sidebar ul li a.active {
    background-color: #54545485;
}
.sidebar ul li {
    border-bottom: 1px solid #585858;
}

.sidebar ul li :hover {
    background-color: #5454549c;
}
.navbar ul li :hover {
    background-color: #5454546e;
}


.panel {
    background-color: transparent;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #bfbfbfa6;
    border-color: #ddddddd1;
}
/*panel primary  */
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #636363eb;
    border-color: #7b7b7b;
}
.panel-primary {
    border-color: #d0d0d0b0;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #24242461;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #585858;
	color: #adadad;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: inherit;
    color: #969696;
    border: 0;
    border-bottom: 1px solid #585858;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #565656;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #46464661;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #bdbdbd;
    text-align: center;
    background-color: #2424247d;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #dcdcdc;
    background-color: #46464670;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff33;
    border: 1px solid #dddddded;
}


input, select, textarea{
	
background-color: #2424247d;
color:#cecece;
border-color: #2a5f3f;	
}


input[type=button], input[type=submit], input[type=reset] {
  background-color: #249c3d;
  border: 1px;
  color: white;
  padding: 3px 5px;
  text-decoration: none;
  margin: 2px 5px;
  cursor: pointer;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff61;
    border: 1px solid #ddd;
}

.text-muted {
    color: #dcdcdc;
}
.btn-default {	
    color: #fff;
    background-color: #249c3d;
    border-color: #4cae4c;	
}
.modal-header>h4 {
	color: #000;
}
.modal-content {
    position: relative;
    background-color: #46464652;
	border: 2px solid rgba(249, 249, 249, 0.2);
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #616161;
}