.error {
    color: #dc3545!important;
}
.text-danger{
  color: #dc3545!important;
}
.mb-20{
  margin-bottom: 20px!important;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-10{
  margin-left: 10px;
}
.mt-5{
  margin-top: 5px;
}
.mt-15{
  margin-top: 15px;
}

.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
input.largerCheckbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 2px solid #222f80;
    border-radius: 3px;
    background-color: white;
}
input.largerCheckbox:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 11px;
    border: solid #222f80;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 7px;
}
input.largerCheckbox {
    /* position: relative; */
    cursor: pointer;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-error-message p{
  margin-top: 0px;
}

.no-margin-p p{margin-top: 0px;}

.success-message{
    color: green;
    margin-bottom: 15px;
    background: aliceblue;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #bae6ba;
}

.danger_error_msg{
  color: red;
background: #f5e0c4;
padding: 10px;
border-radius: 7px;
}

.form-item{
  margin-bottom: 15px;
}
input, textarea, select, fieldset {
    margin-bottom: 0px;
}
[type="file"] + label {
  margin: .75rem 0 0.5rem;
}
/* input, textarea, select, fieldset {
    margin-bottom: 0px;
} */
.dataTables_filter, .dataTables_length{margin-bottom: 10px;}
.btn-clear{
      background-color: indianred!important;
          border: 1px solid #c14140!important;
}
.btn-clear:hover{
  background-color: #f54242!important;
  border-color: #c14140!important;
}
textarea.big-text-area, input.big-text-area{
      min-height: 100px;
}


.back-logout {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

.book-training-form {
    display: block;
    padding: 20px 40px;
    margin: 20px 0 40px 0;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    max-width: 960px;
    box-sizing: border-box;
    overflow: auto;
}

.error-message {
    color: red;
    margin-bottom: 15px;
    background: #f5e0c4;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #fb8787;
}

table.log{display: table;}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 900px){
.back-logout {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
}
@media (max-width: 900px){
.book-training-form {
    padding: 20px 20px;
}
}
.btn {
  margin: .2em .1em;
  font-weight: 700;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-bottom: .15em solid black;
  border-radius: 3px;
  padding: 0.65em 1.3em;
}
.btn-sm,
.btn-xs {
  font-size: .85em;
  padding: .5em 1em;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#tableuserdata_filter label{
  margin-right: 0px;
}
.right-align{
  text-align: right;
}
