/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Project : Intranet Comptel 
    Author  : Comptel System Ltda.
*/

html,body{
    height: 100%;
    margin: 0px;
    padding: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    color: #000;
    line-height: 1;
    background-color: #eceff1 !important;
}

body {
    font-family: Calibri, sans-serif;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

.left{
    float:left !important;
}

.right{
    float:right !important;
}

.text-bold, .tb{
    font-weight: bold;
}

/*Custom CSS*/

.bold {
    font-weight: 700 !important; 
}
.italic {
    font-style: italic;
}

.lineal-icon{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.data-table-header{
    border-bottom: none !important;
}

.lineal-icon-container{
    -webkit-box-flex: 0 0 91.66667%;
    -moz-box-flex: 0 0 91.66667%;
    box-flex: 0 0 91.66667%;
    -webkit-flex: 0 0 91.66667%;
    -moz-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 95.66667%;
    max-width: 95.66667%;
}

a.noline{
    text-decoration: none;
}
.mayusculas{
    text-transform: uppercase;
}
.lx-component-chat{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.profile_image{
    cursor: pointer;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    margin:auto;
}

.profile_image:hover {
    filter:alpha(opacity=100)3000;
    -webkit-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.image-upload > input{
    display: none;
}

.list._right.thrcol li.full{
    width: 100% !important;
}

.list-content-span{
    word-wrap: break-word;
    width: 80%;
}

.list-content-tile, .list-row__content{
    padding: 8px 0 !important;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently*/
}

.rechazado{
    color: red;
}

.no-indicador .tabs__indicator{
    background-color: rgba(45, 57, 138, 0) !important;
}

.btn--icon-nb{
    border-radius: 30px!important;
}

.p12{
    padding: 12px;
}

.img-responsive-ws{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    width:30%;
}
.img-responsive-login{
    margin: auto;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

.our_content {
    overflow: hidden;
    -webkit-transition: max-height 500ms;
    -moz-transition: max-height 500ms;
    transition: max-height 500ms;
}

.outside_box{
    max-height: 300px;

}

.inside_box{
    max-height: 0px;
}

.clock-custom{
    color: #ffffff;
    font-size: 24px;
    position: relative;
    top: 20px;
    text-align: center;
    z-index: -999999999;
}

.button-user{
    cursor: pointer;
    padding: 1px 28px 33px 5px;
    background-color: transparent;
    font-family:Lucida Sans MS, Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #fff; 
    overflow:visible;
    height:28px;
}

.button-user em{
    border-radius: 50%;
    vertical-align:middle;
    margin:0 12px;
    display:inline-block;
    width:32px;
    height:32px;    
    background-repeat: no-repeat;
}

.message-box{
    padding: 12px;
    background-color: #3f51b5;
    color: white
        /*border: solid 1px #C1DCDE;*/
}

.scroll{
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden    
}

.scroll.chat{
    height: 320px;
    max-height: 320px;
}

.mini-scroll{
    height: 138px;
    overflow-y: auto;
    overflow-x: hidden    
}

.big-scroll{
    height: 425px;
    overflow-y: auto;
    overflow-x: hidden    
}

.ticket-box{
    border-bottom: rgba(35, 33, 31, 0.44) 1px dashed;
}

.btn_ticket{
    font-weight: bold; 
    padding: 5px 16px;
    margin-bottom: 5px;
}

.mt--{
    margin-top: -25px;
}

.data-table-container{
    overflow-x:hidden !important;
}

.toolbar {
    padding: 0px !important;
    padding-bottom: 16px;
}

.search-filter {
     overflow: visible !important; 
}

.toolbar__right button {
    margin: 4px;
}

.toolbar__right > .select-chat{
    min-width: 270px;
}

#Description
{
    height: 100px;
    max-height: 100px;
    resize: none;
    overflow-y: auto;  
}

div#bts_dialog{
    position: fixed;
    bottom: 0px;
    transform: translateY(0);
}

.button-user em.leftImage{
    /*background-position: -96px -112px;*/
}

.icon---xl {
    height: 56px;
    width: 56px;
    line-height: 56px !important;
    font-size: 2em!important;
}

form .thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
}

.lx-component{
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.cursor{
    cursor:pointer;
}

.no-cursor{
    cursor:default;
}

.dropdown_menu li.list-row.list-row.cursor:hover {
    background-color: #eceff1;
}

.badge{    
    padding: 5px;
    border-radius: 10px;
}

.data-table-header.new_header{
    background-color: #dbf1f9;
    height: 48px;
    cursor: pointer;
}
.data-table-header.new_header._modal{
    height: 30px;
}
.data-table-header.new_header.mini{
    background-color: #FAFAFA;
    height: 32px;
    cursor: pointer;
}

.header-lx-component{
    background-color: #3f51b5!important;
    height: 32px;
    cursor: pointer;
}
.thumb {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    /*padding-right: 10px;*/
}

.rutadrive{
    cursor: pointer;
}
rutadrive span{
    width: 100%;
}
.rutadrive:hover{
    background-color: #f9f9f9;
    border-bottom: 1px solid rgba(128, 128, 128, 0.23);
}

.contTarea{
    height: 50vh; border: solid 0.05em #D4D4D4;
}
.circle{
    border-radius: 50%;
}

.text-select__icon {
    margin-top: 28px;
    position: absolute;
    top: 2px;
    left: -68px;
    height: 44px;
    width: 48px;
    line-height: 44px;
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.toolbar_header_diaglog{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.msj_error{
    padding-top: 0 !important;
    text-align: right;
    /*padding-bottom: 20px !important;*/
    /*text-transform: capitalize;*/
    color: red;
}

.editText{
    color: rgba(255, 255, 255, 0.78);
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lx-component__header {
    padding: 0.5em 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #FAFAFA;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
}

.lx-component__title {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

.collexpanded {
    overflow: hidden;
    transition: height 500ms;
}

.noti-box {
    min-height: 100px;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.noti-box:hover {
    transform: scale(1.1);
}
.noti-box .icon-box {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
}

.set-icon {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.bg-color-orange {
    background-color: #f6a554;
    color: #fff;
}

.bg-color-green {
    background-color: #5cbbb1;
    color: #fff;
}

.bg-color-purple {
    background-color: #4b5167;
    color: #fff;
}

.bg-color-brown {
    background-color: #282623;
    color: #fff;
}

.text-box .text-muted {
    font-size: 16px;
}

.text-muted {
    color: #999;
}

.main-text {
    font-weight: 600;
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 0px;
}

.pt20{
    padding-top: 20px;   
}

.card_title{
    background-color: #282623;
    /*border: 2px solid #909090;*/
    border-bottom: none;
    border-radius:  6px 6px 0 0;
    /*text-align: center;*/
}

.card_title h4{
    padding: 10px 15px;
}

.inline-flex{
    display: inline-flex;
}

input[type="checkbox"].checkbox_permisos{
    margin: 0px 8px 0;
}

.active, .active-menu > i {
    color: #fff !important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f103";
}

.active > a > .fa.arrow:before {
    content: "\f102";
}

.fixed_bottom {
    position: fixed;
    bottom: 5px;
    right: 25px;
}

.tabs {
    border-radius: 10px 10px 0 0;
}

.lx-select-selected-wrapper {
    cursor: pointer;
}

::-webkit-scrollbar {
    height: 3px;
    width: 3px;
}

::-webkit-scrollbar-track {
    height: 3px;
    width: 3px;
}

::-webkit-scrollbar-thumb {
    height: 3px;
    width: 3px;
    background-color: #BCD4E5;
}

/*Media Queries*/

@media (max-width: 767px) { 
    .flex-custom{
        width: 100%;
    }
}

@media (min-width: 1023px) { 
    .flex-custom{
        width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    .center{
        margin-left: 25% !important;
    }
}

@media (min-width: 767px) { 
    .list._right li{
        display: inline-flex;
    }
    .list._right.thrcol li{
        width: 190px !important;
    }
    .list._right.thrcol2{
        padding-left: 16px;
        text-align: center;
    }
    .list._right.thrcol2 li{
        width: 170px !important;
        text-align: center;
    }
    .list.full li{
        width: 48% !important;
    }
}

.status-metro.status-active {
    background: #636363;
}
.status-metro {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}

.element-control-cotizacion{
    cursor: pointer;
    text-decoration: none;
}

.fechaVencida{
    color: red;
    text-decoration: underline;
}

.data-table-header{
    min-height: 64px;
    height: auto !important;
}

input[type="date"]::-webkit-clear-button {
 -webkit-appearance: none;
  display: none;
}

input[type="date"]::-ms-clear {
 display: none;
}

.table-mini {
    border-collapse: collapse;
    width: 100%;
}

.table-mini td, .table-mini th {
    border-bottom: 1px solid #dddddd;
    text-align: left;
}

.table-mini tr:nth-child(even) {
    background-color: #dddddd;
}

.dialog--is-shown {
    opacity: 1;
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
}