
@import url(../libs/font-awesome/css/font-awesome.css);
/* line 15, ../sass/project.scss */
* {
  margin: 0;
  box-sizing: border-box;
}

/* Quick reset */
/* line 17, ../sass/project.scss */
.main {
  flex: 1;
}

/* line 21, ../sass/project.scss */
html {
  height: 100%;
}

/* line 24, ../sass/project.scss */
body {
  background: #959190;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.light {
  background: #f7f7f9;
}
body.paper {
  background-color: #EBEBEB;
  background: url(../images/paper-2c.jpg);
  background-repeat: repeat;
  background-size: cover;
  font-size: 18px;
}
/* line 30, ../sass/project.scss */
body.arabic {
  direction: rtl;
}
/* line 33, ../sass/project.scss */
body.iframe {
  background: #fff;
}

/* line 38, ../sass/project.scss */
.alert-debug {
  background-color: #fff;
  border-color: #d6e9c6;
  color: #000;
}

/* line 44, ../sass/project.scss */
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 50, ../sass/project.scss */
.pull-xs-right {
  float: right;
}

@media (max-width: 47.9em) {
  /* line 57, ../sass/project.scss */
  .navbar-nav .nav-item {
    display: inline-block;
    float: none;
    width: 100%;
  }

  /* line 63, ../sass/project.scss */
  .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }

  /* line 67, ../sass/project.scss */
  .nav.navbar-nav.pull-xs-right {
    float: none !important;
  }
}
/* line 76, ../sass/project.scss */
[hidden][style="display: block;"] {
  display: block !important;
}

/* line 80, ../sass/project.scss */
.no-padding {
  padding: 0 !important;
}

/* line 84, ../sass/project.scss */
.margin-top-5 {
  margin-top: 5px !important;
}

/* line 88, ../sass/project.scss */
.margin-top-10 {
  margin-top: 10px !important;
}

/* line 91, ../sass/project.scss */
.margin-top-15 {
  margin-top: 15px !important;
}

/* line 95, ../sass/project.scss */
.margin-top-20 {
  margin-top: 20px !important;
}

/* line 99, ../sass/project.scss */
.margin-top-32 {
  margin-top: 32px !important;
}

/* line 103, ../sass/project.scss */
.margin-top-40 {
  margin-top: 40px !important;
}

/* line 107, ../sass/project.scss */
.margin-top-50 {
  margin-top: 50px !important;
}

/* line 111, ../sass/project.scss */
.margin-left-20 {
  margin-left: 20px;
}

/* line 115, ../sass/project.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 119, ../sass/project.scss */
.person-details, .church-details {
  font-size: .8rem;
}
/* line 121, ../sass/project.scss */
.person-details ul, .church-details ul {
  list-style: none;
  padding: 0;
}
/* line 125, ../sass/project.scss */
.person-details ul li, .church-details ul li {
  margin-bottom: 10px;
}
/* line 127, ../sass/project.scss */
.person-details ul li a, .church-details ul li a {
  color: #fff;
}
/* line 132, ../sass/project.scss */
.person-details .content-box, .church-details .content-box {
  background: #fff;
}
/* line 134, ../sass/project.scss */
.person-details .content-box h3, .church-details .content-box h3 {
  border-top: solid #cac9c4;
  padding: 20px 0;
  margin-top: 20px;
}
/* line 139, ../sass/project.scss */
.person-details .content-box .photo-box, .church-details .content-box .photo-box {
  text-align: center;
}
/* line 141, ../sass/project.scss */
.person-details .content-box .photo-box .image, .church-details .content-box .photo-box .image {
  text-align: center;
}
/* line 143, ../sass/project.scss */
.person-details .content-box .photo-box .image img, .church-details .content-box .photo-box .image img {
  width: 150px;
  height: 150px;
  margin: 5px;
  border: 2px solid;
  padding: 2px;
}
/* line 152, ../sass/project.scss */
.person-details .content-box .remarks, .church-details .content-box .remarks {
  font-weight: bold;
  font-size: 0.9rem;
}
/* line 158, ../sass/project.scss */
.person-details .right-box h3, .church-details .right-box h3 {
  border-top: solid #cac9c4;
  padding: 20px 0;
  margin-top: 20px;
}
/* line 164, ../sass/project.scss */
.person-details .right-box .photo-box img, .church-details .right-box .photo-box img {
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
}

/* line 173, ../sass/project.scss */
.bootstrap-table {
  background: #fff;
}

/* line 179, ../sass/project.scss */
.nav-tabs .nav-item a.nav-link {
  color: #373a3c;
}
/* line 181, ../sass/project.scss */
.nav-tabs .nav-item a.nav-link.active, .nav-tabs .nav-item a.nav-link:focus, .nav-tabs .nav-item a.nav-link:hover {
  color: rgba(255, 255, 255, 0.75) !important;
  background-color: #373a3c !important;
}

/* line 189, ../sass/project.scss */
.footer, .push {
  height: 60px;
}

/* line 192, ../sass/project.scss */
.footer {
  background-color: #f5f5f5;
  margin: 20px auto 0;
  position: relative;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
}
/* line 201, ../sass/project.scss */
.footer .footer-left {
  font-size: 0.6rem;
}
/* line 204, ../sass/project.scss */
.footer .footer-right {
  font-size: 0.6rem;
  text-align: right;
}
/* line 208, ../sass/project.scss */
.footer .footer-right a {
  font-weight: bold;
  color: #007be8;
}

/* line 216, ../sass/project.scss */
.pagination {
  width: 100%;
  text-align: center;
}
/* line 219, ../sass/project.scss */
.pagination li {
  display: inline-block;
}

/* line 225, ../sass/project.scss */
.map-filters select {
  width: 100%;
}

/* line 231, ../sass/project.scss */
#rytes-table th, #regions-table th {
  vertical-align: middle;
}
/* line 233, ../sass/project.scss */
#rytes-table th p, #regions-table th p {
  margin: 0;
}

#event-form {
  color: #f3f3f3;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

#event-form .row {
  width: 100%;
  margin: 0;
}

#event-form .btn {
  width: 100%;
}

#event-form .form-group {
  margin-bottom: .5rem;
}

#event-form .has-error .help-block {
  color: #e43e22;
  font-size: 80%;
}

#event-form .lang-box img {
  height: 32px;
}

#event-form .copyright {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  left: 0;
}

#event-form textarea {
  height: 150px;
}

#event-form textarea, #event-form input {
  background: transparent;
  border: 2px solid;
  color: #f3f3f3;
}

.fixed-table-toolbar {
  margin: 0 20px;
}

.fixed-table-pagination .pagination a {
  color: black;
}

.page-list .dropdown-menu {
  min-width: 72px;
}

.page-list .dropdown-menu li {
  text-align: center;
}

.page-list .dropdown-menu a {
  color: black;
}

.fht-cell .form-control {
  font-size: 14px;
  padding: 4px 10px;
}

.enable-overflow {
  overflow: auto;
}

.map-icon-label .map-icon {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 48px;
	text-align: center;
	white-space: nowrap;
}

.liturgy {
  width: 1600px;
}

.liturgy .list-group-item {
  border-radius: 0;
  border-width: 2px 0 0 0;
  border-color: #222;
  padding: 0;
  background-color: transparent;
  /*background-color: #a5a1a0;*/
}


/*.liturgy .list-group-item:nth-child(odd) {*/
/*  background-color: transparent;*/
/*    !*background-color: #afaaa9;*!*/
/*}*/

.liturgy .list-group-item .list-level-1 {
  padding:  0 0 0 10px;
  color: #222;
  line-height: 34px;
}

.liturgy .list-group-item .list-level-2 {
  padding: 0 0 0 20px;
  color: #222;
  line-height: 34px;
}

.liturgy .list-group-item .list-level-3 {
  padding: 0 0 0 30px;
  color: #222;
  line-height: 34px;
  padding-left: 30px;
}

.liturgy .data-content {
  /*background: #afaaa9;*/

  padding-top: 20px;
  border: 2px solid #222;
}

.liturgy .cut-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.liturgy p {
  text-align: justify;
  color: #222;
}

.liturgy .liturgy-red {
  color: #CC2222;
}

.liturgy p.list-indent:before {
  content: " - ";
  padding-left: 20px;
}

.liturgy hr {
  border-top: 1px solid #222;
}

.open-close:after {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 28px/1 FontAwesome;
    margin-left: 10px;
}

.open-close.collapsed:after {
    content: "\f107";
}

.open-close.small-icon:after {
    font: normal normal normal 16px/1 FontAwesome;
}

.floating-box {
    position: fixed;
    bottom: 50px;
    left: 50px;
    text-align: center;
    background: #373a3c !important;
    color: white;
    padding: 10px;
}

.floating-box textarea{
    width: 400px;
    height: 400px;
}

.answer_counter {
    background: white;
    width: 112px;
    height: 112px;
    border-radius: 56px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    box-shadow: 0px 0px 20px #00000029;
    font: normal normal bold 26px/34px Roboto;
}
