@font-face {
  font-family: Vazir;
  src: url('../fonts/vazir/Vazir-persian-digits-overwrite.eot');
  src: url('../fonts/vazir/Vazir-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Vazir-persian-digits-overwrite.woff') format('woff'),
       url('../fonts/vazir/Vazir-persian-digits-overwrite.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('../fonts/vazir/Vazir-Bold-persian-digits-overwrite.eot');
  src: url('../fonts/vazir/Vazir-Bold-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'),
       url('../fonts/vazir/Vazir-Bold-persian-digits-overwrite.woff') format('woff'),
       url('../fonts/vazir/Vazir-Bold-persian-digits-overwrite.ttf') format('truetype');
  font-weight: bold;
}

* {
	font-family: Vazir, tahoma;
	text-decoration: none !important;
}
body {
	background:url('../images/body_bg.jpg');
	font-size:13px;
}
h4, h3 {
 color:#444;
}
label, span, li a {
	color: #5F5F5F;
}
.btn {
    font-size: 13px;

}
button i {
	color: #fff;
}
.tab-pane {
	padding: 15px;
}
.pagination {
	margin: 15px 0;
}
input, select {
    border-radius: 1px !important;
}
/************************************************************************************/
.radio label, .checkbox label {
	padding-right:0px !important;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: right;
    margin-left: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 17px;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
/************************************************************************************/
.header_wrapper {
	height: 100px;
    background: url('../images/header_bg.jpg');
    border-bottom: 2px solid #112145;
    box-shadow: 0px 2px 1px #1f437a;
	border-radius:0px;
}
.header {
	height:100px;
	background:url('../images/header.jpg');
	background-size:cover;
	background-position:right;
    border-bottom: 2px solid #112145;
    box-shadow: 0px 2px 1px #1f437a;	
}
.navbar {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 1px;
    background: #143362;
    border: none;
	border-radius:0px;
    box-shadow: none;
	min-height:35px;
}
/*********************/
.main_menu {
	width: 100%;
    margin: -0px 0px 0px 0px !important;
}
.main_menu li a {
	height: 30px;
	color:#fff !important;
	transition:300ms all;
	padding-top: 7px;
	padding-left: 65px;
}
.main_menu .dropdown-menu a , .main_menu .dropdown-menu li {
	float: right;
}
.main_menu .dropdown-menu a {
	padding-top: 9px;
    min-height: 40px;
    padding-right: 27px;
    padding-left: 27px;	
}
.main_menu li.active a {
    background-image: none !important;
    background-color: transparent !important;
    color: #C9D2D4 !important;	
	transition:300ms all;
}
.main_menu li a:hover {
   color: #9FD7DC !important;
}	
.main_menu .dropdown-menu a:hover {
    color: #b8dbde !important;
    background: #7887af;
}
.main_menu>li>a {
	padding-top: 5px;
	min-height: 35px;
}
.navbar-default .navbar-nav>.open>a {
    background-image: #6877a0 !important;
    background-image: linear-gradient(to bottom,#6877a0 0,#6877a0 100%);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #6877a0 !important;
}
/*********************/
.search_main {
    min-height: 210px;
	padding: 20px;
    padding-top: 70px !important;
    width: 100%;
    margin-top: 50px !important;
    background: rgba(255, 255, 255,.85) !important;
}
.search_main_result {
    min-height: 130px;
    padding: 20px;
    padding-top: 10px !important;
    width: 100%;
    margin-top: 15px !important;
    background: rgba(255, 255, 255,.8) !important;
}
.search_main_detail {
	min-height: 85px;
}
.search_main span.chevron {
	width:18px;
    font-size: 20px;
    color: #9A9898;
    margin-top: 5px;
	transition: 300ms all;
}
.search_main span.chevron:hover {
	color:#51AEC3;
}
.search_main .open>.dropdown-toggle.btn-default  span {
	color:#51AEC3;
	transform: rotate(180deg);
}
.search_main ul.dropdown-menu {
	border-radius: 1px;
	right:none;
	left:none;
}
.search_main ul.dropdown-menu {
	width:100%;
	top:45px;
    background: rgba(255, 255, 255, .95);
}
.search_main .form-control {
	border-radius: 1px  !important;
    min-height: 45px;
	background:rgba(255, 255, 255, .85);
    border-left: 0px  !important;
}
.search_main .other_options .form-control {
	min-height:30px;
    border-left: 1px solid #ccc !important;
}
.search_main .other_options .form-control:focus {
    border-left: 1px solid #66afe9 !important;
}
.other_options select {
	font-size:13px;
}
.search_main .btn-default {
	background:rgba(255, 255, 255, .85);
	min-height:45px;
	border-right:0px;
	border-radius:1px !important;
	border-color:#ccc;
	box-shadow:none;
}
.search_main .btn-default:hover {
	border-right:0px;
	border-color:#ccc;
}
.search_main .padding_adjust {
	padding-left:0px;
	padding-right:0px;
}
.search_main .padding_adjust_button {
	padding-left:0px;
	padding-right:7px;
}
.search_main form {
	padding:10px;
}
.search_main .open>.dropdown-toggle.btn-default {
    color: #333;
    /*background-color: #e6e6e6; */
    border-color: #ccc;
	background: rgba(255, 255, 255, .85);
	box-shadow:none;

}
.btn-blue {
	background-color: #4ab9da !important;
	border-radius:1px;
	border:0px;
	color:#fff;
	transition:300ms all;
}
.btn-blue:hover {
	background-color: #72CFEA !important;
	color:#fff !important;
}
.btn-orange {
	width: 95px;
    min-height: 34px;
    padding-bottom: 8px;
    color: #fff;
    background-color: #ec894d;
    border-radius: 2px;	
	transition: 300ms all;
}
.btn-orange:hover {
    background-color: #ECB74D;
    color: #fff;
}
.btn-green {
    background-color: #8ADA4A !important;
    border-radius: 1px;
    border: 0px;
    color: #fff;
    transition: 300ms all;
}
.btn-green:hover {
	background-color: #72EA7F !important;
	color:#fff !important;
}
.btn-keyword {
	background-color: #EAE5F1;
	margin-right: 5px;
}
.fulltext_dl_btn button {
    width: 135px;
    min-height: 40px;
}
.fulltext_dl_btn button i {
    color: #fff !important;
    font-size: 20px !important;
    float: right;
}
.search_main .btn-blue {
	width:100px;
	min-height:45px;
}
.adv_search_main {
	margin-top: 45px;
    min-height: 30px;
    background-color: #394041;
	transition: 300ms all;
}
.adv_search_main:hover {
	margin-top: 40px;
    min-height: 35px;
	transition: 300ms all;
}
.adv_search_main a {
	float: right;
    margin: 5px 10px 0px 0px;
	width: 155px;
	color:#fff;
}
.box {
  margin: 15px 0px 15px 0px;
  background: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 5px 15px 5px 15px;
}
.title {
	height: 30px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	font-size: 14px;
	background: #30833D;
	background: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, #30833D), color-stop(1, #369245) );
	background: -moz-linear-gradient(center bottom, #30833D 12%, #369245 100%);
}
p {
  line-height: 30px;
  text-align: justify;
}
hr {
  border-top: 1px solid #E6E6E6;
  margin-bottom: 5px;
  margin-top: 5px;
}
hr.margin {
  margin-bottom: 15px;
  margin-top: 15px;	
}
.news .media-body {
	line-height: 30px;
}
.news img {
	width:50px;
	margin-left:12px;
}
.fixed {
   position: fixed;
   top: -60px;  
   opacity:.97;
}
.mainpage {
	min-height:330px;
}
.filter {
    min-height: 310px;
}
.filter .checkbox {
	margin-bottom:15px;
}
.filter .btn-orange {
	width: 80px;
    min-height: 10px;
    padding-bottom: 6px;
	padding-top: 4px;
}
.search_result {
    min-height: 175px;
    padding-bottom: 0px;
}
.search_result a {
	color: #666;
}
.search_result h5 {
	color:#6D6B6B;
}
.search_result .row, .Advsearch .row{
	margin-top: 15px;
}
.search_result .btn-blue {
    width: 90px;
}
.pagination_container {
	min-height: 30px;
	background-color: #FDFDFD;
}
.search_result_footer {
    padding-top: 14px;
	min-height: 45px;
	background: #f5f5f5;
}
.search_result_footer i {
	font-size: 18px !important;
	color:#676767 !important;
}
.announcement ul, .statistics ul, .categories ul, .advSearch_help ul {
  margin: 0px;
  padding: 0px;
}
.announcement ul li, .statistics ul li, .categories ul li, .advSearch_help ul li {
	list-style: none;
	line-height: 45px;
}
.announcement ul li a, .statistics ul li a, .categories ul li a, .advSearch_help ul li a{
	color: #5F5F5F;
	transition: 300ms all;
}
.announcement ul li a:hover, .statistics ul li a:hover, .categories ul li a:hover, .advSearch_help ul li a:hover {
	margin-right: 3px;
	color: #51AEC3;
	transition: 300ms all;
}
.announcement ul li i, .categories ul li i, .statistics ul li i, .advSearch_help ul li i {
	font-size: 17px;
	margin-left: 10px;
	color: #d5d5d5;	
}
.search_result i {
	font-size:11px;
	color: #bdc6bc;
	margin-left: 10px;
	transition:300ms all;
}
.search_result i :hover{
	transform:
}
.search_result i.yellow {
	color:#d8ce8d;
}
.search_result i.purple {
	color:#bcb0c9;
}
.search_result i.red {
	color:#ddb2b2;
}
.statistics i {
	font-size: 17px;
	margin-left: 5px;
	margin-right:5px;
	color: #d5d5d5;	
	z-index:10;
	position:relative;
}
.statistics .text, .categories .text {
	z-index: 10;
	position: relative;
}
.statistics .amount, .categories .amount {
	position: absolute;
	left: 35px;
}
.statistics .bar {
	background-color: #eee;
	background-image: -webkit-linear-gradient(top,#F9F9F9,#EDEDED);
	border-radius: 5px 0px 0px 5px;
	width: 100px;
	height: 47px;
	position: absolute;
	right: 30px;
	z-index: 1;
	margin-top: 2px;
	transition: 300ms all;
}
.statistics .bar:hover {
	background-image: -webkit-linear-gradient(top,#F7F7F7,#E1EBED);	
	transition: 300ms all;
}
.slider_wrapper {
	background: url('../images/slider.jpg');
	min-height: 350px;
	margin-bottom: 10px;
}
.slider_result_wrapper {
	background: url('../images/slider_result.jpg');
	min-height: 160px;
}
.slider_detail_wrapper {
    min-height: 115px;	
}
.mainpage .more {
    float: left;		
    margin-top: 7px;
}
.other_systems {
    background: #6b6c6c;
    min-height: 29px;
    padding-top: 6px;
    color: #fff;
}
.carousel {
	min-height:75px;
}
.carousel-control {
	background: #666;
	border: 0px;
	border-radius: 0px;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	padding: 4px 10px 0px;
	height: 30px;
	width: 15px;
	margin-top: 13px;
}
.carousel li {
	min-width: 170px;
    float: right;
    margin-left: 35px;
    margin-right: 20px;
}
.carousel-control span {
    color: #FFF;
    font-size: 15px;
    margin-right: -5px;
    margin-top: 5px;
}
/****************************************** footer *************************************/
/****************************************** footer *************************************/
#section-bottom {
    color: #6a6a6a;
    background: #f5f5f5 url(http://site2.irandoc.ac.ir/sites/all/themes/ui-webkaran/assets/images/bg/bg-section-bottom.png) no-repeat top center;
    width: 100%;
    padding: 50px 0 35px;
    line-height: 25px;
    border-top: 2px solid #5893db;
}
#section-bottom .block-menu {
    padding-bottom: 20px;
}
#section-bottom h2.block-title {
    color: #242424;
    font-size: initial;
    margin: 0;
    padding: 0;
}
#section-bottom h4 {
    line-height: normal;
}
#section-bottom .block-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#section-bottom h4.block-title:after {
    content: ' ';
    display: block;
    width: 30px;
    height: 2px;
    margin: 10px 0 15px 0;
    background: #2c91e6;
}
ul.menu {
    text-align: right;
}
.service-support ul.menu {
    margin: 0;
    padding: 0;
}
#section-bottom li {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.service-support ul.menu li {
    width: 100%;
    display: table;
    color: #6a6a6a;
    border: 1px solid #dbdbdb;
    background: #f0f0f0;
    margin: 0 0 10px 0;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
ul.menu li {
    margin: 0 0.5em 0 0;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
.service-support ul.menu li i {
    width: 45px;
    display: table-cell;
    border-left: 1px solid #dbdbdb;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.service-support ul.menu li span {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}
#section-extra-bottom-1 {
    color: #6a6a6a;
    background: #f5f5f5;
    width: 100%;
    padding: 10px 0;
    line-height: 25px;
    border-top: 1px solid #dbdbdb;
}
#section-extra-bottom-1 .block-menu ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
body.rtl #section-extra-bottom-1 .block-menu ul.menu li.first {
    border-right: none;
}
#section-extra-bottom-1 .block-menu ul.menu li.first {
    border-right: 1px solid #dbdbdb;
}
#section-extra-bottom-1 .block-menu ul.menu li {
    margin: 10px -7px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #dbdbdb;
}
body.rtl #section-extra-bottom-1 .block-menu ul.menu li.first a {
    padding-right: 0;
}
#section-extra-bottom-1 .block-menu ul.menu li.first a {
    padding-right: 15px;
}
#section-extra-bottom-1 .block-menu ul.menu li a {
    display: block;
    padding: 0 15px;
}
#section-extra-bottom-1 a {
    color: #6a6a6a;
}
#section-footer {
    color: #c0c0c0;
    background: #0f4c98;
    width: 100%;
    padding: 20px 0;
    line-height: 25px;
}