/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    /*background: #fafafa;*/
}

.wrapper {
    padding: 40px !important;
}

.header-pretitle {
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
    color: #163240 !important;
}

.header-title {
    margin-bottom: 0 !important;
    color: #FFB100!important;
}

.header {
    border-bottom: 1px solid #e3ebf6 !important;
    margin-bottom: 0.5rem !important;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    /*color: #999;*/
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    OVERRIDE
----------------------------------------------------- */

.ui-datatable thead th {
    padding: .75rem !important;
    overflow: hidden;
    border-top: 1px solid !important;
    border-color: #dee2e6 !important;
    border-bottom: 2px solid;
}

.ui-datatable tbody td {
    padding: .99rem !important;
    overflow: hidden;
    border-color: #dee2e6 !important;
}

.ui-selectonemenu {
    width: 100% !important;
}

.ui-inputfield.ui-state-error {
    border-color: #dc3545;
}

.ui-message-error {
    background-color: #f8d7da !important;
    position: relative !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-radius: .25rem !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ui-message-error-detail {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    margin-left: 0px !important;
}

.ui-selectonemenu-filter-container {
    width: 98% !important; 
}
.ui-selectonemenu-filter-container > input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.number-type-column {
    float: right;
}
/* ---------------------------------------------------
    LOGIN
----------------------------------------------------- */
.login {
    margin: 20px auto;
    width: 500px;
}
.login-screen {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px
}

.login-form {
    text-align: center;
}

.control-group {
    margin-bottom: 10px;
}
.app-title {
    text-align: center;
    /*color:#0396A6;*/
    color: #161616;
}
/* ---------------------------------------------------
    CHECK
----------------------------------------------------- */

.ui-datepicker {
    background-color: white !important;
    border: 1px solid #c8c8c8;
    padding: 0.857em !important;
    border-radius: 3px;
    text-align: center !important;
}

.ui-datepicker-prev::after {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #a6a6a6;
}

.ui-datepicker-next::before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #a6a6a6;
}

.ui-chkbox {
    border: none;
    border-radius: 2px;
    padding: 0px !important;
}

.ui-chkbox-box {
    display: block !important;
}

.ui-chkbox::hover {
    border-color: #212121;
}

.ui-chkbox::focus {
    border-color: #007ad9;
}

.ui-icon {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    font-size: 12px;
    text-indent: 0 !important;
    background: none repeat scroll 0 0 transparent !important;
}


.ui-icon-check::before {
    content: "\f00c";
}


.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil 
{
    background: none !important;
    text-indent: initial;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:before {
    content: "\f040";
}
.ui-datatable table tbody tr td .ui-row-editor .ui-icon-pencil:hover {
    font-weight: bold;
}
.ui-datatable .ui-row-editor .ui-icon-close::before {
    content: "\f00d";
}

.ui-selectonemenu-panel{
    background-color: white !important;
}

.text-green{
    color:#00a65a !important
}
.text-red{
    color:#dd4b39 !important
}

.ui-growl-item-container{
    background-color: cornsilk !important;

}
.ui-selectcheckboxmenu{
    display: block !important;
}
.ui-selectcheckboxmenu-panel {
    background-color: #f8f8f8 !important;
}

.ui-growl {
    z-index: 10000 !important;
}

.ui-widget-overlay{
    background: rgba(0, 0, 0, 0.4) !important;
}

.verde {
    background-position: center;
    background: url("/web/resources/img/green.png") !important;
}
.rojo {
    background-position: center;
    background-image: url("/web/resources/img/red.png") !important;
}
.azul {
    background-position: center;
    background-image: url("/web/resources/img/blue.png") !important;
}
.naranja {
    background-position: center;
    background-image: url("/web/resources/img/orange.png") !important;
}

.bg-light {
    background: #161616!important;
}
.bg-light-footer{
    background-color: #f8f9fa!important;
}


.bg-orange {
    background: #FA8258 !important;
}

.bg-warning{
    background: #f0ad4e!important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f8f9fa !important;
}

/*.btn-info {
    background: #024873 !important;
    border-color: #024873 !important;
}*/

.dropdown-menu {
    background-color: #353535 !important; 

}
.dropdown-item {
    color: #ffffff !important;

}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #04BFAD !important;
}

.btn-primary {
    background-color: #FFB100 !important;
    border-color: #FFB100 !important;
}

.btn-primary:hover {
    background-color: #FE980F !important;
    border-color: #FE980F !important;
}

/**
menu prueba
*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.ui-autocomplete-panel .ui-autocomplete-list {
    background-color: white !important;
}

.card-columns{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count: 5 !important;
    -webkit-column-gap:1.25rem;
    -moz-column-gap:1.25rem;
    column-gap:1.25rem;
    orphans:1;
    widows:1;}


.calendarClass input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

body .ui-datatable .ui-datatable-data>tr .ui-row-toggler.ui-icon-circle-triangle-e:before{
    content: "\f0a9";

}

body .ui-datatable .ui-datatable-data>tr .ui-row-toggler.ui-icon-circle-triangle-s:before{
    content: "\f0ab";
}



.fixed-size {
    white-space: pre-wrap !important;
    word-break: break-all !important;
}

.modal.show .modal-dialog {
    max-width: 1000px;
}

.form-control-alt {
    display: block;
    width: 100%;
    text-align: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-autocomplete .ui-autocomplete-dropdown .ui-icon:before{
    font-size: 15px;
    content: "\f078";

}
.ui-autocomplete .ui-autocomplete-dropdown{
    border-left: none !important;
    border-radius: .25rem !important;
}
.ui-growl-message {
    padding: 0 0 5px 0;
    width: 220px;
    float: right;
    color: #007ad9;
}

.ui-growl-message p {
    font-weight: bold;
    color: #1c1b19;

}  

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    background-color: #721c24 !important;
    border-color: #721c24 !important;
}
