﻿html {
    min-height: 100%;
    font-family: "Segoe UI", Arial, Verdana, Tahoma;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    min-height: 100%;
    margin: 0;
    font-family: "Segoe UI", Arial, Verdana, Tahoma;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background: #f0f2f5;
}

/*header#main-header {
    border-top: 3px solid #f19e00;
    background: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10;
    overflow: hidden;
}*/

.menu-wrap {
    background: #fbfcff;
    width: 300px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    /*z-index: 90;*/
}

.logo-menu {
    display: block;
    height: 70px;
    background: #fff;
}

    .logo-menu .iso-logo {
        display: none;
    }

    .logo-menu.change-logo > .iso-logo {
        display: block;
    }

    .logo-menu.change-logo > .image-logo {
        display: none;
    }

.close-menu {
    display: none;
}

.nav-contraloria {
    display: block;
    border-top: 1px solid #d0d0d0;
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
}

.nav-wrap,
.nav-collapse {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.upload-wrap {
    text-align: center;
}

    .upload-wrap > button {
        position: relative;
        padding: 8px 40px 8px 65px;
        border: 1px solid #026fb6;
        background: #026fb6;
        color: #ffffff;
        border-radius: 30px;
        cursor: pointer;
    }

        .upload-wrap > button:before {
            content: '';
            position: absolute;
            background: url('../images/icon-file.png') center center no-repeat;
            width: 22px;
            height: 22px;
            left: 30px;
        }

.item-collapse {
    display: block;
    padding: 20px 32px 20px 60px;
    color: #999999 !important;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #d0d0d0;
}

    .item-collapse:hover,
    .item-collapse.active {
        color: #ffffff !important;
        background: #00558b;
        text-decoration: none;
    }

        .item-collapse.active .icon-collapse {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .item-collapse:before {
        content: '';
        display: block;
        width: 3px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        background: #00558b;
    }

    .item-collapse:hover:before,
    .item-collapse.active:before {
        background: #00558b;
    }

.nav-wrap-02 a {
    padding: 10px 10px 10px 80px;
    display: block;
    color: #00558b !important;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
}

    .nav-wrap-02 a:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        top: 16px;
        left: 60px;
        background: #0066ad;
    }

    .nav-wrap-02 a:hover {
        color: #00548e !important;
    }

        .nav-wrap-02 a:hover:before {
            background: #0066ad;
        }

.nav-wrap-02 span {
    padding: 10px 10px 10px 74px;
    display: block;
    color: #00558b !important;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
}

    .nav-wrap-02 span:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 4px;
        position: absolute;
        top: 16px;
        left: 55px;
        background: #0066ad;
    }

.nav-collapse-03 {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.nav-wrap-03 a {
    padding: 10px 10px 10px 92px;
    display: block;
    color: #999 !important;
    position: relative;
    font-size: 13px;
    border-bottom: 1px solid #d0d0d0;
    background: #fff;
}

    .nav-wrap-03 a:before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 2px;
        position: absolute;
        top: 18px;
        left: 77px;
        background: #8c8c8c;
    }

.dropdown-menu {
    border-radius: 0rem !important;
}

.icon {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 12px;
    left: 14px;
}

.icon-collapse {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 12px;
    background: url(../images/arrow-collapse.png) center center no-repeat;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.icon-entry {
    background: url(../images/icon-entry.png) center center no-repeat;
}

.item-collapse:hover .icon-entry,
.item-collapse.active .icon-entry {
    background: url(../images/icon-entry-white.png) center center no-repeat;
}

.icon-work {
    background: url(../images/icon-work.png) center center no-repeat;
}

.item-collapse:hover .icon-work,
.item-collapse.active .icon-work {
    background: url(../images/icon-work-white.png) center center no-repeat;
}

.icon-consult {
    background: url(../images/icon-consult.png) center center no-repeat;
}

.item-collapse:hover .icon-consult,
.item-collapse.active .icon-consult {
    background: url(../images/icon-consult-white.png) center center no-repeat;
}

.section-sisel {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 300px;
    right: 0px;
    bottom: 50px;
    /*z-index: 100;*/
    height: 100%;
    background: #fbfcff;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.13);
    -webkit-transition: all .32s ease-out;
    -moz-transition: all .32s ease-out;
}

.container-custom {
    display: block;
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-y: auto;
}

header#main-header {
    height: 70px;
    color: #6d747a;
    background: #00558B;
    width: 100%;
    position: relative;
    z-index: 100;
    border-top: 3px solid #ffa400;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.6);
    box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.6);
}

.icon-menu {
    display: block;
    width: 70px;
    height: 67px;
    border-right: 1px solid #002d4a;
    background: url(../images/nav-menu-close.png) center center no-repeat !important;
    cursor: pointer;
}

    .icon-menu.active {
        background: url(../images/nav-menu-open.png) center center no-repeat !important;
    }

#btn-menu-rwd {
    display: none;
}

.user-opcion {
    color: #788396;
    float: left;
    border-left: 1px solid #002d4a !important;
    display: block;
    height: 67px;
    line-height: 10px;
    padding: 20px 56px 0px 58px;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    text-align: right;
}

    .user-opcion:before {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 20px;
        left: 15px;
        background: url(../images/icon-user.png) center center no-repeat;
    }

    .user-opcion:after {
        content: '';
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 22px;
        right: 17px;
        background: url(../images/arrow-down.png) center center no-repeat;
    }

.user-name {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.user-rol {
    color: #a1bedc;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-menu > ul {
    list-style: none;
    min-width: 200px;
    padding: 0px;
    margin: 0px;
}

    .dropdown-menu > ul:before {
        content: '';
        background: url(../images/arrow.png) no-repeat;
        width: 20px;
        height: 9px;
        position: absolute;
        right: 15px;
        top: -9px;
    }

    .dropdown-menu > ul > li {
        border-bottom: 1px solid #ebebeb;
    }

        .dropdown-menu > ul > li > a {
            display: block;
            padding: 15px 60px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333333;
            white-space: nowrap;
            font-size: 14px;
        }

            .dropdown-menu > ul > li > a:hover {
                background: #fbfcff;
                color: #00558B;
            }

.rol-active,
.rol-desactive {
    position: relative;
    top: -20px;
    left: -45px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .rol-active:before {
        content: '';
        background: url(../images/radio-checked.png) center center no-repeat;
        width: 32px;
        height: 32px;
        position: absolute;
    }

    .rol-desactive:before {
        content: '';
        background: url(../images/radio-not-checked.png) center center no-repeat;
        width: 32px;
        height: 32px;
        position: absolute;
    }

.dropdown-menu > div.close-session {
    text-align: right;
    padding: 18px;
}

    .dropdown-menu > div.close-session > a {
        color: #026fb6;
        border: 1px solid #ccc;
        border-radius: 30px;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
        -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
        box-shadow: 0px 1px 4px 0px rgba(166,166,201,0.8);
        font-size: 13px;
        font-weight: 500;
    }

        .dropdown-menu > div.close-session > a:hover {
            color: #026fb6;
        }

.message {
    float: right;
    padding: 34px 24px 20px 0px;
}

.btn-menu {
    width: 56px;
    height: 56px;
    background: url(../images/nav-img.png) -1px -1px no-repeat;
    float: left;
    margin: 12px 10px 0px 15px;
    cursor: pointer
}

.navbar {
    display: block;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: -320px;
    bottom: 0px;
    width: 300px;
    background: #005990;
    z-index: 100;
    border-radius: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.23);
    -webkit-transition: all .32s ease-out;
    -moz-transition: all .32s ease-out;
    transition: all .32s ease-out;
}

body.menu-active .navbar {
    left: 0px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
}

body .opacity {
    display: none;
}

.opacity {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #082336;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 120;
    cursor: pointer;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    transition: all .7s ease-out;
}

.title-main {
    font-size: 15px;
    font-weight: 600;
    color: #bf221e;
    padding: 20px 0px 20px 0px;
}

    .title-main > span {
        padding-right: 10px;
        vertical-align: middle;
    }

.navbar .title-nav {
    height: 60px;
    line-height: 60px;
    color: white;
    padding: 0px 0px 0px 15px;
    text-transform: uppercase;
    background: #006caf;
    border-bottom: 1px solid #003d63;
    position: relative;
}

    .navbar .title-nav .btn-menu-hide {
        width: 40px;
        height: 40px;
        /* border: 1px solid #fff; */
        position: absolute;
        top: 10px;
        right: 10px;
        background: url(../images/nav-img.png) -11px -71px no-repeat;
        cursor: pointer;
    }

.navbar .nav-app {
    list-style-type: none;
    padding: 10px;
}

    .navbar .nav-app li {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 8px 0px;
    }

        .navbar .nav-app li a {
            position: relative;
            display: block;
            padding: 12px 25px 12px 15px;
            background: #0076bf;
            color: white;
            border-radius: 4px;
            text-decoration: none;
            -webkit-box-shadow: 0px 2px 0px 0px rgba(2,65,102,1);
            -moz-box-shadow: 0px 2px 0px 0px rgba(2,65,102,1);
            box-shadow: 0px 2px 0px 0px rgba(2,65,102,1);
        }

            .navbar .nav-app li a:hover {
                background: #009cfd;
            }

            .navbar .nav-app li a:before {
                content: '';
                width: 20px;
                height: 20px;
                background: url(../images/nav-img.png) -18px -138px no-repeat;
                position: absolute;
                top: 12px;
                right: 10px;
            }

header#main-header nav.navbar .navbar-header {
    float: left;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
}

header#main-header nav.navbar {
    margin-bottom: 0;
}

    header#main-header nav.navbar .navbar-header .navbar-brand {
        height: auto;
    }

        header#main-header nav.navbar .navbar-header .navbar-brand#logo-gestion-pesca {
            margin-left: 35px;
        }

.container {
    width: auto;
}

body#layout {
    /*background: url(../images/background-body.jpg) no-repeat;
    background-size: 100% 100%;*/
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-brand {
    float: left;
    /*height: 50px;*/
    padding: 15px 15px;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 18px;
    /*line-height: 20px;*/
    overflow: hidden;
}

.title-page {
    color: #0ba84a;
    font-size: 20px;
    color: #0ca84b;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

    .title-page i {
        color: #ffaf37 !important;
        font-weight: normal;
    }

.content-title-page {
    /*margin-top: 15px;
    margin-bottom: 15px;*/
    padding: 15px 0px 12px 0px;
    background: #fbfbfb;
    border-bottom: 1px solid #b5cfde;
    margin-bottom: 18px;
    margin-left: -20px;
    margin-right: -20px;
}

/*.content-grid-page {
    margin-top: 15px;
}*/

.ui-jqgrid {
    font-size: 12px;
}

    .ui-jqgrid .glyphicon {
        font-size: 16px;
        margin: 0px 3px 0px 3px;
        color: #00558b;
    }

    .ui-jqgrid .ui-jqgrid-bdiv { /*Horizontal grilla*/
        overflow-x: hidden !important;
    }

.table th, .table td {
    padding: 7px 7px 7px 7px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.jqgfirstrow td {
    padding: 0px !important;
}

.ui-jqgrid-view {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}

table.ui-jqgrid-htable thead th {
    background: #444444;
    color: white;
    font-weight: 500;
}

.ui-jqgrid-bdiv table tbody {
    background: #fff;
}

.ui-jqgrid-pager .ui-pager-control table:first-child {
    background: #f6f6f6 !important;
}

/*.ui-jqgrid-bdiv table tbody tr.success {
    background: #dff0d8;
}*/

.btn-warning {
    color: #fff !important;
}

.input-group-sm {
    /*height: 31px!important*/
    margin-bottom: 10px;
}

.modal-footer {
    display: block !important;
    background: white;
}

.modal-body {
    background: white;
    padding: 20px;
}

h4, .h4 {
    font-size: 18px;
}

.modal-content {
    background: linear-gradient(to bottom, #ffffff 0%, #f2fbfd 100%);
    border: 0px solid #ffffff;
    border-radius: 0px;
}

    .modal-content .modal-header {
        background: #00558B;
        color: #fff;
    }

.modal-header {
    padding: 14px 12px 14px 20px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-content .modal-header .close {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.modal-header .close {
    margin: 0px;
    padding: 0px;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}

.modal-body {
    position: relative;
    padding: 15px;
}

/*view-mensaje-sistema*/

.wrapper-mensaje {
    display: block;
    text-align: center;
}

    .wrapper-mensaje .image-mensaje {
        width: 270px;
        height: 270px;
        background: #fff;
        margin: 0px auto;
        border-radius: 50%;
        margin-top: 30px;
        -webkit-box-shadow: 0px 0px 48px 0px rgba(15,141,209,0.29);
        -moz-box-shadow: 0px 0px 48px 0px rgba(15,141,209,0.29);
        box-shadow: 0px 0px 48px 0px rgba(15,141,209,0.29);
    }

    .wrapper-mensaje .token-no-autorizado {
        background: url('../images/token-no-autorizado.png') center 62px no-repeat #fff;
    }

    .wrapper-mensaje .not-found {
        background: url('../images/not-found.png') center center no-repeat #fff;
    }

    .wrapper-mensaje .internal-error {
        background: url('../images/error.png') center center no-repeat #fff;
    }

    .wrapper-mensaje .mensaje-view {
        text-align: center;
        color: #006caf;
        font-size: 24px;
        padding: 10px 0px 0px 0px;
        font-weight: bold;
        width: 400px;
        margin: 0px auto;
    }

        .wrapper-mensaje .mensaje-view.error {
            color: #ef160a;
        }

.input-validation-error {
    border-color: #d38e99;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.field-validation-error {
    color: #b94a48;
    position: relative;
    font-size: 12px;
}

.ui-th-div {
    text-align: center;
}

.jqg-first-row-header th {
    padding: 0px !important;
}

.form-control-sm-2 {
    border: 2px #d38e99 solid;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f0f3f5 !important;
}

.modal-content {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25) !important;
}

.custom-tab .nav-tabs .nav-link {
    border-top: 1px solid #e7e9ec;
    border-left: 1px solid #e7e9ec;
    border-right: 1px solid #e7e9ec;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-right: 5px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    color: #333333;
    background: #fafafa;
}

.custom-tab .nav-tabs {
    border-bottom: 1px solid #d1d1d1;
}

    .custom-tab .nav-tabs .nav-link {
        border-bottom: 1px solid #d1d1d1;
        border: none !important;
    }

        .custom-tab .nav-tabs .nav-link:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 4px;
            background: #fafafa !important;
        }

        .custom-tab .nav-tabs .nav-link.active {
            color: #333333;
            background: #ffffff !important;
            border-bottom: 1px solid #ffffff !important;
            border-color: transparent !important;
        }

            .custom-tab .nav-tabs .nav-link.active:before {
                background: #bf221e !important;
            }

.custom-tab .nav-link {
    display: block;
    padding: 15px 30px;
    font-size: 14px;
}

.tab-content {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.8);
    padding: 20px;
}

.tab-inter-cont {
    display: block;
    padding: 15px 0px 15px 0px;
}

.card > .bg-primary {
    background: #0073b4 !important
}

/******************************
* ESTRUCTURA INTERNAS
.******************************/

.navegation-view {
    padding: 23px 0px 2px 24px;
    font-size: 15px;
    position: relative;
    color: #005fa5;
    font-weight: 600;
}

    .navegation-view:before {
        content: '';
        width: 4px;
        height: 28px;
        position: absolute;
        top: 20px;
        left: 0px;
        background: #ffa400;
        /* background: url(../images/arrow-right.png) center center no-repeat; */
    }

    .navegation-view span {
        color: #0066ad;
    }

.box-pad {
    padding: 15px 0px 15px 0px;
}

.box-main-pad {
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.4);
    box-shadow: 0px 0px 5px 0px rgba(166,166,201,0.4);
    padding: 0px 10px 0px 10px;
}

.box-content {
    background: white;
    padding: 15px;
    /*-webkit-box-shadow: 0px 0px 12px 0px rgba(10,108,178,0.33);
    -moz-box-shadow: 0px 0px 12px 0px rgba(10,108,178,0.33);
    box-shadow: 0px 0px 12px 0px rgba(10,108,178,0.33);*/
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,115,180,0.19);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,115,180,0.19);
    box-shadow: 0px 0px 10px 0px rgba(0,115,180,0.19);*/
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,115,180,0.19);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,115,180,0.19);
    box-shadow: 0px 0px 8px 0px rgba(0,115,180,0.19);
}

.top-action {
    background: #f6f6f6;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    /*padding: 5px 5px 5px 0px;*/
}

.custom-group {
    width: 210px;
    display: inline-block;
    margin-right: 6px;
}

    .custom-group .input-group-sm {
        margin-bottom: 0px;
    }

.custom-grilla .content-grid-page {
    margin-top: 0px;
    padding-right: 20px;
}

.ui-jqgrid,
.ui-jqgrid-hdiv,
.ui-jqgrid-hbox,
.ui-jqgrid-view,
.ui-jqgrid-titlebar,
.ui-jqgrid-bdiv,
.ui-jqgrid-pager,
.ui-row-ltr,
.ui-jqgrid-htable,
.ui-jqgrid-btable {
    width: 100% !important;
    min-width: 1024px;
}

    .ui-jqgrid .ui-jqgrid-hbox {
        padding-right: 0px !important;
    }

.btn-action {
    border-left: 1px solid #dddde5 !important;
    border: none;
    padding: 9px 15px 9px 46px;
    /* margin: -5px; */
    font-size: 14px;
    background: none;
    cursor: pointer;
    outline: none !important;
    position: relative;
    color: white;
    background: #fb8d00;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
}

    /*.btn-action:hover {
        background: #28a745;
        color: white;
    }*/

    .btn-action i {
        display: block;
        position: absolute;
        top: 9px;
        left: 11px;
        width: 20px;
        height: 20px;
        padding: 5px;
        border-radius: 50%;
        font-size: 12px;
        background: white;
        text-align: center;
        background: #fb8d00;
        color: #fff;
    }

.btn.btn-default {
    background: white;
    border: 1px solid #dddddd;
    color: #777;
}

.filter-tab {
    background: #f0f3f5;
    border: 1px solid #ced4da;
    padding: 18px 10px 0px 10px;
    margin: 15px 0px 15px 0px;
}

.loading-capa {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url('../images/bg-campo.png') top left repeat;
    cursor: wait;
    z-index: 2000;
}

    .loading-capa:before {
        content: '';
        width: 100px;
        height: 100px;
        background: url(../images/gif-loading.gif) center center no-repeat #000;
        position: absolute;
        top: 33%;
        left: 45%;
        background-size: 80%;
        opacity: 0.8;
        z-index: 10000;
    }

.nav-tabs-dropdown {
    display: none;
}

/* FORMULARIOS */
.filtro-grid {
    display: block;
    padding: 20px 0px 20px 0px;
}

.btn-principal {
    padding: 8px 10px 8px 10px;
    margin: 8px 0px 0px 10px;
    position: relative;
    color: white;
    border: none;
    border-radius: 3px;
    background: #00558b;
    min-width: 100px;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
    cursor: pointer;
    outline: none;
}

/* login inicio */

form {
    margin: 0px;
}

.bg-login {
    display: flex;
    width: 100%;
    height: 100%;
}

.logotipo-lg {
    display: block;
    text-align: center;
}

    .logotipo-lg img {
        max-width: 100%;
    }

.name-system {
    display: block;
    padding: 8px 0px 0px 0px;
    color: #00548e;
    font-size: 24px;
    text-align: center;
}

.bg-login .left-lg {
    width: 50%;
    /*height: 100%;*/
    background: url('../images/bg-login.jpg') center center no-repeat;
    background-size: cover;
    border-right: 3px solid #ffa400;
}

.bg-login .right-lg {
    width: 50%;
    /*height: 100%;*/
    background: white;
}

.form-login-sitech {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.wrap-lg {
    width: 100%;
    display: block;
    padding: 13% 18% 18% 18%;
}

    .wrap-lg .form-lg {
        display: block;
        padding: 40px 0px 0px 0px;
    }

        .wrap-lg .form-lg .row-lg {
            display: block;
        }

            .wrap-lg .form-lg .row-lg .lbl-date {
                display: block;
                margin-bottom: 5px;
                color: #466e8a;
            }

            .wrap-lg .form-lg .row-lg .input-date {
                position: relative;
                margin-bottom: 15px;
                display: block;
            }

                .wrap-lg .form-lg .row-lg .input-date:before {
                    content: '';
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    top: 10px;
                    left: 15px;
                    background: red;
                }

                .wrap-lg .form-lg .row-lg .input-date.user:before {
                    background: url('../images/sprite-sintech.png') -15px -14px no-repeat;
                }

                .wrap-lg .form-lg .row-lg .input-date.password:before {
                    background: url('../images/sprite-sintech.png') -15px -74px no-repeat;
                }

                .wrap-lg .form-lg .row-lg .input-date input {
                    border: 1px solid #bdd3f3;
                    background: #fff;
                    border-radius: 3px;
                    height: 50px;
                    width: 100%;
                    outline: none;
                    padding: 0px 0px 0px 60px;
                    color: #006fbb;
                    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,49,122,0.13);
                    -moz-box-shadow: 0px 0px 5px 0px rgba(0,49,122,0.13);
                    box-shadow: 0px 0px 5px 0px rgba(0,49,122,0.13);
                }

                    .wrap-lg .form-lg .row-lg .input-date input:focus {
                        border: 1px solid #0f75bb;
                    }

.form-lg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ced3e4;
    opacity: 1; /* Firefox */
}

.form-lg :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ced3e4;
}

.form-lg ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ced3e4;
}

.btn-ingresar button {
    border: none;
    width: 100%;
    height: 52px;
    font-size: 15px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,49,122,0.36);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,49,122,0.36);
    box-shadow: 0px 5px 15px 0px rgba(0,49,122,0.36);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0051c2+0,00548e+100 */
    background: #0051c2; /* Old browsers */
    background: -moz-linear-gradient(left, #0051c2 0%, #00548e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0051c2 0%,#00548e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0051c2 0%,#00548e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051c2', endColorstr='#00548e',GradientType=1 ); /* IE6-9 */
}

/* RESPONSIVE WEB DESIGN*/

.table-responsive {
    overflow-x: hidden;
    overflow-x: auto;
}

.wrap-lg {
    padding: 13% 10% 18% 10%;
}

@media screen and (min-width: 768px) {
    .custom-tab .nav-tabs {
        display: flex !important;
    }
}

@media only screen and (max-width: 768px) {
    body.menu-active .opacity {
        display: block;
    }

    .nav-tabs-container {
        width: 280px;
        position: relative;
        margin: 0px auto 0px auto;
    }

    .nav-tabs-dropdown {
        display: block;
        border: 1px solid #bf221e;
        font-size: 15px;
        padding: 10px 24px;
        max-width: 280px;
        position: relative;
        margin-bottom: 15px;
        border-radius: 3px;
        background: white;
        -webkit-box-shadow: 1px 1px 1px 0px rgba(211, 224, 238, 0.76);
        -moz-box-shadow: 1px 1px 1px 0px rgba(211, 224, 238, 0.76);
        box-shadow: 1px 1px 1px 0px rgba(211, 224, 238, 0.76);
        color: #333333;
        font-weight: 600;
    }

        .nav-tabs-dropdown:hover {
            text-decoration: none;
            color: #333333;
        }

        .nav-tabs-dropdown.rotate-180 i {
            transition: transform .2s ease-in-out;
            transform: rotate(180deg);
        }

        .nav-tabs-dropdown i {
            color: #f19e00;
            position: absolute;
            top: 13px;
            right: 13px;
        }

    .nav-tabs-horizontal {
        display: none;
        position: absolute;
        top: 39px;
        z-index: 1;
    }

        .nav-tabs-horizontal .nav-link:hover:before,
        .custom-tab .nav-tabs .nav-link:hover {
            background: #fad7d6 !important;
        }

    .custom-tab .nav-tabs .nav-link.active,
    .custom-tab .nav-tabs .nav-link.active:before {
        color: white;
        background: #bf221e !important;
    }

    .custom-tab .nav-tabs .nav-link {
        max-width: 280px;
        width: 280px;
        border-left: 1px solid #bf221e !important;
        border-right: 1px solid #bf221e !important;
        border-top: 1px solid #bf221e !important;
        border-bottom: 1px solid #bf221e !important;
        font-weight: 600;
        margin: 0px;
        font-size: 15px;
        color: #bf221e;
        background: #ffffff !important;
    }

    .close-menu {
        display: block;
        position: absolute;
        right: 14px;
        top: 20px;
        bottom: 0;
        background: #00548e;
        height: 32px;
        width: 32px;
        border-radius: 16px;
        z-index: 90;
        text-align: center;
        padding-top: 5px;
        cursor: pointer
    }

        .close-menu img {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            transition: transform .6s ease-in-out;
        }

        .close-menu:hover img {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

    .section-sisel {
        left: 0px !important;
    }

    .menu-wrap {
        z-index: 150;
        left: -320px;
    }

    #btn-menu-pc {
        display: none;
    }

    #btn-menu-rwd {
        display: block;
    }

    .logo-menu .iso-logo {
        display: none !important;
    }

    .logo-menu .image-logo {
        display: block !important;
    }

    .name-system {
        font-size: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .bg-login {
        display: block;
        width: 100%;
        height: 100%;
    }

        .bg-login .left-lg {
            display: none;
        }

        .bg-login .right-lg {
            width: 100%;
        }

    .wrap-lg {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: white;
    }
}

@media only screen and (max-width: 480px) {
    .wrap-lg {
        padding: 5% 6% 18% 6%;
    }

        .wrap-lg .form-lg {
            padding: 25px 0px 0px 0px;
        }
}

/* FIELDSET */

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

#a-cerrar-sesion:hover {
    cursor: pointer;
}

a.menu-disable {
    pointer-events: none;
    cursor: default;
    color: #999999 !important;
}

a.nodo-azul {
    color: #00558b !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

.title-politica {
    color: #005fa5;
}

.items-politica {
    color: #fb8d00;
    font-weight: bold;
}

.cursor {
    cursor: pointer;
}

.nav-pills .nav-link {
    color: black;
    font-weight: 700;
    border: 1px solid #ccc;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #005583;
}

.card-header-empresa {
    padding: 0.25rem 1.25rem;
    background-color: #005583;
}

.btn-link:hover {
    color: white;
    text-decoration: none;
}

.btn-link {
    color: white !important;
    font-weight: 700;
}

.accordion .card-header-empresa:after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    color: white !important;
}

.accordion .card-header-empresa.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f078";
    color: white !important;
}

.alert-warning {
    color: #fd6900;
    background-color: #ffdec6;
    border-color: #ffd7b4;
}