.btn-separator:after {
    content: ' ';
    display: block;
    float: left;
    background: #ADADAD;
    margin: 0 10px;
    height: 34px;
    width: 1px;
}


/* Estilos para Manejo de Reglas-Condiciones-Grupos */
.group{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #666;
}

.group-conditions{
    margin-left: 20px;
}

.alert-group{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #e6e6e6;
    border-color: #999999;
    padding: 15px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}

.condition, .group{
    margin-top: 15px;
    margin-bottom: 15px;
}

.operator-connector
{
    width: 80px;
    display: inline-table;
    vertical-align: bottom;
}


/****** Proveniente de maqueta AES ********/
/* Fix's de estilos */
.navbar-nav > .user-menu .user-image {
    border-radius: 15% !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 100% !important;
}

/*input validaciones */
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee !important;
}

.input-validation-error-select2
{
	border: 1px solid #ff0000;
	background-color: #ffeeee !important;
}

.atencionCliente
{
	color: #51c118 !important;
	font-size: 1.4em;
}

/* Fix para placeholder */
.select2-container .select2-search__field:not([placeholder = '']) {
     width: 100%!important;
}

.select2-container .select2-search,
.select2-container .select2-search__field {
    width: 100% !important;
}

/* para que no rompa input-group */
.custom-error-class {
    /*font-weight: 200;*/
    color:#a94442;;  /* negro */
}

.modal-circle-vu{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.modal-danger-vu{
    border-color: #c23321;
    background-color: #d33724;
}
.modal-header-vu {
    min-height: 6.42857143px;
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body-vu {
    position: relative;
    padding: 5px;
}
.modal-footer-vu {
    padding: 5px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-content-danger-custom-vu {
    border-color: #c23321;
    border-radius: 5px;
}

.modal-content-custom-vu {
    border-radius: 5px;
}

.modal-header-danger-custom-vu {
    border-color: #c23321;
    background-color: #d33724;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header-custom-vu {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-footer-custom-vu {
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.modal-open {
    overflow: inherit;
}

/* fix para tooltip en un renglon en span: https://stackoverflow.com/questions/25833199/bootstrap-tooltip-need-to-be-in-single-line */
.tooltip-inner {
    white-space:nowrap;
    max-width:none;
}

/* fix para glyphicon dentro del input text */
.inside-text-glyphicon i {
    position: absolute;
    bottom: 25px;
    right: 24px;
    top: auto;
    cursor: pointer;
}

/* fix para mantener la apariencia del anchor presente en el header de los panel-group */
/* unvisited link */
.panel-group  a {
    color:#000000;
}

/* visited link */
.panel-group a:visited {
    color:#000000;
}

/* mouse over link */
.panel-group a:hover {
    color:#000000;
}

/* selected link */
.panel-group a:active {
    color:#000000;
}

/* fix para bootstrap slider: se ve mal dentro de form-group*/
div .slider {
    display: inherit;
}

.whitespace {
    white-space:pre-line!important;
}

.customWrap {
    word-wrap: break-word; word-break: break-all; white-space: normal;
}

.grid-image {
    width: 80%;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.large-font {
    font-weight: bold;
    font-size: large;
}

body { padding-right: 0 !important }

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prevVideo,
.nextVideo {
margin-top: 15%;
cursor: pointer;
padding: 16px;
color: #666;
font-weight: bold;
font-size: 30px;
border-radius: 0 3px 3px 0;
-webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextVideo {
    right: 0;
}

/* Position the "next button" to the right */
.prevVideo {
    left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prevVideo:hover,
.nextVideo:hover {
    background-color: #F87C56;
    color: white;
}

.indicators {
    background-color: #F87C56;
    color: whitesmoke;
}

.cursor {
    cursor: pointer;
}

.active,
.demo:hover {
    color: white;
    border: white;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.caption {
    margin-top: 1%;
    margin-bottom: 1%;
}

#video {
    display: block;
    max-width: 100%;
}

.justify-center {
    justify-content: center;
}

#infoDropDownBody input {
    width: 100%;
}

.discarded-image-container {
    height: 90%;
}

.disable-all {
    pointer-events: none;
    cursor: default;
}

.box-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-box, .register-box {
    margin: 3% auto !important;
}

.float-right {
    float: right;
}

.sidebar-menu.disable-all > li > a {
    color: grey;
}

.bg-green-custom {
    background-color: #4E9A23;
}

.bg-darkgrey-custom {
    background-color: #444C5B;
}

.text-green-custom {
    color: #4E9A23;
}

.progress-bar-green-custom {
    background-color: #4E9A23;
}

.bg-cerulean-custom {
    background-color: #1D8FE3;
}

.bg-yellow-custom {
    background-color: #F5AC09;
}

.progress-bar-yellow-custom {
    background-color: #F5AC09;
}

.text-yellow-custom {
    color: #F5AC09;
}

.bg-red-custom {
    background-color: #AA0309;
}

.progress-bar-red-custom {
    background-color: #AA0309;
}

.text-red-custom {
    color: #AA0309;
}

.bg-orange-custom {
    background-color: #F48251;
}

.progress-bar-orange-custom {
    background-color: #F48251;
}

.text-white {
    color: #FFFFFF;
}

.bg-turquoise-custom {
    background-color: #4890A0;
}

.bg-violet-custom {
    background-color: #716CAA;
}

.bg-green2-custom {
    background-color: #26AA4A;
}

.bg-grey-empty{
    background-color: #cccccc !important;
}

.btn-custom {
    border: 1px solid;
    background: #ffffff;
    height: 3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-color: #bcbcbc;
}

#dashboard .btn-custom:not(:last-child){
    margin-right: 5px;
}

.flex-inline {
    display: flex;
    flex-direction: row;
}


.flex-space-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
}

.full-width{
    width: 100% !important;
}

.icon-inline {
    line-height: 41px;
    margin-left: 10px;
}

.link-custom {
    width: 100%;
    height: 3em;
    line-height: 2em;
    text-align: left;
    border: 1px solid #bcbcbc;
    color: #333333;
    background: #FFFFFF;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.link-custom:after {
    position: absolute;
    top: 0;
    right: 5px;
    content: '\f08e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin:0 0 0 10px;
    text-decoration:none;
}

#listaPorcentajes li {
    padding: 5px;
}

#listaPorcentajes li:not(:last-child) {
    border-bottom: 1px solid #F3F3F3;
}

#onboardingsPorCanales .info-box {
    min-height: 65px;
 }

#onboardingsPorCanales .info-box-icon {
    height: 65px;
    width: 65px;
    font-size: 40px;
    line-height: 65px;
}

.splide__slide img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

#dashboard hr.bg-yellow-custom{
    height: 1px;
}

/*caseManagement*/
.btnNewOperations {
    width: 100%;
    border-radius: 20px;
    border: none;

    background: radial-gradient(circle, rgba(236,240,245,1) 0%, rgba(236,240,245,1) 57%, rgba(255,255,255,1) 100%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20% 100%;
    transition: background-size .8s, transform 1s ease-out;
    opacity: 0.8;
    color: #717171c7;
}

.btnNewOperations:hover {
    background-size: 100% 100%;
}

.btnNewOperations i {
    transition: transform .5s ease-out;
}

.btnNewOperations:hover i {
    transform: rotate(90deg);
}

.btnNewOperations:active {
    color: #d7d7d7;
}

.btnNewOperation:focus {
    outline: none;
}

.caseManagementTable th {
    vertical-align: middle!important;
    text-align: center;
}

.caseManagementTable tbody tr:hover {
    background: rgba(158,125,154, 0.1);
}

.caseManagementTable td img{
    max-height: 100px;
    width: auto;
    /*border-radius: 10px;*/
}
.caseManagementTable td {
    vertical-align: middle!important;
    text-align: center;
    font-size: large;
}

.caseManagementTable td:last-child a {
    padding: 0;
    width: 50px;
    margin: 5px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.caseManagementTable td:nth-last-child(2) li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caseManagementTable td:nth-last-child(2) span {
    font-size: .9em;
    margin-right: 1em;
}

.caseManagementTable td:nth-last-child(2) i {
    font-size: .9em;
    margin-left: 1em;
}

.btn-video {
    width: 50px;
    color: #444;
    border: 1px solid #ddd;
    border-radius: 50px;

    background-image: -webkit-linear-gradient(315deg, rgba(244,244,244,1) 50%, rgba(68,68,68,1) 50%);
    background-image: linear-gradient(315deg, rgba(244,244,244,1) 50%, rgba(68,68,68,1) 50%);

    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 100%;

    -webkit-transition: background .5s ease-out, color .5s ease-out;
    transition: background .5s ease-out, color .5s ease-out;
}

.btn-video:hover {
    color: #fff;
    background-position: 0;
    border: 1px solid #ddd;
}

.btn-video:active {
    background-image: linear-gradient(315deg, rgba(126,126,126,1) 0%, rgba(126,126,126,1) 100%);
    transform: translateY(2px);
    color: #fff !important;
    border: 1px solid #ddd !important;
}

.btnAccept {
    color: green;
    border: 1px solid green;

    background-image: -webkit-linear-gradient(315deg, white 50%, green 50%);
    background-image: linear-gradient(315deg, white 50%, green 50%);

    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 100%;

    -webkit-transition: background .5s ease-out, color .5s ease-out;
    transition: background .5s ease-out, color .5s ease-out;
}

.btnAccept:hover {
    color: #fff;
    background-position: 0;
    border: 1px solid green;
}

.btnAccept:active {
    background: linear-gradient(315deg, rgba(132,255,132,1) 50%, rgba(132,255,132,1) 100%);
    transform: translateY(2px);
    color: #fff !important;
    border: 1px solid #84ff84 !important;
}

.btnDeny {
    color: red;
    border: 1px solid red;

    background-image: -webkit-linear-gradient(315deg, white 50%, red 50%);
    background-image: linear-gradient(315deg, white 50%, red 50%);

    background-size: 800px;
    background-repeat: no-repeat;
    background-position: 100%;

    -webkit-transition: background .5s ease-out, color .5s ease-out;
    transition: background .5s ease-out, color .5s ease-out;
}

.btnDeny:hover {
    color: #fff;
    background-position: 0;
    border: 1px solid red;
}

.btnDeny:active {
    background-image: linear-gradient(315deg, rgba(255,110,110,1) 50%, rgba(255,110,110,1) 100%);
    transform: translateY(2px);
    color: #fff !important;
    border: 1px solid #ff6e6e !important;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.width-auto{
    width: auto !important;
}

.margin-top-20px {
    margin-top: 20px;
}

.ad-users-message-panel-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ad-users-message-panel {
    border: 2px solid #367fa9;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.ad-users-message-panel-paragraph-1 {
    margin-bottom: 0%;
}

.ad-users-message-panel-paragraph-2 {
    margin-top: 0%;
}

.ad-users-message-panel-paragraph-3 {
    margin-top: 15px;
    margin-bottom: 0%;
}

.ad-users-message-panel-paragraph-4 {
    font-weight: bold;
    margin-top: 0%;
}

.ad-users-group-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
}

.ad-users-directory-filter {
    margin-right: 2em;
}

.label-success-vu{
    background-color:#5C933C;
    color: #ffffff;
}

.label-danger-vu{
    background-color:#A02328;
    color: #ffffff;
}

.label-warning-vu{
    background-color:#CDB363;
    color: #ffffff;
}

.label-default-vu{
    background-color:#C4C4C4
}
.inlineRight {
    display:inline-block;
    position:absolute;
    right:0;
    margin-right:8px;
}
.td-bold {
    font-weight:bold;
}
.td-customClass { white-space: initial !important }

table#grilla {
    width: 100% !important;
}

.special-hr{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px dotted #c0c0c0;
}

.salt-password{
    display: flex;
    align-items: end;
    margin-bottom: 15px;
}

.custom-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 15px;
}

.custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.custom-slider.custom-round {
    border-radius: 34px;
}

.custom-slider.custom-round:before {
    border-radius: 50%;
}

input:checked + .custom-slider {
    background-color: #F87C56;
}

input:checked + .custom-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}







