body{
    font-family: Vazir-FD,Vazir;
    background-image: url("/images/18.png");
    background-color: #fdfdfd;
     
    padding-bottom: 66px;
}
/*-- All Font Family --*/
h1,h2,h3,h4,h5,h6,p,span,
li,a,th,th{
    font-family: Vazir-FD,Vazir;
}
/*-- End Font Family --*/

/*-- All Font Size --*/
.navbar-nav li,.glyphicon,
.table tr,.btn-default,
.new_record,span,p{
    font-size: 14px;

}

h1, .h1{
  font-size: 28px;
}
h2, .h2 {
    font-size: 24px;
}
h3, .h3 {
    font-size: 18px;
}

/*-- End Font Size --*/
.row{
    margin-right: -10px;
    margin-left: -10px;
}
.title_page{
    font-family: Vazir-FD,Vazir;
    font-weight: bold;
    font-size: 14px;
    line-height:40px;
    color: #004080;
}

.glyphicon{
    cursor: pointer;
    transition: all 0.5s;
}
.glyphicon-pencil{
    color: #804000;
}
a .glyphicon-pencil{
    color: #f9b006;
}
a .glyphicon-pencil:hover{
    color: #f9b006;
}
.glyphicon-minus-sign{
   color: #b81f2b;
}
.glyphicon-minus-sign:hover{
    color: #b81f2b;
}
.glyphicon-eye-open{
    color: #0080ff;
}
.glyphicon-ok-circle{
    color: green;
}
.glyphicon-remove-circle{
    color:#f9b006;
}
.tooltip{
    font-family: BYekan;
    font-size: 13px;
    color: #fff;
}
.top .tooltip-inner{
    background: #2894ff;
}
.tooltip.top .tooltip-arrow{
    border-top-color:#2894ff; 
}

.right .tooltip-inner{
    background: #f9b006;
}
.tooltip.right .tooltip-arrow{
    border-right-color:#f9b006; 
}
.left .tooltip-inner{
    background: #b81f2b;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #b81f2b;
}
.table{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 20px;
    background: #fff;
}
.table th{
    color: #004080;
    font-size: 16px;
}
.table tr{
 
}
.form-control{
    font-size: 14px;
    height: 40px;
    max-width: 300px;
    margin-bottom: 5px;
}
.btn-default{
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto !important;
}
.new_record{
  
}
.alert{
    font-size: 18px;
}

.alert .glyphicon-exclamation-sign{
    color: #ff8800;
}

.table > tbody > tr > td {
     vertical-align: middle;
}
/*----------- form ---------------*/
select option:hover{
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.sfdProgressBarsfdFile{
    width: 185px;
    height: 30px;
}
#btnUpload{
    margin-top: -8px;
    margin-right: 5px;
}
.mark{
    padding-right: 0px;
}
.keyExam{
 direction: ltr;
 text-align: left;
}
.ok{
    color: green;
    font-weight: bold;
}
.error{
    color: #ff8800;
    font-weight: bold;
}
.danger{
    color:red;
}
.info{
    color: #000080;
    font-weight: bold;
    
}

.leftAlign{
 text-align: left !important;
}
.rightAlign{
 text-align: right !important;
}
.centerAlign{
 text-align: center !important;
}

/*.info {
    color: #2c3e50;
}*/
/*--------- table filter  --------------*/
.found_item{
		background-color:rgba(254, 225, 139, 0.5);
        border: 1px solid #fec56d;
        font-weight: bold;
        transition: all 0.5s;
	}
	.table tbody tr:nth-child(odd) .found_item {
        font-weight: bold;
		background-color: rgba(254, 225, 139, 0.5);
        border: 1px solid #fec56d;
        transition: all 0.5s;
	}



/*------------- navbar -----------*/

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover{
    font-size: 18px;
}
.navbar-nav li{
    color: #111;
}
.navbar-nav li:hover {
    background: #e7e7e7;
}
.dropdown-menu>li>a{
    padding: 7px 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .navbar-header {
    background: #258C25;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: #FFD800;
}

a .navbar-brand.title {
    color: #F4D03F !important;

}

.navbar-default .navbar-brand {
    color: #ffffff;
}
 .navbar-default .navbar-brand:hover{
     color: #ffffff;
 }

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #333;
    background-color: #FFD800;
}

.navbar-fixed-top .dropdown-menu a{
	padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-bottom: 1px dashed #dadada;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #f4d03f;
    text-decoration: none;
    background-color: #258C25;
}
.navbar-fixed-bottom p,
.navbar-fixed-bottom span{
	font-size:14px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
}
@media (max-width: 767px){
    .container{
        margin-top: 60px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
        background-color: #1E661E;
    }
    
    .navbar-default .navbar-nav>li>a {

        border-bottom: 1px dashed #fff;
    }
    
}

/*--------- workBook ----------*/
#workBook table{
    background: #fff;
}

/*============= other ============*/

.glyphicon-pencil:before{
    font-size: 18px;
    font-weight: bolder;
}
.glyphicon-minus-sign:before{
        font-size: 18px;
    font-weight: bold;
}
.inline{
    display: inline;
    float: right;
    margin-right: 10px;
}
#btnPrint{
    cursor: pointer;
}

.imgButton{
  line-height: 30px;
}
.imgButton img{
   float: right;
  right: 20px;
}
.clear{
 width: 100%;
}
/*.imgButton:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: -50px;
    vertical-align: text-top;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.iconHozorGhiab:before{
     background-image : url("/images/hozor-ghiab.png");
}*/


/* homeworkMessage */
#blockMessage{
 max-width: 800px;
}
.messageBox {
  width: 50%;
  border: 1px solid #aaa;
  min-height: 30px;
  border-radius: 5px;
  margin:5px;
  padding: 5px;
}

.textArea{
    max-width: 300px;
    min-height: 30px;
    padding: 6px 12px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: right;
    vertical-align: middle;
    /* cursor: pointer; */
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.sendDate{
 font-size: 11px;
 font-style: italic;
 margin-top: 10px;
 color: #00A1AD;
 direction: ltr;
 text-align: left;
}

