/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */
 
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
    src: url("../fonts/HelveticaNeueW23-Reg.eot"), url("../fonts/HELVETICANEUEW23-REG.ttf") format("truetype"), url("../fonts/HelveticaNeueW23-Reg.woff") format("woff");
  
  
 }
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
    src: url("../fonts/HelveticaNeueW23-Reg.eot"), url("../fonts/HELVETICANEUEW23-REG.ttf") format("truetype"), url("../fonts/HelveticaNeueW23-Reg.woff") format("woff");
}


body {
    margin-top: 100px;
	background-color: #FFFFFF;
    /*background-color: #092944;*/
	font-family: 'Droid Arabic Kufi', sans-serif;
	
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
	margin-right:60px;
    line-height: normal;
}

/* start tabcontent new */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
 
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* end tabcontent new */

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #092944;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
 }

.side-nav>li .head_cat {
   color:#ffffff !important ;
 }
.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}


 
 
  /*pagination*/
  
.Pager {
  display: block;
  margin: 30px auto 20px;
  text-align: center;
  width: 450px;
 }
.Pager a {
	background-color: #f9f9f9;
	display: inline-block;
	border-radius: 4px;
	font-weight:normal;
	font-size:12px;
	color: #686868;
	height: 28px;
	line-height: 22px;
	padding: 0;
	width: 25px !important;
}
.Pager strong {
	background-color: #ccc;
	font-weight:normal;
	font-size:12px;
	 
	display: inline-block;
	border-radius: 4px;
	color: #686868;
	height: 28px;
	line-height: 30px;
	padding: 0;
	width: 25px ;
}

/*
.Pager a:hover {
	background-color:#686868;	
	color:#FFFFFF;
  line-height: 27px;
}
  
  
#tnt_pagination {
	direction:rtl;
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-size:15px;
	font-family:tahoma;
	
}

#tnt_pagination a {
 	color:#756848;
 	font-weight:normal;
	font-size:15px;
	font-family:tahoma;
	
}


#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #C3C3C3;
	margin-left:5px;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#756848;
	width:22px;
	font-weight:normal;
	font-size:15px;
	font-family:tahoma;
}

 .active_tnt_link {
	 color:#999;
		font-weight: bold;
		padding: 5px 10px;
		display: inline-block;
		font-size: 13px;
		border-radius: 5px;
		background:#e2e2e2;
		margin-left:5px;
		
}*/


.pagnation-bx{
	text-align: center;
	margin: 0px;
	font-size:17px;
	font-weight:bold;	
}
.pagnation-bx ul li a{
	background: #FFF;
	border: 1px solid #ccc;
	color: #888;
	padding: 2px 10px;
	margin:-3px;
	padding-top:6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.3s ease-in-out;	
}
.pagnation-bx ul li a:hover, .pagnation-bx ul li.active  {
	color: #fff;
	background: #ccc;
	border-bottom: 2px solid #666;
	padding: 2px 10px;
	padding-top:6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
 	transition: all 0.3s ease-in-out;	
}
@media (min-width: 768px){
  #wrapper {padding-right: 225px; padding-left: 0;}
  .side-nav{right: 0;left: auto;}
}



/*Pagination
=============================*/
.pagination {
    display: inline-block;
}
.pagination .spacer-line{
    width: 120px;
 }
.pagination a {
    color: black;
    float: right;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #dadada;
    margin:2px;
    border-radius: 50%;
}
.pagination a:hover ,
.pagination a:focus ,
.pagination a.active ,
.pagination a.active:hover,
.pagination a.active:focus {
    background-color: #036d9e;
    color: #fff;
    border: 1px solid #309b71;
}

