
/*common font files*/
@font-face {
    font-family: RobotoMedium;
    src: url(../assets/font-files/Roboto-Medium.ttf);
}
@font-face {
    font-family: RobotoRegular;
    src: url(../assets/font-files/Roboto-Regular.ttf);
}
/*#center {
    background-color: #f5f5f5 !important;
}
#center-pad {
    background-color: #f5f5f5 !important;
}*/
.freeze-layer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    cursor: wait;
    z-index: 9999999;
}
.vol {
    font-family: RobotoMedium;
}
.vol #centerContainer {
    padding-left: 0;
}
.vol #rightContainer {
    padding-right: 0;
    padding-left: 0;
}
.vol hr {
    margin: 15px 0;
}
.vol .page-title {
    margin-bottom: 15px;
    font-size: 16px;
}
.vol .formErrText {
    float: right;
    font-size: 12px;
    color: red;
}
.vol .truncateText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vol .page-heading-wrapper {
    margin-bottom: 15px;
    font-family: RajdhaniSemiBold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1em;
}
.vol .content-title {
    margin-bottom: 15px;
    line-height: 1em;
    font-family: RajdhaniSemiBold;
    font-size: 18px;
    text-transform: uppercase;
}
.vol .postByInfo {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    color: #5c5c5c;
    margin-top: 14px;
}
.vol.modal .modal-dialog .modal-content {
    background-color: #ffffff;
}
.vol.modal .modal-dialog .modal-content .modal-header {
    background-color: #e5e7e9;
    color: #000;
    font-size: 14px;
}
.vol.modal .modal-dialog .modal-content .modal-header * {
    color: #000;
    text-transform: capitalize;
}
.vol.modal .modal-dialog .modal-content .modal-body {

}
/*.vol.eventListingTemp #rightContainer {
    position: fixed;
    right: 0px;
}*/
.vol .row.row-margin + .row {
    margin-top: 15px;
}
.vol .btn {
    /*color: #fff;*/
    padding: 6px 15px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}
.vol .btn.btnSecondaryTwo {
    background-color: #909090;
    border: 1px solid #909090;
}
.vol .btn.btnSecondaryOne.withoutBorder {
    border: none;
    width: 100%;
    line-height: 1em;
    padding: 13px;
    text-align: center;
    border-radius: 0px;
}

.vol .btn.btnDisabled , .vol .btn:disabled {
    color: #909090 !important;
    background-color: #e5e7e9 !important;
    border: 1px solid #e5e7e9 !important;
    cursor: not-allowed !important;
}
.vol .btn.btnDisabled:active, .btn:disabled:active {
    outline: none;
    box-shadow: none;
}
.vol .fullWidthBtn {
    width: 100%;
}
.vol .break-word {
    word-break: break-word;
}
.vol .preserve-lineBreak {

}
.vol .rounded-corner {
    border-radius: 4px;
}
.vol .hoverToShowWrapper {
    cursor: pointer;
}
.vol .hoverToShowWrapper .hoverToShowElem {
    cursor: pointer;
}
.vol .hoverToShowWrapper .hoverToShowElem + .showOnHoverBox {
    position: absolute;
    width: 100%;
    bottom: 40px;
    left: 5px;
    border: 1px solid #c5c7c9;
    border-radius: 4px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 9999;
}
.vol .hoverToShowWrapper .hoverToShowElem + .showOnHoverBox .star-text .wrapper {
    background-color: green;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.vol .hoverToShowWrapper .hoverToShowElem + .showOnHoverBox .star-text .wrapper .rating {
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    left: auto;
    right: auto;
}
.vol .hoverToShowWrapper .hoverToShowElem + .showOnHoverBox .star-text .wrapper .desc {
    font-size: 11px;
}
/*Vol Filter checkbox styling*/

.vol .checkbox-wrapper {
    position: relative;
}
.vol .filter-item {
    margin-bottom: 7px;
}
.vol .filter-item:last-child {
    margin-bottom: 0px;
}
.vol .checkbox-wrapper label {
    width: 16px;
    height: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    border: 1px solid #c5c7c9;
    /*box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);*/
}
.vol .checkbox-wrapper label:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    top: 2px;
    left: 1px;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.vol .checkbox-wrapper label:hover::after {
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    opacity: 0.3;
}
.vol .checkbox-wrapper input[type=checkbox] {
    visibility: hidden;
}
/*.vol .checkbox-wrapper input[type=checkbox][disabled] + label {
    display: none;
}
.vol .checkbox-wrapper input[type=checkbox][disabled] + .checkboxText {
    display: none;
}*/
/*.vol .checkbox-wrapper input[type=checkbox]:checked + label.themedStyle {
    background: rgb(217, 79, 82) !important;
}*/
.vol .checkbox-wrapper input[type=checkbox]:checked + label:after {
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    opacity: 1;
}
.vol .filterContainer .filter-item-name {
    margin-left: 10px;
    position: absolute;
    line-height: 1.2em;
    font-size: 14px;
    font-family: RobotoMedium;
}
.vol .checkbox-text {
    position: absolute;
    left: 27px;
    line-height: 1.2em;
    font-size: 14px;
}
.vol .termsModal .checkbox-wrapper {
    top: 10px;
}

/* end Vol Filter checkbox styling */

/*Panels generic styling*/
.vol .panel {
    border: 1px solid #c5c7c9;
}
.vol .panel .panel-heading {
    background-color: #f0f0f0;
    border-bottom: 1px solid #c5c7c9;
    font-family: RajdhaniSemiBold;
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 15px 15px 10px;
}
.vol .panel .panel-heading .smallFont {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 5px;
    color: #909090;
}
.vol .panel .panel-heading .largeFont {
    font-size: 22px;
}
.vol .panel .panel-heading .icon-wrapper {
    text-align: right;
}
.vol .panel .panel-heading .icon-wrapper .icon {
    font-size: 35px;
    color: #03a8f5;
}
/*panels generi styling ends*/

/*filter panel styling*/
.vol .filterContainer .filterTypeWrapper {
    overflow: auto;
    max-height: 300px;
}
.vol .filterContainer .filter-title {
    font-size: 14px;
    margin-bottom: 10px;
}
/*filter panel styling ends*/

/*Tab display*/
.vol .volTabDisplay #tabContainer {
    margin-top: 0px;
}
.vol .volTabDisplay .nav-tabs {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 8px 20px 10px 20px;
    padding-bottom: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #c5c7c9;
    border-left: 1px solid #c5c7c9;
    border-bottom: 1px solid #c5c7c9;
    text-transform: uppercase;
    font-family: RajdhaniSemiBold;
    font-size: 18px;
}
.vol .volTabDisplay.noBorderTabs .nav-tabs {
    padding: 0 0 4px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-left: none;
}
/*#center, #center-pad {
    background-color: #eee !important;
}*/
.vol .volTabDisplay .nav-tabs > li.active > a, .vol .volTabDisplay .nav-tabs > li.active > a:hover, .vol .volTabDisplay .nav-tabs > li.active > a:focus {
    border: 0;
    color: #000;
    background-color: #fff;
}
.vol .volTabDisplay .nav-tabs > li > a, .vol .volTabDisplay .nav-tabs > li > a:hover, .vol .volTabDisplay .nav-tabs > li > a:focus {
    border: 0;
    border-radius: 0;
    color: #a5a5a5;
    padding: 0px 20px 8px 20px;
    background-color: #fff;
}
.vol .volTabDisplay.volButtonTab #tabContainer {
    border: 1px solid #c5c7c9;
    border-radius: 4px;
    background-color: #fff;
}
.vol .volTabDisplay.volButtonTab .nav.nav-tabs {
    padding: 0 0 4px 0;
    background-color: #eee;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 0;
    border-bottom: 1px solid #c5c7c9;
}
.vol .volTabDisplay.volButtonTab #tabContainer .tab-content {
    padding: 0 15px;
}
.vol .volTabDisplay.volButtonTab .nav-tabs li {
    padding: 14px 20px 12px;
    border-right: 1px solid #c5c7c9;
    border-radius: 0px;
    cursor: pointer;
}
.vol .volTabDisplay.volButtonTab .nav-tabs li a {
    line-height: 1em;
    color: #001919;
}
.vol .volTabDisplay.volButtonTab .nav-tabs li:nth-child(1) {
    border-top-left-radius: 4px;
}
.vol .volTabDisplay.volButtonTab .nav-tabs li.active {
    background-color: #fff;
}
.vol .volTabDisplay.volButtonTab .nav-tabs > li.active > a, .vol .volTabDisplay.volButtonTab .nav-tabs > li.active > a:hover, .vol .volTabDisplay.volButtonTab .nav-tabs > li.active > a:focus {
    border: 0;
    color: #001919;
    background-color: #fff;
}
.vol .volTabDisplay.volButtonTab .nav-tabs > li > a, .vol .volTabDisplay.volButtonTab .nav-tabs > li > a:hover, .vol .volTabDisplay.volButtonTab .nav-tabs > li > a:focus {
    border: 0;
    border-radius: 0;
    margin-right: 0px;
    padding: 0px;
    color: #505050;
    background-color: #eee;
}
/*tab display style ends*/

/*search bar*/
.search-wrapper.boxed-search {
    border: 1px solid #c5c7c9;
    padding: 0 10px;
    margin-bottom: 15px;
}
.search-wrapper.boxed-search input {
    display: inline;
    width: 96%;
    border: none;
    box-shadow: none;
    padding: 6px 0px 6px 12px;
}
/*search bar style ends*/
.vol input[type="number"]::-webkit-inner-spin-button,
.vol input[type="number"]::-webkit-outer-spin-button,
.vol input[type="date"]::-webkit-calendar-picker-indicator {
   opacity: 1;
}
.vol input[type="date"]::-webkit-inner-spin-button,
.vol input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.vol ul.admin-action-dropdown {
    margin-bottom: 0px;
}
.vol li.dropdown {
    list-style: none;
}
.vol li.dropdown .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0px;
    padding: 0 10px;
}
.vol .dropdown-menu li.dropdown-list-item {
    border-bottom: 1px solid #ddd;
}
.vol .dropdown-menu li.dropdown-list-item:last-child {
    border-bottom: none;
}
.vol .dropdown-menu .dropdown-list-item a {
    padding: 5px 15px;
}

.vol .linkDisabled {
    cursor: not-allowed !important;
    pointer-events: none;
    color: grey;
}
.vol .lineBreakInText {
    white-space: pre-wrap;
    line-height: 1.5em;
}
.vol input.noOutline {
    outline: none;
}
.vol .smallText {
    font-size: 13px;
}
.vol .clickable {
    cursor: pointer;
}
.vol .col-centered {
    float: none;
    margin: 0 auto;
}
.vol .characterCount {
    font-size: 10px;
    color: #a5a5a5;
}
.vol .noPadding {
    padding: 0px;
}
.vol .noLeftPadding {
    padding-left: 0px;
}
.vol .noRightPadding {
    padding-right: 0px;
}
.vol .noMargin {
    margin: 0px;
}
.vol .box-shadow {
	box-shadow: 3px 3px 6px 1px #b1b1b1;
}
.vol .statusCircle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.vol .bg-green {
    background-color: green !important;
}
.vol .bg-yellow {
    background-color: yellow !important;
}
.vol .tooltip-inner {
    width: 150px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 6px;
    font-size: 13px;
}
.event-cards input[type=checkbox], input[type=radio] {
    margin-right: 10px;
}
.event-cards input[type=checkbox], input[type=radio] + label{
    margin-right: 10px;
}
.event-image {
	width: 100%;
}
.event-images-thumbnail {
    width: 42px;
    height: 30px;
    padding-right: 5px;
}

.vol .whiteText {
	color: #fff;
}
/*--Common Styles End--*/

.vol .more-action-dropdown {
    display: inline-block;
}

.vol .eventDesc {
	height: auto;
    margin-bottom: 20px;
    text-align: justify;
}
.vol .eventDesc .eventName {
	height: 80px;
}
.vol .volEventSlotInfo {
    color: #fff;
}
.eventDetails {/*
    background: #F1F4F7;*/
    padding: 5px;
    font-size: 13px;
	top: 0px;
}
/*.vol .btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #0D73C2;
    border: 1px solid #0D73C2;
}*/
/*.vol .btn:hover {
    color: #fff;
    background-color: #0D73C2;
    border: 1px solid #0D73C2;
}*/
.vol .btnApply {
	width: 100px;
	position: absolute;
	left: 32%;
	color: #fff;
	background: #67AAE0;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.vol .btnApply:hover {
	background: #9AC1E0;
}
.event-card {
	margin-top: 30px;
}
.event-image-container img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.filter-img:hover {
	cursor: pointer;
}
.upcomingEventTable .pagination {
	margin-top: 0px;
	float: right;
}
.quickActionItems {
	padding-left: 0px;
	padding-right: 8px;
}
.upcomingEventTable .form-group .form-control {
	width: 120px;
}
.icon-container {
	font-size: 11px;
}
.volHrs img {
	width: 90px;
	height: 90px;
}
.volHrs .desc {
	position: relative;
}
.hoursVol {
	width: 51px;
	height: 51px;
	position: absolute;
	top: 19px;
	left: 34px;
	border-radius: 100%;
	background: #fff;
	line-height: 5em;
    text-align: center;
}
.event-list-header {
    /*margin: -30px -30px 0 -30px;*/
}
.event-list-header .customBannerContainer {
    /*padding: 0px;*/
}

/*Timeline css*/
.timeline {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #d2d6de;
    left: 15px;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.fa-envelope:before {
    content: "\f0e0";
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #d2d6de;
    border-radius: 100%;
    left: 4px;
}
.timeline>.time-label>span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
}
.timeline>li {
    position: relative;
    margin-bottom: 15px;
}
.timeline>li:after {
    clear: both;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.bg-blue {
    background-color: #0073b7 !important;
}
.bg-red {
    background-color: #dd4b39 !important;
}
.bg-grey {
	background-color: #d3d3d3 !important;
}
.timeline>li>.timeline-item {
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: #444;
   /* margin-left: 25px;*/
    padding: 0;
    position: relative;
}
.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    padding-top: 0px;
    font-size: 18px;
    line-height: 1.1;
    margin-top: -16px;
}
.timeline>li>.timeline-item>.timeline-header:hover {
    text-decoration: underline;
}
.timeline>li>.timeline-item>.timeline-body, .timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}
.timeline-body {
	height: 130px;
}
.timeline-body .details-cont {
	position: relative;
	left: 25px;
	top: 20px;
}
.timeline-body span {
	position: absolute;
	top: 45px;
	display: inline;
	right: 0px
}
.volPurpose {
	margin-top: 15px;
}

/* The Modal (background) */
.vol .modal {
    z-index: 999999; /* Sit on top */
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    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 */
}
.vol .modal .modal-dialog .modal-content {
    background-color: #ffffff;
}
.vol .modal .modal-dialog .modal-content .modal-header {
    background-color: #e5e7e9;
    color: #000;
    font-size: 14px;
}
.vol .modal .modal-dialog .modal-content .modal-header * {
    color: #000;
    text-transform: capitalize;
}

/*location modal css*/
#locationModal .modal-event-info {
    color: #a5a5a5;
    font-size: 13px;
}

/* Modal Content */
.vol .modal-content {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: beige;
}

.vol .location-container {
	width: 300px;
    height: 150px;
    position: absolute;
    right: 50px;
    top: 120px;
}
.eventDetails-modal {
	padding: 50px;
	padding-top: 70px;
}
.desc-wrap {
	width: 30%;
	padding-left: 25px;
	padding-right: 25px;
	display: inline;
}
.mapInModal {
	width: 300px;
	height: 150px;
}
.breakLine {
	position: absolute;
    top: 26px;
    left: 255px;
    height: 70px;
    width: 2px;
    background: black;
}

.vol .select-wrapper {
    border-radius: 0px;
    border: 1px solid #c5c7c9;
    position: relative;
    padding: 0;
    min-width: 130px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../assets/icons/dropDownArrow.gif") no-repeat 94% 50%;
}
.vol .select-wrapper select.sortDrop {
    font-family: RajdhaniSemiBold;
    font-size: 16px;
    color: #909090;
    line-height: 1.5;
    padding-left: 11px;
}
.vol .select-wrapper-noBox {
    background-color: #fff;
    background: #fff url("../assets/icons/dropDownArrow.gif") no-repeat 100% 50%;
}
.vol .select-wrapper-noBox select {
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #03a8f5;
    padding-right: 20px;
    cursor: pointer;
}
/*.select-wrapper::before {
    content: "|";
    position: absolute;
    display: inline;
    top: -13px;
    right: 28px;
    font-size: 38px;
    color: #000;
    opacity: 0.6;
    font-weight: lighter;
}*/
.vol .select-wrapper select {
    padding: 5px 8px 5px 15px;
    margin: 0px;
    font-family: RobotoMedium;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.vol .select-wrapper select:focus {
    outline: none;
}
.vol .select-wrapper select:hover {
    cursor: pointer;
}
.viewSwitch-wrapper .view {
    cursor: pointer;
    position: relative;
    top: 4px;
    font-size: 18px;
    background-color: #fff;
    padding: 5px;
}
.viewSwitch-wrapper .view.active {
    background-color: #034172;
    color: #fff;
}
.volEventSlotInfo {
    float: right;
}
.btnEventApply {
    float: right;
    margin-right: 10px;
}
.vol-about-event {
    padding-bottom: 7px;
}

/*events list page header css*/
.header-container.event-list-action {
    /*margin-left: -30px;
    margin-right: -30px;*/
}
#event-list-page.fixFilterBox {
    position: fixed;
    padding: 0px;
    top: 50px;
    width: 68.1%;
    height: 65px;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #c5c7c9;
    border-top: 1px solid #c5c7c9;
}
#event-list-page.notFixFilterBox {
    height: 65px;
    width: 100%;
    z-index: 1;
    background: #fff;
    /*margin-bottom: 15px;*/
    border-bottom: 1px solid #c5c7c9;
}
#event-list-page .search-wrapper {
    padding: 0 5px;
    background: #fff;
    border: 1px solid #c5c7c9;
}
.vol .gallery-wrapper {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.eventListingTemp .customBannerWrapper .globalSearchWrapper {
    position: absolute;
    width: 100%;
    top: 70%;
    /*transform: translateY(-50%);*/
}
.vol .image-wrapper {
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}
.vol .opaqueLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
.vol .image-wrapper .opaqueLayer {
    border-radius: 4px;
}
.vol .clickable .opaqueLayer:hover , .vol .clickable.opaqueLayer:hover {
    background-color: rgba(0,0,0,0);
}
.vol .image-wrapper .eventInfo-wrapper {
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 15px;
}
.vol .image-wrapper .eventInfo-wrapper .sub-info {
    font-size: 13px;

}
/*event list page style ends*/
.event-search-wrapper {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #c5c7c9;
}
.event-search-wrapper:hover {
    border: 1px solid #909090;
}
.event-search-wrapper:visited {
    border: 1px solid #909090;
}
.search-hover {
    border: 1px solid #909090;
}
.event-search-wrapper input {
    border: none;
    box-shadow: none;
    width: 90%;
    font-family: RobotoMedium;
    font-size: 14px;
}
.eventSearchBoxWrapper.withSearchBtn .event-search-wrapper {
    width: 92%;
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 2.3em;
    color: #909090;
}
.eventSearchBoxWrapper.withSearchBtn .event-search-wrapper input {
    width: 100%;
    line-height: 1em;
}
.eventSearchBoxWrapper.withSearchBtn .event-search-wrapper .btn-wrapper {
    width: 20%;
}
.eventSearchBoxWrapper.withSearchBtn .btn-wrapper .searchBtn {
    width: 8%;
    border-radius: 0;
    padding: 6px 13px;
}

/*
#event-list-page.fixedCont {
    position: fixed;
    padding: 0px;
    top: 51px;
    width: 65.9%;
    height: 60px;
    z-index: 999999;
}*/
#event-list-page .event-list-header-wrapper {
    width: 100%;
    height: 100%;
    /*background-color: #0d73c2;*/
    background-color: #F6F4F4;
}
#event-list-page .event-list-header-content {
    position: relative;
    top: 15px;
}
#event-list-page .event-list-header-content .eventSortLabel {
    position: relative;
    top: -12px;
    margin-right: 8px;
}
#showFilterCont {
    -webkit-animation: slideFromRight 1s forwards;
    animation: slideFromRight 1s forwards;
}
#hideFilterCont.slideIn {
    left: -500px;
    -webkit-animation: slideFromLeft 0.5s forwards;
    animation: slideFromLeft 0.5s forwards;
}

/*Horizontal Cards */
/*.event-list-container {
    margin-top: 30px;
}*/
.event-card-wrapper {
    width: 100%;
    height: 165px;
    position: relative;
    margin-top: 15px;
    padding: 0px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
}
.event-card-wrapper a, button, input[type="button"] {
    outline: none;
}
.event-card-wrapper .clickable {
   color: #3366cc;
}
.vol .sentence-case {
    text-transform: lowercase;
}
.vol .sentence-case::first-letter {
    text-transform: uppercase;
}
.event-card-wrapper .event-content-wrapper {
    position: relative;
    font-size: 13px;
    line-height: 0px;
    padding: 20px 20px 20px 20px;
}
.event-card-wrapper .event-image-wrapper {
    height: 100%;
}
.event-card-wrapper .event-image-wrapper .event-image {
    position: relative;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.event-card-wrapper .event-image-wrapper .event-type {
    position: absolute;
    font-size: 14px;;
    right: 10px;
    padding: 5px 10px;
    top: 10px;
    color: #fff;
    border-radius: 10px;
}
.bg-donationEvent {
    background: #b915f6;
}
.bg-oneDayVolEvent {
    background: #06a646;
}
.event-card-wrapper .event-content-wrapper .event-header {
    word-wrap: break-word;
    font-size: 18px;
    color: #001919;
}
.event-content-wrapper .event-content-body {
    padding-top: 20px;
}
.event-content-wrapper .event-content-body .wrapper {
   margin-bottom: 10px;
}
.event-content-wrapper .event-content-body .wrapper:first-child {
    margin-top: 0px;
}
.event-content-wrapper .event-content-body .icon {
   padding-right: 10px;
}
.event-content-wrapper .event-content-body .event-info {
    padding: 20px 20px 20px 20px;
}
.event-content-wrapper .event-content-body .subInfo {
    padding-left: 29px;
    line-height: 20px;
}
.event-card-wrapper .event-desc {
    height: 50px;
    font-size: 14px;
}
.event-card-wrapper .event-info {
    color: #000;
}
.event-card-wrapper .event-info span {
    font-size: 13px;
    margin-left: 5px;
}
.event-card-wrapper .event-info a {
    display: block;
    margin-left: 25px;
}
.event-card-wrapper .event-info .icon {
    font-size: 14px;
}
.event-card-wrapper .event-extra-info-container {
    font-size: 13px;
    padding-right: 0px;
}
.event-card-wrapper .event-extra-info-container div {
    margin-top: 7px;
    margin-left: 1.2em;
    font-weight: 500;
    padding: 0.1em;
}
.event-card-wrapper .event-extra-info-container .event-extraInfo-icon {
    margin-right: 6px;
}
.event-card-wrapper .footer {
    margin-top: 10px;
    font-size: 13px;
}
.event-card-wrapper .footer .eventCauses {
    position: relative;
    top: 5px;
    left: 8px;
}
.event-card-wrapper .footer .eventCauses i {
    margin-right: 5px;
}
.event-card-wrapper .event-actionables {
    position: absolute;
    top: 72px;
    left: 60px;
}
.event-card-wrapper .event-actionables .eventButtons {
    right: 0px;
    top: 0px;
}
.event-card-wrapper .event-actionables .eventButtons .btn {
    border: 1px solid #5bc0de;
    padding: 5px 7px 5px 7px;
    font-size: 13px;
    background: none;
    outline: none;
}
.event-card-wrapper .event-actionables .eventButtons button.btn {
    border: 1px solid #337ab7;
    color: #fff;
    padding: 5px 7px 5px 7px;
    font-size: 13px;
    background: #337ab7;
}
.event-card-wrapper .event-actionables .eventButtons a {
    margin-right: 15px;
}

.event-card-wrapper .btn[disabled] {
    opacity: 0.5;
}

/*Upcoming event card style*/
.upcoming-card-wrapper {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid #ddd;
}
.upcoming-card-wrapper .event-timings {
    font-size: 12px;
    color: #a5a5a5;
}
.upcoming-card-wrapper .event-location {
    font-size: 14px;
}
.upcoming-card-wrapper .event-extra-info {
    font-size: 14px;
}
/*Terms and consitions modal styling*/
.vol .modal-body {
    height: auto;
}
.termsModal .modal-body {
    height: 250px;
    overflow: auto;
}
.termsModal .modal-footer .tAndC-checkbox-wrapper {
    position: relative;
    float: left;
    top: 3px;
}


/*pseudo class styling*/
button:focus {
    outline: 0;
}
.event-card-wrapper .clickableText:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #23527c !important;
}
.clickableBox:hover {
    background: #5bc0de;
    color: #fff;
}
.event-card-wrapper button.clickableBox:hover {
    background: #23527c !important;
    border: none;
    color: #fff;
}
.event-card-wrapper .btn[disabled]:hover {
    background: #337ab7 !important;
    font-weight: normal;
}
.event-card-wrapper .event-implementor:hover {
    /*cursor: pointer;
*/}
.event-card-wrapper .event-extra-info-container .wrapper:first-child {
    margin-top: 0px;
}

/*media query styling*/

@media (min-width: 768px) {
    /*Location modal styling*/
    .locationModal {
        padding-top: 40px;
    }
    .locationModal .modal-dialog {
        width: 750px;
    }
    .locationModal .modal-body {
        height: 400px;
    }

    #adminDashboardModal .modal-dialog {
        width: 850px;
    }
}
@media (max-width: 1300px) {
    .event-list-header {
        /*margin: -30px -31px 0 -31px;*/
    }
    .header-container.event-list-action {
        margin-left: -30px;
    }
    #event-list-page.fixFilterBox {
        width: 66.3%;
    }
    /*#event-list-page {
        width: 897px;
    }*/
    /*.select-wrapper::before {
        top: -15px;
    }*/
    /*#event-list-page.fixFilterBox, #event-list-page.notFixFilterBox {
        width: 857px;
    }*/
}

/*Key Frames for animation*/

@-webkit-keyframes slideFromRight {
    100% {
        right: 0;
        opacity: 1;
    }
    26% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    0% {
        right: -800px;
        opacity: 0;
    }
}

@keyframes slideFromRight {
    100% {
        right: 0;
        opacity: 1;
    }
    26% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    0% {
        right: -800px;
        opacity: 0;
    }
}

@-webkit-keyframes slideFromLeft {
    100% { left: 0; }
}

@keyframes slideFromLeft {
    100% { left: 0; }
}

/*Event Details Page Css*/
.event-details-page {
    font-size: 14px;
    line-height: 1em;
    color: #001919;
}
.event-details-page .header .title {
    font-size: 18px;
    font-family: RobotoMedium;
}
.event-details-page hr {
    /*margin-top: 0px;*/
}
.vol .details-container {
    border: 1px solid #c5c7c9;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.vol #rightContainer .event-info {
    background-color: #F6F4F4;
}
.vol .event-extra-info {
    max-height: 400px;
    overflow-y: auto;
    padding: 2px 0;
}
.vol .action-btn-container {
    margin-bottom: 10px;
}
.vol .panel-group .panel hr {
    margin: 0px;
}
.vol .panel-group .panel .panel-info-wrapper {
    margin: 0px;
    line-height: 1em;
    position: relative;
    font-family: RobotoRegular;
}
.vol .panel-group .panel .panel-info-wrapper .info-title {
    font-size: 16px;
    color: #001919;
    font-weight: normal;
}
.vol .panel-group .panel .panel-info-wrapper .info-content {
    font-size: 13px;
    line-height: 1.7em;
    color: #505050;
    font-weight: bold;
}
/*.vol .event-details-page .volTabDisplay .nav-tabs {
    border: 1px solid #c5c7c9;
    margin-bottom: 10px;
}*/
.event-details-page .admin-action-dropdown {
    margin-bottom: 0px;
}
.event-details-page .eventGallery {
    padding-top: 3px;
}
.event-details-page .event-actionables {
    float: right;
    right: 10px;
}
.clickableBox {
    border: 1px solid #5bc0de;
    padding: 3px 4px 3px 4px;
    background: none;
    font-size: 13px;
}
.clickableCard {
    /*background:*/
}
.event-details-page .event-details-wrapper {
    position: relative;
}
.event-details-page .event-details-wrapper .event-details {
    margin-bottom: 5px;
}
.event-details-page .event-details-wrapper .event-details .title {
    color: #999999;
}
.event-details-page .event-details-wrapper .event-details .desc {
   display: block;
   font-size: 13px;
}
.event-details-page .event-extra-info .wrapper {
    /*max-height: 500px;*/
}
.event-details-page .event-extra-info .wrapper .participant-list {
    max-height: 150px;
    overflow: auto;
}
.event-details-page .event-extra-info .wrapper .participant-list .item {
    border: none;
}
.event-details-page .event-extra-info .wrapper .participant-list span {
    word-break: break-all;
    height: 35px;
}
.event-details-page .event-extra-info .wrapper .participant-list span .bottomDisplay {
    font-size: 10px;
    color: #a5a5a5;
    position: absolute;
    bottom: 0;
}
.event-details-page .event-extra-info .wrapper .item {
    border-bottom: 1px solid #eee;
    padding: 0;
    position: relative;
    margin-top: 11px;
    padding-bottom: 11px;
    line-height: 1em;
}
.event-details-page .event-extra-info .wrapper .item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.event-details-page .event-extra-info .wrapper .item button.btnRemove {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0;
    font-size: 18px;
}
.event-details-page .event-extra-info .wrapper .item button.btnRemove:hover {
    opacity: 1;
    text-decoration: underline;
}
.event-details-page .event-extra-info .wrapper .item .updateContent img {
    width: 90%;
    height: 90px;
}

/*user page css*/
.vol .activitySummaryBox {
    background-color: #000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 110px;
    color: #fff;
    font-size: 20px;
    opacity: 0.85;
}
.vol .activitySummaryBox > div {
    position: relative;
    top: 53%;
    transform: translateY(-50%);
    text-align: center;
}
.vol .activitySummaryBox .summaryDetails .icon {
    width: 30px;
    height: 30px;
    color: #fff;
}
.event-cards {
    border: 1px solid #ddd;
    font-size: 14px;
    border-bottom: none;
    padding: 10px 10px;
}
.event-cards:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.event-cards:last-child {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event-cards .row .location-wrapper {
    margin-bottom: 5px;
}
.timeline > li > .timeline-item .event-cards {
    margin-right: 0px;
    background-color: #fff;
}
.timeline > li > .event-cards:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 5px;
}
.timeline > li > .timeline-item.event-cards:last-child {
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event-cards .title {
    font-size: 18px;
}
/*.volUserPage {
    padding: 0 5px;
}*/
.volUserPage .headerContent .wrapper {
    height: 200px;
    background: rgba(241, 241, 241, 0.34);
    padding: 10px;
}
.volUserPage .headerContent .wrapper.image-wrapper {
    padding: 0px;
}
.volUserPage .headerContent .wrapper.image-wrapper .image{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.volUserPage .headerContent .wrapper .btn-wrapper {
    position: absolute;
    right: 30px;
    bottom: 15px;
}
.volUserPage .participatedWrapper .event-cards .date {
    font-size: 14px;
    color: #000;
}
.volUserPage .participatedWrapper .event-cards .logHrs button {
    float: right;
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
}
.volUserPage .actionForStatus .actionable {
    padding: 10px;
}
.vol .numEventDisplay {
    margin: 10px 0 10px 0;
}

.vol .camel-case {
    text-transform: capitalize;
}
.vol .no-outline {
    outline: none;
}
.vol .greenText {
    color: green;
}
.vol .redText {
    color: red;
}

/*Event Approval Page css*/
.approval-page .table-wrapper {
    /*max-height:*/
}
.teamInfoWrapper {
    border: 1px solid #000;
}
.teamInfoWrapper .tableHeader {
    border-bottom: 1px solid #000;
}

/*admin dashboard page css*/
.volAdminDashboard .updatesWrapper {

}

/*scroll to top button*/
.scrollToTop{
    z-index: 999;
    width:100px;
    padding:10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display:none;
    /*background: url('../../../app/volunteering/assets/images/scroll-to-top-arrow.png') no-repeat 10px 9px;*/
    background-size: 25px 25px;
}
.scrollToTop:hover{
    cursor: pointer;
    text-decoration:none;
}
/*scroll to top style ends*/

.vol-fade {
    -webkit-animation: fadeIn 2s; /* Chrome, Safari, Opera */
    animation: fadeIn 2s;
}

.vol-animation {
    -webkit-animation: rightToLeft 2s; /* Chrome, Safari, Opera */
    animation: rightToLeft 2s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rightToLeft {
    0%      {position: relative; width: 0%; visibility: hidden}
    100%    {position: relative; width: 100%; visibility: visible;}
}

@keyframes rightToLeft {
    0%      {position: relative; width: 0%; visibility: hidden}
    100%    {position: relative; width: 100%; visibility: visible;}
}

@-webkit-keyframes fadeIn {
    0%      {opacity: 0;}
    100%    {opacity: 1;}
}

@keyframes fadeIn {
    0%      {opacity: 0;}
    100%    {opacity: 1;}
}

.vol.userInfo-container .icon-wrapper .icon {
    font-size: 15px;

}
.vol.userInfo-container {
    line-height: 1em;
}
.vol.userInfo-container .userInfo-wrapper .imageWrapper {
    width:32px;
    height:32px;
}
.vol.userInfo-container .userInfo-wrapper .imageWrapper .thumbnail-image {
    width:100%;
    height:100%;
    border-radius: 4px;
}
.vol.userInfo-container .userInfo-wrapper .contentWrapper {
    position: relative;
    height: 32px;
}
.vol.userInfo-container .userInfo-wrapper .contentWrapper .content-bottom {
    font-size: 13px;
    position: absolute;
    bottom: 0px;
}

/*Siddharth's changes*/
.pac-container {
    z-index: 1071 !important;
}
/*upto here */

.activity-feed{
    background-color: #ffffff;
    padding: 0px;
    /*border: solid 1px #c5c7c9;*/
}
.activity-feed .title{
    background-color: #f0f0f0;
    border-bottom: solid 1px #c5c7c9;
    height:40px;
    font-family: RajdhaniMedium;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    text-align: left;
    color: #001919;
    margin-top:auto;
    margin-bottom:auto;

}
.activity-feed .activity-feed-card{
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-color:#e5e7e9;
    font-style:normal;
    width:100%;
    position:relative;
}
.row-mod:after{

    content: " ";
    display: block;
    clear: both;

}
.col-mod{
    float:left;
    display:block;
}

.activity-feed-card .photoUrl {
    width:48px;
    height: 48px;
    border-radius: 4px;
    margin:15px;
    position:relative;
}
.activity-feed-card .photoUrl img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}
.activity-feed-card .personName{

    font-weight:bold;
    font-size:14px;
    color:#505050;
    line-height: 1.29;
}
.activity-feed-card .details{
    font-weight:500;
    font-size:12px;
    line-height: 1.5;
    color:#909090
}
.activity-feed-card .time{
    position:absolute;
    top:16px;
    right:16px;
}
.activity-feed-card .details-card{
    margin-top:12px;
    margin-bottom:12px;
     border: solid 1px #e5e7e9;
    }
.activity-feed-card .details-card .bannerUrl{
    width:101px;
    height:60px;
    margin:10px;

}
.activity-feed-card .details-card .eventName{
    font-size:14px;
    color:#00a3e2;
}
.activity-feed-card .details-card .eventDate{
    font-size:12px;
    color:#909090;
}
.activity-feed-card .details-card .description {
    margin: 0 10px 10px 10px;
    line-height: 1.67;
    font-size:12px;
    color:#505050;
}
.multi-line-ellipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    max-height: 78px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: robotoMedium;
    font-size: 12px;
    color: #909090;
    line-height: 1.8;
}
.vol .multi-line-ellipsis + a {
    line-height: 1.67;
    font-size: 12px;
}
.load-more-button {
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #006995;
    font-family: RobotoMedium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    text-align: left;
    color: #006995;
    padding:10px;
    display:inline-block;
}
.featuredEventsWrapper {
    padding-right: 0px;
}
.featuredEventsWrapper:last-child {
    padding-right: 15px;
}
.featured-card-wrapper:hover .btn {
    background-color: #00b787;      /*Btn1 on hover*/
    border: 1px solid #00b787;      /*Btn1 on hover*/
    color: #fff;
}
.featured-card {
    font-family: RobotoMedium;
    border-radius: 3px;

    border: solid 1px #c5c7c9;
    /*padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:20px;*/
}
/*.featured-card:hover{
    background:#F6F4F4;
}*/
.featured-card .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    color: #00a3e2;
}
.featured-card .address {
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    color:#909090;
    margin-top: 12px;
}
.featured-card .featured-image-wrapper {
    background-color: #f0f0f0;
    border-bottom: 1px solid #c5c7c9;
}

.featured-card .information{
    padding:11px 15px;
}
/*home page specific styles*/
.vol .select-wrapper.boxed {
    background-color: #eee;
}
.vol .leadersWrapper {
    line-height: 1em;
}
.vol .leadersWrapper .wrapperPadding {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
}
.vol .leadersWrapper:first-child .wrapperPadding {
    padding-top: 0;
}
.vol .leadersWrapper:last-child .wrapperPadding {
    border-bottom: none;
    padding-bottom: 0;
}
.vol .leadersWrapper .wrapperPadding .imageWrapper {
    border-radius: 100%;
    width: 32px;
    height: 32px;
}
.vol .leadersWrapper .wrapperPadding .contentWrapper {
    line-height: 1em;
    position: relative;
    height: 32px;
}
.vol .leadersWrapper .wrapperPadding .contentWrapper .name {
    font-size: 14px;
    color: #001919;
    position: absolute;
    top: 0px;
    text-transform: capitalize;
}
.vol .leadersWrapper .wrapperPadding .contentWrapper .karma {
    font-size: 14px;
    color: #909090;
    position: absolute;
    bottom: 0px;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper {
    position: relative;
    width: 68px;
    height: 32px;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper .rank {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #909090;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper .icon {
    font-size: 30px;
    padding-top: 5px;
    position: relative;
    right: -7px;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper .icon-1 {
    color: #ffdf00;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper .icon-2 {
    color: #d3d3d3;
}
.vol .leadersWrapper .wrapperPadding .rankingWrapper .icon-3 {
    color: #cd7f32;
}
.vol .upcomingHomeCard-wrapper {
    margin-top: 2px;
}
.vol .upcomingHomeCard-wrapper .title {
    margin-bottom: 15px;
    line-height: 1em;
    font-family: RajdhaniMedium;
    font-size: 16px;
    font-weight: 600;
}
/*home page specific style ends here*/

/*Article Page style starts*/
#postContent p, #postContent span{
    color: #001919 !important;
    font-size: 14px !important;
    overflow: hidden !important;
    line-height: 26px !important;
    font-family: Roboto, Arial !important;
    background-color: white !important;
}
/*Article page style ends here*/

/*html rendered in div*/
.renderHtmlWrapper img, .renderHtmlWrapper video, .renderHtmlWrapper iframe {
    display: none;
}
.vol .article-content-wrapper {
    margin-top: 5px;
}

/*feed page styling start*/
.vol .volIcons{
    font-size: 30px;
    color:#00a3e2
}

.vol .statsBorder{
    border-right-style: inset;
    border-right-width: 1px;
    text-align: center;
    padding: 0px
}

.vol .shareStory{
    font-size: 32px;
    padding-bottom: 20px
}

.vol .centerAlign{
    text-align: center;
}

.vol .fullWidthHeight{
    width:100%;
    height: 100%;
}

.vol .floatRight{
    float: right;
}

.vol .quickLink{
    line-height: 2.14;
    text-align: left;
    color: #0d73c2;
}

.vol .articleBorder{
    border-bottom: solid 1px #e5e7e9;
}

.vol .articleHeading{
    color: #00a3e2;
    font-size: 16px;
    line-height: 26px;
}

.vol .articleDetails{
    font-size: 12px;
    line-height: 1.67;
    color: #909090;
}

.vol .articleContent{
    color: #505050;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 26px;
    max-height: 78px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: normal;
}
.vol .readMore{
    float: right ;
    color: #006995;
    line-height: 1.57
}
.vol .noLeftRightPadding {
    padding-top:16px;
    padding-bottom:16px;
}
.vol .articleImg {
    padding-right: 0px;
    height: 155px;
}
.vol .paddingBottom{
    padding-bottom: 15px;
}
.vol .feedHr{
    margin-top: 5px;
    margin-bottom: 4px
}
/*feed page styling end*/

/*help page styling start*/
.vol .errorContainer{
    text-align: center;
    color: red;
}
.vol .faqQuestion{
    padding-right: 0px;
    word-break: normal;
    color:#00a3e2;
    line-height: 2.14;
    font-size: 14px;
}
.vol .faqAnswer{
    padding-top: 15px;
    word-break: normal;
    line-height: 1.71;
    color: #505050;
}
.vol .feedbackBox{
    width: 100%;
    border-style: solid;
    border-width: thin;
}
.vol .listSearchItems{
    background: white;
    list-style: none;
    padding: 4px;
    border-style: outset;
    border-width: thin;
    max-height: 100px;
    overflow: auto;
}
/*help page styling end*/

.vol .event-box-wrapper {
    margin-bottom: 15px;
    min-width: 100px;
    display: inline-block;
    padding-right: 0px;
}
.vol .event-box-wrapper:nth-child(4n) {
    padding-right: 15px;
}
.vol .event-box-wrapper .event-box {
    text-align: left;
    border: 1px solid #c5c7c9;
    padding: 40px 15px;
}
.vol .event-box-wrapper .event-box.clickable {
    cursor: pointer;
    height: 149px;
}
.vol .event-box-wrapper .event-box.clickable:hover {
    background-color: #f6f4f4;
}
.vol .event-box-wrapper .event-box .box-item {
    line-height: normal;
}
.vol .event-box-wrapper .event-box .box-item.stats {
    margin-top: 10px;
}
.vol .event-box-wrapper .event-box .box-item.stats .stats-item {
    text-align: left;
}

.vol.moderationTemp .item-wrapper {
    margin-top: 15px;
}
.vol.moderationTemp .item-wrapper.forImages {
    display: inline-block;
}
.vol.moderationTemp .item-wrapper.forFeedback {
    display: block;
    margin-top: 15px;
}

.p3-loaded-container {
  height: 100%;
}

.p3-loaded-container > div:first-of-type {
  height: 100%;
}

.gs-wrapper {
  font-family: RobotoRegular;
  width: 100%;
  height: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
  flex: 58px 1;
} 

.gs-wrapper .header {
  align-items: center;
  background-color: #f6f4f4;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 0 0 #9ca3a3;
  color: #44496b;
  display: flex;
  font-family: RobotoMedium;
  font-size: 20px;
  height: 58px;
  padding-left: 32px;
  padding-right: 32px;
}

.gs-wrapper .content-wrapper {
  display: flex;
  flex: 1;
  padding: 0px;
  overflow: auto;
}

.gs-wrapper .content-centered-wrapper {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 32px 0px;
}

.gs-wrapper .content-right {
  background-color: #ffffff;
  border-radius: 0 0 3px 0;
  box-shadow: -6px 0 27px 0 #f6f4f4;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px;
}

.gs-wrapper .content-left-wrapper {
  flex: 2;
  padding: 0px;
}

.gs-wrapper form, .gs-wrapper fieldset {
  height: 100%;
}

.gs-wrapper .content-full-wrapper {
  height: 100%;
  padding: 0px;
}

.gs-wrapper .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px;
}

.gs-wrapper .content-left {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 40px 32px 32px;
}

.gs-wrapper .form-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 500px;
  margin: 0px auto;
  width: 100%;
}

.gs-wrapper .form-input-container {
  flex: 1;
  padding: 0px;
  overflow: hidden;
  overflow-y: scroll;
  overflow-y: -moz-hidden-unscrollable;
  overflow-x: -moz-hidden-unscrollable;
}

.gs-wrapper .form-input-container-2 {
  border: solid 1px #f6f4f4;
  border-radius: 3px;
  box-shadow: inset 2px 2px 3px 0 #f6f4f4;
  flex: 1;
  padding: 16px 0px;
  overflow: hidden;
  overflow-y: scroll;
}

.gs-wrapper .col-checkbox {
  padding: 0 20px;
}

.gs-wrapper .checkbox-wrapper label {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 18px;
  color: #4e5e5e;
  word-break: break-all;
}

.gs-wrapper .checkbox-wrapper input[type=checkbox] {
  margin: 0px;
  margin-right: 12px;
  opacity: 0.6;
  zoom: 1.5;
}

.gs-wrapper .form-submit-container {
  text-align: right;
  padding: 0px;
}

.gs-wrapper .form-submit-container-middle {
  text-align: center;
  padding: 0px;
}

.gs-wrapper .form-submit-container-2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0px;
}

.gs-wrapper .form-control {
  background-color: #ffffff;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  box-shadow: none; 
  color: #001919;
  height: 40px;
  margin-bottom: 24px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-shadow: none;
  transition: 0.2s linear all;
}
.gs-wrapper .form-control:focus {
    border: 1px solid #ff7a49;
    outline-color: #ff7a49;
}

.gs-wrapper .form-control[disabled], fieldset[disabled] .form-control {
    color: #9ca3a3;
    cursor: not-allowed;
    background-color: #eee;
}

.gs-wrapper .form-control-dynamic-placeholder {
  padding: 0px 24px;
  margin-top: 3px;
  margin-bottom: -25px;
  z-index: 500;
  font-size: 10px;
  color: #9ca3a3;
}

.gs-wrapper .form-control-dropdown-dynamic-placeholder {
  padding: 0px 21px;
  margin-top: 3px;
  width: unset;
}

.gs-wrapper .form-control-pad {
  padding-top: 16px;
}

.gs-wrapper .styled-select {
  background: url("../../implementorShared/assets/icons/dropdown_caret.png") no-repeat 97% #fff;
  border: solid 1px #d0d1d1;
  border-radius: 3px;
  height: 40px;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%;
}

.gs-wrapper .select-normal {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #001919;
  font-size: 14px;
  padding: 5px;
  padding-top: 3px;
  height: 40px;
  line-height: 1;
  width: 103%;
  -webkit-appearance: none;
}

.gs-wrapper .select-pad {
  padding-top: 12px;
  -moz-padding-start: 2px;
}

.styled-select select:focus {
  outline: none; 
  outline-offset: none;
}

.gs-wrapper .btn-submit {
  background-color: #ff7a49;
  border-radius: 52px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  min-width: 120px;
}

.gs-wrapper .btn-submit-lg {
  min-width: 160px;
}

.gs-wrapper .btn-back {
  background-color: unset;
  border-radius: 52px;
  color: #ff7a49;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 0px;
}

.gs-wrapper .progress-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

.gs-wrapper .progress-text {
  align-items: center;
  border-radius: 19px;
  color: #d0d1d1;
  display: flex;
  font-family: RobotoMedium;
  height: 38px;
  justify-content: center;
  text-align: center;
  width: 38px;
}

.gs-wrapper .progress-text-active {
  border: solid 1px #3cc19f;
  color: #3cc19f;
  font-weight: bold;
}

.gs-wrapper .hr {
  border: solid 3px #eae8e8;
  border-radius: 3px;
  height: 1px;
  margin: 24px auto 16px auto;
  padding: 0px;
  width: 50px;
}

.gs-wrapper .info-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
}

.gs-wrapper .info-wrapper { 
  margin-top: -80px;
  padding: 0px;
}

.gs-wrapper .info-header {
  font-size: 18px;
  text-align: center;
  color: #44496b;
  margin-bottom: 8px;
  padding: 0px;
}

.gs-wrapper .info-text {
  font-size: 12px;
  text-align: center;
  color: #9ca3a3;
  padding: 0px;
}

.gs-wrapper .footer {
  color: #9ca3a3;
  font-size: 12px;
  text-align: center;
}

.gs-wrapper .form-help {
  margin-top: -24px;
  font-size: 11px;
  color: #ff7a49;
  margin-bottom: 12px;
}

.gs-wrapper .form-help-2 {
  padding: 0px;
  font-size: 11px;
  color: #ff7a49;
  margin-bottom: -12px;
}

.gs-wrapper .org-select-wrapper {
  flex: 1;
  margin: auto;
  max-width: 510px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 32px 20px;
  width: 100%;
}

.gs-wrapper .org-select-head {
  color: #4e5e5e;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0px;
}

.gs-wrapper .org-select-container {
  border-bottom: solid 1px #f6f4f4;
  border-radius: 3px;
  display: flex;
  padding: 24px;
  transition: 0.2s linear all;
  cursor: pointer;
}

.gs-wrapper .org-select-item-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0px;
}

.gs-wrapper .org-select-item-next-container {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
}

.gs-wrapper .org-select-container:hover {
  box-shadow: 6px 6px 28px 0 #eae8e8;
  transition: 0.2s linear all;
}
.gs-wrapper .org-select-text {
  font-family: RobotoMedium;
  padding: 0px;
}

.gs-wrapper .org-select-text-2 {
  color: #4e5e5e;
  font-size: 12px;
  padding: 0px;
}

.gs-wrapper .ogs-done-text-1 {
  font-size: 20px;
  text-align: center;
  color: #001919;
  margin-top: 36px;
  margin-bottom: 16px;
}

.gs-wrapper .ogs-done-text-2 {
  font-size: 14px;
  text-align: center;
  color: #9ca3a3;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .gs-wrapper .footer, .gs-wrapper .hr {
    display: none;
  }
  .gs-wrapper .info-wrapper {
    margin-top: unset;
  }
  
  .gs-wrapper .content-wrapper {
    flex-direction: column;
  }
    
  .gs-wrapper .content-left-wrapper {
    flex: 3;
  }
  
  .gs-wrapper .header{ 
    font-size: 18px;
  }
}

@media (max-height: 400px) and (max-width: 768px) {
    .gs-wrapper .content-right {
      display: none;
    }
    
}

@media (max-height: 400px) {
  .gs-wrapper .info-wrapper {
    margin-top: unset;
  }
    
}