body {
	overflow: hidden;
}

.h100scroll {
   height: calc(100% - 66px);
   overflow-y: auto;
   overflow-x: none;
}

/*-------------------------------------
	SIDEBAR
-------------------------------------------------*/


#sidebar{
	background: #333 !important;
}

.sidebar-body{
	max-height:100% !important;
	margin: 0em !important;
	padding: 0.5em !important; 	
}

#sidebar ul li a {
    padding: 0.325em 0.75em;
    font-size: 1em;
    color: var(--white);
    display: block;
}

#sidebar ul li a i {
    padding-right: 0.5em !important;
}

#sidebar ul li a.nav-link {
    padding: 0.325em 0.5em !important;
}

#sidebar ul li.active_app>a /*, a[aria-expanded="true"]*/ {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-left: 0.5em  #7386D5 solid !important;
}

#sidebar ul li.active>a /*, a[aria-expanded="true"]*/ {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-left: 0.5em  var(--success) solid !important;
  margin-left:-0.25em;
    
}

#sidebar ul li a:hover {
  	margin-left:-0.25em;
	color: var(--orange);
    background: #fff;
    border-left: 0.5em var(--orange) solid !important;
}

/*
#sidebar ul li>a, a[aria-expanded="true"] {
    border-left: 0.25em rgb(255, 255, 255) solid !important;
}
*/

#sidebar hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-top: 1px solid rgba(255,255,255,0.25);
}



ul.nav li.nav-item a.nav-link {
    cursor: pointer;
}

div.col1, div.col2, div.col3{
	
	/*
	position: relative !important;
  	width: 100% !important;
  	padding-right: 15px !important;
  	padding-left: 15px !important;
	flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;	
    */
}


/*-------------------------------------
	MODAL
-------------------------------------------------*/
.modal-header-success {    
    background-color: #5cb85c;
}
.modal-header-warning {	
    background-color: #f0ad4e;
}
.modal-header-danger {
	background-color: #d9534f;
	color:white;
}
.modal-header-info {
    background-color: #5bc0de;
}
.modal-header-primary {
    background-color: #428bca;
}	
.modal-title {
    font-size: inherit;
}	
