﻿   
@font-face {
  font-family: Vazir;
  src: url('../../../../fonts/Vazir-persian-digits-overwrite.eot');
  src: url('../../../../fonts/Vazir-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'),
       url('../../../../fonts/Vazir-persian-digits-overwrite.woff') format('woff'),
       url('../../../../fonts/Vazir-persian-digits-overwrite.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Vazir;
  src: url('../../../../fonts/Vazir-Bold-persian-digits-overwrite.eot');
  src: url('../../../../fonts/Vazir-Bold-persian-digits-overwrite.eot?#iefix') format('embedded-opentype'),
       url('../../../../fonts/Vazir-Bold-persian-digits-overwrite.woff') format('woff'),
       url('../../../../fonts/Vazir-Bold-persian-digits-overwrite.ttf') format('truetype');
  font-weight: bold;
}

* {
    font-family: Vazir,Tahoma, Geneva, sans-serif;
    font-size: 13px;
    direction: rtl;
    margin: 0;
    text-decoration: none !important;
}
body {
	background-color:#ebebec !important;
}
label, span, li a {
	color: #5F5F5F;
}
.box {
  background: #fff;
  padding: 5px 15px 5px 15px;
  margin: 15px 0px 10px 0px;
  border-radius: 2px;
}
.announcement {
	min-height: 60px;
}
.announcement .icon_c {
    float: right;
    width: 36%;
    background: #0095e6;
    padding: 13px 25px 23px 20px;
    border-radius: 0px 2px 2px 0px;
}
.announcement .title_c {
    float: right;
    width: 64%;
    background: #25a4e9;
    padding: 18px 25px 18px 20px;
    font-size: 17px;
    color: #fff;
}
.announcement .text_c {
    padding: 19px 10px 10px 10px;
    float: right;
	color: #676767;
}
.icon_c .glyphicon{
	color: #fff;
	font-size: 19px;
	margin-top: 5px;
}
.title {
	min-height: 20px;
    color: #575353;
    font-size: 18px;
}
p {
  line-height: 30px;
  text-align: justify;
}
hr {
	border-top: 1px solid #e4e4e4;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}
#myNavbar ul li a {
	min-height: 32px;
}
.navbar {
	width:100%;
	z-index:999;
	top:0px;
	margin-bottom:0px;
}
.fixed {
   position: fixed;
   top: -60px;  
   opacity:.97;
}
.padding-zero {
	padding: 0px;
}
.padding-top-0 {
    padding-top: 0px !important;
}
.title .glyphicon, .title .fa {
	color: #C4C4C4;
    margin: 0px 0px 0px 10px;
    float: right;
}
.title .glyphicon, .title .fa {
	font-size: 18px;
}
.library_detail {
    margin-bottom: 15px;
}
.library_detail .fa {
	color: #C4C4C4;
    margin: 3px 0px 0px 7px;
}
.checkbox input[type=checkbox] {
	margin-right: -20px;
}
.header_wrapper {
	height: 100px;
	background: #6a961d;
	border-radius:0px;
}
.header {
	height:100px;
	background:url('../images/header.jpg');
	background-size:cover;
	background-position:right;
}
.navbar  {
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	min-height: 50px;
}
.search_result hr{
    margin-bottom: 7px;
    margin-top: 7px;
}
.search_main {
	min-height: 150px;
    padding-bottom: 15px;
    padding-top: 15px !important;
    margin-top: -160px !important;
    margin-bottom: 0px !important;
    background: rgba(33, 33, 33, 0.51) !important;
}
.search_main_result {
    min-height: 85px;
    padding: 20px;
    padding-top: 10px !important;
    width: 100%;
    margin-top: 15px !important;
    background: rgba(255, 255, 255,.8) !important;
	margin-bottom: 10px !important;
}
.search_main .form-control {
	border-radius: 4px  !important;
    min-height: 45px;
	background:rgba(255, 255, 255, .91);
}
.search_main .other_options .form-control {
	min-height:30px;
    border-left: 1px solid #ccc !important;
}
.search_main .btn-default {
	background:rgba(255, 255, 255, .85);
	min-height:45px;
	border-right:0px;
	border-radius:4px !important;
	border-color:#ccc;
	box-shadow:none;
}
.search_main .btn-default:hover {
	border-right:0px;
	border-color:#ccc;
}
.search_main .padding_adjust {
	padding-left:5px;
	padding-right:5px;
}
.search_main form {
	padding:10px;
}
.btn-blue {
	background-color: #24BECE !important;
	/*background-image: -webkit-linear-gradient(top,#52c5e6,#4ab9da);*/
	border-radius:4px;
	border:0px;
	color:#fff;
	transition:300ms all;
}
.btn-blue:hover {
	background-color: #2A9EC1 !important;
	color:#fff !important;
}
.btn-search {
	width: 100% !important;
}
.btn-adv-search {
	width: 180px !important;
    background-color: #6F8F92 !important;	
}
.btn-adv-search:hover {
    background-color: #51696B !important;	
}
.btn-orange {
    padding-bottom: 8px;
    color: #fff;
    background-color: #B2CC43;
    border-radius: 4px;	
	transition: 300ms all;
}
.btn-orange:hover {
    background-color: #94b11b;
    color: #fff !important;
}
.btn-green {
    background-color: #0dd400;
    color: white;
    min-width: 100px !important;
    min-height: 40px !important;
    transition: 300ms all;

}
.btn-green:hover {
    background-color: #0bb500;
    color: white !important;
}
.btn-red {
    background-color: #ef3939 !important;
    color: white;
    min-width: 100px !important;
    min-height: 40px !important;
    transition: 300ms all;
}
.btn-red:hover {
    background-color: #ca1d1d !important;
    color: white !important;
}
.btn-prev{
    background-color: #ffb100;
    color: white;
    min-width: 100px !important;
    min-height: 40px !important;
    padding-top: 10px !important;
    transition: 300ms all;

}
.btn-prev:hover {
    background-color: #e09c00;
    color: white !important;
}

.btn {
    min-width: 90px;
    min-height: 35px;
}
td .btn {
    padding: 8px;
    min-width: 80px !important;
    min-height: 10px !important;
    margin-bottom: 3px;
    margin-top: 2px;
}
.btn-back {
    background: #f7ca88;
    color: white;
}
.btn-back:hover {
    background: #ecb461;
    color:white !important;
}
.search_main .btn-blue {
	width:100px;
	min-height:45px;
}
.slider_wrapper {
	background: url('../images/slider.jpg');
	min-height: 350px;
	background-size: cover;
    background-position: right;
}
.slider_wrapper_organization {
	background: url('../images/slider_organization.jpg');
	min-height: 120px;
	background-size: cover;
    background-position: right;
}
.slider_result_wrapper {
	min-height: 120px;
}
.mainpage .more {
    float: left;		
    margin-top: 7px;
}
i.cyan {
	color: #68D2B7;
	margin-left: 5px;
}
.search_result_footer a {
	color: #33B782;
}

.home_box ul, .organization_box ul, .categories ul, .advSearch_help ul {
  margin: 0px;
  padding: 0px;
}
.home_box ul li, .organization_box ul li, .categories ul li, .advSearch_help ul li {
	list-style: none;
	line-height: 45px;
}
.home_box ul li a, .organization_box ul li a, .categories ul li a, .advSearch_help ul li a{
	color: #5F5F5F;
	transition: 300ms all;
}
.home_box ul li a:hover, .organization_box ul li a:hover, .categories ul li a:hover, .advSearch_help ul li a:hover {
	margin-right: 3px;
	color: #51AEC3;
	transition: 300ms all;
}
.home_box ul li i, .organization_box ul li i, .statistics ul li i, .advSearch_help ul li i {
	font-size: 17px;
	margin-left: 10px;
	color: #d5d5d5;	
}
.home_box .more {
	text-align: left;
    margin-bottom: 8px;
}
.organization_box ul li {
	border-bottom: 1px solid #eee;
    padding: 10px 0px 10px 0px;
}
.organization_box ul li a {
	font-size: 17px;
	color: #7B7B7B;
}
.slider_title {
    margin-top: -52px;
    font-size: 24px;
    background: rgba(138, 160, 150, 0.51) !important;
    width: 305px;
    padding: 13px;
    border-radius: 3px 3px 0px 0px;
    color: #FFF;
    transition: 300ms;
}
.slider_title:hover {
	background: rgba(138, 160, 150, 0.81) !important;
}
.iblue .fa { 
	color: #AEBFD4;
}
.igreen .fa {
	color: #BBD4AE;
}
.iorange .fa {
	color: #D4CEAE;
}
.ipink .fa {
	color: #D4AED3;
}
td {
    font-size: 13px;
    line-height: 30px !important;	
}
/****************************************** footer *************************************/
/****************************************** footer *************************************/
#section-bottom {
    color: #6a6a6a;
    background: #f5f5f5 url(http://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 #6a961d;
}
#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: #6a961d;
}
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 .glyphicon {
    width: 45px;
    display: table-cell;
    border-left: 1px solid #dbdbdb;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 17px;
}
.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 13px;
}
#section-extra-bottom-1 a {
    color: #6a6a6a;
}
#section-footer {
    color: #c0c0c0;
    background: #669024;
    width: 100%;
    padding: 20px 0;
    line-height: 25px;
}
.dexp-section a, .dexp-section div {
    font-size:13px;
}

/*************************Progress Tracker Styles******************************/

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;
}


ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 13%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}
ol.progtrckr li.progtrckr-current {
    color: dodgerblue; 
    border-bottom: 4px solid #76b9ff;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}
ol.progtrckr li.progtrckr-current:before {
    content: "\039F";
    color: #76b9ff;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

.h4, h4 {
    font-weight:bold;
    font-size:14px
}

.list-group-item
{
      font-size: 12px;
      font-weight: bold;
}

.circle-img
{
   border-radius: 100% 100% 100% 100%;
   background:url(/Images/blank.jpg);
   background-size: cover !important;
   width: 35px;
   height: 35px;
}
.btn-print:hover {
    background-image: linear-gradient(to bottom,#B79C13 0,#D48624 100%) !important;
    background-position: 0 0 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.staff_dashboard .box {
    padding: 10px 10px 10px 10px;
    float: right;
    width: 100%;
    min-height: 50px;
    opacity: .97;
    transition: 300ms all;
}
.staff_dashboard .box:hover {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.staff_dashboard .circle {
    padding: 15px 15px 15px 15px;
    float: left;
    border-radius: 100px;
}
.staff_dashboard .circle_green {
    background: #b3de83;
}
.staff_dashboard .circle_blue {
    background: #8ad8e0;
}
.staff_dashboard .circle_purple {
    background: #c0b8ef;
}
.staff_dashboard .circle_orange {
    background: #dfe24d;
}
.staff_dashboard .circle_red {
    background: #ea9494;
}
.staff_dashboard .circle_brown {
    background: #e6ac66;
}
.staff_dashboard .circle .fa {
    color: #fff;
    font-size: 25px;
}
.staff_dashboard .thumb_text {
    margin-top: 16px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.staff_dashboard .padding-zero {
    padding: 0px;
    padding-right: 5px;
}


.filter .checkbox label {
    width: 100%;
}
.filter .checkbox {
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 9px;
    padding-bottom: 10px;
}

[data-name="Md-PersianDateTimePicker"] table.table td {
    width: 37px;
}
[data-name="Md-PersianDateTimePicker"] button {
    min-width: 10px !important;
    padding: 5px !important;
}

.bootstrap-select li.active span {
    color: #fff !important;
}



.library {
    margin-top: 15px;
}
.library hr {
    margin-bottom: 0px !important;
}
.library .panel-body {
    border-top: 0px !important;
}
.library .panel-heading {
    background-image: none !important;
    background: #fff;
    padding-bottom: 0px;
}
.library .panel-title a {
    font-size: 18px;
}
.library .library_detail span {
    font-size: 18px;
}
.library .fa-chevron-down, .library .fa-chevron-left {
    top: 5px;
    position: relative;
    color: #969696;
}
.library .library_detail .fa-circle {
    font-size: 10px;
    color: #d8d8d8;
    top: 2px;
    position: relative;
}

.md9_checkbox {
    background: #fff !important;
    box-shadow: 0px 0px 0px !important;
    border: 1px solid #eee !important;
}
.md9_checkbox i.glyphicon {
    float: right !important;
    margin-right: -4px !important;
}

    /********** Beta Badge ****************/
    #beta_badge {
    width: 70px;
    height: 40px;
    position: fixed;
    z-index:99999;
    top:0px;
    }

    #beta_badge::before,
    #beta_badge::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    }

    #beta_badge::before {
    border-width: 30px;
    border-right-color: #ffd400;
    border-top-color: #ffd400;
    }

    #beta_badge::after {
    border-radius: 0.4em;
    border-width: 1.35em;
    border-right-color: #ffd400;
    border-top-color: #ffd400;
    }

    #beta_badge span {
    font-size: 11px;
    font-weight: bold;
    top: 13px;
    left: 28px;
    position: absolute;
    z-index: 99999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    }



 #IranMap .list li ul li a {
    background: #ffffff !important;
    color: #5F5F5F !important;
    padding: 5px !important;
}
#IranMap .list li ul li a:hover, #IranMap .list li ul li a.hover {
    background: #f5f5f5 !important;
}
#IranMap .list span {
    margin-top: -40px !important;
    display: none !important;
}
#IranMap .list li ul li {
    border: 1px solid #fbfbfb !important;
}
#IranMap .list li {
    top: -10px;
    position: relative;
}

.pagination ul li {
    float:right;
}
.pagination ul li a, .pagination ul li span {
    border-radius: 0px 0px 0px 0px !important;
    border: 1px solid #ddd !important;
    padding: 5px 20px 5px 20px !important;
}

.references_page ul {
    padding-right: 0px;
}
.references_page hr {
	margin-bottom: 0px;
}
.references_page li {
	color: #444;
    list-style: none;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    transition: 300ms all;
}
.references_page li:hover {
    border-right: 4px solid #63CCC9 !important;
    background: #F3F5F4;
}
.references_page .active li {
    border-right: 4px solid #63CCC9;
}
.references_page .entry_header {
	margin-bottom: 0px;
}       

.alert-success {
    margin-bottom: 0px !important;
}
.field-validation-error span, field-validation-error {
    color:#f53f3b !important;font-weight: bold !important;
}

.references_text * {
    font-family: Vazir !important;
}
.references_text a, .references_text a * {
    color: #246ece !important;
}


