.new-color {
	background: #4E5252;
}

.new-color-card {
	background: #5E6965;
	color:#d4d4c9;
}

.new-color-top {
	background: #296579;
}

.navbar.navbar-absolute {
	z-index: 1028;
}

.swal2-title a {
	display: contents;
}

.sidebar-wrapper {
	overflow: hidden;
}

li:has('.active') a[data-toggle="collapse"] .caret {
    filter:	 progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.formActions {
	position: fixed;
	bottom: 5vh;
	right: 1vw;
	z-index: 9;
}

.bannerLogin {
	height:100px;
  background: rgba(255,255,255,0.6);
  position: fixed;
  bottom: 5vh;
  z-index: 9;
  width:100%;
  text-align: center;
}

#loading {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1059;
}

#loading .spin {
    color: #fff;
    font-size: 10vh;
    position: absolute;
    text-align: center;
    top: calc(50% - 10vh);
    width: 100%;
}

.js-enabled {
	display: none !important;
}

.dataTable thead > tr > th > button {
	border: 0px;
	background: transparent;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

table.dataTable > tbody > tr.child span.dtr-title button {
	border: none;
	color: #000;
	font-weight: bold;
	position: relative;
	pointer-events: none;
}

body.login-page .wrapper > footer {
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 2;
}

body.sidebar-mini .wrapper .main-panel .content > footer {
	padding-right: 15vw;
}

#floatingContainer {
	position: fixed;
	width: 80vw;
	height: 80vh;
	left: 10vw;
	top: 10vh;
	overflow: auto;
	z-index: 1050;
}

#floatingContainer .formActions {
	right: 10vw;
	bottom: 10vh;
}
#floatingContainer .dataTable thead tr th:last-of-type, #floatingContainer .dataTable tbody tr td:last-of-type {
	display: none;
}
#floatingContainer .dataTable tbody tr {
	cursor: pointer;
}

#floatingContainerClose {
	position: fixed;
    right: 10vw;
    top: 9vh;
    z-index: 2;
}


.table .img-container {
	width: 5vw;
}

.ck-editor__editable {
	min-height: 20vh;
}

:root {
	--ck-image-style-spacing: 1.5em;
}

.ck-content {
	& .image-style-side {
		float: right;
		margin-left: var(--ck-image-style-spacing);
		max-width: 50%;
	}

	& .image-style-align-left {
		float: left;
		margin-right: var(--ck-image-style-spacing);
	}

	& .image-style-align-center {
		margin-left: auto;
		margin-right: auto;
	}

	& .image-style-align-right {
		float: right;
		margin-left: var(--ck-image-style-spacing);
	}
}

*,
*:after,
*:before {
    transition: none !important;
}

.form-upload-simple {
	position: relative;
}

.form-upload-simple input[type=file] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.content.frame {
	min-height: 100vh;
	margin: 0;
}

#chatMessages .attachment {
	max-width: 100%;
	max-height: 90vh;
}

.ribbon {
 /*      z-index:-5000;
 *        */     /* background-color:#a00; */
         background-color:rgb(224, 128, 2);
         overflow:hidden;
         white-space:nowrap;
         text-align:center;
 /*      position:absolute;left:-100px;top:60px;
 *               -webkit-transform:rotate(-45deg);
 *                        -moz-transform:rotate(-45deg);
 *                                 -ms-transform:rotate(-45deg);
 *                                          -o-transform:rotate(-45deg);
 *                                                   transform:rotate(-45deg);
 *                                                     */
         -webkit-box-shadow:0 0 10px #888;
         -moz-box-shadow:0 0 10px #888;
         box-shadow:0 0 10px #888}

         .ribbon a {
                 border:1px solid #faa;
                 color:#fff;display:block;
                 font:bold 100% "Helvetica Neue",Helvetica,Arial,sans-serif;
                 font-size:35px;
                 margin:1px 0;
                 padding:15px;
                 /* padding:15px 100px; */
                 text-align:center;
                 text-decoration:none;
                 text-shadow:0 0 10px #444
         }

.img-card {
	width: 60px;
	height:60px;
	margin-right: 15px;
}

.card-page {
	background-color: #303030;
	color: white;
}

.card-page img {
	width: 100px;
	height:100px;
	margin-top: -40px;
}

.card-page .card-text-title {
	margin-top: -45px;
}

.bg-logo-cliente {
    height: 100px;  
    background-color: rgba(255, 255, 255, .65) !important;
		text-align: center;
}
