@import url(https://fonts.googleapis.com/css?family=Nunito);@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);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: #1a1a70;
}

.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: #1a1a70;
  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: #110b4f;
  border-color: #110b4f;
  min-width: 300px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.btn-create:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-filter {
  background-color: #ffffff;
  border-color: #110b4f;
  color: #110b4f;
  font-size: 14px;
  font-weight: bold;
}

.btn-filter:hover {
  opacity: 0.8;
  color: #110b4f;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 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 {
  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 {
  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 {
  cursor: pointer;
  opacity: 0.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, 0.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: 0.8;
}

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

/* ---------------------------------------------------
    LOGIN SYLES
----------------------------------------------------- */

.bgLogin {
  background: url(/images/bg.png?d76dc8715296cbcb31a44eccfd4789c0) no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.vector {
  background: url(/images/vector.png?c741d9fd006257703183d69a5cac88c6) no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 622px;
  left: 0px;
  bottom: 0;
  z-index: 2;
}

.cardLogin {
  margin-top: 35%;
  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: rgb(237,27,82);
  background: linear-gradient(90deg, rgba(237,27,82,1) 0%, rgba(152,76,252,1) 65%, rgba(152,76,252,1) 100%);  
  border-radius: 5px;
}

.btn-login {
  margin-top: 10px;
  border: 1px solid #110b4f;
  background: rgb(237,27,82);
  background: linear-gradient(90deg, rgba(237,27,82,1) 0%, rgba(152,76,252,1) 65%, rgba(152,76,252,1) 100%);  
  width: 100%;
}

.btnLogin:hover {
  opacity: 0.8;
}

.btn-login:hover {
  opacity: 0.8;
  color: #110b4f;
}

/* ---------------------------------------------------
    END LOGIN STYLES
----------------------------------------------------- */

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

.navbar {
  position: relative;
  padding: 0.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: #110b4f;
  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: #110b4f;
  position: absolute;
  top: 10px;
  transition: all 0.3s;
  right: 10px;
}

#dismiss:hover {
  background: #fff;
  color: #110b4f;
}

#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;
  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: #130851 !important;
}

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

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

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

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

a:hover,
button:hover {
  opacity: 0.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: 0.8;
  color: #fff;
}

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

.import {
  background-color: #110b4f;
  border-color: #110b4f;
}

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

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

