body {
    font-size: 14px;
    background: silver;
}

.site > .container {
    border-left: 1px solid silver;
    border-right: 1px solid silver;
}

body:not(.pwa) .site > * {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

body.public-v2 {
    background: white;
}

body.public-v2 .site > .container {
    border-left: 0;
    border-right: 0;
}

body.public-v2 .site > .container:not(.content) {
    max-width: unset;
}

body.public-v2 .site > * {
    box-shadow: none;
}

.site > nav {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background-color: #fef7e6;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.75);
}

.main-navbar {
    background: white;
    border-color: white;
}

.navbar-brand {
    overflow-x: hidden;
    max-width: 70%;
    text-overflow: ellipsis;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background-color: transparent;
    border-bottom: 1px solid #ffcf99;
}

.user-welcome, .user-welcome:hover, .navbar-brand  {
    color: #ad7e05!important;
}

.user-welcome {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
}

.user-welcome:hover {
    text-decoration: none;
    font-weight: bold;
}

footer {
    padding: 10px 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f5f5f5;
}

.content {
    min-height: 70vh;
    padding-bottom: 20px;
    padding-top: 20px;
}

.content, .pre-content {
    background: white;
}

.navbar-brand .logo {
    max-height: 30px;
}

.errorlist {
    color: firebrick;
}

.navbar-mini {
  background-color: #f7f7f7;
  color: #7b7b7b;
  font-size: 12px;
  display: flex;
}

.navbar-mini .container .nav {
  padding-left: 0;
  list-style: none;
}
.navbar-mini .container .navbar-left {
  padding-top: 7px;
  padding-bottom: 5px;
}
.navbar-mini .container .navbar-left i {
  margin-right: 7px;
}
.navbar-mini .container span {
  padding: 0 7px;
  font-weight: 400;
  letter-spacing: 0.5px;
  opacity: 0.9;
}
.navbar-mini .container span:first-child {
  padding-left: 0;
}
.navbar-mini .container hr {
  border-top: 3px solid #d6d6d6;
  width: 1px;
  background-color: #bebebe;
  margin: 0 0 -2px 0;
  display: inline-block;
  height: 12px;
  padding: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.banner .maula {
    border-radius: 100px;
    height: 100px;
}

.btn-default {
    background-color: #f3b007;
    color: white;
}

.btn-default:hover {
    background-color: #dfa107;
    color: white;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

h6 {
    font-size: 0.9rem;
}

.alexa-btn-container {
    display: flex;
    align-items: center;
}

.alexa-btn img {
    height: 2.5rem;
    border-radius: 0.7rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.salaat-times table {
    font-size: 1em;
}

.salaat-times .use-location {
    background: white;
    border: 1px solid silver;
    border-radius: 2px;
    padding: 2px 4px;
}

.custom-message {
    width: 100%;
    overflow-x: auto;
    max-width: 100%;
}

.custom-message img {
    max-width: 100%;
}

.invalid-feedback {
    display: block;
}

.field-error {
    border-color: firebrick;
}

.links-grid > div {
    margin-bottom: 10px;
}

.wall .item {
    background: rgb(135, 199, 135);
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    font-size: 12pt;
    justify-content: center;
    border-radius: 10px;
    flex-direction: column;
    line-height: 1.2;
    position: relative;
}

.wall .item:hover {
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.7);
}

.wall .item .text {
    position: absolute;
    top: 7px;
    padding: 0 7px;
}

.wall .item .icon {
    font-size: 40pt;
    margin: 10px 0;
}

.wall .item .sub-text {
    font-size: 8pt;
    position: absolute;
    bottom: 0;
    padding: 5px;
    /*background: darkblue;*/
    /*border-radius: 0 0 5px 5px;*/
    /*width: 100%;*/
    /*height: 35px;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.card.sj-card {
    width: 400px;
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .card.sj-card {
        width: 98%
    }
}

.welcome-header {
    color: #ad7e05;
    font-family: 'Amita', cursive;
}

.loader-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-container .pagination {
    margin: 0;
    float: right;
}

.table-container .pagination .next {
    margin-left: 5px;
}

.table-container .pagination .previous {
    margin-right: 5px;
}

.sortable-tree > div {
    height: auto!important;
}

.select2-selection, .select2-search__field {
    height: 38px!important;
}

.select2-selection .select2-selection__rendered {
    line-height: 38px!important;
}

.select2-selection .select2-selection__arrow {
    height: 38px!important;
}

.event-cell {
    white-space: initial;
}

.event-cell .fc-event-main-frame {
    display: block;
}

.event-cell .fc-list-event-time {
    white-space: initial;
}
body.pwa {
    background: white;
}

body.pwa .navbar,
body.pwa header,
body.pwa footer,
body.pwa .breadcrumb,
body.pwa .login-panel .card-footer {
    display: none;
}

.hide-in-pwa {
    display: none;
}

.pwa-notification-message img {
    max-width: 100% !important;
}

.pwa-notification-message .main-content {
    padding: 0 !important;
}

.pwa-notification-message .content-wrapper {
    max-width: unset !important;
    margin: unset !important;
    border-radius: unset !important;
    overflow: unset !important;
    box-shadow: unset !important;
}