﻿
:root {
	--main-color: #76C45F;    
	--main-color-dark: #a5a055;
	--main-color-danger: #e31d2d;
	--main-color-shadow: rgba(0,0,0,0.35);
    --input-border-color: #d1d1d1;
    --input-border-color-focus: #8ACC76;
}

body
{ 
	background-color: #F3F3F3;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: Transparent;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 2px rgba(200,200,200,1);
	background-color: var(--main-color);
	/*background-color: #fff;*/
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: Transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
  color: #989898;
}

a:focus, a:hover {
	/*color: #8d8a61;*/
	text-decoration: none;
	text-shadow: 1px 1px #c2c2c2
}

h5 
{
    color: #333333;
}
.cropArea-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cropArea {
	overflow: hidden;
}

label, span
{    
    color:#989898;
}

.nav-item {
	margin: 2px;
}

.nav-item > a:hover {
		color: #222222 !important;
	}

.navbar-toggle {
	display: block;
	float: none;
	border-radius: 27px !important;
}

.menu-modal .modal-dialog {
	margin: 0;
	width: fit-content;
}

.menu-modal .modal-dialog .modal-content {
	height: 100vh;
	width: 300px;
	border-radius: 0px 9px 9px 0px !important;
}

	.menu-modal .modal-body {
		padding-left: 0px;
		padding-right: 0px;
	}

.menu-modal .page-sidebar{
	float: none;
	width: auto;
}

.page-sidebar{
	z-index: 1001;
	position: relative;
	background-color: white;
	margin: 0px;
	/*float: none;
	width: 100%;*/
}
.page-visibility-options {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	align-content: center !important;
}
.align-center {
	align-items: center;
	display: flex;
}

.padding-styled{
	padding: 24px 30px 18px 30px;
}

.margin-bottom-logo{
	margin-bottom: 20px;
}

.container-styled{
	background: #FFFFFF 0% 0%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.16);
	border-radius: 20px !important;
	opacity: 1;
    width: min-content;
}

.footer-styled{
	text-align: center;
	font-size: 11px;
	color: #222222;
	margin: 0;
	position: inherit;
	margin-top: 2em;
}

.label{
	font-size: 14px; 
	color: #222222; 
	font-weight: 600;
}

.edit-label{
	font-size: 18px; 
	color: #222222; 
	font-weight: 600;
}

.uib-day .btn {
	margin-left: 2px;
}

.btn {
	outline: 0 !important;
	margin-left: 15px;
}

button[disabled], html input[disabled] {	
	background-color: #cccccc !important;
}

.btn-styled, .btn-styled:hover, .btn-styled:focus{
	/*background: var(--main-color);
	border-radius: 24px !important;
	opacity: 1; 
	float: right;
	font-size: 18px;
	padding: 10px 18px 13px 18px;
	color: #FFFFFF;
	width: 103px;
	height: 50px;
	overflow: hidden;*/
	background: var(--main-color);
	border-radius: 24px !important;
	opacity: 1;
	float: right;
	font-size: 14px;
	padding: 5px 5px;
	color: #FFFFFF;
	/*width: 90px;*/
	/*height: 45px;*/
	overflow: hidden;
}

.customer-logo-nav{
	display: flex;
	align-content: center;
    text-align: end;
}

.nav-userName{
	font-size: 16px;
	color: #616161;
	margin: 0;
}

.nav-logoutLink{
	font-size: 12px;
	color: #989898;
}

.nav-logoutLink:hover{
	font-size: 12px;
	color: #989898;
}

.input-styled{
	background-color: #ffffff; 
	border: 1px solid var(--input-border-color) !important;
	border-radius: 5px !important;
	opacity: 1;
	font-size: 14px;
    padding-left: 14px;
    height: 32px;
    width: 225px;
}

.input-styled:focus{
	outline: none !important;
	border: 2px solid var(--input-border-color-focus) !important;
}
.input-hidden{
   visibility:hidden;
   position:absolute;
   top:0;
   left:0

}

.no-margin-right{
	margin-right: 0;
} 

.no-padding{
	padding: 0;
}

.img-autoAdjustable{
	height: -webkit-fill-available;
}

.page-sidebar.navbar-collapse
{
	position: absolute;
	box-shadow: 0px 19px 36px rgba(0,0,0,0.26);
}

.page-sidebar .page-sidebar-menu > li > a
{
    background-color: white;
    color: #222222;
    font-size: 16px;
    font-weight: 600;
    padding: 11px 0px 11px 36px;
}

.page-sidebar .page-sidebar-menu > li > a:hover
{
    background-color: #F8F8F8;
    color: #222222;
    border-left: solid 4px var(--main-color);
	font-size: 16px;
    font-weight: 600;
    padding: 11px 0px 11px 32px;
}

.page-sidebar .page-sidebar-menu > li.open > a, 
.page-sidebar .page-sidebar-menu > li.active.open > a, 
.page-sidebar .page-sidebar-menu > li.active > a
{
    background-color: #F8F8F8;
    color: #919191;
    border-left: solid 4px var(--main-color);
	font-size: 1.1em;
}

.page-sidebar .page-sidebar-menu > li > a > i,
.page-sidebar .page-sidebar-menu > li.open > a > i, 
.page-sidebar .page-sidebar-menu > li.active.open > a > i, 
.page-sidebar .page-sidebar-menu > li.active > a > i
{
	font-size: 1.1em;
}

.page-sidebar .page-sidebar-menu ul
{
	list-style: none;
    /*margin-top: -6px;*/
	margin-bottom: 11px;
	padding-left: 48px;
    padding-right: 16px;
}

	.page-sidebar .page-sidebar-menu ul > li > a {
		background-color: white;
		font-size: 14px;
		padding-left: 11px;
		font-family: roboto;
		font-size: 16px;
		color: #616161;
	}

.page-sidebar .page-sidebar-menu ul > li > a > i,
.page-sidebar .page-sidebar-menu ul > li.open > a > i, 
.page-sidebar .page-sidebar-menu ul > li.active.open > a > i, 
.page-sidebar .page-sidebar-menu ul > li.active > a > i
{
}

.panel
{
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 31px;
}

.panel-body
{
	background-color:#FFFFFF;
    /*border: solid 1px #E1E1E1 !important;*/
    border: none !important;
	border-radius: 0px !important;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: 0px 14px 6px 19px;
}

.text-overflow {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.textHidden {
    overflow: hidden;
}

    .textHidden h4 {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.card-title{
	overflow: hidden;
	white-space: nowrap;
	padding-top: 5px;
	padding-bottom: 1px;
	margin: 0;
	text-overflow: ellipsis;
	color: #616161;
}

.list-item-detail>span{
	font-size: 14px;
    color: #989898;
}

.list-item-detail>span>span{
	font-size: 14px;
    color: #989898;
}

.card-description>span{
	font-size: 14px;
	color: #989898;
}

.card-description>span>span{
	font-size: 14px;
	color: #989898;
}

.card-description{
	font-size: 14px;
	color: #989898;
}

card-description-promo {
    font-size: 0.8em;
    color: #989898;
}

.panel .panel-body {
    font-size: 1em;
}

.panel-heading
{
	background-color: #ffffff !important;
	border-bottom: none;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}

.panel.panel-grid .panel-body
{
	border-radius: 10px !important;
	height: 136px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
}

.panel.panel-grid .panel-heading
{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.panel.panel-grid .panel-heading.full-img
{
	background-color: #CFD0D2;
	padding: 0;
	overflow: hidden;
	height: 154px;
	text-align: center;
}

.panel-heading + .panel-body,
.panel.panel-grid .panel-heading + .panel-body,
.panel.panel-notif-usr .panel-heading + .panel-body
{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-top: none;
}

.panel.panel-notif > .panel-body
{
	padding: 0;
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.16);
	overflow: hidden;
}

.panel.panel-notif .panel .panel-body
{
	border-bottom-left-radius: 0 !important;
	box-shadow: none;
}

.panel.panel-notif .panel .panel-heading
{
	background-color: white;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 10px !important;
	box-shadow: none;
}

.panel.panel-notif .list-group
{
	border-radius: 0 !important;
	/*border-right: solid 1px #F3F3F3;*/
	box-shadow: none;
	margin-bottom: 0px;
}

.panel.panel-notif .list-group-item
{
	border-radius: 0 !important;
}

.panel.panel-notif .list-group:first-child
{
	border-top-left-radius: 10px !important;
}

.panel.panel-notif .list-group:last-child
{
	border-bottom-left-radius: 10px !important;
}

.panel.panel-notif .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 10px !important;
}

.panel.panel-notif .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: 10px !important;
}

.panel.panel-notif .list-group-item.header {
	background-color: #E3E3E3;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.panel.panel-notif .list-group-item.header span {
	color: #222222;
	font-size: 0.6em;
}

.panel.panel-notif-msg > .panel-body
{
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.16);
}

.panel.panel-notif-usr
{
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.16) !important;
}

.panel.panel-notif-usr > .panel-heading
{
	background-color: white;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	box-shadow: none;
}

.panel.panel-notif-usr > .panel-body
{
	border-radius: 10px !important;
	box-shadow: none;
}

.form .form-body, .portlet-form .form-body {
    padding: 15px;
}

.portlet.bordered {
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px #00000055;  
}

.video{

	border-radius: 10px !important;
	box-shadow: 2px 2px 10px #00000055;
 
}
.video-aligment-thumbnail {
    display: flex;
    justify-content: space-evenly;
}

.video-edit{

    margin-top: 25px;
}



.form-control
{
	border-radius: 3px !important;
	border: solid 1px #D8D8D8;
	background-color: #fcfcfc !important;
	color: #6A6A6A;
}
.form-control[disabled] {
	background-color: #fcfcfc !important;
	color: #ABABAB !important;
}
.form-control:focus, .form-control:active, .form-control:focus:active
{
    border: solid 2px var(--main-color);
    background-color: #F7F7F7;
	color: #6A6A6A;
}

.login-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.btn-login {    
	font-size: 1.1em;
    background-color: var(--main-color);
    color:white;
}
.btn-login:focus, .btn-login:hover, .btn-login:active, .btn-login:focus:active,
.btn-login.focus, .btn-login.focus:active,
.btn-login.active.focus, .btn-login.active:focus {
	font-size: 1.1em;    
    background-color: var(--main-color-dark);
    color:white;
}

.btn-default {
    background-color: white;
    border-color: var(--main-color);
    border-width: 2px;
	padding: 4px 18px 6px 18px;
	color:#4D4F5C;
	border-radius: 17px !important;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:focus:active,
.btn-default.focus, .btn-default.focus:active,
.btn-default.active.focus, .btn-default.active:focus,
.btn-default.active.hover, .btn-default.active:hover {
    background-color: #F3F3F3;
    border-color: var(--main-color);
    border-width: 2px;
	padding: 4px 18px 6px 18px;
    color:#4D4F5C;
	opacity:0.8;
}

.btn-default.circle {
	border-radius: 50% !important;
	width: 30px;
    height: 30px;
	padding: 0;
}
.btn-default-danger {	
	border-color: var(--main-color-danger) !important;
	color: var(--main-color-danger) !important;
}

.btn-principal {  

    /*background-color: white;
    border-color: var(--main-color);
    border-width: 2px;
	padding: 4px 13px 6px 13px;
	color:#4D4F5C;
    margin-right: 5px;
	border-radius: 17px !important;*/
    
    background-color: var(--main-color);
	color:white;
	border-radius: 17px !important;
    padding: 4px 13px 6px 13px;
}
.btn-back {
    background-color: white;
    border-color: var(--main-color);
    border-width: 2px;
    width: 80px;
    padding: 4px 13px 6px 13px;
    color: #4D4F5C;
    border-radius: 17px !important;
}

.action-buttons > .btn-principal {    
	margin-left: 24px;
}

.action-buttons > .btn-default {    
	margin-left: 24px;
}

.btn-principal:focus, .btn-principal:hover, .btn-principal:active, .btn-principal:focus:active,
.btn-principal.focus, .btn-principal.focus:active,
.btn-principal.active.focus, .btn-principal.active:focus {    

    background-color: var(--main-color);
    color:white;
	opacity: 0.8;
}

.btn-menu {    
    background-color: var(--main-color);
	padding: 5px;
    color:white;
	border-radius: 50% !important;
	width: 42px;
	height: 42px;
    margin-left: 13px;
	font-size: 1.2em;
}
.btn-menu:focus, .btn-menu:hover, .btn-menu:active, .btn-menu:focus:active,
.btn-menu.focus, .btn-menu.focus:active,
.btn-menu.active.focus, .btn-menu.active:focus {    
    background-color: var(--main-color);
	padding: 5px;
    color:white;
	opacity: 0.9;
}

.btn-danger {
	color:white;
	border-radius: 17px !important;
}
.btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:focus:active,
.btn-danger.focus, .btn-danger.focus:active,
.btn-danger.active.focus, .btn-danger.active:focus {
    color:white;
}

.btn-square {
	border-radius: 5px!important;
    background-color: #F3F3F3;
    border-color: gray;
    border-width: 2px;
    color: gray;
	padding: 5px 8px;
}
.btn-square:focus, .btn-square:hover, .btn-square:active, .btn-square:focus:active,
.btn-square.focus, .btn-square.focus:active,
.btn-square.active,
.btn-square.active.focus, .btn-square.active:focus {    
    background-color: #F3F3F3;
    border-color: var(--main-color);
    border-width: 2px;
    color:var(--main-color);
	padding: 5px 8px;
}

.action-buttons-group {
	padding-right: 15px;
}

/* File input button */
label.btn-default.circle.btn-file {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.btn-file > input[type="file"]
{
	height: 0;
	width: 0;
}
/*********************/

.main-bar {
	background-color: white;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	height: 74.9px;
}

.main-bar .container-logo > .customer-logo {
	max-height: 90px;
}

.customer-logo-nav .customer-logo {
	height: 50px;
}


.container-fluid-main-navbar {
	display: flex;
	align-items: center;
	padding: 0;
	/*height: auto;*/
    justify-content: space-between;
}

.modal-footer {
	border-top: 0px solid #e5e5e5;
	background-color: #fff;
	border-radius: 9px !important;
    width: 100%;
	/*position: absolute;*/
	bottom: 0;
}

.container, .container-fluid-bar {
	padding-left: 11%;
	padding-right: 11%;
}

.container, .without-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.page-title-bar {
	display: flow-root;
	padding-bottom: 25px;
	padding-top: 25px;
}
.page-bar {
	background-color: transparent;
	display: flex;
	align-items: center;
	margin-bottom: 25px;	
	padding: 0px;
}

.action-buttons-list {
	align-self: center;
}

.page-bar .subtitle {
	color: var(--main-color);
}

.page-bar .action-buttons {
	padding: 15px 0px 0px 20px;
	display: flex;
    justify-content: flex-end;
}
.divider{
	border-bottom: 1px solid #c2c2c2;
	padding-bottom: 10px;
	margin-left: 25px;
	border-bottom: 1px solid #c2c2c2;
}

.step-bar {
	background-color: white;
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.16);
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.notif-icon
{
	background-color: #959595;
    color: white;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    /* font-size: 1.5em; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.notif-icon.notif-icon-link
{
	background-color: #4385D4;
}

.notif-icon.notif-icon-image
{
	background-color: #FFA340;
}

/* Steps override */
.mt-element-step .step-line .mt-step-col {
	padding: 10px 0;
	text-align: left;
}
.mt-element-step .step-line .mt-step-col:after {
    content: '';
	position: absolute;
    background-color: var(--main-color);
    height: 3px;
    width: 90%;
    top: 50%;
    transform: translateY(-100%);
}
.mt-element-step .step-line .mt-step-col.last:after {
    content: none;
}
@media (max-width: 991px) {
	.mt-element-step .step-line .mt-step-col:after {
		content: none;
	}

}



.mt-element-step .step-line .mt-step-number {
	background-color: white;
	border-color: var(--main-color);
	color: var(--main-color);
	float: left;
}

.mt-element-step .step-line .mt-step-number:after {
    content: none;
}

.mt-element-step .step-line .current .mt-step-number {
	background-color: var(--main-color);
	color: white;
}

.mt-element-step .step-line .done .mt-step-number {
	border-color: var(--main-color);
	color: var(--main-color);
}

.mt-element-step .step-line .mt-step-title {
	color: #616161;
	font-size: 14px;
	padding-top: 10px;
} 
.mt-element-step .step-line .mt-step-title:before {
    content: none;
}
.mt-element-step .step-line .mt-step-title:after {
    content: none;
    background-color: var(--main-color);
	width: 100%;
	top: 100%;
	left: 0;
	transform: none;
}

.mt-element-step .step-line .mt-step-content {
    color: #989898;
}
/************************/

/* Checkbox override */
.mt-checkbox > span:after {
    left: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
	border: solid 2px var(--main-color);
	background-color: var(--main-color);
    transform: none;
}
/************************/

.notif-preview .msg-container
{
	z-index: 1;
	position: absolute;
	color: white;
	overflow: hidden;
    border-top-left-radius: 17% !important;
    border-top-right-radius: 17% !important;
	height: 100%;
	width: 86%;
    left: 8%;
}

.notif-preview .msg-container .msg-bar
{
    background-color: var(--main-color);
    height: 14%;
    display: flex;
    align-items: flex-end;
}

.align-right {
	justify-content: flex-end;
	display: flex;
}

.notif-preview .msg-container .msg-bar > i
{
    padding-left: 20px;
	padding-bottom: 20px;
}

.notif-preview .msg-container .msg-box {
    position: relative;
    width: 100%;
	margin-top: 10px;
}

.notif-preview .phone
{
	z-index: 2;
	position: relative;
}

.pagination > li > a {
	background-color: white;
	color: #989898;
	border: none;
	margin-left: 0;
	margin-right: 0;
}

.dataTables_scrollBody {
	height: calc(100vh - 400px);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: contents;
	padding: 0px;
	margin-left: 0px;
	border: 0px solid transparent;
	border-radius: 2px;
}

/*.pagination > li > a.circle {
	border-radius: 0% !important;
	width: 40px;
    height: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > li > a.circle.arrow {
	border: solid 1px #76C45F;
}

.pagination > li > a.circle [class*=" glyphicon-"] {
	top: 0;
}

.pagination > li > a:focus, 
.pagination > li > a:hover {
    background-color: white;
	color: #616161;
	box-shadow: 3px 3px 6px var(--main-color-shadow);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover {
	color: #76C45F;
	border: solid 1px var(--main-color);
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover {
    background-color: white;
	color: #616161;
	border: solid 2px var(--main-color);
}*/
.pagination {
	margin: 10px 0;
	font-size: 14px;
}

.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination > li > span:focus, 
.pagination > li > span:hover {
	z-index: 2;
	color: #dddddd;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	z-index: 3;
	color: #777;
	background-color: #ffffff;
	border-color: #bfbb82;
	cursor: default;
	border-color: var(--main-color);
	border-style: solid;
	border-width: 1px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 1px 8px;
	line-height: 1.42857;
	text-decoration: none;
	color: #bfbb82;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination > li:first-child > a, 
.pagination > li:first-child > span {
	margin-left: 0;	
	border-radius: 50% 0% 0% 50% !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	margin-left: 0;
	border-radius: 0% 50% 50% 0% !important;
}

.dropdown > .dropdown-menu {
	border-radius: 10px !important;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.16);
	padding: 10px;
}

.dropdown-menu
{
	font-family: inherit;
}

.dropdown-menu li.check-container
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-notif-usr .table-responsive
{
	min-height: 400px;
}

.table-notif-usr .dropdown-menu
{
	max-height: 350px;
    overflow: auto;
}

.table-notif-usr thead
{
	border-bottom: solid 2px #D1D1D1 !important;
}

.table-notif-usr th,
.table.table-notif-usr > thead > tr > th
{
	vertical-align: middle;
}

.table-notif-usr th.filter:hover,
.table-notif-usr th.filter.filtered
{
	background-color: rgba(152, 152, 152, 0.2);
}

.table-notif-usr th .dropdown
{
	display: flex;
	align-items: center;
}

.table-notif-usr th h5
{
	color: #333333;
	margin: 0;
	display: flex;
	align-items: center;
}

.table-notif-usr th span i
{
	color: var(--main-color);
}

.table-notif-usr td
{
	color: #989898;
}

.items-assigned-container{
	height: 436px;
    overflow: auto;
}


/* MODAL */

.modal-content-menu{
	border-radius: 0px 9px 9px 0px !important;
}

.modal-content {
	border-radius: 9px 9px 9px 9px !important;
}

.modal-body {
	overflow: auto !important;
	height: 380px;
	padding: 0px 15px;
}

.modal-body-without-content {
	display: flex;
	height: 450px;
    justify-content: center;
    align-items: center;
}

.modal-header{
	padding: 0px 15px 10px 15px;
}

.sidebar-header{
	padding: 30px 15px 24px 15px;
    text-align: center;
}

.customer-logo{
	width: 179px;
    height: 46px;
}

.customer-sidebar-logo{
	width: 80%;
    height: auto;
}

.container-logo-sidebar{
    text-align: center;
}

.modal-header .magazine-edit-header {
	margin: 0;
}
.table-notif-usr tr {
	color: #989898;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.modal-pagination {
display: flex;
justify-content: center;
}
.table .legacyCode {
	max-width: 6vw !important;
}

.table .name {
	max-width: 15vw !important;
}

.table .version {
	max-width: 10vw !important;
}
.img-content-message {
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: calc(100vh - 430px)
}
.img-messaje {
	max-height: calc(100vh - 420px);
	align-self: center
}
.message-selected {
	background: var(--main-back-color);
}
.message-detail {
    height: calc(85vh - 260px) !important
}
.message-detail-content {
	word-wrap: break-word;
}
.message-selected:hover {
	background: var(--main-back-color);
	color: #fff !important;
}
.message-body {
	max-height: calc(100vh - 376px);
	overflow-y: auto;
	overflow-x:hidden;
}
load-more {
	position:absolute;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
}

.no-message {
	height: calc(100vh - 250px);
	align-items: center;
	justify-content: center;
	display: flex;
}

.dataTables_wrapper .dataTables_filter input {
	width: 200% !important;
}

.dataTables_paginate {
	display: flex;
	align-items: center;
	justify-content: center;
	float: none !important;
}
.loader-container {
	position: relative;
}

	.loader-container .loader {
		position: absolute;
		right: 50%;
		bottom: 3px
	}

chip-tmpl {
	display: inline-block;
	margin: 0 5px 5px 0;
}

.default-chip {
	border: 2px solid #e0e0e0;
	border-radius: 5px !important;
	background: #ececec;
	padding: 5px;
}

chip-tmpl:focus {
	outline: none;
}

chip-tmpl:focus .default-chip {
	border: 2px solid #9e9e9e;
	background: #9e9e9e;
	color: white !important;
}
chip-tmpl:focus .default-chip > span {
	color: white !important;
}

.chip-failed .default-chip {
	color: red;
}

chips {
	display: block;
	padding: 5px;
}

chips > div {
	display: inline;
}

chips > div > input {
	height: 100%;
	border: none;
	font-size: 14px;
}

chips > div > input:focus {
	outline: none;
}

.chip-out-focus {
	border-bottom: 1px solid #e0e0e0;
}

.chip-in-focus {
	border-bottom: 1px solid #106cc8;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: var(--main-color) !important;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.hiddenPage {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	height: 30px;
	font-size: 14px;
}

.img-index {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	margin: 5px;
	margin-left: 40px;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 1px 1px #c2c2c2;
}