@charset "utf-8";
/* CSS Document */
h1{
	font-size:20px;
}
header{
	padding:11px 15px 5px 15px;
	background-color:rgba(42,42,42,1.00);
	margin-bottom: 20px;
	position: fixed;
}
header h1{
	font-size:14px;
	color:#EDEDED;
}
header h1 a,header h1 a:focus,header h1 a:hover,header h1 a:active{
	font-size:14px;
	color:#EDEDED;
	text-decoration: none;
}
.drawer-hamburger{
	margin-top:-8px;
}
.drawer-hamburger:focus{
	outline: none;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after{
	background-color:#CDCDCD;
}

#dashboard #nav-menu-ul li{
	font-size:14px;
	padding:0;
	margin-top:8px;
	border:none;
}

#dashboard textarea{
	height:20vh;
}
#dashboard .form-check-label{
	font-size:14px;
	margin-right:-4px;
}
#dashboard select{
	margin-right:4px;
}
#dashboard #button-post{
	margin-top:-3px;
}
#dashboard hr{
	margin:15px 0 20px 0;
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}
#dashboard h2{
	font-size:18px;
	display: inline-block;
	color:rgba(42,42,42,1.00);
	font-weight: bold;
	padding:0 8px;
	border-left:3px rgba(42,42,42,1.00) solid;
	margin:8px 0;
}
#dashboard .tab-pane{
	height:30vh;
	overflow-y:auto;
	/*border-bottom:lightgray solid thin;*/
}
#dashboard table{
	font-size:12px;
}
#dashboard table td{
	overflow: hidden;
}
#dashboard table i{
	padding-right:6px;
}
#dashboard .fa-pen,#dashboard .fa-times-circle{
}
#dashboard .fa-pen:hover,#dashboard .fa-times-circle:hover{
	color:#E31E21;
	cursor:pointer;
}
#dashboard #dashboard-modal{
	font-size:14px;
}