﻿@font-face {
    font-family: Inter;
    src: url(fonts/Inter-Regular.woff2);
}

:not(i):not(span):not(.e-icon) {
    font-family: Inter, sans-serif !important;
}

.cols-file-import,
.cols-table-import {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
}

.cols-file-import li,
.cols-table-import li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    border: 1px solid;
}

.cols-file-import li {
    background-color: #00BCD4;
}

.cols-table-import li {
    background-color: #2196F3;
}

.cols-file-import li:hover,
.cols-table-import li:hover {
    cursor: pointer;
}

.cols-file-import li.ui-sortable-helper,
.cols-table-import li.ui-sortable-helper {
    cursor: move;
}

.cols-table-import li.isrequired {
    background-color: #F44336;
    cursor: no-drop;
}

/*INICIO: grid*/
.content-grid {
    height: 300px;
    width: 100%;
    overflow: auto;
}

.grid-fixed {
    width: 101.6%;
}
/*FIN: grid*/

/*INICIO: Tabs*/
.nav.nav-tabs {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    height: auto;
}
/*FIN: Tabs*/

/*INICIO: Modificar componentes flaticon*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

[class^="flaticonxs"]:before,
[class*=" flaticonxs"]:before {
    font-size: 14px;
}
/*FIN: Modificar componentes flaticon*/

/*INICIO: Modificar componentes bootstrap*/
@media (min-width: 992px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.btn-responsive {
    white-space: pre-wrap;
}
/*FIN: Modificar componentes bootstrap*/

/*INICIO: Modificar componentes syncfusion*/
.e-treeview-wrap .e-item div > a > span[class^="flaticon-"],
.e-treeview-wrap .e-item div > a > span[class*=" flaticon-"] {
    margin-right: 10px;
}

.e-numeric,
.e-percent,
.e-currency,
.e-mask {
    width: 100%;
}

.e-contenteditor {
    width: 100%;
    height: 220px;
    border: 1px solid #D9DFDE;
    border-top: 0;
    overflow: auto;
}

.dropdown > .dropdown-menu,
.dropdown-toggle > .dropdown-menu,
.btn-group > .dropdown-menu {
    margin-top: 7px;
}
.e-colorwidget.e-widget {
    width: 100%;
}

.e-colorwidget .e-selected-color {
    width: 98%;
}

.e-disable,
e-disable-wrap {
    cursor: not-allowed !important;
    background-color: #ececec !important;
    opacity: 1 !important;
}

.e-widget .e-select.e-disable .e-spin .e-icon,
.e-widget .e-select.e-disable .e-spin {
    background-color: #ececec;
}
/*FIN: Modificar componentes syncfusion*/

input#importFields {
    display: none;
}

.custom-file-upload-text {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    background: white;
    position: relative;
    left: -5px;
    height: 37px;
    top: -2px;
    width: 65%;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.btn-ribbon {
    border: none !important;
    background: none !important;
}

.btn-ribbon:hover {
    border: none !important;
    background: #009ef7 !important;
    color: #eee !important;
}

.e-ribbon.e-js .e-content {
    border-color: #c8c8c8;
    z-index: 0;
}

.btn-add {
    position: relative;
    top: 28px;
    height: 34px;
}

textarea {
    resize: none;
}

.center {
    display: table-cell;
    vertical-align: middle;
}

.e-ddl,
.e-numeric {
    height: 34px;
}

.page-content {
    background-color: #f1f3fa;
}

.e-ribbon.e-js .e-header,
.e-ribbon.e-js .e-left,
.e-ribbon.e-js .e-right {
    border: none;
}

e-tab .e-header li a {
    text-decoration: none;
    border-bottom-width: 0;
    outline: 0 none;
}

.e-ribbon.e-js .e-header .e-active.e-tab a,
.e-ribbon.e-js .e-header .e-active.e-contextualtabset a {
    border: none;
}

/*RIBBON*/
.e-ribbon.e-js .e-content {
    border: none;
    width: 99.9%;
    margin: 2px;
}

/*RIBBON TAB*/
.e-ribbon.e-js .e-header > .e-select:not(.e-apptab) a,
.e-ribbon.e-tab.e-js .e-header .e-select.e-disable a:hover {
    color: #282827;
    background-color: #f1f3fa !important;
    width: 120px;
    height: 25px;
    text-align: center;
}

/*ACTIVE RIBBON TAB*/
.e-ribbon.e-js .e-header .e-active.e-tab a,
.e-ribbon.e-js .e-header .e-active.e-contextualtabset a {
    color: #f1f3fa;
    background-color: #009ef7;
    width: 120px;
    height: 25px;
    text-align: center;
}

.e-ribbon .e-btn.e-select:not(.e-disable),
.e-grid .e-headercelldiv,
.e-grid .e-gridheader .e-icon {
    color: #009ef7;
}

.portlet.box.blue-madison > .portlet-title {
    background-color: #009ef7;
}

.portlet.box.blue-madison {
    border: none;
    width: 99.9%;
    margin-left: 2px
}

/*REMOVING GRID BORDERS*/
.e-grid .e-headercell,
.e-grid .e-grouptopleftcell {
    border-top-color: transparent;
    border-left-color: transparent;
}

.e-grid .e-filterbarcell,
.e-grid .e-filterbarcelldisabled {
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.e-grid .e-editcell,
.e-grid .e-form-container,
.e-grid .e-externalformedit,
.e-grid .e-tabletd,
.e-grid .e-rowcell {
    border-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.e-grid .e-gridheader {
    color: #282827;
    border-bottom-color: transparent;
    border-top-color: transparent;
}

/*MODAL WINDOW FIX*/
.page-header.navbar.navbar-fixed-top,
.page-header.navbar.navbar-static-top {
    z-index: 1030;
}

[class^="menu-option"]:before,
[class*=" menu-option"]:before,
[class^="menu-option"]:after,
[class*=" menu-option"]:after {
    font-size: 30px !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown .dropdown-toggle:hover {
    color: white !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user .dropdown-toggle {
    padding: 5px 6px 13px 8px;
}

.userimage {
    width: 25px;
    height: 25px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50% !important;
    display: inline-block !important;
    background-image: url(../images/login.png);
    position: relative;
    top: 0.8vh;
}

#fidUserControls a:hover div {
    background: url("../images/login-hover.png");
    background-position: center center;
    background-size: cover;
    width: 25px;
}

#fidUserControls a[aria-expanded="true"] div {
    background: url("../images/login-hover.png");
    background-position: center center;
    background-size: cover;
    width: 25px;
}

.modal .modal-header {
    color: #ffffff;
    background-color: #009ef7;
}

.portlet > .portlet-title > .caption > i {
    margin-top: 0px !important;
}

.usersettings {
    font-size: 14px !important;
}

.e-treegrid .e-headercelldiv {
    color: #009ef7;
}

.e-treegrid .e-rowcell {
    border-style: none;
}

.e-treegrid .e-headercell {
    border-style: none;
}

.e-treegrid .e-gridheader {
    border: none !important;
}

.e-treegrid .e-gridcontent {
    border: none !important;
}

.e-pager {
    border: none;
}

.e-ribbon .e-expandcollapse {
    padding: 0;
    display: none !important;
}

.e-pager .e-currentitem.e-hover,
.e-pager .e-currentitem.e-active,
.e-pager .e-drpdwn li.e-active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.page-header.navbar .top-menu .navbar-nav > li.dropdown.open .dropdown-toggle,
.e-grid td.e-active,
.e-ddl-popup .e-active,
.e-treegrid .e-selectionbackground,
.e-grid td.e-cellselectionbackground {
    background: #009ef7;
}

.e-tab .e-header > .e-active a,
.e-tab .e-left > .e-active a,
.e-tab .e-right > .e-active a {
    color: #009ef7;
}

.blue-madison.btn,
.blue-madison.btn:hover,
.blue-madison.btn:focus,
.blue-madison.btn:active,
.blue-madison.btn.active,
.blue-madison.btn:active:hover,
.blue-madison.btn.active:hover,
.blue-madison.btn:active:focus,
.blue-madison.btn.active:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus {
    background-color: #009ef7;
    border-color: #009ef7;
}

.e-tab .e-header.e-addborderbottom .e-active,
.e-ribbon.e-js .e-header > .e-item:hover {
    border-top: 3px solid #009ef7;
}

.userParameters,
#emailParameters,
#closedParameters {
    margin-top: 20px;
}

#emailParameters,
#supervisorParameters {
    margin-bottom: 0px;
}

.lblcheckbox {
    margin-bottom: 8px;
}

.jqs-period-title {
    display: none;
}

.jqs-options {
    display: none;
}

#calendar {
    overflow: hidden;
}

.emptyrecord {
    text-align: center;
    padding-top: 15px;
}

.preview {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50% !important;
    display: inline-block !important;
    background-image: url(../images/user.png);
    position: relative;
    top: 0.8vh;
}

[data-icon]:before {
    content: none !important;
}

#ruleCaller,
#ruleCalled,
#ruleFrom,
#ruleTo,
#ruleBody,
#queryAction,
#connectionConnString,
#faqAnswer {
    height: 100px;
}

#tenantName {
    margin-top: 15px;
    margin-right: 15px;
}

.ej-d-label {
    padding: 5px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.properties {
    overflow: hidden auto;
    height: 855px;
    background-color: #f5f5f5;
    padding: 5px;
    position: absolute;
    border: 1px solid #c8c8c8;
    width: 428px;
    right: 15px;
}

.zoom-in {
    line-height: 12px;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 60px;
    opacity: 0.3;
    border: none;
    width: 50px;
}

.zoom-in:hover {
    opacity: 1;
}

.zoom-out {
    line-height: 12px;
    margin-top: 1px;
    margin-right: 2px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
    border: none;
    width: 50px;
}

.zoom-out:hover {
    opacity: 1;
}


.fullscreen {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 95%;
    background-color: lightblue;
    z-index: 1000;
}
}