:root{
	--sky:#69C;
}


#left_side {
	-webkit-transition: width 2s ease;
	-moz-transition: width 2s ease;
	-o-transition: width 2s ease;
	transition: width 2s ease;
	display: inline-block;
	overflow: hidden;
	width:0;
	height:100vh;
	float:left;
	background-color:rgba(0,0,0,.9);
	
}
#left_side.in {
	width:20%!important;float:left;
}

#right_side{
	-webkit-transition: width 2s ease;
	-moz-transition: width 2s ease;
	-o-transition: width 2s ease;
	transition: width 2s ease;
	border-left:1px solid #999;
	width:80%; 
	float:left;
	height:100vh;
	overflow-y:scroll;
}
.right_side{
	-webkit-transition: width 2s ease;
	-moz-transition: width 2s ease;
	-o-transition: width 2s ease;
	transition: width 2s ease;
	width:100%!important;
	
}



#left_menu dl{margin:0;}
#left_menu dl dd a{color:rgba(255,255,255,1);}

#left_menu dl dd{
	background-color:rgba(51,51,51,.3);
	border-bottom:1px solid rgba(102,102,102,.4);
	padding:3px;
	margin:0;
 	margin-left:0;
	cursor:pointer;
 }

#left_menu dl dd:hover{
    background-color:rgba(255,0,0,1);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 1500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

#left_menu dl dd:hover a::after {
  content: ' \00bb';
}



.pagination .page-item a:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination .page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	border-top-color: rgb(222, 226, 230);
	border-right-color: rgb(222, 226, 230);
	border-bottom-color: rgb(222, 226, 230);
	border-left-color: rgb(222, 226, 230);
}


#custom-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom:5px;
}

#custom-table td, #custom-table th {
  border: 1px solid #ddd;
  padding: 3px;
}

#custom-table tr:nth-child(even){background-color: #CCC;}
#custom-table tr:nth-child(odd){background-color: #FFFFFF;}
#custom-table tr:hover {background-color: #BBB; cursor:pointer;}
#custom-table th {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: linear-gradient(rgba(17, 17, 17,.6) 10%, rgba(0, 0, 0,.4) 96%);
	border:1px solid #CCC;
	color:#FFF;
	font-weight: bold;
	text-align: center;  
}


#right-container{
	border:1px solid gray;
	padding:15px;
	margin:5px 0;
	border-radius:5px;
	
}

.text-on-img {
  position: relative;
}


.text-on-img .top-left {
  position: absolute;
  top: 0;
  left: 0;
  color:#444;
  font-size:16px;
  background-color:rgba(0,0,0,0.5);
  padding:0 4px;
}
.top-left a{color:#FFF;}


.text-gray,.text-gray a{
  color:var(--gray);
}

.text-dark,.text-dark a{
  color:var(--dark);
}

.text-gray-dark,.text-gray-dark a{
  color:var(--gray-dark);
}

.text-white,.text-white a{
  color:var(--white)!important;
}

.text-teal,.text-teal a{
  color:var(--teal);
}

.text-cyan,.text-cyan a{
  color:var(--cyan);
}

.text-black,.text-black a{
  color:#000!important;
}


.text-light,.text-light a{
  color:var(--light);
}

.text-green,.text-green a{
  color:var(--green);
}

.text-red,.text-red a{
  color:var(--red);
}

.text-blue ,.text-blue a{color:var(--blue)!important;}

.bg-gray {
  background-color:var(--gray);
}

.bg-green {
  background-color:var(--green);
}

.bg-red {
  background-color:var(--red);
}



.font-size-16,.font-size-16 a{
  font-size:16px;
}

.font-size-18,.font-size-18 a{
  font-size:18px;
}

.font-size-20,.font-size-20 a{
  font-size:20px;
}

.font-size-22,.font-size-22 a{
  font-size:22px;
}

.font-size-24,.font-size-24 a{
  font-size:24px;
}

.font-size-26,.font-size-26 a{
  font-size:26px;
}

.pagination-active{background-color: var(--sky)!important;}

.form-control{
	border-radius:0;}

<!--body{background-color: var(--body-bg-color);}-->




