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

@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;
}


.announce-banner {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}

img {
	
}

.mod-side-title {
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	text-shadow: 1px 1px 0 black;
}
.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% 50%;
	margin-bottom: 10px !important;
}

.mod-list {
	border-top: none;
	background: rgba(255,255,255,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;
}

.mod-group {


}

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

.mod-list-body {
	padding: 5px 15px;
	cursor: pointer;
}

.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;
}
.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(0,0,0,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: 14px;
	padding: 10px;
	text-align: center;
	min-height: 155px;
	color: white;
}

.mod-grid-item:hover {
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	border-radius: 8px;
    color: black;
    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: white;
	padding: 25px 40px;
	min-height: 275px;
}

.modal-grid-item span{
	font-size: 18px;
	color: white;
}
.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-white_zps878b551d.png) no-repeat 10px 6px #fcfcfc;
    border: 0 none;
	display: block;
	margin: 10px auto;
    font: bold 16px Arial,Helvetica,Sans-serif;
    color: #ccc;
    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: #6a6f75;
    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(226,226,226);
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
}
.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: #666 !important;
	font-weight: 500 !important;
}
.media-modal .row {
	display: flex;
}

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

.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;
}
