/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/templates/blog-home)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-home/blob/master/LICENSE)
 */
 @import url(../../css/fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
body {
  padding-top: 56px;
	font-family: IRANSans !important;
}

/********************** Start BLOG Article  ******************************/
.blog_left_inner h4 {
  font-size: 15px;
  color: #252525;
  padding-bottom: 8px;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
}

.blog_left_inner_1 {
  padding-top: 30px !important;
}
.space_left {
  padding-right: 0;
}
img {
  vertical-align: middle;
}
.blog_left_inner_1_text h3 {
  font-size: 23px !important;
}
.blog_left_inner_1_text h3 a {
  color: #252525 !important;
  font-weight: 600 !important;
}

.blog_left_inner_1_text p {
  font-size: 15px;
  padding-top: 15px;
  line-height: 1.7em;
}

.blog_left_inner_3 {
  /* padding-top: 5px; */
}
.blog_left_inner_3 p {
  color: #252525;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.paginate {
  padding-top: 40px;
  margin: 0 auto;
  display: table;
}
.paginate a {
  background: #000000;
  color: #ffffff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
}
a {
  color: #428bca;
  text-decoration: none !important;
}

/********************** End BLOG Article  ******************************/


/************notifications*************************/


.show-on-hover:hover > ul.dropdown-menu {
  display: block;    
}

.dropdown-menu{
  list-style: none !important;
    list-style-type: none;
list-style-type: none !important;
margin: 0;
padding: 0;
}

.dropdown-menu li {
  padding-right: 10px;
  text-align: center;
}

.dropdown-menu li:nth-last-child(1) {
  padding-right: 0px !important;
  text-align: center;
}

.dropdown-menu li a {
  display: block;
  line-height: 22px;
  font-size: 13px;
  color: #222b30;
  margin: 7px 0;
  position: relative;
  padding-right: 3px;
}

.dropdown-menu li button {
  /* display: block; */
  line-height: 22px;
  font-size: 13px;
  color: #222b30;
  margin: 7px 0;
  position: relative;
  /* padding-right: 3px; */
}

.dropdown-menu li a::before {
  width: 5px;
  height: 5px;
  border-radius: 15px !important;
  background-color: #6fc341;
  position: absolute;
  right: 3px;
  top: 10px;
  content: '';
  text-align: center;

}

.dropdown-menu li button::before {
  width: 5px;
  height: 5px;
  border-radius: 15px !important;
  background-color: #6fc341;
  position: absolute;
  right: 3px;
  top: 15px;
  content: '';
  text-align: center;

}

.dropdown-menu li a:hover {
  color: #5fb430;
}


/************notifications*************************/



.menu-right ul {
  display:table-row;
}
.menu-right ul li
{
  display: table-cell;
  height: auto;
  list-style-type: none;
  margin: 10px;
  vertical-align: middle;
}
.menu-right ul li a {
  display:table-cell;
  vertical-align: middle;
  height:auto;
}





.brand-image {
  float: left;
  line-height: .8;
  margin-left: .8rem;
  margin-right: .5rem;
  margin-top: -3px;
  max-height: 53px;
  width: auto;
}


.elevation-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}

.img-circle {
  border-radius: 50%;
}

.text-justify {
  text-align: justify;
}

.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

.login-logo a, .register-logo a {
  color: #444;
}
b, strong {
  font-weight: bolder;
}
.input-group > .form-control:not(:last-child) {
  /* border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important; */
}


.input-group-append {
  margin-left: 0;
  margin-right: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  font-weight: bold;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.fa-envelope:before {
  content: "\f0e0";
  
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
