.middle-login .block-flat {
  border-radius: var(--border-radius-box);
}
#login-form button[type="submit"] {
  font-size: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
#login-username {
  border-radius: 0px;
  border-top-right-radius: var(--border-radius-input);
  border-bottom-right-radius: var(--border-radius-input);
}
form .input-group-addon {
  border-top-left-radius: var(--border-radius-input);
  border-bottom-left-radius: var(--border-radius-input);
}
form .form-control {
  border-radius: var(--border-radius-input);
}
.btn {
  border-radius: var(--border-radius-input);
}
.th-right{
    text-align:right !important;
    padding-right: 6px !important;
}
.th-center{
    text-align:center !important;
}
.navbar-default .container-fluid .navbar-header .navbar-toggle {
  padding: 4px;
  border: 0;
}
.navbar-default .container-fluid .navbar-header .fa.fa-bars {
  font-size: 24px;
  color: var(--color-primary);
}
.navbar-default .container-fluid .dropdown.open .dropdown-toggle {
  background-color: var(--color-bg-selection);
}
.navbar-default .container-fluid #dropdown-notificactions #dropdown-sites #dropdown-help .dropdown-toggle {
  border: 0 !important;
}
/*Padding left and righ for top-righ options 'Help, Notifications, Sites' */
.dropdown-padding{
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
/*Margin top for icon active site on righ for top-righ option 'Sites' */
.site-active-options{
  top: 12px !important;
}
.navbar-default .container-fluid #dropdown-notificactions #dropdown-sites #dropdown-help .fa.fa-bell .fa.fa-building .fa.fa-question-circle{
  font-size: 18px;
}
/*update size for top-righ options 'Help, Notifications, Sites'*/
.navbar-default .user-nav > li.button > a > i {
  font-size: 16px !important;
}
/*Delete border for top-righ options 'Help, Notifications, Sites' */
.li-border{
  border: none !important;
}
.navbar-default .container-fluid .dropdown.profile_menu > a {
  font-size: 14px;
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.navbar-default .container-fluid .dropdown.profile_menu li a {
  padding: 8px 15px;
}
.navbar-default .container-fluid .dropdown-menu {
  min-width: 190px;
  padding: 0px;
  border-radius: var(--border-radius-box) !important;
  border-top-right-radius: 0 !important;
  margin-right: -16px;
}
.navbar-default .container-fluid .dropdown-menu .divider {
  margin: 0;
}
.navbar-default .container-fluid .dropdown-menu li:first-child a {
  padding-top: 10px;
}
.navbar-default .container-fluid .dropdown-menu li:last-child a {
  padding-bottom: 10px;
}
.navbar-default .container-fluid .dropdown-menu li a:hover {
  background-color: var(--color-bg-selection);
}
.navbar-default .container-fluid .dropdown-menu li a i {
  margin-right: 7px;
}
.cl-sidebar {
  background: var(--color-bg-sidebar);
  box-shadow: 3px 5px 5px #5c6e7747;
}
.cl-sidebar .menu-space {
  background: var(--color-bg-sidebar);
}
#collapsebuttonlogotyrbook {
  padding-top: 0 !important;
}

.cl-vnavigation .parent a {
  border-bottom: 0;
  font-weight: 600 !important;
  color: var(--color-btn-sidebar);
}

.cl-vnavigation .parent a:hover {
  background-color: var(--color-btn-sidebar-hover);
}

.cl-vnavigation .sub-menu .sub-menu, .cl-vnavigation .sub-menu .sub-menu li > a {
  background-color: var(--color-btn-parent);
}

.cl-vnavigation .sub-menu .sub-menu li > a:hover {
  background-color: var(--color-btn-sidebar-hover);
}

.select2-choice {
  border-radius: var(--border-radius-input) !important;
}
.select2-search {
  border-radius: var(--border-radius-input) !important;
}
.select2-search input {
  border-radius: var(--border-radius-input) !important;
}
.table-responsive {
  border-radius: var(--border-radius-input);
}
.table-responsive .dataTables_length select {
  border-radius: var(--border-radius-input) !important;
}
.table-responsive .dataTables_filter input {
  border-radius: var(--border-radius-input) !important;
}
.table-responsive .table-bordered {
  border-radius: var(--border-radius-input);
}
.table-responsive thead tr th {
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.table-responsive tbody tr td {
  border: 0;
}
.table-responsive tbody tr td .btn {
  margin-right: 10px;
  padding: 2px 7px;
}
table tr:nth-child(2n) {
  background: #ececec;
}
.dataTables_wrapper .dataTables_length select {
  border-radius: var(--border-radius-input) !important;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: var(--border-radius-input) !important;
}
.table {
  border-radius: var(--border-radius-input);
  margin-top: 10px;
}
.table thead tr th {
  border: 0;
  border-bottom: 1px solid #dddddd;
}
.table tbody tr td {
  border: 0;
}
.table tbody tr td .btn {
  margin-right: 10px;
  padding: 2px 7px;
}
:root {
  --border-radius-input: 3px;
  --border-radius-box: 4px;
  --color-primary: #1987e8;
  --color-bg-selection: #eaeef3;
  --color-bg-sidebar: #f5f3f3;
  --color-btn-sidebar: #728da5;
  --color-btn-sidebar-hover: #e4e4e4;
  --color-btn-parent: #f9f5df;
}

.cl-vnavigation .parent ul li.active a {
  border-left: 1px solid var(--border)!important;
}
.cl-vnavigation .active > a {
  border-left: 1px solid var(--border)!important;
}
.introjs-bullets {
    display: none;
}
.hide-margin-row
{
    margin-left:0px !important;
    margin-right:0px !important;
}
.stylebuttonimage
{
    font-size:11px;
    color:#fff;
    background-color: #60C060;
    border-color: #54A754;
}
/*Css funcional*/
/*Questions & Help Message*/
.fab-message {
    position: fixed;
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 15
}

.fab-message__button {
    float: right;
    padding: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.fab-message__content {
    background: #fff;
    box-shadow: none;
    color: #151515;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3f3f3f
}
.style-icon-building{
    position: unset !important;
    margin-right: 10px !important;
}

.style-image{
    width: 20px; 
    margin-right:10px;
}

li.dropdown.open ul.dropdown-menu li a.style-without-icon{
    border-top: 1px solid #e4e4e4;
    background: #f2f2f2;
    color: black;
    padding-top: 10px;
    padding-left: 10px;
    overflow: auto;
}
.style-i-without-icon{
    position: unset !important;
}
li.dropdown.open ul.dropdown-menu li a.style-without-icon:hover {
    background-color: var(--color-btn-sidebar-hover);
}

.style-nano-scroller{
    min-height: 200px;
    height: auto !important;
}

.style-content{
    right: -10px !important; 
    position:relative !important; 
    overflow: hidden !important;
}

.fab-message__content h3 {
    color: #9C27B0;
}

@media (min-width: 1400px) {
    .fab-message__button {
        margin-right: 50px
    }

    .fab-message__content {
        padding: 20px 200px
    }
}

.fab-message.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 15
}

.fab-message.is-open .fab-message__button {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em)
}

.fab-message.is-open .fab-message__content {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)
}

/*FAB Button*/
.at-button {
    position: absolute;
    right: 24px;
    bottom: 24px;
    background: #9C27B0;
    width: 48px;
    height: 48px;
    padding: 12px;
    z-index: 15;
    border-radius: 100%;
    box-sizing: border-box;
    color: #666;
    -webkit-animation: at-ripple .6s linear infinite;
    animation: at-ripple .6s linear infinite;
}

.at-button i {
    align-content: center;
    color: #ffffff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

/* etiqueta a*/

.centrado{
    text-align: center;
    font-size: 19px;
}
.messages-chat-react{
    width: 380px;
    height: auto;
}
.messages{
    margin-bottom: 80px;
    background-color: #081649;
    color: #ffffff;
    width: 97%;
    height: 186px;
    padding: 17px 53px 0px 52px;
}

.floating-chat.expand {
    width: 250px;
    max-height: 400px;
    height: 400px;
    border-radius: 5px;
    cursor: auto;
    opacity: 1;
}
.text-box{
    border-radius: 3px;
    width: 100%;
}
/*Fin css funcional*/


.circulo-silver {
    background-color: #aaa;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    margin-left: -8px;
    border: 2px solid #ffffff;
}

.circulo-red {
    float: right;
    background-color: red;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: relative;
    margin-top: 4px;
}

.circulo-green {
    background-color: #4caf50;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    margin-top: 20px;
    margin-left: -8px;
    border: 2px solid #ffffff;
}

/* Nuevo Chat React*/
.chatbox {
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 260px;
    width: 215px;
    height: 342px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;

    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);

    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: column;
    flex-direction: column;
}

.chatbox--tray {
    bottom: -305px;
}

.chatbox--closed {
    bottom: -345px;
}

.box-comment:hover{
    background: #e9ebee;
}

.chatbox__title,
.chatbox__body {
    border-bottom: none;
}

.chatbox__title {
    min-height: 40px;
    padding-right: 10px;
    background-color: #1f2836;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;

    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    align-items: center;
}

.chatbox__title h5 {
    height: 40px;
    margin: 0 0 0 15px;
    line-height: 40px;
    position: relative;
    padding-left: 20px;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.chatbox__title h5 a {
    color: #fff;
    max-width: 195px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chatbox__title h5:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    background: #4CAF50;
    border-radius: 6px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chatbox__title__disconnect h5:before {
    background: #aaaaaa;
}

.chatbox__title__tray,
.chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    opacity: 0.5;
    cursor: pointer;

    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
    position: absolute;
    right: 5px;
    top: 7px;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
    opacity: 1;
}

.chatbox__title__tray span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-bottom: 2px solid #fff
}

.chatbox__title__close svg {
    vertical-align: middle;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
    border-top: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

    -webkit-flex-grow: 1;
    flex-grow: 1;
}


.chatbox__credentials .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chatbox__body {
    overflow-y: auto;
}

.chatbox__body__message {
    position: relative;
}

.chatbox__body__message p {
    padding: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #fcfcfc;
    position: absolute;
    top: 15px;
}

.chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
}

.chatbox__body__message--left img {
    left: -5px;
}

.chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
}

.chatbox__body__message--right img {
    right: -5px;
}

.chatbox__message {
    padding: 8px;
    min-height: 40px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
}

.chatbox--empty {
    height: 262px;
}

.chatbox--empty.chatbox--tray {
    bottom: -212px;
}

.chatbox--empty.chatbox--closed {
    bottom: -262px;
}

.chatbox--empty .chatbox__body,
.chatbox--empty .chatbox__message {
    display: none;
}

.chatbox--empty .chatbox__credentials {
    display: block;
}

.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}

.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
  margin-top: 7px;
}
.box-comments .username {
    color: #444;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 110px;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
.comment {
  display: block;
  margin-left: 50px;
}
.comment {
  margin-left: 40px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}
    /* END Nuevo Chat React*/

    .nothing{
        cursor: pointer;
    }

.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 40px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 40px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 30px;
  height: 30px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
    color: #444;
    font-size: 10px;
}
.direct-chat-timestamp {
  color: #999;
    font-size: 10px;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #2083D6;
  border-color: #2083D6;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #2083D6;
}

.direct-chat-msg-information{
    border-radius: 5px;
    padding: 3px 3px;
    background: rgba(225,245,254,.92);
    border: 1px solid rgba(225,245,254,.92);
    margin: 5px 10px 5px 10px;
    color: rgba(69,90,100,.95);
    text-align: center;
    font-size: 10px;
}

.buble-unread-messages{
    background-color: #2083D6;
    color: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    padding: 3px 2px 2px 7px;
    display: inline-block;
    position: relative;
    float: right;
    height: 20px;
    width: 20px;
    font-size: 10px;
}

.check-box-chat-user-select{
    position: relative;
    float: right;
    height: 20px;
    width: 15px;
    font-size: 17px;
    color: #2083D6;
}
.chat-form-adjunt>form{
    height: 56px;
    max-height: 56px;
    width: 56px;
    min-height: 56px;
    margin: 8px;
    position: absolute;
    display: none;
}

.chat-form-adjunt >form>div.dz-default.dz-message{
    background-image: url(../../app/modules/sec/assets/img/ic_plus_white.png);
    background-position: 0px 0px;
    width: 56px;
    height: 56px;
    margin-left: 0px;
    margin-top: 0px;
    top: 0%;
    left: 0%;
}
.chat-form-adjunt>span{
    height: 56px;
    max-height: 56px;
    width: 56px;
    min-height: 56px;
    margin: 8px;
    position: absolute;
    display: none;
}

.chat-form-adjunt >span>div.dz-default.dz-message{
    background-image: url(../../app/modules/sec/assets/img/ic_plus_white.png);
    background-position: 0px 0px;
    width: 56px;
    height: 56px;
    margin-left: 0px;
    margin-top: 0px;
    top: 0%;
    left: 0%;
}
    /* quitar el z-index del boton de paginacion */
.pagination>.active>a{
  z-index: 1;
}


#nano-nscroller-notifications{
    height: 300px;
}
.accordion {
    margin-bottom: 0px;
    font-size: 12px;
}
.hover-row-notificaction:hover{
    background-color: #dcdcdc;
}

@media (min-width: 1500px) {
    #dropdown-menu-notificactions {
        min-width: 700px;
        max-width: 720px;
    }
}
@media (min-width: 768px) and (max-width: 830px) {
    #dropdown-menu-notificactions {
        left: 70% !important;
        transform: translate(-60%, 0) !important;
    }
}
@media (min-width: 670px) and (max-width: 767px) {
    #dropdown-menu-notificactions {
    }
}
@media (min-width: 571px) and (max-width: 669px) {
    #dropdown-menu-notificactions {
    }
}
@media (min-width: 475px) and (max-width: 570px) {
    #dropdown-menu-notificactions {
        min-width: 320px;
        max-width: 330px;
    }
}
@media (min-width: 341px) and (max-width: 474px) {
    #dropdown-menu-notificactions {
        min-width: 300px;
        max-width: 310px;
    }
}
@media (min-width: 251px) and (max-width: 340px) {
    #dropdown-menu-notificactions {
        min-width: 250px;
        max-width: 270px;
    }
}
@media (max-width: 250px) {
    #dropdown-menu-notificactions {
        min-width: 200px;
        max-width: 220px;
    }
}
.navbar-collapse:before, .navbar-collapse:after 
 {
    content: none;
}
.colorgray
{
    color: dimgray;
}
.dropdown-menu-help > li > a {
    padding: 10px 20px;
}
