/* ds_cloudmanager */
@import url("fonts-exo2.css");
html,body{
	/* override of main */
	font-family: "Exo 2" !important;
}

.app-theme-white .app-page-title { 
	box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.05);
}
.app-page-title {
    padding: 10px;
    margin: -30px -30px 30px;
    position: relative;
}

.dashboard-app-page-title {
    margin: -30px -30px 0px;
}

.app-footer .app-footer__inner{
	height: 59px;
}

.app-sidebar__heading {
	text-transform: unset !important;
}

.vertical-nav-menu li.mm-active > a > i.metismenu-state-icon,.vertical-nav-menu li.mm-active > a > i.metismenu-icon {
	opacity: 1;
}

/*
table>tbody>tr.odd{
	background-color: #f5f5f5;
}
table>tbody>tr.even{
	background-color: #ffffff;
}
*/

.top_border_ignore_table th, .top_border_ignore_table td{
	border-top: 0px !important;
}

.font-30{
    font-size: 30px;
}

.row-narrow{
	margin-right: 0px !important;
	margin-left: 0px !important;
}

table.dataTable td.reorder {
    text-align: left !important;
    cursor: move;
}

.btn-color-white{
	color: #fff !important;
}

.color-light{
	color: #adb5bd;
}

.modal-fullscreen {
	position: fixed;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	overflow: hidden;
}
.modal-fullscreen>.modal-dialog {
	position: fixed;
	margin: 0;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 0;
	max-width: 100% !important;
}
.modal-fullscreen>.modal-dialog>.modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #3c7dcf;
	border-radius: 0;
	box-shadow: none;
  }
  
  .modal-fullscreen>.modal-dialog>.modal-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50px;
	padding: 10px;
	background: #6598d9;
	border: 0;
  }
  
  .modal-fullscreen>.modal-dialog>.modal-title {
	font-weight: 300;
	font-size: 2em;
	color: #fff;
	line-height: 30px;
  }
  
  .modal-fullscreen>.modal-dialog>.modal-body {
	position: absolute;
	top: 50px;
	bottom: 60px;
	width: 100%;
	font-weight: 300;
	overflow: auto;
  }
  
  .modal-fullscreen>.modal-dialog>.modal-footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	padding: 10px;
	background: #f1f3f5;
  }
  .col-form-label-nm {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	font-size: inherit;
	line-height: 1.5;
  }
  .h-inline {
	display: inline;
  }

  .card-header-tab-left {
	display: block;
	border-bottom: 0;
  }

  .soft-border{
	border: 1px solid rgba(26, 54, 126, 0.125) !important; 
	border-width: 0px 1px 0px 0px !important;
	border-radius: 0px !important;
  }

  .form-group-mb2 {
	margin-bottom: 2px !important;
}
.card-body {
    flex: 1 1 auto;
    padding-top: 0.50rem !important;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
}

.folder-img-item{
	cursor: pointer;
	border: solid 1px #d5d5d5;
	margin: 2px;
	box-shadow: 2px 2px 2px #eee;
	border-radius: 2px;
}
.folder-img-item .row{
	background: #d5d5d5;
}
.folder-img-item h6{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 4px 4px 0px 4px;
}
.folder-img-item .button-layer {
    /*width: 30px;
    height: 30px;*/
    position: absolute;
    bottom: 3px;
    right: 1px;
    /*opacity: .6;*/
	z-index: 10;
	display: none;
}

.folder-img-item:hover .button-layer {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	/*width: 100%;*/
	justify-content: flex-end;
}

.select2-container .select2-selection--single{
	height:calc(1.8125rem + 2px);
}

.select2-container--bootstrap .select2-selection--single {
	padding: 5px 24px 5px 8px;
}

.select2-container--bootstrap .select2-selection {
	border-radius: .2rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: calc(1.8125rem - 4px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: calc(1.8125rem - 4px);
}


.dd2-content > .action-buttons{
    margin-top:-4px;
}

.small-font {
	font-size: 14px !important; 
}

.nonepad-table > tr > td {
	padding-left: 0.05rem !important;
	padding-right: 0.05rem !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	vertical-align: top;
}

.nonepad-table > tbody > tr > td {
	padding-left: 0.05rem !important;
	padding-right: 0.05rem !important;
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	vertical-align: top;
}

.clearLastCell {
	empty-cells: hide;
}
.group_members_line{
	display: block;
	width: 100%;
	border: solid 1px #eee;
	padding: 4px 8px;
	border-radius: 2px;
}
.div_info{
	width: 304px;
	z-index: 1001;
	position: absolute;
	border: 1px solid black;
	text-align: left;
	background-color: rgb(230, 230, 230);
	display: none;
	right: 15px;
	
	
}

.badge-hotel {
	color: #fff;
	background-color: #ec7063 
}
.badge-boutiquehotel {
	color: #fff;
	background-color:  #af7ac5  
}
.badge-villa {
	color: #fff;
	background-color: #5499c7
}
.badge-pension {
	color: #fff;
	background-color: #2ecc71  
}
.badge-restaurant {
	color: #fff;
	background-color: #f4d03f 
}
.badge-cafebar {
	color: #fff;
	background-color: #6495ED 
}
.badge-beachclub {
	color: #fff;
	background-color: #2c3e50  
}
.badge-store {
	color: #000;
	background-color: #a9cce3 
}
.badge-nationalpark {
	color: #fff;
	background-color: #d35400  
}
.badge-museum {
	color: #fff;
	background-color: #95a5a6 
}

/* Lightbox image preview */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

.lightbox-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: color 0.3s ease;
}

.lightbox-close:hover {
    color: #ccc;
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}