﻿.no-border-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.font-weight-500 {
  font-weight: 500;
}
[class*=btn] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.inline {
  display: inline;
  width: auto;
}
input[type=file].form-control {
  height: auto;
}
.valign-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
#form-login {
  border: 1px solid #cecece;
  padding: 8px 16px 32px;
  background-color: #fff;
}
#form-login .login-error-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#form-login .login-error-summary ul li {
  background-color: #f2dede;
  color: #a94442;
  padding: 8px 16px;
}
.dataTables_paginate > a {
  padding: 8px;
  display: inline-block;
  cursor: pointer;
}
.dataTables_paginate > a:hover {
  background: #27b2bc none repeat scroll 0% 0%;
  color: #ffffff;
}
.dataTables_paginate > span > a {
  padding: 8px 16px;
  display: inline-block;
  cursor: pointer;
}
.dataTables_paginate > span > a.current {
  background: #27b2bc none repeat scroll 0% 0%;
  color: #ffffff;
}
table th {
  text-align: center;
}
.modal-content iframe {
  width: 100%;
  height: 732px;
  display: block;
  margin: auto;
}
#modal-loading {
  z-index: 1045;
}
.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  -moz-animation: load1 1s infinite ease-in-out;
  -o-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@-moz-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em;
  }
}
.blueBackground {
  background-color: #3fa4b5 !important;
}
.menu {
  margin: 10px 0px 0px 0px;
  padding: 0;
  list-style: none;
}
.menu > li {
  margin: 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.menu > li.active:not(.has-sub) > a {
  background-color: #9d4422;
  color: #fff;
}
.menu > li.active .sub-menu {
  display: block;
}
.menu > li.active .sub-menu a.active {
  background-color: #9d4422;
  color: #fff;
}
.menu > li > a span {
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.menu > li > a.active span.pull-right {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu > li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.menu > li .sub-menu li:first-child {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.menu > li .sub-menu li a {
  padding-left: 16px;
}
.menu a {
  display: block;
  padding: 15px 8px;
  text-transform: uppercase;
  font-family: calibri, Arial, Helvetica, sans-seri;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.menu a:hover {
  background-color: #9d4422;
  color: #fff;
}
label.label-bold {
  font-weight: bold;
}
.check {
  position: absolute;
  margin-left: 3px;
  margin-top: 5px;
  background-color: #46b8da;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.badge {
    background-color: #9d4422;
    color: #fff;
}
.text-danger {
  color: red;
}
#table-documents_filter {
  float: right;
}