@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.form {
  position: relative;
  z-index: 1;
  /*line-height: 1.8;*/
  background: rgb(248, 248, 248);
  color: #303030;
  /*max-width: 560px;*/
  margin: 0 auto 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  /*padding: 7%;*/
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.white-form {
  background: rgb(248, 248, 248);
  color: #303030;
}

.nobackground-form {
  box-shadow: none;
  background: none;
  color: #303030;
}

.form-regular {
  background: none;
  color: #303030;
  box-shadow: none;
  text-align: left;
  padding: 0;
}

.form input:not([type]), .form input[type="text"], .form textarea, .form select,
.form input[type="date"], .form input[type="datetime-local"], .form input[type="email"],
.form input[type="password"], .form input[type="number"] {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}

.form .fielderror {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 2px;
}

.form ul .errorlist {
  padding-inline-start: 0px;
}

.form .fielderror-message {
  color: #a94442;
  font-weight: bold;
  list-style-type:none;
}

.error input {
  border: 1px solid red;
  /*background-color: #f2dede; */
}

.uppercase {
  text-transform: uppercase;
}

.noborder {
  border: None;
  border-radius: 0px;
}

.form .checkbox {
  /*display: inline-block;*/
}
.form .message {
  margin: 15px 15px 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .heading {
  color: #4CAF50;
}
.form .form-label {
  text-align: left;
  /*margin-top: 15px;*/
  padding-left: 15px;
  font-weight: bold;
}
.form-left input{
  margin-left: -15px;
}

.form .helptext {
  font-size: 12px;
  display: block;
}

/****************/
.container-content {
  border-left: 1px solid #eee;
  min-height: 600px;
}
.sidebar {
  font-weight: 700;
}
.sidebar ul {
  list-style: none;
  padding: 2px;
}
.sidebar li {
  margin-bottom: 10px;
}
.sidebar a {
  color: #303030;
}
.active-li {
  color: #1A5276 !important;
}
.blog-content {
  border-right: 1px solid #eee;
  min-height: 600px;
}
.sidebar-right li {
  margin-bottom: 5px;
}
.simplealert {
  padding: 0px;
  text-align: center;
}

.nav-language .active .btn {
  background-color: #2e6da4;
}

.left-border {
  border-left: 1px solid #eee;
}

.right-border {
  border-right: 1px solid #eee;
}

.top-border {
  border-top: 1px solid #eee;
}

.bottom-border {
  border-bottom: 1px solid #eee;
}

.fixed {
  position: fixed;
}

.white-text {
  color: #fff;
}

.weather-icon {
  height: 25px;
  width: 25px;
}

.protected-x-small {
  background-image: url("/static/images/protect16.png");
  background-repeat: no-repeat;
  width: 16px;
  height:16px;
}

/* * * * * * * * * */
/* Media queries  */
@media only screen and (max-width: 500px) {
  .left-sidebar-1 {
    visibility: hidden;
    height: 0;
  }
  button:hover {
    background: #eee;
  }
  h1, h2, h3, h4 {
    margin: 5px !important;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.card-body {
  padding: 1.25rem;
}

.shadow {
  -webkit-box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
  box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: .35rem;
}

.card-body {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tile-note {
  font-weight: 100;
}

.h-100 {
    height: 100%!important;
}

.border-left-primary {
  border-left: .25rem solid #4e73df!important;
}

.border-left-success {
  border-left: .25rem solid #1cc88a!important;
}

.border-left-info {
    border-left: .25rem solid #36b9cc!important;
}

.border-left-warning {
    border-left: .25rem solid #f6c23e!important;
}

.progress {height: 10px;} // we increased it so the text is visible or change font size
.progress .sr-only { position: relative; }

.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}

.pt-2, .py-2 {
    padding-top: .5rem!important;
}
