/*@import "~bootstrap/scss/functions";*/

/*@import "~bootstrap/scss/mixins/breakpoints";*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4f4f4f;
}

body {
  line-height: 1;
  height: 100%;
}

html {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  background-color: #ccc;
  height: 1px;
  margin-bottom: 20px;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

p {
  padding-bottom: 10px;
  padding-top: 3px;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #00447c;
}

#menu ul {
  margin: auto;
  width: 150px;
  padding: 10px;
  margin-top: 15px;
}

#menu ul li {
  line-height: 1.5em;
  border-bottom: 1px dotted #ccc;
}

#menu ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 5px;
  display: block;
}

#menu footer {
  position: absolute;
  bottom: 0;
  padding: 10px;
  left: 0;
}

#menu footer * {
  color: #fff;
}

#content {
  padding-left: 200px;
  height: 100%;
  overflow: auto;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin: 1rem 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
}

.form .form-control {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 15px;
  padding: 2px;
  background-clip: padding-box;
  border: 1 solid #ccc;
  border-radius: 0;
}

.form .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

.form .form-control:disabled,
.form .form-control[readonly] {
  background-color: #ccc;
  opacity: 1;
}

.form select.form-control {
  height: 30px;
}

ba .form select.form-control:focus::-ms-value {
  color: #4f4f4f;
  background-color: #fff;
}

.form select.form-control[size],
.form select.form-control[multiple] {
  height: auto;
}

.form textarea.form-control {
  height: auto;
}

.form .form-group {
  margin-bottom: 10px;
}

.form .form-group .row {
  display: flex;
}

.form .form-group .row .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form .form-group .row .col label {
  width: 150px;
  display: flex;
}

.form .form-group .row .col:not(:first-child) {
  width: 100%;
}

.form .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form .form-row > .col,
.form .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form .form-check {
  position: relative;
  display: block;
  padding-left: 5px;
}

.form .form-check-input {
  position: absolute;
  margin-top: -5px;
  margin-left: -5px;
}

.form .form-check-input:disabled ~ .form-check-label {
  color: #ccc;
}

.form .form-check-label {
  margin-bottom: 0;
}

.form .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 5px;
}

.form .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
}

.form .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form .form-inline .form-check {
  width: 100%;
}

@media (max-width: 768px) {
  .form .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form .form-inline .input-group,
  .form .form-inline .custom-select {
    width: auto;
  }

  .form .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 0;
  }

  .form .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #00447c;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-danger {
  background-color: #FFD7D8;
  color: #CC0000;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-link {
  font-weight: bold;
  color: #4f4f4f;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #ccc;
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.filter {
  width: 550px;
  padding: 15px;
  background-color: #00447c;
  border: 1px solid #000;
}

.filter table th {
  color: #fff;
  text-align: left;
}

.filter_button {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.error {
  border: 1px solid #CC0000;
  background-color: #FFD7D8;
  display: inline-block;
  padding: 10px 15px 5px 15px;
  margin-bottom: 10px;
}

.success {
  border: 1px solid #398606;
  background-color: #D8FAC7;
  display: inline-block;
  padding: 10px 15px 5px 15px;
  margin-bottom: 10px;
}

.error legend {
  font-weight: bold;
  color: #CC0000;
  font-size: 14px;
}

#communication {
  height: 200px;
  overflow: auto;
  border: 1px solid #ccc;
}

#communication > div {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
}

.clear {
  clear: both;
}

.right {
  float: right !important;
}

.left {
  float: left !important;
}

.login {
  margin: 20px auto;
  width: 300px;
  padding: 30px 25px;
  padding-top: 80px;
  background: white;
  border: 1px solid #00447c;
  position: relative;
}

.login .remember_me {
  margin-bottom: 20px;
}

.login h1.login-title {
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  background: #00447c;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.login .login-input {
  width: 285px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login .login-input:focus {
  border-color: #00447c;
  outline: none;
}

.login .login-button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #00447c;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  outline: 0;
}

.login .login-lost {
  text-align: center;
  margin-bottom: 0px;
}

.login .login-lost a {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 13px;
}


