/*
//////////////////////////////////////////////////////
-- SherviNet CMS Admin Panel CSS File
-- http://www.shervinet.com
/////////////////////////////////////////////////////
*/

/* SherviNet GLOBAL STYLES */
/*==========================================================================-->*/
html {
	direction: rtl;
}
#logo{
	float:left;
}
#responsive-btn{
	float:right
}
.date{
	float:left;
}
.comments-content{
    padding-right:70px;
}
.likes-box{
	float:left;
}
#sidebar .accordion .accordion-heading .accordion-toggle i{
    float:left;
}

/* SherviNet NAVBAR */
/*==========================================================================-->*/
.navbar .brand {
	margin-right: 0;
}

.navbar-inverse .divider-vertical {
margin-right:2px;margin-left:0px;
}
.breadcrumb li {
	background: url(../images/breadcrumb-divider.png) no-repeat left;
}
.breadcrumb a {
	padding: 0 0 0 15px;
}

.nav-tabs > li > a, .nav-pills > li > a {
	margin-left: -1px;
}
.form-horizontal .control-label {
	text-align:right;
}
.form-horizontal .controls {
	text-align:right;
}
.pager{
    text-align:right;
}
.media .pull-left{
	float:right;
    padding-left:10px;
	
}
/* SherviNet Responsive */
/*==========================================================================-->*/
@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid .span6 {
		
	}
}
@media only screen and (max-width: 40em) { /*640*/
		table thead { display: block; float: right; }
}
