/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
 @import "bootstrap/dist/css/bootstrap";
 @import "datatables.net-bs4/css/dataTables.bootstrap4.css";

 * {
 	margin: 0px;
 	padding: 0px;
 }

 .dataTables_wrapper {
  flex-direction:column;
  flex-wrap:wrap-reverse;
 }

 body, html {
 	height: 100%;
 }
 .login100-form-title {

   font-size: 24px;
   color: #333333;
   line-height: 1.2;
   text-align: center;

   width: 100%;
   display: block;
   padding-bottom: 54px;
 }
 .limiter {
   width: 100%;
   margin: 0 auto;
 }
 .container-login1000 {
   width: 100%;
   min-height: 100vh;
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   padding: 15px;
   background: #b5261e;
   background: -webkit-linear-gradient(-135deg, #f18892, #b5261e);
   background: -o-linear-gradient(-135deg, #f18892, #b5261e);
   background: -moz-linear-gradient(-135deg, #f18892, #b5261e);
   background: linear-gradient(-135deg, #f18892, #b5261e);
 }

 .wrap-login100 {
   width: 850px;
   background: #fff;
   border-radius: 10px;
   overflow: hidden;

   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 177px 130px 33px 95px;
 }

 .login100-pic {
   width: 316px;
 }

 .login100-pic img {
   max-width: 100%;
 }

 .login100-form {
   width: 290px;
 }

 @media (max-width: 992px) {
   .wrap-login100 {
     padding: 150px 90px 33px 85px;
   }

   .login100-pic {
     width: 35%;
   }

   .login100-form {
     width: 50%;
   }
 }

 @media (max-width: 768px) {
   .wrap-login100 {
     padding: 100px 80px 33px 80px;
   }

   .login100-pic {
     display: none;
   }

   .login100-form {
     width: 100%;
   }
 }

 @media (max-width: 576px) {
   .wrap-login100 {
     padding: 100px 15px 33px 15px;
   }
 }
.alert-space {
  padding: 0.2rem 1rem 0rem 1rem;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.field_with_errors input {
  border: 1px solid red;
}

.field_with_errors textarea {
  border: 1px solid red;
}
.field_with_errors select {
  border: 1px solid red;
}

.field_with_errors label {
  color: red;
}

.error {
  font-size: 80%;
  color: red;
}

.sepator_line {
  height:2px;
  width:95%;
  border-width:0;
  color: #000;
  background-color: #000;
}

.sepator_line_thinner {
  height: 1px;
  width: 95%;
  border-width:0;
  color: #000;
  background-color: #000;
}

div.hidden {
  display: none;
}

/*# sourceMappingURL=application.css-5914c2ca6bfc35a8fc0f24fac84f33500fc84a9d3bf352fea1b1b7ae01c127ca.map */
