body {
	/* because nav menu is fixed on the top */
	/* padding-top: 50px; */
        /* overflow-y:hidden; */
        
        /*padding-bottom: 25px;*/
        background-color: #e8e8e8;
}

.container > .navbar-header {
    margin: 0;
}

.mainWall {
    background-color: #e8e8e8;
}

.container {
    /*border: 1px solid red;*/
    /* width: 100%; */
}

.bootbox.modal {
	z-index: 1999;
}

.alignright {
	text-align: right;
}

.tdPadding {
	padding-top: 50px;
}

.clickable {
	cursor: pointer;
}

.table-striped>tbody>tr:nth-of-type(odd).userDebit, tr.userDebit, tr.debitFullSum  {
	background-color: #e0dfdf;
}

.displaynone {
	display: none;
}

.table-striped>tbody>tr:nth-of-type(odd).newContent, .newContent {
	/*background-color: red;*/
}

/*
 * CHECKHOBOX
 */

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.opacity50 {
    opacity: 0.5;    
}

.opacity25 {
    opacity: 0.25;    
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/*
 * PHOTOSWIPE GALLERY
 */
.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  max-width: 150px;
  height: auto;
}
.my-gallery figure {
  display: inline-block;
  /* float: left; */
  margin: 0 5px 5px 0;
  /* width: 150px; */
}
.my-gallery figcaption {
  display: none;
}

/*
 * MY GALLERY DESIGN
 */

div.galleryItem {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    padding: 8px;
    height: 175px;
    /*width: 175px;*/
    /*width: 160px;
    display: inline-block;*/
}

.imageClip{
    width: 30%;
    height: auto;
    overflow:hidden;
}

div.alleryItem img {
    width: 140px;
    height: 140px;
    background-color: grey;
}

.caption {
    display: block;
}

table.gallery {
	width: 100%;
}

.galleryName {
}

.galleryComment {
	padding-left: 30px;
}

.galleryUploader {
	padding-left: 30px;
}

button#closePswp {
	margin-right: 5px;
	border: 0px solid #4CAF50; 
}

button#showLikes, button#closePswp {
	margin-left: 20px;      
}

.pswp__top-bar button.myButton {
	margin-top: 10px;
	margin-left: 5px;
    width: 36px;
	height: 36px;  
    border: 0px;
    background-repeat: no-repeat;
}

#showComments {
    float: right;
    background: url("../images/comment.png");
}

.commentText {
    display: inline;
}

.commentInfo, .delComment, .editComment, .replyCommentButton {
    opacity: 0.25;
}

#showLikes {
	float: right;
    background: url("../images/like.png");
    background-position: 1px -3px;
}

#setProfileForUser {
	float: left;
    background: url("../images/user.png");    
}

#setGalleryImg {
	float: left;
    background: url("../images/picture.png");
    margin-left: 60px;        
}

#closePswp {
	background-color: Transparent;
	float: right;
	color: white;
}

#imageCommentsCount {
	/*position: relative;
	top: 2px;
	left: 2px;*/
}

#imageLikesCount {
	position: relative;
	top: 2px;
	left: 2px;
}

#slideShow {
	float: left;
    background: url("../images/slideshow.png");
    margin-left: 10px;
}

.modal {
    z-index: 1950;
}

/*
.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	z-index: 1950;
}
.modal-dialog {
	position: fixed;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.modal-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: none;
}
.modal-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	box-shadow: none;
}
.modal-body {
	position: absolute;
 	top: 50px;
	bottom: 0;
	font-size: 15px;
	overflow: auto;
    margin-bottom: 60px;
 	padding: 0 15px 0;
	width: 100%;
}
.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}
*/

/* to delete the scrollbar */
/*
::-webkit-scrollbar {
	-webkit-appearance: none;
	background: #f1f3f5;
	border-left: 1px solid darken(#f1f3f5, 10%);
	width: 10px;
}
::-webkit-scrollbar-thumb {
	background: darken(#f1f3f5, 20%);
}
*/

.like {
    float: right;
    background: url("../images/like.png");
    background-position: 1px -3px;
	height: 36px;  
    width: 36px;
    cursor: pointer;
    text-align: left;
}

.likeCount {
    left: 17px;
    top: 2px;    
    position: relative;
    font-weight: bold;
    font-size: 13px;
}

ul.likes {
    list-style-type: none;
}

.comment, .subComment, .joke {
    line-height: 36px;    
}

.subComment, .replyComment {
    margin-left: 20px;
}

.voteHeader img {
    max-height: 500px;
    text-align: center;
    
}

.voteInfo {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}

.voteTitle {
    text-align: center;
}

.voteListTitle {
    text-align: center;
    margin-bottom: 50px;
}

img.center {
    display: block;
    margin: 0 auto;
}

.mainWallImageDescription {
    font-size: 20px;
    font-weight: bold;
}

.mainWallContentDescription {
    font-size: 25px;
    font-weight: bold;
}

.mainWallContent, .mainWallTypeImg {
    position:relative;
    padding: 5px;
}

.mainWallTypeText {
    position:absolute;
    padding: 20px;
    top: 45px;
    right: 10px;
    background-color: rgba(220, 220, 220, 0.6);
    border-radius: 25px;
    
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari */
    transform: rotate(45deg);
    border: 1px solid white;
}

.hiddenForSomebody {
    background-color: red;
    border-radius: 15px;
    margin: 10px 0px;
    font-weight: bold;
    text-align: center;
}

.hiddenForSomebodyParent {
    border: 1px solid red;
}

.sumChoice {
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.choice, .delChoice {
    width: 100%;
    margin-bottom: 5px;
}

.you {
    font-weight: bold;
}

div.addCommentInput, div.editCommentInput {
    width:auto;
    overflow:hidden;
}

div.addCommentButton {
    float:right;
    padding-left: 10px;
}

.addCommentButton button {
    height: 34px;
}

span.commentUser {
    font-weight: bold;
}

#commentEdit {
    min-width: 80%;
    display: inline-block;
}

.myComment.input {
    width:auto;
    color: blue;    
}

div.comment, div.mainWallContent {
    width:100%;
    overflow: hidden;
    margin-top: 5px;
    padding: 3px;
}

/* , div.container */
div.comment, .content, div.heavyPuki, .joke {
    border-radius: 3px;
    background-color: white;
    overflow: auto;
    margin-top: 5px;
}

.row {
    margin: 0;
}

div.commentGroup {
}

div.content {
    padding: 10px;
}

div.comment div.left {
    width:auto;
    overflow:hidden;    
}

div.comment div.center {
    
}

div.comment div.right {
    float:right;
    padding-left: 10px;    
}

div.commentUser {
}

table.comment {
    width: 100%;
}

.maxWidth {
    width: 100%;
}

.leftPadding {
    padding: 5px;
}

.defaultPadding {
    padding-left: 5px;
}

img.commentPic {
    max-width: 80px;
}

.right {
    float: right;
}

.rightmargin {
    margin-right: 30px;
}

/*	FILE UPLOAD  */
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    width: 105px; padding: 7px 0; text-align:center;    
    background:#337ab7; /*border-bottom:1px solid #ddd;color:#fff;*/
    color: white;
    font-weight: bold;
}
.qq-upload-button-hover {background:#23527c;}
.qq-upload-button-focus {outline:1px dotted black;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
    color: white;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:15px 35px; padding:0; list-style:disc; list-style-type: none;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none; color: red;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}
/*	FILE UPLOAD  */


.green {
    color: green;
}

.red {
    color: red;
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 120px;
    text-align: center;
    border: 1px solid black;
    opacity: 0.5;
    margin: 15px auto;
}

.circle:hover {
    opacity: 1.0;
}

.container {
    overflow-wrap: break-word;
    padding: 0px 3px;
    /*padding-left: 5px;
    padding-right: 5px;*/
    /*margin-top: 5px;*/
}

.fast-left-spinner {
    -webkit-animation: glyphicon-spin-l 1s infinite linear;
    animation: glyphicon-spin-l 1s infinite linear;
}

@keyframes glyphicon-spin-l {
    0% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

form.uploadImage button {
    width: 100%;
}

div.center, td.center {
    text-align: center;
}

form.vote {
    margin-bottom: 15px;
}

div.newContent {
    /*border-radius: 15px;*/
    background-color: rgba(220, 220, 220, 0.3);
    border: 1px solid black;
    /*background-color: #a6d6ff;*/
    
    /*background-color: #337ab7;
    color: white;*/
}

tr.newContent {
    background-color: rgba(220, 220, 220, 0.3);
    outline: 1px solid black;
}

.pull-left, .pull-right {
    margin-top: 10px;
}

.heavyPuki {
    text-align: center;
    font-size: 20px;
}

.foot {
    border: 1px solid #999999;
    border-bottom: 0px;
    position:fixed;
    width: 70%;
    z-index: 1400;
    text-align:center;
    font-size:18px;
    color: #000;
    background: #FFF;
    justify-content: center; /* align horizontal */
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-height: 90%;
}

.newCommentsNotificationContent {
    overflow: hidden;    
}

.slide-up {
    bottom: 0px !important;
}

.slide-down {
    bottom: -475px !important;
    bottom: -45px !important;
}

.newCommentsNotificationContent ul {
    list-style-type: none;
    padding-left: 0;
}

.logo {
    max-width: 40px;
    /*margin: 5px;*/
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

#mainWallNewsCountText {
    background-color: white;
    border: 1px solid black;
    border-radius: 8px;
    padding: 5px;
    color: black;
    margin-right: 5px;
    font-weight: bold;
}

.btn{
    white-space:normal !important;
}

.formMarginTop {
    margin-top: 20px;
}

.navbar {
    margin-bottom: 0px;
}

ul.nav {
    margin-top: 5px;
}

.navbar-nav>li>a:focus {
    background-color: #e8e8e8 !important;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 500;
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */
}




/* ------------ SLIDEOUT CSS ------------ */

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  /*width: 256px;*/
  width: 246px; /* for margin-right */
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*z-index: 0;*/
  display: none;
}

.slideout-menu-left {
  /*left: 0;*/
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  /*z-index: 1;*/
  will-change: transform; /*transform;*/
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#leftMenu {
    float: left;
    width: 20%;
}

.usersHere {
    margin-left: 10px;
}

ul.nav li.active {
    background-color: #337ab7;
}

ul.nav li.active a {
    color: white;
}

#menu {
    /*border-right: 12px solid #eeeeee;*/
    margin-right: 5px;
}

#gpsPositionArrived {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 50000;
    display: none;
}

#showMenuHelp {
    position: fixed;
    left: 50%;
    margin-left: -150px;
    bottom: 30px;
    z-index: 50000;
    display: none;    
    background-color: white;
    border: 1px solid black;
    
    width: 300px;
}

#showMenuHelp p {
    text-align: center;
}

#showMenuHelp img {
    display: block;
    margin: 0 auto;
}

#userNamesOnMap {
    position: absolute;
    bottom: 7px;
    opacity: 0.75;
}

.userNameOnMap {
    margin-left: 15px;
}

#activePosCount {
    background-color: #337ab7;
    padding: 3px;
    border: 1px solid white;
    color: white;
}

.specMenuRed {
    background-color: rgba(255, 0, 0, 0.25);
    color: white;
}

.matchTimeRow {
    background-color: rgba(255, 100, 0, 0.25) !important;
    border: 2px solid red;
    border-bottom: 0px;
    font-weight: bold;
}

.matchRow {
    background-color: rgba(255, 100, 0, 0.25) !important;
    /*background-color: darkorange !important;*/
    border: 2px solid red;
    border-top: 0px;
    font-weight: bold;
}

.matchPointRow {
}

.actUser {
    background-color: rgba(255, 100, 0, 0.1) !important;
    /*background-color: darkorange;*/
}

#foci-button {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 80px;
    display:none;
    z-index: 500;
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */
}

#foci-button-list {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 140px;
    display:none;
    z-index: 500;
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */    
}

#actualState {
    padding-bottom: 60px;
}

.visible50 {
    opacity: 0.50;
    filter: alpha(opacity=50); /* For IE8 and earlier */    
}
