/************************************************************
 * Push Sidebar Menu
 * 
 * Created on: March 3,2015
 * License   : MIT
 * Author    : Amr Mekkawy <amr.mekkawy@gmail.com>
 * URL       : http://github.com/AmrMekkawy/push-sidebar-menu
 ************************************************************/

.nav_trigger {
	cursor: pointer;
	display: inline-block;
	font-size: 26px;
	margin: 5px 20px 0 5px;
  	float:left;
}


body.show_sidebar .nav_trigger {
	margin-right: 5px;
}
#push_sidebar {
	background: #222C38;
	border-left: 1px solid #ddd;
	bottom: 0;

	color: #95A7B7;
	right: 100%;
	overflow: auto;
	position: fixed;
	top: 0px;
	width: 25%;

	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
	        z-index:9999;

	        margin-left: 10px;
	  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.075);
}
body.show_sidebar #push_sidebar {
	right: 75%;
}
#wrapper {
	margin-right: 0;
	min-height: 1000px;
	overflow: hidden;
	width: 100%;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
body.show_sidebar #wrapper {
	margin-right: 25%;
	width: 75%;
}

@media (max-width: 767px) {
	.nav_trigger {
		font-size: 19px;
		margin: 5px 5px 0 20px;
	}
	#push_sidebar {
		width: 80%;
	}
	body.show_sidebar #push_sidebar {
		right: 20%;
	}
	body.show_sidebar #wrapper {
		margin-right: 80%;
		width: 20%;
	}	
}

@media (min-width: 992px) {
	#push_sidebar {
		width: 20%;
	}
	body.show_sidebar #push_sidebar {
		right: 80%;
	}
	body.show_sidebar #wrapper {
		margin-right: 20%;
		width: 80%;
	}	
}

/***********************************/

.voltar{
	background-color: #fff;
	height: 50px;
	border-bottom:3px solid #00C0EF !important;

}

.menu_nav_modal_lateral{
	background-color: #fff;
	height: 50px;
	padding-top: 3%;
	padding-right: 0;
}

.modal_menu_lateral > div > div > div.col-md-2.seletor_empresa_imagem{
	border-left: 0;
}

.menu_nav_modal_lateral > .row{
    margin-right: 0px;
    margin-left: 0px;
}

.voltar img{float: left;margin-top: 10px;margin-left: 30px;}
.voltar i{
	color: #dcdcdc;
	float: right;
	margin-top: 10px;
	margin-left: 40px;
}
#push_sidebar li a {
	padding: 10px 15px 10px 5px;
	display: block;
	font: 13px Tahoma, Arial, serif;
	background: #222C38;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #3D454C;
}
#push_sidebar li a:hover {
	background-color: #272c30;
	color:#95a7b7
}
#push_sidebar li a .fa {
	font-size: 19px;
	width: 30px;
	text-align: center;
	margin-right: 15px;
	color: #357F9A;
}


.voltar{
	background-color: #fff;
}

.img-circle {
    border-radius: 50%;
	padding: 10px;
	width: 70px;
    height: 70px;
}

.pull-left {
    float: left !important;
}

.info {
    font-weight: 600;
    padding: 5px 5px 5px 15px;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
   
}

.info p{
	 color:#357F9A;
}
.info span{
	font-size: 10px;
}

.fa-bars{
	margin-top: -60px;
}