.panel-footer {
    padding: 0.75rem 0rem 3rem 1rem;
}
aside{
position:fixed;
border-width:1px;
border-type:solid;
overflow-y:auto;
z-index:100;
top:70px;
min-height:inherit!important;
}
aside::-webkit-scrollbar {
  width: 0.5em;
}
.sidebar li .nav-second-level li a {
padding:0px;
}
div#sideliveinteractions{
overflow-y:auto!important;
overflow-x:hidden;
}
 .content{
padding-left:1%!important;
padding-top:1%!important;
}

aside::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
aside::-webkit-scrollbar-thumb {
  background-color: #797777;
  outline: 1px solid #797777;
}
.admin #side-menu li a i.menu-icon:hover{
color:white;
}
ul.nav.nav-second-level.collapse.in {
    background-color: #797777;
}
#side-menu .nav-second-level li a i.menu-icon {
    color: white !important;
}
.sidebar li .nav-second-level li {
padding-top:0px;
padding-bottom:10px;
}
.sidebar li .nav-second-level li a{
padding: 5px 1px 5px 1px;
height: 30px;
}
#logo img.img-responsive {
    width: 75%;
}
.admin #header {
 position:fixed;
width: 100%;
justify-content: space-between;
margin-left: 0;
}

element.style {
    min-height: 995.695px;
}
#wrapper {
    background-color: white;
}
body{
overflow:auto;
}
iframe{
height:100vh;
width: 100%;
overflow:auto;
}
div#playarea {
    position: fixed;
    left: 325px;
   width:78%;
top:70px;

}
#wrapper {
    margin: 0 0 0 0px;
    
}
.modal-header{
padding:2px!important;
background-color:#818181;
color:white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-header{
background:#818181;
color:#fff;
}
.form-control{

}
.panel-body{
padding:2px;
}
.panel-default{
border:none;
border-radius:0px;
box-shadow: none;
}
.panel panel-default{
box-shadow: none;
}
.inline-block{
white-space: normal;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.modal-title{
width:90%;
}
btn-bottom-toolbar {
    position: relative!important;
}

.btn-primary{
/*background:linear-gradient(#073,#0fa)!important;*/
display: inline-block;
    padding: 5px 8px;
      text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
 border:none;
}
a.btn.btn-primary:active {
    border: none;
    box-shadow: none;
}
a.btn.btn-default {
    background:linear-gradient(#900,#f00)!important;
display: inline-block;
    padding: 5px 8px;
      text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
 border:none;
}
.btn.btn-orange {
    background:linear-gradient(#b40,orange)!important;
display: inline-block;
    padding: 5px 8px;
      text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 20px;
    box-shadow: 0px 1px 4px -2px #333;
    text-shadow: 0px -1px #333;
 border:none;
}
a.paginate_button {
    color: #9293f1;
    padding: 10px;
    /* border: 1px solid black; */
    cursor: pointer;

}
a.paginate_button.current {
    /* box-sizing: border-box; */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: black;
}
#settings-grid-sub,#settings-grid{
width:16.6%;
}
.panel-table-full .dataTables_wrapper .table-responsive {
margin-left:0px!important;
margin-right:0px!important;
}