/* Common-code */
.bgBuleLight {
    background: #CFE3FE !important;
    color: #084595 !important;
}
.textbule {
    color: #084595 !important;
}
.alert-danger li a {
    color: #751919 !important;
}

/* Users-validation */
.error input {
    border: 1px solid rgb(195,42,42) !important;   
}

/* Mission-add_edit-css change date formate */
#storyPublishDate, 
#startDate, 
#endDate, 
#timelineDate {
    position: relative;
    height: 42px;
}

#storyPublishDate:before, 
#startDate:before, 
#endDate:before, 
#timelineDate:before {
    position: absolute;
    top: 6px; 
    left: 12px;
    content: attr(data-date);
    display: inline-block;
    color: black;
}

#storyPublishDate::-webkit-datetime-edit, #storyPublishDate::-webkit-inner-spin-button, #storyPublishDate::-webkit-clear-button,
#startDate::-webkit-datetime-edit, #startDate::-webkit-inner-spin-button, #startDate::-webkit-clear-button,
#endDate::-webkit-datetime-edit, #endDate::-webkit-inner-spin-button, #endDate::-webkit-clear-button,
#timelineDate::-webkit-datetime-edit, #timelineDate::-webkit-inner-spin-button, #timelineDate::-webkit-clear-button {
    display: none;
}

#storyPublishDate::-webkit-calendar-picker-indicator, 
#startDate::-webkit-calendar-picker-indicator, 
#endDate::-webkit-calendar-picker-indicator,
#timelineDate::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 8px;
    right: 12px;
    color: black;
    opacity: 1;
}
/* Mission-add_edit-css change date formate END */

/* range slider mission Mission-add_edit-css */
.bubble {
    background: transparent;
    color: black;
    position: absolute;
    top: 24px;
    transform: translateX(-50%);
}

/* Long-Description Mission-add_edit-css */
.longDescriptionError .cke_inner.cke_reset {
    border: 1px solid rgb(195,42,42) !important;
}

.storyLongDescriptionError .cke_inner.cke_reset {
    border: 1px solid rgb(195,42,42) !important;
}

/* image-uploader Mission-add_edit-css*/

#imagePopup #imagePopupSrc {
    max-width: 615px;
    max-height: 500px;
}

/*missions page map page popup deschin change */
#map { 
    width: 100%; 
    height: 100vh ; 
}

.mapboxgl-popup {
    max-width: 450px !important;
    right: 0 !important;
    transform: translate(33%, 0px) translate(843px, 50px) !important;
    max-height: 500px;
}

/*missions page map page popup design change css END */

/* flickity popup gallery */
.gallery img {
    height: 150px !important;
    margin-right: 5px;
    background: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    position: unset !important;
    width: unset !important;
    z-index: unset !important;
}

.flickity-page-dots {
    margin-bottom: unset !important;
}

.flickity-page-dots .dot {
    padding: unset !important;
}
.flickity-page-dots .dot:before {
    content: '' !important;
}
/* flickity popup gallery END */

/* join page frontend */
.join .ccm-captcha-image {
    width: auto !important;
}
.join .form-check-input {
    width: 5% !important;
    display: inline !important;
}
/* user add edit page */
.eAddress1 input[id*="[address1]"], .eCity input[id*="[city]"], .eCountry select[id*="[country]"], .ePostalCode input[id*="[postal_code]"] {
    border: 1px solid rgb(195,42,42);
}
.error .select2-selection.select2-selection--multiple{
    border: 1px solid rgb(195,42,42) !important;
}

/* Custome Modal Created By UVI */

/* The Modal (background) */
.jsModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 50px;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.jsModalContent {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.jsClose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.jsClose:hover,
.jsClose:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.jsModalHeader {
    padding: 2px 16px;
    background-color: #4a90e2;
    color: white;
}

.jsModalHeader h5 {
    margin: 15px auto;
}

.jsModalBody {
    padding: 2px 16px;
}

.jsModalFooter .jsClose {
    font-size: 15px;
}

/*.jsModalFooter {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}*/
/* Custome Modal Created By END UVI */

/* show all hide form lable */
.ccm-page form label {
    display: block;
}

