@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/* ---------------------------------------------------
    GENERAL STYLES
----------------------------------------------------- */
span, body, small, label, input, textarea, select{
    font-family: 'Open Sans', sans-serif ;
}
p, h1, h2, h3, h4, h5, h6, table, tr, td, th, button, a{
    font-family: 'Roboto', sans-serif;
}
span.help-block{
    color: red;
    font-weight: 100;
    font-size: 13px;
}
h3{
    margin-top: 40px;
    font-size: 25px;
    font-weight: bolder;
}
h5{
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #005794;
}
.subtitle{
    font-size: 18px;
    margin-bottom: 30px;
}
th{
    color: #333333;
    font-weight: bold;
    font-size: 14px;
}
td{
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}
.dt-buttons{
    margin-bottom: 50px;
}
.show-incident{
    color: #FFFFFF;
}
.btntable{
    background-color: #5aa3d2;
    color: #fff !important;
    margin-right: 5px;
}

textarea{
    resize: none;
}

.btn-incident{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

label{
    font-size: 14px;
    font-weight: 600;
}

.asterisk {
    color: red;
}

/* data table */
.bottom{
    text-align: right;
}
#table-incidents_wrapper{
    margin-top: 10px;
}
.dataTables_info{
    font-size: 14px;
}
.pagination{
    margin-left: 15px !important;
}
.page-link{
    border: 0;
}
.btn-create{
    background-color: #0070BE;
    border-color: #0070BE;
    min-width: 300px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.btn-create:hover{
    opacity: .8;
    color: #fff;
}
.btn-filter{
    background-color: #ffffff;
    border-color: #0070BE;
    color: #0070BE;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn-filter:hover{
    opacity: .8;
    color: #0070BE;
}
.table-striped tbody tr:nth-of-type(2n+1){
    background-color: rgba(0,0,0,.01);
}
.table td{
    border-top: 1px solid #e6e6e6;
}

#drop_file_zone,
#drop_file_zone1,
#drop_file_zone2,
#drop_file_zone3,
#drop_file_zone4,
div.drop_file_zone {
    padding: 40px 20px;
    border: 1px dashed #bdbdbd;
    border-radius: 10px;
}
#drag_upload_file,
#drag_upload_file1,
#drag_upload_file2,
#drag_upload_file3,
#drag_upload_file4,
div.drag_upload_file {
  width:80%;
  margin:0 auto;
}
#drag_upload_file p,
#drag_upload_file1 p,
#drag_upload_file2 p,
#drag_upload_file3 p,
#drag_upload_file4 p {
  text-align: center;
}

#drag_upload_file #selectfile,
#drag_upload_file1 #selectfile1,
#drag_upload_file2 #selectfile2,
#drag_upload_file3 #selectfile3,
#drag_upload_file4 #selectfile4 {
    display: none;
}

#selectFile,
#selectFile1,
#selectFile2,
#selectFile3,
#selectFile4{
    display: none;
}

footer{
    position: absolute;
    bottom: 20px;
    left: 5%;
}

#drop_file_zone:hover, div.drop_file_zone:hover{
    cursor: pointer;
    opacity: .7;
    border: 1px solid #e6e6e6;
}

.my-popup-class{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    min-height: 100% !important;
    overflow: scroll;
}

.fileList{
    margin: 20px 0 0;
}

#mCSB_1_container{
    height: 100%;
}

.especialItem{
    background: rgba(250, 250, 250, .2);
    width: 90%;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
    padding: 5px 0;
}

.especialItem:hover{
    text-decoration: none;
    color: #fff;
    opacity: .8;
}

/*---------------------------------------------
    END GENERAL STYLES
----------------------------------------------------- */

/* ---------------------------------------------------
    LOGIN SYLES
----------------------------------------------------- */
.bgLogin {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.vector {
    background: url(../img/vector.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 622px;
    left: 0px;
    bottom: 0;
    z-index: 2;
}
.cardLogin{
    margin-top: 35%;
    -webkit-box-shadow: 9px 10px 7px -10px rgba(0,0,0,0.31);
    -moz-box-shadow: 9px 10px 7px -10px rgba(0,0,0,0.31);
    box-shadow: 9px 10px 7px -10px rgba(0,0,0,0.31);
    z-index: 3;
}
.txtLogin{
    margin: 20px 0 25px;
}
.loginLink{
    color: #414141;
    text-decoration: underline;
    font-size: 14px;
}
.labelLogin{
    font-size: 14px;
}
.btnLogin{
    margin-top: 20px;
    width: 100%;
    background: #0070BE;
    border-radius: 5px;
}

.btn-login{
    margin-top:10px;
    border: 1px solid #005794;
    color: #005794;
    width: 100%;
}

.btnLogin:hover{
    opacity: .8;
}
.btn-login:hover{
    opacity: .8;
    color: #005894;
}
/* ---------------------------------------------------
    END LOGIN STYLES
----------------------------------------------------- */

/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */

.navbar {
    position: relative;
    padding: .5rem 0;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
}
.container-special{
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-brand{
    font-size: 15px;
}

.incidence-menu {
    color: white !important;
    font-size: 15px;
    border: none;
    background: transparent;
}

.margin-top-20{
    margin-top: 20px;
}

.padding-bottom-50{
    padding-bottom: 50px;
}

/* ---------------------------------------------------
    END NAV BAR
----------------------------------------------------- */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #0070BE;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0070BE;
    position: absolute;
    top: 10px;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    right: 10px;
}

#dismiss:hover {
    background: #fff;
    color: #0070BE;
}

#sidebar ul.components {
    margin-top: 80px;
    padding: 20px 0 20px 20px;
}

#sidebar ul li a {
    color: #ffffff;
    padding: 15px 10px;
    font-size: 1.1em;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}

#sidebar ul li a:hover,
#sidebar ul li a:active{
    color: #ffffff;
    margin-left: 10px;
    font-weight: bold;
}

/* ---------------------------------------------------
    NAV CONFIGURATION
----------------------------------------------------- */

#nav-configuration{
    width: 100%;
    margin: 0 0 40px;
}

#nav-configuration a {
    color: black;
    border-bottom: 2px solid lightgray;
}

#nav-configuration a.active{
    color: olive;
    border-bottom: 2px solid olive;
}

.bg-primary {
    background-color: #0070BE !important;
}

.btn-primary, .page-item.active .page-link {
    background-color: #0070BE !important;
    border-color: #0070BE !important;
}

input[type=search] {
    font-family: 'Montserrat', sans-serif;
}

.fa-question-circle:hover {
    cursor: pointer;
}

/* ---------------------------------------------------
    END NAV CONFIGURATION
----------------------------------------------------- */

a:hover, button:hover{
    opacity: .8;
    text-decoration: none;
}

.titles{
    border-top: 1px solid #e6e6e6; 
    padding-top: 20px
}

.btn-export{
    min-width: 200px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
.btn-export:hover{
    opacity: .8;
    color: #fff;
}

.export{
    background-color: #3FB500;
    border-color: #3FB500;
}

.import{
    background-color: #0070BE;
    border-color: #0070BE;
}

input:-moz-read-only { background: #ffffff !important;}
input:read-only { background: #ffffff !important; }