* {
	font-family: 'Lato', sans-serif;
}

/* New Version Modal Styling */
#new-version-modal .modal-content {
	border-radius: 10px;
	border: none;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

#new-version-modal .modal-header {
	border-bottom: none;
	border-radius: 10px 10px 0 0;
	padding: 25px 30px 20px;
}

#new-version-modal .modal-header .close {
	margin-top: -5px;
	font-size: 28px;
	font-weight: 300;
	text-shadow: none;
}

#new-version-modal .modal-header .close:hover {
	opacity: 1;
}

#new-version-modal .modal-body {
	border: none;
	padding: 20px 30px 30px;
}

#new-version-modal .modal-footer {
	border-top: 1px solid #e9ecef;
	border-radius: 0 0 10px 10px;
	padding: 20px 30px 25px;
}

#new-version-modal .btn-lg {
	padding: 12px 25px;
	font-size: 16px;
	border-radius: 25px;
	font-weight: 600;
	transition: all 0.3s ease;
}

#new-version-modal .btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

#new-version-modal .btn-default {
	border: 2px solid #ddd;
	color: #666;
}

#new-version-modal .btn-default:hover {
	border-color: #bbb;
	color: #555;
	background-color: #f8f9fa;
}

#new-version-modal .fas {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
	#new-version-modal .modal-dialog {
		margin: 10px;
	}
	
	#new-version-modal .modal-header,
	#new-version-modal .modal-body,
	#new-version-modal .modal-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#new-version-modal .btn-lg {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0 !important;
	}
}

@charset "UTF-8";
.body-column {
}
.widget-column {
}

.whats-happening-img {
	width: 100%;
}

.carousel-indicators {
	position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -2.5%;
    text-align: right;
    list-style: none;
}

.carousel-inner {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.announce-banner {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

img {
	
}

.mod-side-title {
	text-transform: uppercase;
	color: #333;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.6);
}
.mod-side-title a {
	
}

.mod-side-title a:focus {
	text-decoration: none;
}
.mod-side-title a:focus:hover {
	text-decoration: underline;
}

.mod-side-heading {
	text-align: center;
	background: none !important;
}

.panel-heading {
	padding: 20px 10px;
}

.mod-body {
	padding: 0 10px 10px;
	border: none !important;
}

.mod-side {
	border: none;
	border-radius: 0 !important;
    background-size: cover;
    background-position: 50% 0%;
	margin-bottom: 10px !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mod-side:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mod-list {
	border-top: none;
	background: rgba(225,225,225,0.65);
	padding-bottom: 5px;
	
}

.mod-list + .mod-list {
	margin-top: 10px !important;
	
}

.mod-grid + .mod-grid {
	margin-top: 10px !important;
	
}

.mod-list-heading {
	padding: 10px 15px;
	background-color: white !important;
	margin-bottom: 8px;;
}

.mod-list-rsvp {
	font-size: 0.65em;
    font-weight: bold;
    color: white;
    background-color: lightslategray;
    float: right;
}

.mod-group {


}

.mod-list-title {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.mod-list-body {
	padding: 8px 0px;
    cursor: pointer;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(0,0,0, 0.15);
    margin: 0 15px;
}

.mod-list-body:last-child {
	border-bottom: 0px;
}

.mod-list-body:hover {
	background-color: rgba(255,255,255,0.5);
}

.mod-list-meta {
	font-size: 0.75em;
	font-weight: bold;
	display: block;
}

.mod-showmore {
	padding: 10px 15px 0;
	text-align: center;
}

.mod-showmore-btn {
	background-color: whie;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	border: 1px solid #ccc;
}
.mod-showmore-btn:focus {
	background-color: white;
}
.mod-showmore-btn:active, .mod-showmore-btn:hover {
	background-color: lightgray;
}

#mod-training {
	
}

.mod-grid {
	border-top: none;
	background: rgba(225,225,225,0.65);
	padding: 10px 5px;
	overflow: hidden;
	border: none !important;
}

.mod-grid-icon {
	border-radius: 8px;
	width: 98%;
	max-width: 128px;
	margin: 0 auto 3px;
	display: block;
}

.mod-grid-item {
	font-size: 11px;
	padding: 10px;
	text-align: center;
	min-height: 140px;
	color: #333;
}

.mod-grid-item:hover {
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
	border-radius: 8px;
    color: #333;
    text-decoration: none;
}

.mod-grid-item-wrapper {
	font-size: 11px;
	padding: 5px 5px;
	text-align: center;
}

#remote-modal-2 {
	padding-top: 12.5%;
}

.modal-content {
	background-size: cover;
	border-radius: 0 !important;
}

.modal-body {
	max-height: 84%;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

.modal-header {
	border-radius: 0 !important;
	padding: 10px 5px;
}

.modal-header h4 {
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 0 black;
	text-align: center;
	margin: 0;
}

.user-drop-image {
	width: 36px;
	border-radius: 18px;
}

.navbar-brand {
	margin-bottom: 15px;
}

.modal-grid {
	border-top: none;
	background: none;
	padding: 10px 5px;
	border: none;
}

.modal-grid-item {
	font-size: 12px;
	color: #333;
	padding: 25px 40px;
	min-height: 275px;
}

.modal-grid-item span{
	font-size: 18px;
	color: #333;
}
.mod-gen-icon-title {
	font-size: 15px !important;
	text-align: left !important;
	color: white;
}

.modal-grid-item:hover {
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.modal-grid-item .mod-grid-icon {
	border-radius: 8px;
	width: 50%;
	max-width: 128px;
	margin: auto;
	display: block;
	margin-bottom: 8px;
	position: relative;
}

.dated-grid {
	min-height: 97px !important;
}


.modal-search-box {
    background: url(http://i1078.photobucket.com/albums/w498/molenmaulana/search-dark_zps465daf17.png) no-repeat 10px 6px #fcfcfc;
    border: 0 none;
	display: block;
	margin: 10px auto;
    font: bold 16px Arial,Helvetica,Sans-serif;
    color: #333;
    width:107px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.modal-search-box:focus {
    background: url(http://i1078.photobucket.com/albums/w498/molenmaulana/search-dark_zps465daf17.png) no-repeat 10px 6px #fcfcfc;
    color: #666;
    width: 150px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }



.iframe-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.media-modal-media {
	background-color: black;
	padding: 0;
}

.embeded-media-wrap {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.media-modal-close, .modal-close, .sec-modal-close {
	display: inline-block;
    float: right;
    position: absolute;
    right: 8px;
    top: 8px;
}

.modal-close, .sec-modal-close {
	color: white;
	text-shadow: 1px 1px 0 black;
	font-size: 18px;
}

.media-modal-title {
	border-bottom: 1px solid lightgrey;
	margin-top: 1.1em;
	margin-bottom: 6px;
	padding-bottom: 8px;
}

.media-modal-category {
	border: none;
    font-size: 10px;
    background: lightgrey;
    padding: 6px;
    border-radius: 4px;
    text-transform: uppercase;
	margin-right: 4px;
	margin-bottom: 10px;
	display: inline-block;
}

.media-modal-footer {
	position: absolute;
	bottom: 18px;
}

.media-modal-attachments {
	margin-bottom: 18px;
}

.mod-grid-gen-icon {
	width: 90%;
	background-color: whitesmoke;
	margin: auto;
	border-radius: 6px;
	position: relative;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 90%;
}
.mod-grid-gen-icon.icon-name {
	background: rgb(35,55,70);
    
}
.mod-gen-icon-contents {
	width: 100%;
	height: 100%;
	color: black;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


.mod-gen-icon-contents.icon-name {
	color: white !important;
}

span.mod-gen-icon-center {
	font-size: 24px !important;
	font-weight: 900;
	color: black;
}

.mod-gen-icon-calbar {
	position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 100%;
    height: 25%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	text-transform: uppercase;
	color: white;
}

.mod-gen-icon-month {
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	font-size: 12px !important;
	color: black !important;
}

.mod-gen-icon-name-center {
	color: #7b868c !important;
	font-weight: 500 !important;
}
.media-modal .row {
	display: flex;
}

.media-modal-meta {
	display: block;
}

.media-modal-meta.streaminfo{
	color: darkblue;
	font-size: 0.75em;
	font-weight: bold;
}

.media-modal-attachment-link {
	color: black;
	display: inline-block;
	padding-right:10px;
}

.login-section {
	padding: 8% 0 0;	
}

.modal-body-iframe {
	height: 84%;
}

.modal-iframe-wrap {
	padding-bottom: 84%;
}

.modal-fullscreen {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.dropdown-toggle {
	float: right;
}

.navbar-right {
	display: inline-block;
	float: right;
}

.navbar-header {
	display: inline-block;
	width: 50%;
}

.carousel-control.left, .carousel-control.right {
	background-image: none !important;
}

.carousel-control {
	color: #333;
	width: 5%;
}

.carousel-control:hover, .carousel-control:focus {
	color: #333;
}

.carousel-indicators li {
	border-color: #666;
}

body {
	background-image: url(/images/dashboardbg.jpg);
	background-size: cover;
	background-position: bottom right;
	background-color: #f8f8f8;
	background-attachment: fixed;
}

.quick-btns {
	padding: 0 6px;
}

.quick-row {
	margin: -6px;
}

.quick-title {
	color: #f8f8f8;
	text-shadow: none;
	font-weight: 500;
}

.thumb-wrap {
	position: relative;
    overflow: hidden;
}

.thumb-wrap img {
	position: absolute;
      max-width: 100%;
      max-height: 100%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
}

.icon-wrap {
	max-width: 128px;
	margin: auto;
}

.icon-wrap-date {
	max-width: 96px;
	margin: auto;
}

.banner-text {
	position: absolute;
    bottom: 20%;
    left: 50%;
    margin: auto;
    text-align: center;
    transform: translateX(-50%);
	color: #666;
}

.banner-text span {
	display: block;
}

.headlinetext {
	font-size: 18px;
    text-transform: uppercase;
}

.suptext {
	
}

.subtext {
	
}

.carousel {
	margin-bottom: 20px;
}


@media screen and (max-width:991px){
.media-modal .row {
	display: block;
}
.container-fluid.media-modal .row .col-md-5.media-modal-info {
}
.media-modal-info {
	min-height: 200px;
}

}

@media screen and (max-width:768px){
	.quick-title {
		font-size: 16px;
	}
	.headlinetext {
	font-size: 12px;
    text-transform: uppercase;
}

.suptext {
	font-size: 11px;
}

.subtext {
	font-size: 10px;
}
}

@media screen and (max-width:1199px){
	.quick-title {
		font-size: 12px;
	}
}

.affix-wrap {
	margin-right: 35.5%;
}
.qr-top {
	margin: -12px -12px 0;
}

.qb-top {
	padding: 10px 15px 0;
}

.make-square {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	margin-bottom: 5px !important;
}

.top-title {
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #7b868c;
}

.navbar-right > li {
	display: inline-block;
}

.pulse {
  box-shadow: 0 0 0 rgba(204,169,44, 0.4);
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

