@font-face {
  font-family: 'koodak';
  src: url('../fonts/koodak.eot?#') format('eot'), /* IE6–8 */ url('../fonts/koodak.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/koodak.ttf') format('truetype');
  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'mitra';
  src: url('../fonts/mitra.eot?#') format('eot'), /* IE6–8 */ url('../fonts/mitra.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/mitra.ttf') format('truetype');
  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Weblogma_Yekan.eot");
  src: url("../fonts/Weblogma_Yekan.eot?#iefix") format("embedded-opentype"), url("../fonts/Weblogma_Yekan.woff") format("woff"), url("../fonts/Weblogma_Yekan.ttf") format("truetype"), url("../fonts/Weblogma_Yekan.svg#WebYekan") format("svg");
}
input[name=url] {
  direction: ltr;
}
.ajax-target {
  position: relative;
}
.ajax-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
}
.filter-panel-expander {
  cursor: pointer;
}
.checkbox-list-fields .checkbox {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}
.pager-container {
  text-align: center;
}
.breadcrumb li {
  white-space: nowrap;
}
.loading-panel {
  text-align: center;
  height: 100px;
  background: url('../images/loading.gif') center center no-repeat;
}
.simple-thumbnail {
  padding: 4px;
  border-radius: 5px;
  border: 1px solid #B8B8B8;
  box-shadow: 0 0 12px -5px black;
}
.collection-input .collection-new-btn,
.collection-input .row {
  margin-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
input,
textarea,
select,
button {
  font-family: 'yekan', 'Ubuntu', Tahoma;
}
body {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../images/body_bg_tile.png") repeat;
}
.form-center {
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
}
.form-center h2,
.form-center .checkbox {
  margin-bottom: 10px;
}
.form-center .form-center-heading {
  text-align: center;
}
.form-center .checkbox {
  font-weight: normal;
}
.form-center .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-center .form-control:focus {
  z-index: 2;
}
.form-center .form-group {
  margin-bottom: -1px;
}
.form-center .form-group input {
  border-radius: 0;
}
.form-center .form-group:first-of-type input {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.form-center .form-group:last-of-type input {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
dd.error {
  color: #a94442;
}
.copyright-text {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  bottom: 0px;
  text-align: center;
}
.copyright-text > i {
  font-family: 'Source Code Pro', 'Fira Code', 'Roboto Mono', 'Courier New', Courier, monospace;
  vertical-align: bottom;
  font-weight: bold;
  font-style: normal;
}
