/* Global Styles */

body {
  margin-top: 100px;
  background-color: #EDEEE8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #374767 !important;
  height: 100%;
}

html {
  height: 100%;
}

@media (min-width: 768px) {
  body {
    margin-top: 50px;
    /*
            min-height: -moz-calc(100% - 50px);
            min-height: -webkit-calc(100% - 50px);
            min-height: calc(100% - 50px);
        */
  }
}

/* Global Styles */

body {
  background-color: #EDEEE8;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #374767 !important;
  height: 100%;
}

#wrapper {
  padding-left: 0;
}

#page-wrapper {
  width: 100%;
  padding: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-border {
  border: 0px;
}

.vertical-spacer-20 {
  margin-top: 20px;
}

.huge {
  font-size: 50px;
  line-height: normal;
}

.mandatory {
  color: #A94442;
}

.navbar {
  background-color: #EDEEE8;
  color: black;
  border-color: #947F2C;
}

.navbar .navbar-brand {
  height: 50px;
  width: 200px;
  line-height: 51px;
  padding: 0;
  background-color: #BBB289 !important;
}

.navbar .navbar-brand img {
  margin: 0 10px 0 0;
  height: 35px;
  padding-left: 10px;
  padding-top: 10px;
}

.navbar .navbar-brand a:hover,
.navbar .navbar-brand a:focus {
  background-color: #BBB289 !important;
}

.navbar .navbar-person {
  height: 50px;
  min-width: 350px;
  padding: 0;
  margin-left: -5px;
}

.navbar .navbar-person-top-nav {
  margin-top: -15px;
  margin-left: 0px;
}

.navbar .navbar-person .navbar-person-name {
  padding-top: 15px;
}

.navbar .navbar-person .navbar-person-name p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.navbar .navbar-person .navbar-person-icon {
  padding-top: 15px;
  text-align: right;
  width: 20px;
}

.navbar .navbar-person-action {
  height: 50px;
  display: table-cell;
  padding-top: 20px;
  text-align: left;
  line-height: 15px;
}

.avatar {
  width: 42px;
  height: 42px;
  margin-right: 12px;
  padding-top: 4px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.avatar-wrapper {
  width: 42px;
  height: 42px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  border: solid 1px #947F2C;
}

.avatar-wrapper img {
  width: 100%;
  display: inline-block;
  padding: 0 !important;
}

.container-fluid {
  padding-top: 15px;
  height: 100%;
}

@media (min-width: 768px) {
  #wrapper {
    padding-left: 200px;
  }

  #page-wrapper {
    padding: 10px;
    max-width: 1200px;
  }
}

/* Top Navigation */

.top-nav {
  padding: 0 12px;
}

.top-nav > li {
  display: inline-block;
  float: left;
  padding-left: 0px;
  text-align: right;
}

.top-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #000;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  color: #000;
}

.top-nav > .open > .dropdown-menu {
  float: left;
  position: absolute;
  margin-top: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 200px;
}

.top-nav > .open > .dropdown-menu > li > a {
  white-space: normal;
}

/* Side Navigation */

@media (min-width: 768px) {
  .side-nav {
    position: fixed;
    top: 51px;
    left: 200px;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #BBB289;
    font-size: 16px;
    padding-top: 20px;
  }

  .side-nav > li {
    width: 100%;
  }

  .side-nav > li > a {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .side-nav li a:hover,
  .side-nav li a:focus {
    outline: none;
    color: white !important;
    background-color: #2C3334 !important;
  }

  .side-nav > .active > a {
    outline: none;
    background-color: #2C3334 !important;
    color: white !important;
  }

  .side-nav .nav-second-level {
    background-color: #364041 !important;
    color: white !important;
  }

  .side-nav .nav-second-level > li > a {
    padding: 8px 15px 8px 30px;
  }
}

.side-nav > li > ul {
  padding: 0;
}

.side-nav > li > ul > li > a {
  display: block;
  padding: 5px 15px 5px 38px;
  text-decoration: none;
  color: #999;
}

.side-nav > li > ul > li > a:hover {
  color: #FFF;
}

.side-nav .arrow {
  float: right;
}

.side-nav .fa.arrow:before {
  content: "\f107";
}

.side-nav .active > a > .fa.arrow:before {
  content: "\f107";
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.form-group {
  /* margin-bottom: 0px; */
}

.form-control-static {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Custom Colored Panels */

.panel {
  border-radius: 1px;
}

.panel-default > .panel-footer {
  background-color: white;
}

.panel-heading {
  background-color: #fff !important;
  height: 35px;
  padding-top: 7px !important;
  padding-bottom: 4px !important;
  padding-left: 11px;
}

.panel-title {
  padding-top: 15px !important;
}

.panel .panel-heading .panel-actions {
  margin-top: -7px;
  height: 35px;
  float: right;
  padding-top: 7px;
  padding-left: 12px;
  border-left: 1px solid #ddd;
}

.panel .panel-heading .panel-actions .pagination {
  margin: 0px;
}

.panel-heading-label {
  font-weight: normal;
}

.panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
}

.panel .panel-body.no-padding {
  padding: 0;
}

.huge {
  font-size: 40px;
}

hr {
  border-top: 1px solid #ddd;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.osmrtnica-row {
  margin-left: -4px;
  margin-right: -4px;
}

.osmrtnica-row:hover,
.osmrtnica-row.active {
  background-color: #e6e6e6;
  cursor: default;
}

.osmrtnica-form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.osmrtnica-panel {
  margin-top: 15px;
  padding: 10px 10px 20px 10px;
  border: 3px solid #927E2B;
  font-family: Times;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}

.osmrtnica-panel .osmrtnica-citat {
  text-align: left;
  font-size: 12px;
  padding-top: 0px;
}

.osmrtnica-panel .osmrtnica-uvod {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 10px;
}

.osmrtnica-panel .osmrtnica-tekst {
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.osmrtnica-panel .osmrtnica-ime {
  font-weight: bold;
  font-size: 28px;
}

.osmrtnica-panel .osmrtnica-djevojacko {
  font-size: 18px;
}

.osmrtnica-panel .osmrtnica-pozdrav {
  font-weight: bold;
  padding-top: 15px;
}

.osmrtnica-panel .osmrtnica-ozalosceni {
  text-align: left;
  padding-top: 15px;
}

.osmrtnica-panel .osmrtnica-ims {
  font-size: 10px;
  padding-top: 10px;
  text-align: left;
  margin-bottom: -15px !important;
}

.osmrtnica-simbol {
  display: block;
  height: 120px;
  padding-top: 10px;
  text-align: center;
}

.osmrtnica-simbol img {
  height: 100px;
}

.osmrtnica-fotografija {
  display: block;
  height: 120px;
  padding-top: 10px;
  text-align: center;
}

.osmrtnica-fotografija img {
  height: 100px;
}

.osmrtnica-ime-prezime {
  display: block;
  height: 120px;
  padding-top: 10px;
  text-align: center;
}

.spomen-stranica-panel {
  margin-top: 15px;
  padding: 10px 10px 20px 10px;
  border: 1px solid #927E2B;
  font-family: Times;
  font-style: italic;
  font-size: 16px;
  text-align: center;
}

.spomen-stranica-tekst-naslov {
  font-size: 20px;
  line-height: 55px;
  padding-top: 10px;
}

.spomen-stranica-fotografija {
  display: block;
  margin-top: -50px;
}

.spomen-stranica-ime-prezime {
  display: block;
  height: 120px;
  margin-top: -40px;
  text-align: center;
}

.spomen-stranica-panel .spomen-stranica-ime {
  font-weight: bold;
  font-size: 22px;
}

.spomen-stranica-panel .spomen-stranica-godine {
  font-style: normal;
}

.pogreb-navigation {
  border-top: 1px solid #ddd;
}

.panel-green {
  border-color: #5CB85C;
}

.panel-green .panel-heading {
  border-color: #5CB85C;
  color: #FFF;
  background-color: #5CB85C;
}

.panel-green a {
  color: #5CB85C;
}

.panel-green a:hover {
  color: #3D8B3D;
}

.panel-red {
  border-color: #D9534F;
}

.panel-red .panel-heading {
  border-color: #D9534F;
  color: #FFF;
  background-color: #D9534F;
}

.panel-red a {
  color: #D9534F;
}

.panel-red a:hover {
  color: #B52B27;
}

.panel-yellow {
  border-color: #F0AD4E;
}

.panel-yellow .panel-heading {
  border-color: #F0AD4E;
  color: #FFF;
  background-color: #F0AD4E;
}

.panel-yellow a {
  color: #F0AD4E;
}

.panel-yellow a:hover {
  color: #DF8A13;
}

/* Tables */

.table tbody > tr > td {
  vertical-align: middle;
}

.table-striped > thead > tr > th {
  border-bottom: 1px solid;
  font-family: lato_bold;
  font-size: 15px;
}

.table-striped > tbody > tr:last-child {
  padding-bottom: 1px;
  border-bottom: 1px solid;
}

.hiddenRow {
  padding: 0 !important;
}

.table thead > tr > th {
  padding: 7px;
}

.table tbody > tr > td {
  padding: 7px;
}

.panel-body .table-responsive table {
  margin-bottom: 0px;
}

.list-group {
  padding: 0px;
  border: 0px;
}

.list-group-item {
  padding: 0px;
  padding-left: 5px;
  margin-bottom: 15px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted #999;
}

.list-group-item:first-child {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted #999;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:last-child {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px dotted #999;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.panel-body p {
  margin-bottom: 7px;
}

/* Company info fixed div */

.company-info {
  z-index: 99999;
  position: fixed;
  bottom: 12px;
  left: 0;
  width: 200px;
  font-size: 12px;
}

.company-info-content {
  position: absolute;
  bottom: -0px;
  left: 0;
  padding: 0px 10px;
  color: white;
}

/* Customized badge */

.label-as-badge {
  border-radius: 1em;
  position: relative;
  top: -10px;
  left: -10px;
  font-size: 8px;
}

.caret-left {
  position: relative;
  left: -10px;
}

/* Text colors */

.text-red {
  color: red;
  opacity: 0.8;
}

.text-green {
  color: green !important;
  opacity: 0.8;
}

.text-blue {
  color: #337AB7;
}

.text-white {
  color: white;
}

.text-grey {
  color: grey;
}

.text-black {
  color: black;
}

.text-icred {
  color: #A94442;
}

.text-link {
  color: #337AB7 !important;
}

a.text-right.text-link:hover {
  text-decoration: underline;
}

/* Widget Stats
=================================================================== */

.jqstooltip {
  box-sizing: content-box;
}

.smallstat {
  background: #F9F9F9;
  position: relative;
  text-align: right;
  margin-bottom: 30px;
  height: 70px;
  border: 1px solid #E1E6EF;
}

.smallstat .linechart-overlay,
.smallstat .boxchart-overlay {
  width: 100px;
  height: 68px;
  padding: 15px 0;
  text-align: center;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.smallstat .linechart-overlay.icred,
.smallstat .boxchart-overlay.icred {
  background: #DC1A21;
  opacity: 0.9;
}

.smallstat .piechart-overlay {
  width: 100px;
  height: 68px;
  padding: 15px 28px;
  text-align: center;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.smallstat .piechart {
  color: white;
  font-size: 10px;
}

.smallstat i {
  text-align: center;
  display: block;
  color: white;
  width: 100px;
  height: 68px;
  font-size: 22px;
  line-height: 68px;
  float: left;
  margin-right: 10px;
}

.smallstat i.blue {
  background: #36A9E1;
}

.smallstat i.lightBlue {
  background: #67C2EF;
}

.smallstat i.green {
  background: #BDEA74;
}

.smallstat i.darkGreen {
  background: #78CD51;
}

.smallstat i.pink {
  background: #E84C8A;
}

.smallstat i.orange {
  background: #FA603D;
}

.smallstat i.lightOrange {
  background: #FABB3D;
}

.smallstat i.red {
  background: #FF5454;
}

.smallstat i.yellow {
  background: #EAE874;
}

.smallstat i.white {
  background: white;
}

.smallstat .title,
.smallstat .value {
  display: block;
  width: 100%;
  text-align: center;
}

.smallstat .value {
  padding-top: 6px;
  font-size: 28px;
}

.smallstat .title {
  color: #8DA0C2;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.smallstat .fund-title {
  color: white;
  font-size: 13px;
  text-transform: uppercase;
}

/* Chat Widget
=================================================================== */

.chat {
  position: relative;
  background: white;
}

.chat .contacts {
  position: relative;
  height: 100%;
  float: left;
  width: 100%;
  background: white;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}

.chat .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat .contacts ul.list li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-bottom: 1px solid #E1E6EF;
  cursor: pointer;
}

.chat .contacts ul.list li:first-child {
  padding-top: 5px;
}

.chat .contacts ul.list li:last-child {
  border-bottom: 0px;
}

.chat .contacts ul.list li:hover {
  background: #E1E6EF;
}

.chat .contacts ul.list li a:hover {
  text-decoration: none;
}

.chat .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}

.chat .contacts ul.list li .status {
  display: block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.chat .contacts ul.list li .status.online {
  background: #79C447;
}

.chat .contacts ul.list li .status.offline {
  background: #FF5454;
}

.chat .contacts ul.list li .status.busy {
  background: #FABB3D;
}

.chat .contacts ul.list li .important {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 35px;
  font-size: 10px;
  padding: 3px 7px;
  color: white;
  border-radius: 2px;
  background: #FF5454;
}

.chat .conversation {
  width: 70%;
  float: right;
}

.chat .conversation .actions {
  background: #384042;
  width: 100%;
  height: 50px;
}

.chat .conversation .actions a {
  display: block;
  color: white;
  padding: 16px;
  font-size: 18px;
  width: 18px;
  float: left;
}

.chat .conversation .actions img.avatar {
  border-radius: 2px;
  width: 30px;
  margin: 10px 0px 10px 10px;
}

.chat .conversation ul {
  height: 516px;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat .conversation ul li {
  position: relative;
  padding: 15px 10px 10px 60px;
  border-bottom: 1px solid #E1E6EF;
}

.chat .conversation ul li img.avatar {
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}

.chat .conversation ul li .name {
  font-weight: bold;
  text-transform: uppercase;
}

.chat .conversation ul li .time {
  font-weight: bold;
  right: 10px;
  position: absolute;
  color: #C0CADD;
  font-size: 11px;
}

.chat .conversation ul li .message {
  margin-top: 10px;
  font-size: 12px;
}

.chat .conversation .form {
  border-top: 2px solid #E1E6EF;
  height: 60px;
  padding: 10px;
}

.chat .conversation .form input {
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.chat.alt .contacts {
  width: 60px;
}

.chat.alt .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat.alt .contacts ul.list li {
  text-align: center;
}

.chat.alt .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin: 0 auto;
}

.chat.alt .contacts ul.list li .name {
  display: none;
}

.chat.alt .contacts ul.list li .status {
  top: 70%;
  right: 10px;
}

.chat.alt .conversation {
  width: auto;
  margin-left: 60px;
}

/* Forms
=================================================================== */

.form-control {
  border: 1px solid #E1E6EF;
  border-radius: 2px;
  box-shadow: none;
  color: #374767;
}

.input-group-addon {
  color: #B0BCD4;
  background-color: #F2F4F8;
  border: 1px solid #E1E6EF;
  border-radius: 1px;
  padding-right: 6px;
  padding-left: 6px;
}

.input-group-addon i {
  width: 14px;
  text-align: center;
}

.form-group.col-md-6.left {
  padding-right: 5px;
}

.form-group.col-md-6.right {
  padding-left: 5px;
}

.btn-ic {
  color: #FFF;
  background-color: #D9534F;
  border-color: #D43F3A;
  padding: 5px 10px;
}

.btn {
  text-transform: uppercase;
  border-radius: 1px;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  background-color: transparent;
  border-color: transparent;
  color: #D43F3A;
  font-style: 11px;
  font-weight: bold;
  padding: 0px;
}

.inform-title {
  /*  border-bottom: 1px solid #A94442; */
  font-size: 16px;
  color: #A94442;
  text-transform: uppercase;
  font-weight: bold;
}

.has-button {
  padding-bottom: 1px;
  min-height: 30px !important;
}

/* Messages
=================================================================== */

.inbox {
  position: relative;
  background: white;
}

.inbox .inbox-menu ul {
  margin-top: -15px;
  padding: 0;
  list-style: none;
}

.inbox .inbox-menu ul li {
  min-height: 60px;
  padding: 5px 2px;
  position: relative;
  border-bottom: 1px solid silver;
}

.inbox .inbox-menu ul li:hover,
.inbox .inbox-menu ul li.active {
  background: #F2F4F8;
}

.inbox .inbox-menu ul li a {
  display: table-row;
  width: 100%;
  text-decoration: none;
  color: #374767;
}

.inbox .inbox-menu ul li a i {
  display: table-cell;
  cursor: inherit;
  min-width: 17px;
}

.inbox .inbox-menu ul li a .subject {
  display: table-cell;
  width: 100%;
  padding: 2px 2px 2px 2px;
}

.inbox .inbox-menu ul li a .time {
  display: table-cell;
  white-space: nowrap;
  height: 14px;
  padding-left: 3px;
  padding-top: 2px;
  text-align: right;
  vertical-align: top;
  color: grey;
}

.inbox .toolbar-button {
  margin-top: -10px;
  margin-right: -10px;
}

.inbox .message .message-title {
  margin-top: 30px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 14px;
}

.inbox .message .header {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px;
  border-bottom: 1px solid #DDD;
  height: 60px;
}

.inbox .message .header i {
  margin-top: 1px;
}

.inbox .message .header .subject {
  display: inline-block;
  width: 70%;
  margin-top: -2px;
}

.inbox .message .header .subject span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-top: 33px;
}

.inbox .message .header .date {
  display: inline-block;
  width: 29%;
  text-align: right;
  float: right;
  font-size: 12px;
  margin-top: 40px;
}

.inbox .message .content {
  padding-bottom: 30px;
}

.inbox .message .content p {
  padding-top: 8px;
}

.inbox .message .attachments {
  border-top: 3px solid #F2F4F8;
  border-bottom: 3px solid #F2F4F8;
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 12px;
}

.inbox .message .attachments ul {
  list-style: none;
  margin: 0 0 0 -40px;
}

.inbox .message .attachments ul li {
  margin: 10px 0;
}

.inbox .message .attachments ul li .label {
  padding: 8px 5px;
}

.inbox .message .attachments ul li span.quickMenu {
  float: right;
  text-align: right;
}

.inbox .message .attachments ul li span.quickMenu .fa {
  padding: 5px 0 5px 25px;
  font-size: 14px;
  margin: -2px 0px 0px 5px;
  color: #E1E6EF;
}

/* Charts
=================================================================== */

.graf-udjeli {
  height: 200px;
}

/* Well
=================================================================== */

.message-well {
  border: 0px;
  border-radius: 0;
  background-color: grey;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}

/* Flot Charts
=================================================================== */

.flot-chart {
  display: block;
  height: 250px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

/* Dashboard alert
=================================================================== */

.dashboard-alert {
  border-radius: 1px;
  color: #374767 !important;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #DDD;
  background-color: #FECFCF;
}

/* Data tables Info
=================================================================== */

div.dataTables_info {
  padding-top: 5px;
  white-space: nowrap;
}

div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* Switch
=================================================================== */

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  margin-top: 5px;
  background-color: white;
  border-radius: 2px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #f2f4f8;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  transition: 0.15s ease-out;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #c0cadd;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #e1e6ef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 2px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 2px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}

.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-primary > .switch-input:checked ~ .switch-label {
  background: #20a8d8;
}

.switch-success > .switch-input:checked ~ .switch-label {
  background: #79c447;
}

.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d;
}

.switch-info > .switch-input:checked ~ .switch-label {
  background: #67c2ef;
}

.switch-danger > .switch-input:checked ~ .switch-label {
  background: #ff5454;
}

/* Citat modal - lista
=================================================================== */

.citat-modal {
  position: relative;
  background: white;
  margin-top: 15px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.citat-modal .citat-modal-menu ul {
  margin-top: -15px;
  padding: 0;
  list-style: none;
  height: 400px;
  overflow-y: scroll;
}

.citat-modal .citat-modal-menu ul li {
  min-height: 60px;
  padding: 10px 2px;
  position: relative;
  border-bottom: 1px solid silver;
  font-size: 20px;
}

.citat-modal .citat-modal-menu ul li:hover,
.citat-modal .citat-modal-menu ul li.active {
  background-color: #e6e6e6;
}

.citat-modal .citat-modal-menu ul li a {
  display: table-row;
  width: 100%;
  text-decoration: none;
  color: #374767;
}

.citat-modal .citat-modal-menu ul li a i {
  display: table-cell;
  cursor: inherit;
  min-width: 17px;
}

.citat-modal .citat-modal-menu ul li a .citat-modal-tekst {
  display: table-cell;
  width: 100%;
  padding: 2px 2px 2px 2px;
}

/* Simbol modal - lista
=================================================================== */

.simbol-modal {
  position: relative;
  background: white;
  margin-top: 15px;
  height: 400px;
  overflow: hidden;
  margin-bottom: 0px !important;
  overflow-y: scroll;
}

.simbol-modal img:hover,
.simbol-modal img.active {
  background-color: #e6e6e6;
}

/* MMS Preview
=================================================================== */

.mms-modal {
  width: 300px;
}

.mms-modal-container {
  position: relative;
  width: 295px;
  height: 570px;
  /*  background-color: red; */
}

.mms-modal-img {
  /*  background-color: blue; */
  width: 232px;
  height: 387px;
  position: absolute;
  top: 74px;
  left: 33px;
  right: 0;
  bottom: 0;
  z-index: 9999;
  color: white;
  display: inline-block;
}

.toolbar {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 4px;
  padding-right: 4px;
}

.toolbar .text-button {
  padding-top: 3px;
}

.toolbar-objava {
  width: 355px;
}

.toolbar-objava .symbol-templates {
  margin-right: 16px;
}

.toolbar-objava.toolbar-condolence {
  padding-right: 20px;
}

/* Akcije
=================================================================== */

.akcije-ikona {
  width: 42px;
  min-height: 80px;
  margin-right: 12px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}

/* Obavijesti i zahvala obitelji
=================================================================== */

.zahvala-modal {
  height: 400px;
}

.predlosci-panel {
  border-radius: 0px !important;
}

.predlosci-panel-heading {
  height: 30px;
  padding-right: 10px;
}

.predlosci-panel-heading a {
  color: black;
  text-decoration: none;
}

.predlosci-panel-heading a:hover,
.predlosci-panel-heading a:focus,
.predlosci-panel-heading a:active {
  color: #A94442;
  text-decoration: none;
}

.predlosci-panel-title {
  padding-top: 5px !important;
}

.predlosci-panel-body {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 220px;
  overflow-y: scroll;
}

.predlosci-panel-body-zahvala {
  height: 220px;
}

.predlosci-panel-body-obavijest {
  height: 85px;
}

.obavijest-tekst {
  font-family: Times New Roman, serif;
  font-style: italic;
  font-size: 15px;
  color: black;
  text-align: center;
}

.obavijest-tekst textarea {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
  outline: none;
  resize: none;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 15px;
}

.obavijest-box {
  position: relative;
  border: 1px solid #927D2B;
  padding: 0px;
  margin: 0px;
}

.obavijest-box .naslov {
  height: 28px;
  border-bottom: 1px solid #927D2B;
  background: #E1E2D8;
  font-family: Arial;
  font-size: 12px;
  color: black;
  font-weight: bold;
  line-height: 28px;
  vertical-align: middle;
  text-align: center;
}

.obavijest-box .tekst-wrap {
  padding: 5px;
  min-height: 130px;
  text-align: center;
  word-wrap: break-word;
}

.obavijest-box .tekst-wrap-edit {
  min-height: 130px;
  text-align: center;
  word-wrap: break-word;
  background-color: #EBEBEB;
  border: 1px dotted #000;
  margin: 5px;
  max-width: 96%;
  font-family: Times New Roman;
  font-style: italic;
  font-size: 15px;
}

.obavijest-box .tekst-wrap-zahvala {
  padding: 0 30px;
  min-height: 130px;
  text-align: center;
  word-wrap: break-word;
  background-color: #EBEBEB;
  border: 1px dotted #000;
  margin: 5px;
}

.obavijest-box .datum {
  font-family: Arial;
  font-size: 13px;
  padding: 0px 5px 0px 5px;
  line-height: 20px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.obavijest-box .image-wrap {
  /* Ovo je samo pomocno da centrira sliku s mini osmrtnicom - pobrisati*/
  padding: 20px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* Posljedni Pozdrav
================================================================== */

.condolences h2 {
  position: relative;
  font-size: 26px;
  line-height: 32px;
  font-style: italic;
  text-align: center;
  margin: 10px 0 25px;
  overflow: hidden;
}

.condolences h2:after,
.condolences h2:before {
  position: absolute;
  top: 52%;
  overflow: hidden;
  width: 46%;
  height: 1px;
  content: '';
  background-color: #927E2B;
}

.condolences h2:before {
  margin-left: -50%;
}

.condolences h2:after {
  margin-left: 4%;
}

.condolences .condolence {
  position: relative;
  background: url(../../img/condolence-background.jpg) center no-repeat;
  background-size: cover;
  width: 340px;
  height: 250px;
  border: 1px solid #927D2B;
  text-align: center;
  overflow: hidden;
  margin: 10px 15px 0 0;
  padding: 15px 0 5px;
  font-family: "Lora", serif;
}

.condolences .condolence.mms {
  width: 345px;
  margin: 0px;
}

.condolences .condolence [class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.condolences .condolence h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
}

.condolences .condolence .title {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
}

.condolences .condolence .title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  font-style: italic;
  margin: 0px;
  color: #111111;
}

.condolences .condolence .symbol {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 100px;
  vertical-align: middle;
}

.condolences .condolence .symbol img {
  position: relative;
  top: 50%;
  max-width: 100px;
  max-height: 100px;
  transform: translateY(-50%);
}

.condolences .condolence .text {
  position: relative;
  height: 70px;
  margin: 5px 10px;
}

.condolences .condolence .text p {
  position: relative;
  top: 50%;
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  transform: translateY(-50%);
}

.condolences .condolence .author {
  position: relative;
  height: 45px;
  margin: 0 10px;
}

.condolences .condolence .author p {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-style: italic;
  font-weight: bold;
  transform: translateY(-50%);
}

.wizard .wizard-heading {
  background: #E1E2D8;
  border-bottom: 1px solid #927D2B;
  padding: 5px;
}

.wizard .wizard-heading ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wizard .wizard-heading ul li {
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin: 0 3px;
}

.wizard .wizard-heading ul li.active {
  font-weight: bold;
  color: #800000;
}

.wizard .wizard-content {
  text-align: left;
  font-family: Arial, sans-serif;
}

.wizard .wizard-content ul {
  list-style: none;
}

.wizard .wizard-content p,
.wizard .wizard-content ul {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 15px;
  color: #464637;
}

.wizard .wizard-content .tab {
  display: none;
}

.wizard .wizard-content .tab.active {
  display: block;
}

.wizard .wizard-content .inner {
  height: 350px;
  padding: 15px;
  overflow-x: auto;
}

.wizard .wizard-content .final .inner {
  text-align: center;
  padding-top: 90px;
}

.wizard .wizard-content .images {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wizard .wizard-content .images li {
  display: inline-block;
  width: 31%;
  margin: 0.9%;
  vertical-align: top;
}

.wizard .wizard-content .images li a {
  position: relative;
  display: block;
  min-height: 100px;
  padding: 4px;
  border: 1px solid transparent;
  text-align: center;
  margin: 1px;
  box-sizing: content-box;
}

.wizard .wizard-content .images li a span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.wizard .wizard-content .images li a img {
  max-width: 100%;
  text-align: center;
}

.wizard .wizard-content .images li:hover a {
  border: 1px solid #800000;
}

.wizard .wizard-content .images li.selected a {
  border: 2px solid #800000;
  margin: 0px;
}

.wizard .wizard-content .images.symbols li a {
  min-height: 110px;
}

.wizard .wizard-content .images.symbols li a img {
  max-width: 100px;
  max-height: 100px;
}

.wizard .wizard-content .text {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wizard .wizard-content .text li {
  display: inline-block;
  width: 31%;
  margin: 0.9%;
}

.wizard .wizard-content .text li a {
  position: relative;
  display: block;
  height: 130px;
  border: 1px solid #927D2B;
  margin: 1px;
  box-sizing: content-box;
}

.wizard .wizard-content .text li a p {
  font-family: "Lora", serif;
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.wizard .wizard-content .text li:hover a {
  border: 1px solid #800000;
}

.wizard .wizard-content .text li.selected a {
  border: 2px solid #800000;
  margin: 0px;
}

.wizard .buttons,
.wizard .payment {
  text-align: center;
  padding: 10px 0;
}

.wizard .buttons .btn-default,
.wizard .payment .btn-default {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 5px;
  background: #BBA653;
  background: linear-gradient(to bottom, #BBA653 0%, #8F7A27 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=0 );
  border-radius: 0px;
}

.wizard.wizard-preview {
  opacity: 100;
}

.wizard.wizard-preview .preview {
  padding: 10px;
}

.wizard.wizard-preview .preview .hint {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #800000;
  text-align: center;
}

.wizard.wizard-preview .preview .telegram .text {
  top: 35%;
}

.wizard.wizard-preview .preview .telegram .text textarea {
  width: 100%;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  outline: none;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  resize: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px dotted #ffffff;
  box-sizing: border-box;
  min-height: 30px;
  max-height: 166px;
  overflow: hidden;
}

.wizard.wizard-preview .preview .telegram .text textarea:disabled {
  color: #ffffff;
  background: none;
  border: none;
}

.wizard.wizard-preview .preview .telegram .title {
  bottom: 20px;
}

.wizard.wizard-preview .preview .telegram .title textarea {
  width: 100%;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  outline: none;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  resize: none;
  background: rgba(255, 255, 255, 0.3);
  border: 1px dotted #ffffff;
  box-sizing: border-box;
  min-height: 30px;
  max-height: 66px;
  overflow: hidden;
}

.wizard.wizard-preview .preview .telegram .title textarea:disabled {
  color: #ffffff;
  background: none;
  border: none;
}

.wizard.wizard-preview .preview .condolence {
  max-width: 340px;
}

.wizard.wizard-preview .preview .condolence .title p {
  font-family: "Lora", serif;
}

.wizard.wizard-preview .preview .condolence .text {
  margin: 5px 10px;
}

.wizard.wizard-preview .preview .condolence .text textarea {
  position: relative;
  top: 50%;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #111111;
  outline: none;
  resize: none;
  background: rgba(0, 0, 0, 0.1);
  border: 1px dotted #666666;
  box-sizing: border-box;
  min-height: 30px;
  max-height: 66px;
  overflow: hidden;
  transform: translateY(-50%);
}

.wizard.wizard-preview .preview .condolence .text textarea:disabled {
  color: #111111;
  background: none;
  border: none;
}

.wizard.wizard-preview .preview .condolence .author textarea {
  width: 100%;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #111111;
  outline: none;
  resize: none;
  background: rgba(0, 0, 0, 0.1);
  border: 1px dotted #666666;
  box-sizing: border-box;
  min-height: 30px;
  max-height: 48px;
  overflow: hidden;
}

.wizard.wizard-preview .preview .condolence .author textarea:disabled {
  color: #111111;
  background: none;
  border: none;
}

.wizard.wizard-preview .preview .condolence {
  margin-right: 0px;
}

/* Galerija
=================================================================== */

.galerija {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px;
  list-style: none;
}

.galerija img {
  max-height: 140px;
  max-width: 140px;
}

.galerija .thmb {
  position: relative;
  border: 1px solid #927D2B;
  border-radius: 1px;
  padding: 5px;
  margin-bottom: 0px;
  height: 142px;
  text-align: center;
  background: #ffffff;
}

.galerija .thmb-prev {
  overflow: hidden;
  padding-bottom: 5px;
  height: 130px;
  cursor: move;
}

.galerija .toolbar {
  margin-right: -7px;
  padding-bottom: 50px;
}

/* Pocetna stranica - Objave
=================================================================== */

.nobjave {
  position: relative;
  background: white;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nobjave li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.nobjave li [class^="col-"] {
  position: static;
}

.nobjave li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.nobjave-img-wrap {
  padding-left: 10px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.nobjave-img {
  max-height: 67px;
  max-width: 90px;
}

.nobjave li .objava {
  text-align: center;
  font-family: "Lora", serif;
  font-size: 14px;
  font-style: italic;
  color: black;
  word-wrap: break-word;
}

.nobjave li .detalji {
  position: absolute;
  top: 0;
  bottom: 5px;
  padding-left: 20px;
  width: 200px;
  text-align: left;
  border-left: 1px solid #ddd;
}

.nobjave li .svi-link {
  position: absolute;
  top: 0;
  bottom: 5px;
  padding-left: 15px;
  width: 85px;
  text-align: center;
  border-left: 1px solid #ddd;
}

@media (min-width: 768px) and (max-width: 992px) {
  .nobjave li .svi-link {
    width: 100%;
    position: static;
    text-align: right;
    padding-right: 15px;
  }

  .nobjave img.nobjave-img {
    max-width: 100%;
    height: auto;
  }
}

.nobjave .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nobjave .contacts ul.list li {
  position: relative;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  border-bottom: 1px solid #E1E6EF;
  cursor: pointer;
}

.nobjave .contacts ul.list li:first-child {
  padding-top: 5px;
}

.nobjave .contacts ul.list li:last-child {
  border-bottom: 0px;
}

.nobjave .contacts ul.list li:hover {
  background: #E1E6EF;
}

.nobjave .contacts ul.list li a:hover {
  text-decoration: none;
}

.nobjave .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}

.nobjave .contacts ul.list li .status {
  display: block;
  position: absolute;
  top: 42%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.nobjave .contacts ul.list li .status.online {
  background: #79C447;
}

.nobjave .contacts ul.list li .status.offline {
  background: #FF5454;
}

.nobjave .contacts ul.list li .status.busy {
  background: #FABB3D;
}

.nobjave .contacts ul.list li .important {
  font-size: 11px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 35px;
  font-size: 10px;
  padding: 3px 7px;
  color: white;
  border-radius: 2px;
  background: #FF5454;
}

.nobjave .conversation {
  width: 70%;
  float: right;
}

.nobjave .conversation .actions {
  background: #384042;
  width: 100%;
  height: 50px;
}

.nobjave .conversation .actions a {
  display: block;
  color: white;
  padding: 16px;
  font-size: 18px;
  width: 18px;
  float: left;
}

.nobjave .conversation .actions img.avatar {
  border-radius: 2px;
  width: 30px;
  margin: 10px 0px 10px 10px;
}

.nobjave .conversation ul {
  height: 516px;
  overflow-y: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nobjave .conversation ul li {
  position: relative;
  padding: 15px 10px 10px 60px;
  border-bottom: 1px solid #E1E6EF;
}

.nobjave .conversation ul li img.avatar {
  top: 10px;
  left: 10px;
  position: absolute;
  border-radius: 2px;
  width: 40px;
  margin-right: 10px;
}

.nobjave .conversation ul li .name {
  font-weight: bold;
  text-transform: uppercase;
}

.nobjave .conversation ul li .time {
  font-weight: bold;
  right: 10px;
  position: absolute;
  color: #C0CADD;
  font-size: 11px;
}

.nobjave .conversation ul li .message {
  margin-top: 10px;
  font-size: 12px;
}

.nobjave .conversation .form {
  border-top: 2px solid #E1E6EF;
  height: 60px;
  padding: 10px;
}

.nobjave .conversation .form input {
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.nobjave.alt .contacts {
  width: 60px;
}

.nobjave.alt .contacts ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nobjave.alt .contacts ul.list li {
  text-align: center;
}

.nobjave.alt .contacts ul.list li img.avatar {
  border-radius: 2px;
  width: 40px;
  margin: 0 auto;
}

.nobjave.alt .contacts ul.list li .name {
  display: none;
}

.nobjave.alt .contacts ul.list li .status {
  top: 70%;
  right: 10px;
}

.nobjave.alt .conversation {
  width: auto;
  margin-left: 60px;
}

.edit-mode {
  display: none;
}

.image-box {
  position: absolute;
  right: 15px;
  top: 3px;
}

.image-box .progress {
  display: none;
  position: absolute;
  right: 165px;
  top: 5px;
  width: 135px;
}

.image-box .error-box {
  position: absolute;
  right: 155px;
  width: 400px;
}

.image-box .error-box .alert {
  padding: 4px 15px;
}

.fileinput-button-container {
  overflow: hidden;
  width: 149px;
  position: relative;
}

.fileinput-button {
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

.sidebar li ul {
  display: none;
}

.sidebar li ul.active {
  display: block;
}

/* Fixes for IE < 8 */

@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.box {
  position: relative;
  text-align: center;
  padding: 5px 5px 7px;
  margin: 20px auto;
  font-family: 'Lora', serif;
  color: #000000;
  max-width: 350px;
}

.box .data {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.box h3 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0 0;
}

.box p {
  font-size: 14px;
  line-height: 20px;
}

.box .age {
  display: block;
  margin: 5px 0 0;
}

.box .img {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
}

.box .img span {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.info-container {
  display: none;
}

.telegram {
  position: relative;
  height: 260px;
  width: 345px;
  margin: 10px 20px 0 0;
  overflow: hidden;
  font-family: "Lora", serif;
}

.telegram.mms {
  width: 345px;
  margin: 0px;
}

.telegram img {
  width: auto;
  min-width: 100%;
  height: 100%;
}

.telegram .text {
  position: absolute;
  top: 40%;
  right: 10px;
  width: 52%;
  transform: translateY(-50%);
}

.telegram .text p {
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.telegram .title {
  width: 52%;
  height: 45px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
  color: #ffffff;
  padding: 2px 5px;
  text-align: center;
}

.telegram .title span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  word-wrap: break-word;
  transform: translateY(-50%);
}

.telegram .border {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid #ffffff;
}

.form-username {
  margin: 5px 0;
}

.disabled .condolence,
.disabled .telegram {
  opacity: 0.3;
}

.symbol {
  text-align: center;
}

.symbol .img {
  height: 130px;
  border: 1px solid #dddddd;
}

.symbol .img img {
  max-height: 100%;
  border: none;
}

.symbol .img img:hover {
  background: none;
}

.symbol.selected .img {
  border-width: 4px;
}

.memory {
  position: relative;
  width: 345px;
  background: url(../../img/condolence-background.jpg) center no-repeat;
  background-size: cover;
  border: 1px solid #927D2B;
  text-align: center;
  overflow: hidden;
  padding: 15px 0;
  margin: 0;
  font-family: Lora, serif;
}

.memory h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
}

.memory .title {
  display: inline-block;
  width: 210px;
  vertical-align: middle;
}

.memory .title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  font-style: italic;
  margin: 0px;
}

.memory .symbol {
  position: relative;
  display: inline-block;
  width: 30%;
  height: 100px;
  vertical-align: middle;
}

.memory .symbol img {
  position: relative;
  top: 50%;
  max-width: 100px;
  max-height: 100px;
  transform: translateY(-50%);
}

.memory .text {
  position: relative;
  margin: 10px 25px;
}

.memory .text p {
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  margin: 0 0 15px;
}

.memory .text p:last-child {
  margin: 0px;
}

.memory .author {
  margin: 0 10px;
}

.memory .author p {
  font-size: 18px;
  line-height: 24px;
  color: #111111;
  font-style: italic;
  font-weight: bold;
}