html,
body {
    height: 100%;
	font-size: 14px;
	
}
.user-index th,
.user-index td {
    white-space: nowrap;
}

.row:before,
.row:after,
.pull-right,
.pull-right:after {
    display: inline-block;
}

.footer .container {
    position: relative;
}

.fb_iframe_widget {
    position: absolute !important;
    display: inline-block !important;
    float: left !important;
}

.wrap {
    min-height: calc(100% - 60px);
    height: auto;
    /*margin: 0 auto -60px;
    padding: 0 0 60px;*/
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

/*div#blueimp-gallery {
    padding-bottom: 600px;
}*/
.blueimp-gallery-carousel>.slides {
	position: relative;
	height: 60vh;
}
.blueimp-gallery>.indicator {
	bottom: 0px;
}
.blueimp-gallery-display {
	    padding-bottom: 60px;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    /*.blueimp-gallery>.indicator {

    }
	div#blueimp-gallery {
	    padding-bottom: 500px;
	}*/
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

body > .alert {
    position: fixed !important;
    z-index: 9999;
    top: 63px;
    margin-left: 10px;
    margin-right: 10px;
    left: 0;
    right: 0;
}

.photos img,
.preview img {
    max-height: 100%;
    max-width: 100%;
}

.photos .col-lg-3 {
    margin: 0 0 15px;
}

.fileupload-buttonbar .toggle,
.template-download .toggle {
    display: none;
}

.fileupload-buttonbar .btn {
    margin: 0 0 10px;
}

.files td + td {
    display: none;
}

.files td + td + td {
    display: block;
}

.template-download td + td + td + td {
	height: auto;
}

.template-upload .btn {
    margin: 0 0 10px;
}

.fileupload-buttonbar .progress {
    margin: 0;
}

.fileupload-buttonbar .progress-extended {
    margin: 0 0 10px;
}

.fileupload-progress {
    display: none;
}

.fileupload-progress.fade {
    display: block;
}

.files td {
    width: 25%;
    text-align: center;
}

.files td + td {
    width: 100%;
    text-align: left;
}

.fileupload-buttonbar .btn.delete {
    display: none;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	margin: 0 0 15px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

img.card-img-top {
    width: 100%;
}

p.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2rem;
}

div#blueimp-gallery img.slide-content {
    box-shadow: 0 0 10px #000;
}

div#blueimp-gallery {
    overflow: visible;
	background: none;
	box-shadow: none;
	width: 100%;
	height: 100%;
}

.slides {
    overflow: visible !important;
}

.slide {
    overflow: visible;
}

a.play-pause {
    display: none !important;
}
.morecontent span{display:none}

.showgal {    overflow-y: visible;
    overflow-x: hidden;
}

.row.fileupload-buttonbar a.btn.btn-primary.start {
    color: #fff;
}

.description .editlotdiv {
    display: none;
}
/*
.photos .photo {
	height: 185px;
	line-height: 182px;
}*/

.showgal img {
    display: none;
}

#blueimp-gallery img {
    display: block;
}

.showlot .text,
.showlot .text * {
/*    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
}

/* comments */


/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
	margin: 60px auto 15px;
	width: 768px;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	/* margin-top: 30px; */
	position: relative;
	padding: 0;
	/* list-style: none; */
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	/* content: ''; */
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 16px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -16px;
}


.comments-list li {
	margin-top: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 50px;
	clear: both;
	/* margin-top: 15px; */
}

/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	background: #fff;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.reply-list .comment-avatar {
	/* width: 50px; */
	/* height: 50px; */
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	/* width: 680px; */
	/* float: right; */
	position: relative;
	/* margin: 0 0 0 0px; */
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	border-radius: 4px;
	background: ##f5f5f5;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	/* content: ''; */
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	/* width: 610px; */
	/* margin: 0 0 0 65px; */
}
.comment-box .comment-head {
	background: #f5f5f5;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 1rem;
	font-weight: 700;
	/* float: left; */
	margin-right: 10px;
	margin: 0 10px 0 0;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	/* float: left; */
	color: #999;
	font-size: 13px;
	position: relative;
	/* top: 1px; */
}

.comment-box .comment-content {
	background: #FFF;
	padding: 20px 14px 15px;
	font-size: 15px;
	color: #595959;
	border-radius: 0 0 4px 4px;
	border: 1px solid #f5f5f5;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.replyTo .fa-level-down-alt {
    margin: 0 0 0 3px;
    position: relative;
    top: 3px;
}

/* comment form */

body{ background: #fafafa;}
.widget-area.blank {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
body .no-padding {
padding: 0;
}
.widget-area {
background-color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
float: left;
margin-top: 30px;
padding: 25px 30px;
position: relative;
width: 100%;
}
.status-upload {background: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;float: left;width: 100%;}
.status-upload form {
float: left;
width: 100%;
}
.status-upload form textarea {
background: none repeat scroll 0 0 #fff;
border: medium none;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
-ms-border-radius: 4px 4px 0 0;
-o-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
color: #777777;
float: left;
font-family: Lato;
font-size: 14px;
height: 142px;
letter-spacing: 0.3px;
padding: 20px;
width: 100%;
resize:vertical;
outline:none;
border: 1px solid #F2F2F2;
}

/*.status-upload ul {
float: left;
list-style: none outside none;
margin: 0;
padding: 0 0 0 15px;
width: auto;
}
.status-upload ul > li {
float: left;
}
.status-upload ul > li > a {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
color: #777777;
float: left;
font-size: 14px;
height: 30px;
line-height: 30px;
margin: 10px 0 10px 10px;
text-align: center;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 30px;
cursor: pointer;
}
.status-upload ul > li > a:hover {
background: none repeat scroll 0 0 #606060;
color: #fff;
}*/
.status-upload form button.submit {
	border: medium none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	float: right;
	margin: 9px 0 0;
	padding: 6px 15px;
}
.dropdown > a > span.green:before {
border-left-color: #2dcb73;
}
.status-upload form button > i {
margin-right: 7px;
}

.status-upload .note-editor {
    margin: 0;
}

.comments-list .status-upload {
    margin: 0 0 0 48px;
    padding: 0 47px 0 0;
}

/*.comment-main-level {
    margin: 0 0 15px;
}*/
.comments-list .status-upload {
    display: none;
}
.bet-part {
    margin: 11px 0 0;
    float: left;
    height: 31px;
}

.bet-part .checkbox {
	position: relative;top: 2px;
    display: inline;
}

.betprice {
	width: 60px;
	text-align: center;
}

.frow {
	margin: 0 0 10px;
	line-height: 33.5px;
}

.fsm .fa-expand-arrows-alt {
    position: relative;
    top: 1px;
    left: 4px;
}

div#blueimp-gallery img.slide-content {
    max-width: 95%;
    max-height: 90%;
}

.comments-list .dropdown-menu li {
    margin: 0px;
}

.note-btn.btn-sm.dropdown-toggle::after {
    border: none;
}

.dropdown-menu > li {
	z-index: 9999;
}

.note-toolbar.panel-heading {
    z-index:  3;
}

li {
    z-index: 5;
}

.new-photo-area {
    height: auto !important;
    width: auto !important;
    max-width: 251px !important;
    max-height: 251px !important;
}

.blueimp-gallery>.indicator>li {
    background-size: cover;
}
/*
.photo {
    height: 328px;
    overflow: hidden;
}*/

.comment-content > .bet_verified .fa-check-circle {
	color: #007bff;
}

.blueimp-gallery>.indicator>li {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
}

.blueimp-gallery>.indicator {
    bottom: 0.5rem;
}

.comment-content > .bet_verified {
    background: #f5f5f5;
    padding: 5px 10px;
    border-radius: 15px;
}

.comment-content-text {
    margin: 0 0 10px;
}

.fb_iframe_widget iframe {
    position: absolute;
    width: 140px !important;
}

.blueimp-gallery>.next, .blueimp-gallery>.prev {
    color: #fff !important;
}

a#fullScreenMode {
    display: none;
}
.blueimp-gallery>.indicator,
.blueimp-gallery-display>.close, .blueimp-gallery-display>.next, .blueimp-gallery-display>.play-pause, .blueimp-gallery-display>.prev, .blueimp-gallery-display>.title {
    display: block;
}

.blueimp-gallery > .indicator {
    bottom: -45px;
}

.blueimp-gallery-display {
    padding-bottom: 0px;
    margin-bottom: 60px;
}

.navbar-nav .dropdown-toggle::after {
    display: none !important;
}
