/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 



.event-image {
margin: 10px 0px;
}

.events .card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid #c2cfd6;
padding:15px;

}
.events .d-flex {
display: flex !important;
}
.events .mr-4 {
margin-right: 1.5rem !important;
}
.events h4.card-title.m-0{    margin:2px !important;  }

.badge-pill {
line-height: 13px;
border-radius: 10rem;
padding-right: 0.6em;
padding-left: 0.6em;
}
.badge-primary {
color: #fff;
background-color: #20a8d8;
}
.events h3{margin: 18px 0px !important}

.star{color:red;}


img.modelimage {
height: auto;
width: 80% !important;
}



.jumuatime td {
padding: 6px 4px !important;
}
.prayertime td {
padding: 6px 4px !important;
}
.service-box {
float: left;
width: 225px;
height: 150px;
text-align: center;
margin: 0px 10px 15px 0px;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
-moz-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 1px 1px 5px 2px #ccc;
padding: 5px;
}

.service-box img{height: 80px;}

.service-box {
float: left;
width: 280px;
height: 150px;
text-align: center;
margin: 0px 0px 15px 0px;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
-moz-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 1px 1px 5px 2px #ccc;
padding: 5px;
}
.white_content {
display: none;
position: absolute;
top: -100%;
left: 0%;
width: 100%;
height: auto;
padding: 16px;
border: 1px solid #d6d2d2;
background-color: white;
z-index: 1002;
overflow: auto;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
-moz-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 1px 1px 5px 2px #ccc;
}




a.lightbox img {
/*position: relative;*/
/*vertical-align : middle;*/
width: 300px;
height: 300px;
text-align: center;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
/*margin: 94px 20px 20px 20px;*/
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */


/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 65%;
width: auto;
padding: 16px;
margin-top: -50px;
color: red;
font-weight: bold;
font-size: 30px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
.checkbox.steptwo {
margin-left: 15px;
}
.checkbox.stepthree {
margin-left: 30px;
}
.mainbox input[type="checkbox"] {
margin-right: 2px;
}
.events h3.card-title.m-0{margin: 0px 0px !important;}
.events .card-body{padding:2px !important}


tr.odd {
background: #d9f1f3 !IMPORTANT;
color: #34626a !IMPORTANT;
font-size: 12px;
font-weight: 600;
}

tr.even {
background: #fefefe !IMPORTANT;
color: #34626a !IMPORTANT;
font-size: 12px;
font-weight: 600;
}
.btn-primary {
color: #fff;
background-color: #307a83 !important;
border-color: #307a83 !important;
padding: 10px 30PX !important;
}

input#btn {
text-align: right;
float: right;
margin-top: 12px;
margin-right: 440px;
}

input.btn.btn-primary:hover {
background: #fff !important;
color: #307a83;
border-color: #fff;
}
tr.even.currentrow {
background: #307a83 !important;
color: #fff !IMPORTANT;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
width: 6px;
} 
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}



@media (min-width: 320px) and (max-width: 767px) {
input#btn {

margin-top: 40px !important;
margin-right: 0 !important;
}
input.btn.btn-primary {
margin-top: 40px !important;
}
}

@media(max-width:1200px) {
input#btn {

margin-right: 230px !important;
}
}
/*Orb 3/18/20 end*/









@media print {
tr {
   display: none !important;
font-size: 10px !important;
}
}