/*
 * Base structure
 */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  font-family: 'Droid Arabic Kufi', sans-serif;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
 .tophead
 {
 width:auto;
 background-color: #21c662;/*c62127*/
 border-bottom: 1px solid #fff;
 height: 20px;


 }
.navbar-fixed-top {
  border: 0;
   background-color: #231f20;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #231f20;
    border-left: 1px solid #eee;
	
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
  
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color:#fff;
}
.nav-sidebar > li { border-bottom:1px solid #333232}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #21c662 ;/*c62127*/
}
.nav > li > a:hover, .nav > li > a:focus{color: #272626;}


/*
 * Main content
 */

.main {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.input-group{ float:right; margin:0 0 10px 10px;}
.btn-group, .dropdown{ margin:0 0 10px 10px;}
.label_checkbox{

    display: inline;
padding: 10px;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #555;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 4px 0 0 4px;
float: right;
background-color:#ddd;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.form-control:focus, .form-control2:focus {
    border-color: #272626;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(38, 38, 38, 0.6);
}

a:hover, a:focus{color: #D9232D;}
/*a{color: #272626;}*/
.pagination > li > a, .pagination > li > span{color: #272626;}
.pagination > li > a:hover{color: #D9232D;}
table{margin:20px 0;}
th{ font-size:14px; font-weight:normal;}
td{ font-size:12px; font-weight:normal; color:#555555; text-align:center;}
.datetimepicker{ right: auto !important;}
.dashtext {
    background-color :rgba(100, 38, 38, 0.3);
    width : auto;
    font-size : 14px ;
    font-weight : bold;

}

.headertext {
    background-color : #e8e8e8;
    width : auto;
    font-size : 14px ;
    font-weight : bold;

}
.wedget{
    background-color:#fff;
    margin:0px;
    padding:20px !important;
    border:1px solid #e3e5e8;
    position:relative;
}
.footer{
    background-color:#fff;
    padding-top:3px;
    border:1px solid #e3e5e8;
}