
.tab-debrief .section-group .row:nth-child(even) {
    background-color: rgba(0,0,0,.05);
}

.debrief-indent-section {
	width: 100%;
}

.debrief-indent-section .debrief-indent {
	float: left;
}

.tab-debrief .section-group .row .debrief-indent-section:nth-child(even) {
    background-color: #ffffff;
}

.tab-debrief.active {
    overflow: auto;
}

.tab-debrief .section-group .suite-table-row:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.row.no-bg {
    background-color: transparent !important;
}

#columnSortList .list-group-item {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: baseline;
    cursor: move;
}

#columnSortList .list-group-item:hover {
    background-color: #f3f2f2;
    border-radius: 10px;
}

#columnSortList .list-group-item i {
    padding: 0 15px 0 5px;
}

.column-default {
	font-weight: bold;
	color: red;
}

.invoice-dashboard a {
	color: #000;
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1540px!important;
    }
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 980px;
    }
}


.customer-web-image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999999;
  width: 100%;
}

.customer-web-image:hover {opacity: 0.7;}

/* The Modal (background) */
.cust-web-img-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

body.img-modal-open { overflow: hidden; }

/* Modal Content (image) */
#cust-web-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 550px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.cust-web-modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.img-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.img-modal-close:hover,
.img-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .cust-web-modal-content {
    width: 100%;
  }
}

#cust-img-modal img {
	width: 100%;
	max-height: calc(90vh - 3.25rem);
}

@media (min-width: 768px) {
    .right-menu {
    	width: 55px;
        max-width: 55px;
        display: block !important;
    }
}

.right-menu {
	display: none;
}

.right-menu > .menu-item {
    margin-top: .5rem !important;
}
.right-menu > .menu-item:first-child {
    margin-top: 0px !important;
}

.suite-btn {
	position: relative;
	z-index: 9999999;
}
