@charset "utf-8";
/* CSS Document */

@font-face
{
    font-family: DroidKufi;
    src: url('../fonts/DroidKufi-Regular.ttf');
}
	
body {
	
	 background: #00649c; 
   
}

a{
    color: #4A4A4A;
    text-decoration: none;
}


a:hover {
  color: #313131;
  text-decoration: none;
}

.select-panel{
	
}
.select-effect {
	    border: 1px solid #E7E7E7;
        padding: 6px 0px;
        outline: none;        
        font: 13px;
        font-family:DroidKufi,Arial,sans-serif;
        color: #000;
        margin: 0;        
        max-width: 100%;
        display: inline;
        margin-bottom: 1em;
        background: #FFF; 
        width:208px;
		border-radius: 3px;
		
		
}
	
	

.page-header{
	
	padding-right:30px;
	width:auto;
    font-family:DroidKufi,Arial,sans-serif;font-size:11px;  color:#d7d7d7;text-decoration:none; 
	 margin: 0 0 20px;

	     border-bottom: 1px solid #eeeeee;
		 padding-top:10px;
	
	}




.page-header a{

	font-family:DroidKufi,Arial,sans-serif; font-size:13px;  color:#606060; text-decoration:none;
	
	}			

.page-header a:hover {
	 font-family:DroidKufi,Arial,sans-serif; font-size:13px;  color:#008C97; text-decoration:none;
}

.page-header .active{
 font-family:DroidKufi,Arial,sans-serif; padding-left:5px;font-size:12px;color:#B1B1B1;

}
  .navbar-header {
    float: right;
	margin-right:20px;
	margin-top:10px;
  }

.navbar-brand { padding: 0px;  float: right;}


.navbar-inverse { background-color:#fff;
border: 0;
    box-shadow: 0px 0px 2px rgb(202, 202, 202);


}

.navbar-default {
  background-color: #00649c;
  border-color: #00649c;

}



.navbar-static-top
{
	border-width: 0 0 1px;
	
	}


.wrapper {
    width: 100%;

	
}

.page-wrapper {
    padding: 0 15px;
    min-height: 100vh;
    background-color: #fff;
	
}

@media(min-width:768px) {
    .page-wrapper {
        position: inherit;
        margin: 0 200px 0 0;
        padding: 0 30px;
        min-height: 100vh;
        border-right: 1px solid #e7e7e7;
		
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #095884;
	
}

.nav > li > a {
	font-family:DroidKufi,Arial,sans-serif;
	color:#fff;
	font-size:12px;
	
	}
.nav > li > a:hover,
.nav > li > a:focus {

  color:#00649c;
}	

.active li{

	color:red;
	
	}
	
/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */

 .navbar-top-links li {
      display: inline-block;
	margin-left:50px;
}
.navbar-toggle {

  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.navbar-top-links li:last-child {
    margin-right: 25px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
	
}
.navbar-top-links li a:hover {
  background:rgba(219,226,188, 0.5);
    
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background:rgba(219,226,188, 0.5);

}



.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 0px 20px;
    min-height: 0;
	font-family:DroidKufi,Arial,sans-serif;
}

.dropdown-menu {
font-family:DroidKufi,Arial,sans-serif;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow:none;
		    font-size: 12px;
			  min-width: 120px;
}

.dropdown-menu > li > a {

  padding: 3px 5px;


}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #00649c;
  text-decoration: none;
  background-color: #fff;
}



.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    right: auto;
}

/* Sidebar Menu Styles */

 .sidebar-search {
    padding: 15px;
}

.arrow {
    float: left;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 200px;
		
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

 .chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */

 .login-panel {
    margin-top: 25%;
}

/* Flot Chart Containers */

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

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

/* DataTables Overrides */

 table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
	
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
    
    	
}
table tbody td{
    font-size: 14px;
    font-family: tahoma;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}


 .navbar-right {
    float: left !important;

    
  }

.copyright{	

background-color:#00649c;
color:#fff;
padding-bottom:10px;
margin-bottom: 0;
font-size:11px;
float:left;
width:100%;
   font-family: DroidKufi,Arial,sans-serif;

}


.copyright span{	
color:#fff;
font-size:11px;
}
.copyright a{	

color:#fff;
   font-family: DroidKufi,Arial,sans-serif;
font-size:11px;
}



.add-category 
{
	
	
	}
.add-category  h1
{
	font-size:20px;font-family:DroidKufi,Arial,sans-serif;
	
	}
.add-category  span
{
	padding:7px;
	
	}
	
.pages-area
{
	margin-top:80px;

	
	}
	
	
	
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
 text-align:center;
vertical-align:middle;
font-size:12px;
}
._h1{
    line-height: 50px;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-family: DroidKufi,Arial,sans-serif;
    color: #00649c;
}

	
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  text-align:center;font-family:DroidKufi,Arial,sans-serif;
  background-color: #00649c;
  color: #fff;
  font-size: 12px;
  font-weight:normal;
}

.setting-menu 
{
	
}

.setting-menu .fa-user {
		color:#00649c;
		
}

.setting-menu .fa-caret-down{
		color:#428BCA;
}

.panel {
	
	
	padding:20px;
   margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
 
		
}

.reg-header{
	margin:0 auto;
	padding:10px;
	background: -moz-linear-gradient(left center , #f7f7f7 40%, #FFF 80%) repeat scroll 0% 0% #F6F6F6;
	
	}
.reg-header h2{
	 text-align:center;
     margin-bottom: 25px;
	 font-size:16px; 
	   font-family:DroidKufi,Arial,sans-serif;
	 padding-bottom:10px;
	 color:#00649c;
	 border-bottom:1px dotted #d9d9d9;
	}
.reg-header .btn-info{
	background-color:#606060;
	}
.capatcha
{
	padding:2px;
	border-radius:5px;
	
	height:35px;
	text-align:center;
	}
	
.upload-area {
	
	
	}
.upload-area label{
	font-size:14px; font-family:Arial, Helvetica, sans-serif; text-align:right;
	 color:#070707;
}
.image-panel{
	width:300px;
	margin:0 auto;
	
}
.image-panel img{
	margin-top:30px;

	
}
.image-panel h1{
	
	 font-size:12px; font-family:Arial, Helvetica, sans-serif; text-align:center;
	 color:#AF3638;
}

.btn-info
{
	 color: #fff;
  background-color: #00649c;
  border-color: 00939F;
 font-family:DroidKufi,Arial,sans-serif;
	
	}
	
.btn-info2
{
	 color: #fff;
  background-color: #606060;
  border-color: 00939F;
  margin-top:30px;
	
	}

.form-panel
{
	
	padding-left:20px;
	padding-right:20px;
	}
	
.form-panel label
{
	padding-top:20px;
	
	}

.form-panel img
{
	width:100px;
	height:80px;
	
	
	}
	


.pic {
	
	
	position:relative;
	display: block;
	margin:5px;
}
.pic img{
	width: 100%;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
a .img_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/delete2.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
a:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
	

	
	
	
.form-panel .three-columns   {	

overflow:hidden;


}
	
.form-panel .six-columns   {	

overflow:hidden;


}
.form-panel .three-columns  li{	

width:33.3333%;
float:right;
Padding:5px;


}
.form-panel .six-columns  li{	

width:16.6666%;
float:right;
Padding:5px;

}






  .modal-dialog {
    width: 80%;
	margin-left: auto;
   margin-right: auto;
  }


.modal-footer {
	border-top: none;
}

.user-welcome{

text-align:center;
	font-size:14px;
	color:#777777;
margin-top:10px;
	    font-family:DroidKufi,Arial,sans-serif;
		float:left;
		padding-left:10px;
}

.user-welcome span{
	
	text-align:center;
	font-size:12px;
	color:#00649c;

}
.user-welcome .span2{
	font-size:10px;
	color:00649c;
	line-height:24px;
	text-align:center;
}

.pic2{
	
	
	position:relative;
	display: block;
	margin:5px;
	width:64px;
	height:64px;
}

.pic3{
    float: none;
	margin:0 auto;
	width:64px;
	height:64px;
    margin-top: 10px;
}

.pic2 .fa-link{
color:#A51313;
}
.pic3 .fa-close{
color:#E54040;
font-size: 12px;
display: inline-block;
}
.pic3 .fa-close:hover{
color:#830808;
font-weight: bold;
}
.six-columns   {	

overflow:hidden;


}
.six-columns  li{	

border: 1px solid red;
width:16.6666%;
float:left;
Padding:5px;
}

.upload-ttl{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding-top: 20px;
}
.reg-header .input-group-addon{
	
    border: 0px solid #cccccc;
    border-radius: 0px;	
	
}

    
	
.reg-header  .form-control{
	
	    border: 1px solid #e9e8e8;
    border-radius: 0px;
}




::-webkit-input-placeholder {
    font-family:DroidKufi,Arial,sans-serif;
 font-size:10px;
}

.reg-header .btn-info {
    background-color: #00649c;
	    border: 0px solid transparent;
    border-radius: 0px;
	float:left;
	  font-family:DroidKufi,Arial,sans-serif;
	   font-size:12px;
	   padding-top:2px;
	   line-height:24px;
}
label {
 font-family:DroidKufi,Arial,sans-serif;
    font-size:12px;
	    color: #7a7a7a;
		font-weight: normal;
}

.btn-primary {
     font-family:DroidKufi,Arial,sans-serif;
    font-size:12px;
	    
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #f9f9f9;
}

.modal-header h3{
  font-size:14px;
 font-family:DroidKufi,Arial,sans-serif;
 color:#00649c;
 
}


.add-category h1{
	
	    margin-top: 0px;
		font-size:14px;

}

.form-control {
    font-family:DroidKufi,Arial,sans-serif;
    font-size: 12px;
    border-radius: 0px;
    border-color: #E5E5E5;
    box-shadow: none;
    height: 32px;
    font-size: 10.5px;
}

.btn-default {
 border-color: #E5E5E5;
}

div.dataTables_info{
	
	   font-size: 11px;
	       font-family:DroidKufi,Arial,sans-serif;
}

.pagination > li {
  	   font-size: 11px;
	       font-family:DroidKufi,Arial,sans-serif;
}




