/* Personalización By Daniel Quintero */


/* INICIO CAMBIOS DEL BOOTSTRAP */
.row.no-gutters{
	margin-left: -6px;
	margin-right: -6px;
}

.row.no-gutters>[class^="col-"],
.row.no-gutters > [class*=" col-"]{
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.carousel-item {
	height: 18.75rem;
}

.navbar-light li.nav-item.active {
	color: #555;
	background-color: #e7e7e7;
}


table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: unset !important;
}
html,
body.indexHK {
  height: 100%;
}

body.indexHK{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  margin-bottom: 1rem;
}

.form-label-group input {
  height: 3.125rem;
  padding: .75rem;
}
.new-header.in{
	border-radius: 0px !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
	text-transform:uppercase;
	font-size: 13px;
}
.navbar-dark li.nav-item.active {
    color: #555;
    background: rgb(52, 52, 52);
}
.bg-dark {
	background: rgb(23, 22, 22) !important;
}

.card-body.text {
    background: rgb(243, 243, 243);
    font-size: 14px;
    text-align: center;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 3px;
    color: rgb(71, 71, 71);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
	background: 0 0;
    border-radius: .3rem;
}

.btn {
	background-repeat: repeat-x;
	background-image: url(../images/bg-top.png);
	background-position: 0 100%;
}
.btn.g{
	padding: 10px !important;
}
.btn-success {
	background-color: #27ae60;
    border: 1px solid #5cc187;
    box-shadow: 1px 1px #459065, -1px 1px #459065, 1px -1px #459065, -1px -1px #459065;
}

.text-decoration-underline{
	text-decoration: underline !important;
}

.has-error .form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .control-label, .has-error .help {
    color: #d41e1a;
}
.has-success .form-control {
    border-color: #15d017;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .control-label, .has-success .help {
    color: #2a922b;
}

.modal-open {
  padding-right:0 !important;
}

.dropdown-menu {
	top: unset !important;
	padding: 0 !important;
	margin: 0 !important;
}
.navbar-dark a.dropdown-item {
    color: white;
}
.navbar-dark .dropdown-item:focus, .navbar-dark .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background: rgb(52, 52, 52);
}
.navbar-dark .dropdown-item.active, .navbar-dark .dropdown-item:active {
    color: white;
    text-decoration: none;
	background: rgb(52, 52, 52);
}
.navbar-light .dropdown-item:focus, .navbar-light .dropdown-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #e7e7e7;
}
.navbar-light .dropdown-item.active, .navbar-light .dropdown-item:active {
    text-decoration: none;
	color: #555;
    background-color: #e7e7e7;
}
.font-small{
	font-size: 13px;
}

/* FIN CAMBIOS DEL BOOTSTRAP */


/* INICIO DISEÑO*/

#header-home {
	min-height: 141px;
    max-height: 200px;
}

.user-info {
	padding:20px;
    border-radius: 3px;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 100%;
}


#user-data {
    margin-top: 5px;
    margin-right: 15px;
	margin-left: 15px;
}
.username {
    font-family: ubuntu condensed,sans-serif;
    font-size: 2.813rem;
    color: #fff;
    text-shadow: 3px 2px 1px #133823;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.t-shadow {
    text-shadow: 0px 2px 3px black;
}
#motto {
    background: url(../images/icons/6.gif) 8px 6px no-repeat,#fff;
    color: #131313;
    min-width: 40%;
    padding: 4px 12px 4px 30px;
    font-size: 13px;
    border-radius: 25px;
    margin-bottom: 10px;
    background-color: #fff;
    border-bottom: 4px solid #eee;
    box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
    border-radius: 5px;
    min-width: 100%;
}



#entrar-al-hotel {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.picture-outer {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-bottom: 4px solid #5272aa;
    box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
    overflow: hidden;
    background-image: url(../images/speech.png);
}
.picture {
	margin:auto;
    width: 100%;
    height: 100%;
    background-position: center -35px;
    background-repeat: no-repeat;
}

.new-header {
    width: 100%;
    min-height: 34px;
    color: white;
    font-size: 16px;
    border-radius: 4px 4px 0px 0px;
    text-align: center;
    line-height: 32px;
    text-shadow: 0px 2px 3px black;
    margin-bottom: 4px;
    margin-top: -6px;
	background-image: url(../images/bg-top.png);
    background-position: 0 100%;
}

.last-users {
  display: flex;
  width: 100%;
  padding-bottom: 5px;
}

.last-users-left {
	width: 23%;
	background: #d2d2d2;
	border-right: 1px solid #8e8e8e;
	border-radius: 5px 0px 0px 5px;
}
.last-users-right{
	width: 77%;
	padding-top: 5px; 
	background: #f3f3f3;
	border-radius: 0 5px 5px 0;
}
.last-users-left .avatar{
	margin:auto;
	height: 70px;
}
.last-users-left .avatar.index{
	height: 110px !important;
}
.info_badge {
    background: #cccccc;
    border-radius: 4px;
	display: inline-flex;
	margin-bottom: 10px;
	padding-top:10px;
}
.form-control {
    height: auto!important;
}

p.help {
    color: #737373;
    margin-top: 5px;
    margin-bottom: 10px;
}
.captcha {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	font-size: 30px;
	color: #495057;
    width: 100%;
}
.article-neighbors-ctr {
    display: table;
    border-top: 1px solid #dcdcdc;
    border-bottom: #dcdcdc 1px solid;
    width: 100%;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link.next-article-link {
    border-left: 1px solid #dcdcdc;
}
.article-neighbors-ctr .article-neighbors-items-ctr {
    padding: 10px 0;
    display: table-row;
}

.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link {
    padding: 20px 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-decoration: none;
    position: relative;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link h5 {
    margin: 0;
	font-size: 14px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 6px;
    font-weight: bold;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link h3 {
    color: #777;
    margin: 0;
    font-size: 18px;
}

.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link h3 {
    color: #777;
    margin: 0;
    font-size: 18px;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link .fa {
    position: absolute;
    top: 40%;
    font-size: 24px;
    color: #dcdcdc;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link.prev-article-link .fa {
    left: 5px;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link.next-article-link .fa {
    right: 5px;
}
.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link .fa {
    position: absolute;
    top: 40%;
    font-size: 24px;
    color: #dcdcdc;
}

.article-neighbors-ctr .article-neighbors-items-ctr .neighbor-link .fa:hover {
    color: blue;
}
.article-post .article-post-header .category {
    display: inline-block;
    color: #fff;
    padding: 3px 15px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	height: 22px;
}
.author-profile-img {
    float: left;
    margin-right: 20px;
}
.article-meta-author-info {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.articles .post .post-image {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #DADADA;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #000;
    border-bottom-width: 2px;
}
div.odd{
	background-color: rgba(128, 128, 128, 0.17);
}
div .date{
      max-width: 250px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
}

.img-thumbnail.img{
	width: 75px; 
	height: 50px; 
	background-position: 0px -15px; 
}

.placa {
    width: 50px;
    height: 50px;
}

.new-header.HK{
	padding: 10px;
    font-size: 17px;
	font-weight: bold;
	line-height: normal !important;
}
#settings .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
#settings .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
    color: inherit;
}
#settings a {
    color: #337ab7;
    text-decoration: none;
}
#settings a.list-group-item, button.list-group-item {
    color: #555;
}
#settings p.list-group-item-text {
    font-size: 14px;
}
#settings a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}
#settings h4 {
    font-size: 18px;
}
#settings .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
#settings .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
#settings .list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.black{
	background-color: rgb(46, 46, 46);
}
.avatar {
	height: 50px;
    width: 60px;
}
.red{
	background-color: #cc3e3e;
}
.red2{
	background: #e74c3c;
}
.red3{
	background-color: #a40429;
}
.red4{
	background-color: #dc3545;
}
.morado{
	background-color: #822274;
}
.purple {
    background-color: #C179FF;
}
.pink{
	background-color: #ff69b4;
}
.cyan{
	background-color: #1BAFE0;
}
.cyan2 {
    background-color: #258dc8;
}
.darkblue {
    background-color: #31455e;
}
.blue{
	background-color: #2767a7;
}
.blue2 {
    background-color: #2767a7;
}
.yellow{
	background-color: #dec900;
}
.yellow2{
	background-color: #E4A400;
}
.orange{
	background-color: #fc6204;
}
.green {
    background-color: #aee51e;
}
.green2 {
    background-color: #148a1d;
}
.gray2 {
    background-color: #424242;
}
.gray {
    background: #f1f1f1;
}
.comment_close {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background-color: ;
    top: -15px;
    right: -15px;
    position: absolute;
    background: #cc0404 url(../images/icons/close_icon.png);
    float: right;
    border-radius: 4px;
    box-shadow: 0 0 0 2px rgba(0,0,0,.5);
    overflow: hidden;
    cursor: pointer;
}
.comment_close:hover {
	background-color:#fc0505;
}
.col-HK{
	background-color: #EFEEEA;
    padding: 6px;
	border-bottom: 1px solid #C1BEBE;
    border-right: 1px solid #C1BEBE;
	border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.card-body.HK {
	padding: 0 5px 10px 5px !important;
}
.card-body.HK h3 {
    background: rgb(243, 243, 243);
    font-size: 16px;
    text-align: center;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
    border-radius: 3px;
    color: rgb(71, 71, 71);
}
div.showuser{
    margin-top: 10px;
    padding: 0 20px;
    border-bottom: 2px solid rgba(000,000,000,0.2);
    font-size: 15px;
    -webkit-text-stroke: .045em;
    -webkit-font-smoothing: antialiased;
}
 div.showuser span.small{
    margin-top: 8px;
    margin-bottom: 17px;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-text-stroke: .0075em;
    -webkit-font-smoothing: antialiased;
}
 div.showuser span.bottom{
    margin-top: 8px;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    -webkit-text-stroke: .0075em;
    -webkit-font-smoothing: antialiased;
}
 div.showuser img{
    float: left;
    margin-top: -20px;
    margin-right: 10px;
    margin-left: -16px;
}
 div.showuser div#motto2{
    background-repeat: repeat-x;
    background-image: url(../images/shine_bg.png);
    background-position: 0 100%;
    font-size: 16px;
    -webkit-text-stroke: .028em;
    -webkit-font-smoothing: antialiased;
    color: rgba(000,000,000,.8);
    background-color: #DADFE1;
    display: inline-block;
    width: 70%;
    padding: 10px 15px;
    margin-top: 8px;
    border-radius: 2px;
    box-shadow: 0 3px 0 rgba(000,000,000,0.2);
    text-shadow: none;
    text-align: left;
}
 div.showuser strong{
    font-weight: normal;
}
 div.showuser div#motto2::before{
    top: 0px;
    left: -12px;
    content: "";
    position: relative;
    margin-top: -16px;
    border-width: 0 16px 16px;
    border-style: solid;
    border-color: #DADFE1 transparent;
    display: block;
    width: 0;
    height: 1px;
}
 div.showuser:last-child{
    border-bottom: none;
}
 div.showuser:last-child span.small{
    margin-bottom: 0 !important;
}
.media {
    font-size: 14px;
}
#imagen-news {
    width: 100%;
    height: 200px;
    margin-right: 10px;
    border-radius: 5px 5px 0px 0px;
	
}
.card-title.articles{
	text-transform:uppercase;
}
.card-title.articles{
	text-transform:uppercase;
}
.card-text.articles{
	text-transform:lowercase;
}
.card-text.articles:first-letter{
	text-transform:uppercase;
}
/* FIN    DISEÑO*/


/* INICIO @media */
@media (min-width: 992px){
	.container.s {
		width: 937px !important;
	}
}

@media (max-width: 767px){
	.jumbotron {
		padding: .5rem 0 0 0 !important;
		margin-bottom: 0 !important;
	}
	.nav-border {
		border-top: 1px solid #e7e7e7 !important; 
	}
	.text-center-m {
		text-align:center !important;
	}
	.col-md-4.col-HK {
		border-bottom: none !important;
	}
	.col-md-8.col-HK {
		border-top: none !important;
		border-bottom: 1px solid #C1BEBE;
	}
}
@media (min-width: 576px){
	.articles .post .post-content {
		margin-left: 70px;
	}
}
@media (max-width: 475px){
	.username {
		width: 15.625rem;
	}
	div.dataTables_wrapper div.dataTables_info {
		white-space: unset !important;
	}
}

@media (min-width: 1200px){
	.card.articles{
		height:542px;
	}
	.card-title.articles{
		height:48px;
	}
	.card-title.articles{
		height:48px;
	}
	.card-text.articles{
		height:72px;
	}
}
@media (min-width: 425px){
	.d-sm-block-425 {
		display: block!important;
	}
}
/* FIN    @media */