/* Schoolhouse theme from Bootply for Bootstrap 2.x - License: GPL */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
    font-family: "Yekan";
    src: url( "../../fonts/W_YEKAN_0.TTF" );
    src: local( "?" ), url( "../../fonts/W_YEKAN_0.TTF" )format( "truetype" );
    src: url('../../fonts/Wyekan.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/Wyekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/Wyekan.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/Wyekan.woff') format('woff'), /* Pretty Modern Browsers */
       url('../../fonts/Wyekan.TTF')  format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/Wyekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}
*{
font-family:Yekan;
}

/* bootstrap overrides */
body {
    padding-top:40px;
      font-family:'Open Sans',Arial,Helvetica,Sans-Serif;
  	background-color:#efeddf;
}

a {
	color:#636365;
}

h1 {color:#3f4944;}
h2 {color:#666666;}
h3 {color:#1d7886;text-transform:uppercase;}
h4 {color:#c98344;}
h5 {color:#c98344;}

hr, legend {color:#888;border-bottom-color:#888;}

        /* CSS used here will be applied after bootstrap.css */

body { 
    background-color:#007dab !important;
    direction:rtl;
}
.login-bg {
    /*background: url('../LoginCSS/back.jpg') no-repeat center center fixed;*/ 
      background-image: url(../../img/logback.png);
    /*background-position: center top;
    background-repeat: no-repeat;*/
    /*background-size: 600px 300px;*/
     background-size: 50%;
     background-repeat:no-repeat;
     background-position:left;
    /*overflow: hidden;*/
}
.panel-default {
 opacity: 0.9;
 margin-top:10px;
}
.form-group.last {
 margin-bottom:0px;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 2px solid #888;
}

.table {
	border-radius:0;
}


.navbar .brand {
  color:#3f4944;
  text-shadow: 0 0 0;
  line-height: 38px;
  font-size:32px;
}

.dropdown-menu, .nav-pills .dropdown-menu {
	border-radius:0;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow:0 0 0;
  border:0;
  background-color:#cdcbbc;
  min-height:58px;
}

.navbar .nav>li {
	line-height: 38px;
}

.navbar .divider-vertical {
  border-width:1;
  background-color:#efeddf;
  border-color:#efeddf;
  height:58px;
  margin:0 10px 4px 10px;
}

.navbar .nav>li>a {
  color:#444444;
  text-shadow:0 0 0;
  padding:10px 23px 10px;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
  box-shadow:inset 0 0 0;
  -webkit-box-shadow:inset 0 0 0;
  text-shadow:0 0 0;
  color:#000;
  background-color:#efeddf;
}

.nav-pills li a, .nav-tabs li a, .table-bordered, .table-bordered td,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered th, .table-bordered td {
	border-radius:0;
  	border-color:#999;
}

.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  background-color:#efeddf;
  border-color:#ccc;
}

.nav-tabs>.active>a {
  border-color:#999;
}
 
.nav-list>li>a, .nav-list, .nav-header {
	text-shadow:0;
}
    
.nav-list {
	border:0;  
}

.pagination li a, .pager li a {
	border-radius:0;	
}

.navbar .nav .dropdown-toggle .caret {
	margin-top: 15px;
}

.caret {
	vertical-align:absmiddle;
    border-width:5px;
}

.btn {
  	
	border-radius:0;
    background-color: #999;
    background-image: none;
  	box-shadow:inset 0 0 0;
  	text-shadow:0 0 0;
  	color:#ffffff;
}

.btn-group .btn, .btn-group>.btn:first-child {
	border-radius:0;
}

.btn-primary {
	background-color:#0072BC;
}

.navbar-search .search-query {
	border-radius:0;
    border:0;
  	margin-top:5px;
}

.navbar-inner {
	border-radius:0;
    border-width:0;
    background-image: none;
  	font-weight:400;
}
  
.navbar-inverse .brand, .navbar-inverse .nav>li>a{
	color:#eeeeee;
    text-shadow:0;
}
  
.alert {
	border-radius:0;
}

.well {
  	border-width:0;
	border-radius:0;
  	box-shadow:inset 0 0 0;
    -webkit-box-shadow:inset 0 0 0;
  	background-color:#dedccd;
}
  
.label {
	border-radius:0;
    font-weight:300;
}
    
.badge {
	border-radius:0;
    font-weight:300;
}

.progress {
	border-radius:0;
}

.breadcrumb {
	background-color:#fff;
}
      
input[type=text], input[type=password],textarea, select, .search-query {
	/*border-radius:0;*/
}


/* custom theme */

footer {
  height:300px;
  padding:20px;
  background-color:#636365;
  color:#efeddf;
  vertical-align:bottom;
}

footer a {
      color:#fff;
}

.panel-info {
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    background-color: rgb(0, 52, 71);
    border: 1px dashed #e5f1f6;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    opacity: 0.9;
    margin-top: 10px;
    min-height: 10px;
}
