/* UTILS */
/* Text Colors */
.color-bold {font-weight: bold !important;}
.color-white {color: white !important;}
.color-black {color: black !important;}
.color-danger {color: #F44336 !important;}
.color-warning {color: #FF9800 !important;}
.color-teal {color: #009688 !important;}
.color-red {color: #F44336 !important;}
.color-pink {color: #E91E63 !important;}
.color-purple {color: #9C27B0 !important;}
.color-brown {color: #795548 !important;}
.color-green {color: #4CAF50 !important;}
.color-light-green {color: #8BC34A !important;}
.color-blue {color: #2196F3 !important;}
.color-light-blue {color: #03A9F4 !important;}
.color-orange {color: #FF9800 !important;}
.color-gray {color: #9E9E9E !important;}
.color-primary { color: #262261 !important; }
.color-secundary { color: #87bf40 !important; }

/* Background Colors */
.bg-yellow {background-color: #FFEB3B !important;}
.bg-darkorange {background-color: #FF5722 !important;}
.bg-cyan {background-color: #00BCD4 !important;}
.bg-deeppink {background-color: deeppink !important;}
.bg-silver {background-color: silver !important;}
.bg-white {background-color: white !important;}
.bg-black {background-color: black !important;}
.bg-danger {background-color: #F44336 !important;}
.bg-warning {background-color: #FF9800 !important;}
.bg-teal {background-color: #009688 !important;}
.bg-red {background-color: #F44336 !important;}
.bg-pink {background-color: #E91E63 !important;}
.bg-purple {background-color: #9C27B0 !important;}
.bg-brown {background-color: #795548 !important;}
.bg-green {background-color: #4CAF50 !important;}
.bg-light-green {background-color: #8BC34A !important;}
.bg-blue {background-color: #2196F3 !important;}
.bg-light-blue {background-color: #03A9F4 !important;}
.bg-orange {background-color: #FF9800 !important;}
.bg-gray {background-color: #9E9E9E !important;}
.bg-primary { background-color: #262261 !important; }
.bg-secundary { background-color: #87bf40 !important; }
.bg-trie { background-color: #88bf01 !important; }

/* Margins */
.nomargin { margin: 0 !important; }
.marginBottom10 {margin-bottom: 10px !important;}
.marginTop10 {margin-top: 10px !important;}
.marginBottom20 {margin-bottom: 20px !important;}
.marginTop20 {margin-top: 20px !important;}
.marginBottom30 {margin-bottom: 30px !important;}
.marginTop30 {margin-top: 30px !important;}
.margin10 { margin: 10px !important }
.margin20 { margin: 20px !important }
.margin30 { margin: 30px !important }

/* Paddings */
.nopadding { padding: 0 !important; }
.paddingBottom10 {padding-bottom: 10px !important;}
.paddingTop10 {padding-top: 10px !important;}
.paddingBottom20 {padding-bottom: 20px !important;}
.paddingTop20 {padding-top: 20px !important;}
.paddingBottom30 {padding-bottom: 30px !important;}
.paddingTop30 {padding-top: 30px !important;}
.padding10 { padding: 10px !important }
.padding20 { padding: 20px !important }
.padding30 { padding: 30px !important }


/* CUSTOM THEME */
/*#root,
#root > .no-login,
#root > .no-login > div,
#root > .no-login > div > div { height: 100%; }*/
#root,
#root > .no-login { height: 100%; }
.ant-spin-nested-loading { height: 100%; }
.ant-table-body { overflow-x: auto; }
.ant-table-tbody > .ant-table-row.finished > td { background: cornsilk !important; }
.ant-table-row-level-1 { background-color: #f9f9f9 }
.ant-calendar-picker { width: 100% !important }
.ant-avatar { background: white !important; border: 1px solid rgba(38, 95, 132, 0.5); }
/*.ant-avatar > img { height: auto !important; }*/
.ant-avatar > img { object-fit: cover; object-position: center; height: 105% !important; }
.skin-blue .main-header .navbar .sidebar-toggle:hover {background-color: transparent !important;}
.effectUpdate {
    box-shadow: 0px 0px 1px #00a854;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}


/* MESSAGES */
.messages .ant-card-body {
    min-height: 350px;
    overflow: auto;
}
.messages .ant-card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
}

.messages .ant-card-body::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.messages .ant-card-body::-webkit-scrollbar-thumb {
    background-color: #1590e9;
    border-radius: 4px;
}



/* TRIE STYLES */
/**
*Predeterminados 
*/ 
.with-event span {
    color: white;
    margin: 10px;
}  
.g-recaptcha > div {
    margin: auto;
}   
.required {
    color: red;
}  
.panel-default {
    border-color: white !important;
}
.panel-default>.panel-heading {
    background-color: transparent;
}
.clickable-cell:hover {
    background-color: #efefef;
    cursor: pointer;
}

.datetimepicker { margin-top: 0px !important; }
.datetimepicker .table th { border-radius: 0px !important; }

.full {
	width: 100%;
}
.highlight {
    background-color: #f6f6f6 !important;
}
.padding {
    padding: 1em !important;
}
.padding-h {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.padding-h-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
}
.padding-v {
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}
.nopadding {
	padding: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
.spinner {
	background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
}
.spinner img, 
.spinner h3 {
	text-align: center;
	position: fixed;
    top: 47%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
.spinner h3 {
	top: 55%;
}
.net-error {
    display: none;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 9999;
}
.net-error div {
    color: black;
    font-size: 25px;
    top: 45%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}
form {
    padding-bottom: 10px;
}
.table {
    margin-bottom: 0;
}
.table thead {
    background-color: #265f84 !important;
    color: white;
}
.sub-table {
    width: 100%;
}
.sub-table td, th {
    padding: 0.6em;
}
.sub-table td:not(:last-child) {
    border-right: 1px solid #ddd;
}
.sub-table th {
    background-color: #efefef;
}
.sub-table tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}
.row-inset {
    background: #f3f3f3;
    box-shadow: inset 0px 1px 3px #c3c3c3;
    font-size: 12px;
}
.bg-head-table { background-color: #f7f7f7; }
.bg-head-table td > span > span { color: black !important; }
.fa-arrow-circle-left {
    color: #265f84;
    margin-right: 8px;
}
.fa-close {
    margin-top: 5px;
    color: red;
    cursor: pointer;
}
.close-commission {
    margin-left: 90%;
    margin-top: 31px;
    position: absolute;
}
.noimage {
    margin-right: 5px;
    background: brown;
    border-radius: 50%;
    padding: 0px;
    font-weight: bold;
    font-size: 45px;
    font-style: normal;
    margin-top: -8px;
    width: 70px;
    height: 70px;
    text-align: center;
}
.noimage2 {
    background: brown;
    border-radius: 50%;
    padding: 2px 20px 4px 21px;
    font-weight: bold;
    font-size: 55px;
    font-style: normal;
    color: white;
}
.noimage3 {
    background: brown;
    border-radius: 50%;
    padding: 0px 13px;
    font-weight: bold;
    font-size: 32px;
    font-style: normal;
    color: white;
    width: 45px;
    height: 45px;
}
.sidebar-collapse .noimage3 {
    padding: 0px 9px;
    font-size: 21px;
    width: 30px;
    height: 30px;
}
.noimage4 {
    background: brown;
    border-radius: 50%;
    padding: 0px 0px;
    font-weight: bold;
    font-size: 80px;
    font-style: normal;
    color: white;
    width: 120px;
    height: 120px;
}
.noimage5 {
    background: black;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    font-size: 55px;
    font-style: normal;
    color: white;
    width: 80px;
    height: 80px;
    text-align: center;
}
.input-group {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.fix-to-top {
    position: fixed;
    top: 0;
}
.input-edit[disabled] {
    cursor: auto;
    background-color: transparent;
    border: 0;
    padding-right: 0px;
}
.info-header {
    text-align: center;
    padding-top: 20px;
    min-height: 180px;
    background: #f5f5f5;
}
.min-width>thead>tr>th,
.min-width>thead>tr>td {
    min-width: 135px !important;
}
.autocomplete ul {
    background: white;
}
.conflicted-event {
    background-color: antiquewhite;
}
.ant-card-body .row { 
    padding: 5px 0; 
    border-top: 1px solid rgba(128, 128, 128, 0.1);
}
.ant-card-head { background: #f5f5f5 !important; }
.img-circle {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    border: 3px solid #e9e9e9;
    background-color: white;
}
.user-panel > .image > img { height: 45px !important; }
.ant-input-lg { width: 100% !important; }
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot,
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text { position: fixed !important; }
.ant-card .ant-avatar { margin-top: 4px; margin-right: 10px; }
.ant-card-head-title > span { display: flex; }
.heading {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}


/* DRAG */
.dragged {
    width: 100%;
    background-color: #f7f7f7;
    opacity: 0.7;
}
.placeholder {
    opacity: 0.3;
}
.app-menu { 
    background-color: white; padding: 0 15px;
    max-width: 320px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.app-menu-content {
    max-height: 250px;
    overflow-y: auto;
}
.app-menu-title { padding: 8px; border-bottom: 1px solid #f1f1f1; }
.app-menu-footer { padding: 8px; border-top: 1px solid #f1f1f1; }
.app-menu .item-grid a { 
    margin: 8px 0;
    padding-top: 15px;
    display: table;
    width: 70px;
    height: 70px;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.app-menu .item-grid a:hover { border: 1px solid #f1f1f1; }
.app-menu .item-icon { font-size: 20px; }
.app-menu .item-list { padding: 6px 0; border-bottom: 1px solid #f1f1f1; cursor: pointer; }
.app-menu .item-list:hover { background-color: #f7f7f7 }


/**
* Diseño de los tickets de servicios adicionales (ADONS)
*/
.activity-grid {
    padding: 18px 15px;
    border-bottom: 1px dashed #d3d3d3;
}
.activity-grid label { color: #265f84; font-weight: normal; }
.title-grid { 
    background-color: #f1f1f1 !important; 
    -webkit-print-color-adjust: exact; 
    font-weight: bold; 
    text-align: center; 
    padding: 6px; 
}
.watermark {
    position: absolute;
    width: auto;
    height: 90%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    opacity: 0.06;
}
.btn-remove {
    position: absolute !important;
    right: 0;
    top: 5px;
}



/**
* Impresión de Boucher de servicios adicionales (ADONS)
*/
@media print {
    @page {
        /*size: 297mm 210mm;*/ /* landscape */
        size: Carta;
        margin: 12mm 10mm 15mm 10mm;
    }
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    .hidden-print,
    .bg-footer {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
    }
    html, body {
        overflow: visible !important;
        padding: 1px !important;
    }
    .main-print {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
    .print-header { margin-top: -15px !important; }
    .box-primary { border: 0 !important; }
    .col-print-1 {width:8%;  float:left;}
    .col-print-2 {width:16%; float:left;}
    .col-print-3 {width:25%; float:left;}
    .col-print-4 {width:33%; float:left;}
    .col-print-5 {width:42%; float:left;}
    .col-print-6 {width:50%; float:left;}
    .col-print-7 {width:58%; float:left;}
    .col-print-8 {width:66%; float:left;}
    .col-print-9 {width:75%; float:left;}
    .col-print-10{width:83%; float:left;}
    .col-print-11{width:92%; float:left;}
    .col-print-12{width:100%; float:left;}

    .margin-print { margin-top: 15px !important; } 
}




/**
* Upload Ant Design
*/
.avatar-uploader,
.avatar-uploader-trigger {
  width: 170px;
  height: 170px;
}
.avatar { 
    width: 100%; 
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.spin-uploader { padding: 70px 75px; font-size: 20px; }
.avatar-uploader {
  display: block;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
}
.avatar-uploader-trigger {
  display: table-cell !important;
  vertical-align: middle !important;
  font-size: 28px;
  color: #999;
}
.ant-avatar-lg {
    line-height: 36px !important;
}
.compact-picker { width: 100% !important; }



/**
* INFINITE SCROLL
*/
.InfiniteScroll { height: 500px !important; position: relative !important; }
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
    /*bottom: 20%;
    top: inherit !important;*/
}
.ant-spin-nested-loading > div > .ant-spin {
    max-height: 100% !important;
}



/**
* Botones
*/
/*.ant-btn, .actions .btn { margin: 0 3px; }*/
.ant-input,
.ant-select-selection { border-radius: 0 !important; }
input[disabled] { color: #ccc; cursor: not-allowed !important; }
.ant-table-thead > tr > th, .ant-table-tbody > tr > td {
    word-break: normal !important;
}



/**
* Select2
*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc !important;
    border: 1px solid #3c8dbc !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}
.select2-container--default .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #D2D6DE 1px !important;
    border-radius: 0 !important;
}
.alert-pending {
    position: fixed;
    background-color: orange;
    color: white;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 18px;
}



/**
* Switch
*/
.switch {
    width: 30px !important;
    height: 15px !important;
}
.switch small {
    width: 15px !important;
    height: 15px !important;
}
.switch.checked small {
    left: 15px !important;
}
.switch.disabled {
    opacity: 0.8 !important;
}



/**
* Animation
*/
.view-animation.ng-enter, .view-animation.ng-leave {
  transition: 0.3s;
}
.view-animation.ng-enter {
  /*transform:translateX(100%);*/
  opacity: 0;
}
.view-animation.ng-leave,
.view-animation.ng-enter.ng-enter-active {
  /*transform:translateX(0%);*/
  opacity: 1;
}
.view-animation.ng-leave.ng-leave-active {
  /*transform:translateX(-100%);*/
  opacity: 0;
} 


/**
* Table Animation
*/
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition:all linear 0.3s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:30px;
}




/** 
*Login 
*/
.login-page {
    background-image: url(../img/bg.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}
.noty_inline_layout_container {
	padding: 0;
	margin: 0;
}
.login-box-body, 
.register-box-body {
    background: black;
    background-image: url(../img/bg-login-box.png);
    background-size: auto 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    text-align: center;
    color: #AEADB3 !important;
}
.footer-login {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: white;
}
.partners {
    border-top: 1px solid rgba(255,255,255,0.5);
}
.partners img {
    vertical-align: baseline;
    padding: 8px 20px;
}
.partners i {
    font-size: 25px;
    position: absolute;
    width: 20px;
    top: 38px;
    margin-left: -8px;
}



/** 
* User Profile
*/
.user-profile .content-header > .row {
    background-image: url(../img/bg.jpg);
    padding: 20px;
    background-size: cover;
    /*height: 150px;*/
}
.user-profile .content-header > .row small,
.user-profile .content-header > .row h3 {
    /*text-shadow: 7px 3px 4px black;*/
}
.user-profile .content-header > .row h3,
.user-profile .content-header > .row small {
    color: black;
}
.user-profile .content-header > .row > div {
    /*margin-top: 74px;*/
    /*margin-bottom: 20px;*/
}
.border-white {
    border: 4px solid #ffffff;
}
.g1-avatar {
    position: relative;
}
.g1-avatar .spinner-avatar {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
}
.g1-avatar img {
    width: 120px;
}





/**
* Crop Area
*/
.cropArea {
    display: none;
    background: whitesmoke;
    position: fixed;
    width: 500px;
    height: 500px;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    border: 1px solid #D2D6DE;
    border-radius: 10px;
    z-index: 999;
}
.user-profile input[type="file"],
.evento input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 175px;
}
.user-profile input[type="file"]::-webkit-file-upload-button,
.evento input[type="file"]::-webkit-file-upload-button {
    width: 100%;
    height: 175px;
    cursor: pointer;
    font-size: 60px;
    margin-top: -20%;
}
.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }
.btn-crop { position: absolute; margin-top: -45px; margin-left: 10px; }
.well {
    height: 175px;
    padding-top: 5%;
    text-align: center;
}



/** 
* Menu Header
*/
.main-header {
    background-color: white;
}
.main-sidebar {
    padding-top: 90px;
}
.sidebar-menu {
    background-color: rgba(0,0,0,0.2);
}
.main-header>.navbar {
    min-height: 45px !important;
    height: 45px;
}
.navbar-nav li.btn-exit a {
    text-align: center;
    line-height: 15px;
    padding-top: 9px;
    padding-bottom: 6px;
}
.navbar-down .notifications-menu, 
.navbar-down .tasks-menu {
    display: none;
}
.notifications-menu a, 
.tasks-menu a {
    color: black !important;
    padding-bottom: 10px !important;
}
.tasks-menu {
    margin-right: 90px;
}
.ant-dropdown-menu { border-radius: 0 !important; }
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a>h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}
.user-display {
    text-align: center;
    color: white;
    line-height: 15px;
    margin-top: 7px;
    margin-right: 20px;
}
.logo-user {
    color: white;
    margin-top: -28px;
    margin-right: 5px;
}
.logo-user img {
    width: 70px;
    height: 70px;
    margin-top: -8px;
    object-fit: cover;
    object-position: center;
    padding: 0 !important;
}
.user-menu a {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
}
.user-menu a i { /*font-size: 18px;*/ }
.btn-exit a {
    color: red !important;
}
.nav-top {
    margin-right: 0px !important;
}
.login-logo img { width: 200px; }
.logo {
    height: 90px !important;
    line-height: 80px !important;
    background-color: transparent !important;
}
.pleca-logo {
    -webkit-mask-box-image: url(../img/ola_top.png);
    mask-box-image: url(../img/ola_top.png);
    background-position: 0px 45px;
    background-repeat: no-repeat;
    background-size: auto 46px;
    height: 45px;
    position: absolute;
    width: 230px;
    margin-top: 45px;
    display: none;
}
@media all and (min-width: 769px) {
    .pleca-logo {
        display: block;
    }
}
.logo img {
    /*height: 65%;*/
    width: 110px;
}
.logo-lg {
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
    .logo-lg {
        width: 90%;
        height: 80px;
    }
}

/* Menu lateral */
.ant-menu { background: transparent !important; }
.ant-menu li,
.ant-menu li a { color: white; }
.ant-menu-item-selected > a, .ant-menu-item-selected > a:hover { color: #265F84 !important; }
.ant-menu-inline, .ant-menu-vertical { border-right: 0 !important; }
.main-sidebar {
    background-image: url(../img/bg_menu.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-color: #265F84 !important;*/
}
.ant-menu-item-selected { background-color: white !important; }
.ant-menu-sub { background: rgba(44,59,65,0.4) !important; }

.sidebar-mini.sidebar-collapse .sidebar-menu>li span {
    background: #BF0411 !important;
    color: white;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li .treeview-menu {
    background: rgba(0,0,0,0.8) !important;
    color: white;
    padding: 0;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li .treeview-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li .treeview-menu li a:hover {
    background: #BF0411 !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li > a > #almacenamiento {
    width: 250px;
    padding-right: 22px;
}
.nohover i {
    display: none;
}
.nohover:hover {
    background: transparent !important;
    color: white !important;
}
.sidebar-mini.sidebar-collapse .nohover i {
    display: block;
}
.info p {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    overflow: hidden;
}




/**
* Agenda o Calendario
*/
.dashboard .fc-left,
.dashboard .fc-right {
    display: none;
}





/**
* Content
*/
.content-wrapper {
    min-height: 81% !important;
}
.content {
    min-height: 100vh;
    margin-bottom: 30px;
}
.box {
    box-shadow: 0 1px 1px black;
}
.box-primary {
    /*border-top-color: #265f84 !important;*/
}
.nav-content,
.box-body {
    padding: 10px 20px;
}
.box-body .sidebar-menu li {
    padding: 5px;
}
.nav-content h3 {
    text-align: center;
    padding-bottom: 20px;
}
.editPictureButton {
    position: absolute;
    bottom: 0;
    color: white;
    background: #BF0411;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    width: 140px;
    left: 50%;
    cursor: pointer;
    font-family: arial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.editPictureBox {
    position: absolute;
    bottom: 18px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 90%;
    width: 85%;
    left: 50%;
    cursor: pointer;
    font-family: arial;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 45%;
    padding-left: 10%;
}
.editPictureBox input[type=file] {
    cursor: pointer;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



/**
* Content Header
*/
.content-header {
    padding: 8px 15px;
}
.input-sm {
    height: 20px;
}



/* Arreglo de colores */
.bg-box0 { background-color: #F29500 !important; }
.bg-box1 { background-color: #C23916 !important; }
.bg-box2 { background-color: #3C7780 !important; }
.bg-box3 { background-color: #0097AA !important; }
.bg-box4 { background-color: #6FA014 !important; }
.bg-box5 { background-color: #BE213E !important; }
.bg-box6 { background-color: #0097AA !important; }
.bg-box7 { background-color: #C23916 !important; }
.bg-box8 { background-color: #3C7780 !important; }
.bg-box9 { background-color: #91009B !important; }

.border-box0:hover { outline: 3px solid #F29500; }
.border-box1:hover { outline: 3px solid #C23916; }
.border-box2:hover { outline: 3px solid #3C7780; }
.border-box3:hover { outline: 3px solid #0097AA; }
.border-box4:hover { outline: 3px solid #6FA014; }
.border-box5:hover { outline: 3px solid #BE213E; }
.border-box6:hover { outline: 3px solid #0097AA; }
.border-box7:hover { outline: 3px solid #C23916; }
.border-box8:hover { outline: 3px solid #3C7780; }
.border-box9:hover { outline: 3px solid #91009B; }

.companies .box {
    border: 0;
    box-shadow: 6px 7px 11px -7px black;
}
.companies .widget-user-header {
    color: white;
}
.description-block > .description-text {
    font-size: 12px;
    height: 18px;
    overflow: hidden;
    position: relative;
}
.description-block > .description-text div {
    width: 100%;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.description-block > .description-text div:hover {
    position: absolute;
    left: 0;
    transform: translateY(-17px);
    -webkit-transform: translateY(-17px);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.description-block > .description-text i {
    font-weight: bold;
}
.description-text.actions a {
    padding: 5px;
    font-size: 18px;
}
/*.add-item {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 2;
}
.add-item a, .add-item button, .circle-lg {
    border-radius: 50%;
    font-size: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    box-shadow: 0 2px 5px rgba(0,0,0,.12),0 3px 6px rgba(0,0,0,.24);
    width: 50px;
    height: 50px;
    padding: 10px;
}
.add-item a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}*/




/** 
* Footer
*/
.bg-footer {
    z-index: 2;
    height: 60px;
    position: fixed;
    bottom: 0;
    background-image: url(../img/bg-footer.png);
    width: 100%;
    background-size: auto 100%;
    background-position: right;
}
.bg-footer div {
    color: white;
    padding-right: 15%;
    margin-top: 33px;
}




/**
* Tabs
*/
.ant-tabs { background: white; }
/*.ant-tabs-bar { background: #265f84; border-radius: 4px 4px 0 0 ; }*/



/** 
* eventos  
*/
.box-body .sidebar-menu {
    background-color: transparent !important;
}
.icon-image {
    margin-top: -20px;
    position: absolute;
    right: 20px;
}
.user-profile .icon-image {
    color: black;
}
.thumbnail {
    margin-bottom: 0;
}
.eventos .thumbnail {
    width: 50px;
}
.table td {
    vertical-align: middle !important;
}
.table th a {
    color: white;
}
.fc-event {
    border: none !important;
    padding: 2px !important;
}
.evento .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 33px;
}





/**
* Notificación
*/
.noty_inline_layout_container {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 3;
    width: 300px !important;
}
.noty_inline_layout_container li {
    height: auto !important;
}
.noty_message {
    font-size: 16px !important;
    padding: 10px 20px !important;
}




/**
* Animations
*/
.options {
    padding-top: 10px;
    animation-duration: 0.5s !important;
    -webkit-animation-duration: 0.5s !important;
}
.options.ng-leave {
    display: none;
}




/**
* Slides
*/
.slides {
    list-style: none;
    padding-start: 0 !important;
    -webkit-padding-start: 0 !important;
}
.slides li {
    border: 1px solid rgba(136,191,1,0.3);
    margin: 10px 0px;
    padding: 10px;
}
.slides .slide-number {
    position: absolute;
    text-align: center;
    width: 12px;
    font-weight: 500;
    margin-top: -5px;
}
.slides .slide-title {
    padding: 30px;
}
.slides .item {
    padding: 10px 0px;
    overflow: hidden;
    display: inline-flex;
    display: -webkit-inline-flex;
}
.slides .slide-img {
    background-size: cover;
    background-position: center center;
    width: 300px;
    height: 120px;
}
.slides .slide-options {
    width: 40px;
    margin-left: 15px;
}
.slides .slide-options a {
    margin-top: 5px;
}
.slides .handle {
    background: #f9f9f9;
    padding: 10px;
    cursor: pointer;
}
.slides .handle i {
    padding-top: 50px;
}
.dndDraggingSource {
    display: none;
}
.slides .dndPlaceholder {
    width: 100%;
    height: 120px;
    padding: 50px;
    background-color: #f9f9f9;
    border: 1px solid black;
    border-style: dashed;
}
.slide-preview {
    text-align: center;
    height: 460px;
    overflow: hidden;
}

/* Slide individual */
.slide-preview img {
    margin-top: 50%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.sliderText {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
h1.xlarge {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: 800;
    padding-bottom: 0;
    line-height: normal;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8), 0 0 1px #FFFFFF;
    text-transform: uppercase;
}
.sliderText h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -25px;
    color: white;
}
.sliderText a {
    text-transform: uppercase;
}
.sliderText .white {
    width: 350px;
    background: rgb(255, 255, 255);
    background: transparent \9;
    background: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccffffff, endColorstr=#ccffffff);
    zoom: 1;
}
.sliderText .inner {
    padding: 20px;
}



/**
* Slider Ranger
*/
.range-slider-container {
    position: relative;
    height: 30px;
}
.range-slider-container md-slider {
    margin: 0;
}
.range-track-line {
    position: absolute;
    height: 2px;
    top: 23px;
    background-color: rgb(255, 64, 129);
    z-index: 1;
}
.range-slider-container md-slider.md-default-theme.md-min .md-thumb:after {
    background-color: rgb(255, 64, 129) !important;
}
.range-slider-left, .range-slider-right {
    position: absolute;
    top: 0px;
}
.range-slider-right {
    right: 0px;
}
.range-slider-left md-slider .md-thumb-container {
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
}
.range-slider-left md-slider.md-default-theme .md-track.md-track-fill {
    background-color: rgba(188, 188, 188, 1) !important;
}
.range-slider-left md-slider.md-default-theme .md-track:not(.md-track-fill) {
    background-color: rgb(255, 64, 129) !important;
}
.range-slider-container md-slider .md-thumb-container {
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
}
.range-slider-container md-slider .md-track-container {
    transition: -webkit-transform 0s linear;
    transition: transform 0s linear;
}
md-slider.md-default-theme .md-track.md-track-fill, md-slider .md-track.md-track-fill {
    background-color: #A7A7A7;
}




/**
* Modal
*/
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: 470px;
    overflow-y: auto;
}




.btn-floating {
    position: fixed;
    bottom: -100px;
    margin-left: 10px;
    width: 50px;
    font-size: 22px;
    height: 50px;
    border-radius: 50% !important;
    padding: 8px;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.2);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}



/**
* Reparación del calendario datetimepicker
*/
th.switch {
    display: table-cell !important;
    width: auto !important;
    height: 20px !important;
    background: #BF0411 !important; 
}
.datetimepicker .right:hover {
    background: #000000 !important;
}




/**
* Loading Bar de tranferencia de usuarios
*/
.loading {
    transition: 0.5s;
    height: 40px;
    width: 0%;
    position: absolute;
    margin-top: -20px;
    /* background: rgba(3, 169, 244, 0.498039); */
    background-image: url(../img/loadingBar.png);
    background-size: 100% 40px;
    opacity: 0.6;
}



/**
* Tabla Segmentos (Grupos)
*/
.title-group {
    background: red;
    color: white;
    display: block;
}
.title-group span {
    padding: 10px;
    line-height: 2;
}
.body-segment div{
    line-height: 2.5;
}
.body-segment div:last-child {
    line-height: 0;
}

/**
* Salones
*/
td[data-event].with-event {  color: white; position: relative;  }
td[data-event].with-event:hover:after {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    bottom: 100%;
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:  2px 2px 1px rgba(0,0,0,0.1);
    box-shadow:  2px 2px 1px rgba(0,0,0,0.1);
    color: #333;
    content: attr(data-event);
    padding: 6px;
    position: absolute;
    right: 0;
    width: 200px;
}

.box-scroller {
    height: calc(100vh - 200px);
    overflow: scroll;
}
.block-overlay {
    background-color: rgba(255,255,255,0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}




/**
* Queries
*/
@media only screen and (min-device-width: 1900px), (min-width: 1900px) {
    .bg-footer {
        background-size: 100% auto;
        background-position: right;
        height: 80px;
    }
    .bg-footer div {
        margin-top: 44px;
        font-size: 18px;
    }
    .skin-green .main-sidebar {
        background-position: left bottom;
    }
}

@media only screen and (max-device-width: 990px), (max-width: 990px) {
    .user-profile .content-header > .row > div {
        text-align: center;
    }
    .tag-name {
        position: absolute;
    }
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
    .navbar-down .notifications-menu, 
    .navbar-down .tasks-menu {
        display: block;
    }
    .navbar-top {
        text-align: center;
    }
    .navbar-top .navbar-left a {
        color: black !important;
    }
    .navbar-top .navbar-custom-menu {
        display: none;
    }
    .logo {
        height: 45px !important;
        line-height: 45px !important;
        background-image: none;
    }
    .tasks-menu {
        margin-right: 0;
    }
    .notifications-menu a, 
    .tasks-menu a {
        color: white !important;
    }
    .tag-name {
        position: absolute;
        margin-top: -30px !important;
    }
    .tag-name small {
        color: white !important;
    }
}

@media only screen and (max-device-width: 500px), (max-width: 500px) {
    .logo {
        text-align: left !important;
    }
    .footer-login {
        position: relative;
        margin-top: 20px;
    }
    .login-page {
        height: auto;
    }
}