@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');


html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;

}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  /* color: #212529; */
 text-align: left;
 
  

 }
 [tabindex="-1"]:focus {
  outline: 0 !important;
}
/* .dashboard-name{
	border-radius: 0.25rem;
	border:1px;
	border-top-color:orange;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
font-family: 'Noto Sans', sans-serif;
  width: 300px;
  height: 100px;
  color: #355681 !important;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 1px 250px 0 535px;
  font-size: 3.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 100px;
  border: 1px solid rgba(53,86,129, 0.3);
  border-color: white orange white orange;
  
} */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h3, .h3 {
  font-size: 1.75rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.content-wrapper {
  /*background: #f4f6f9;*/
  background-color: #ffffff;
  border-radius:15px;
  margin:5px 5px 15px 5px;
  opacity:0.9;
}
.content-wrapper > .content {
  padding: 0 0.5rem;
}
.content-header {
  padding: 5px 0.5rem;
}

.content-header h1 {
  font-size: 1.8rem;
  margin: 0;
}
.container-fluid {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
 .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.m-0 {
  margin: 0 !important;
}
.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}
.nrlm{
  margin: 1em 0 0.5em 0;
  font-weight: 400;
  font-family: 'Titillium Web', sans-serif;
  position: relative;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  font-size: 20px;
  line-height: 40px;
  color: #355681 !important;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(53,86,129, 0.3);
  border-bottom-color: orange;
  
}
.col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
 .col-6 {
  flex: 0 0 33.33%;
  max-width: 50%;
}
 .col-4 {
  flex: 0 0 25%;
  max-width: 50%;
}
.mb-3, .small-box{
  margin-bottom: 1rem !important;
}
.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.small-box > .inner {
  padding: 9px;
}
.small-box h3 {
  /* font-size: 38px; */
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

.small-box p {
  font-size: 15px;
  margin-bottom: 0px;
}

.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

.small-box h3, .small-box p {
  z-index: 5;
}

.small-box .icon {
  transition: all 0.3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon {
  font-size: 70px;
}
@media (max-width: 767.98px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*-----------------------------------------------------------------*/
.bg-info{
  color: #ffffff !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
.bg-info:hover
{
  background-color: #117a8b !important;
}
.bg-info {
  color: rgba(255, 255, 255, 0.8);
}
.bg-info:hover{
  color: #ffffff;
}
.info-box.bg-info{
  color: #ffffff;
}

.bg-success{
  background-color: #28a745 !important;
}
.bg-success {
  color: rgba(255, 255, 255, 0.8);
}
.bg-success:hover{
  color: #ffffff;
}
.bg-success:hover
{
  background-color: #275e34 !important;
}
.info-box.bg-success{
  color: #ffffff;
}

.bg-danger{
  background-color: #dc3545 !important;
}
.bg-danger {
  color: rgba(255, 255, 255, 0.8);
}
.bg-danger:hover{
  color: #ffffff;
}
.bg-danger:hover
{
  background-color: #8e2630 !important;
}
.info-box.bg-danger{
  color: #ffffff;
}

.bg-warning{
  background-color: #4C3884 !important;
}
.bg-warning {
  color: rgba(255, 255, 255, 0.8);
}
.bg-warning:hover{
  color: #ffffff;
}
.bg-warning:hover
{
  background-color: #46386F !important;
}
.info-box.bg-warning{
  color: #ffffff;
}

.bg-primary{
  background-color: #007bff !important;
}
.bg-primary {
  color: rgba(255, 255, 255, 0.8);
}
.bg-primary:hover{
  color: #ffffff;
}
.bg-primary:hover
{
  background-color: #1d528c !important;
}
.info-box.bg-primary{
  color: #ffffff;
}

.bg-secondary{
  background-color: #545b62 !important;
}
.bg-secondary {
  color: rgba(255, 255, 255, 0.8);
}
.bg-secondary:hover{
  color: #ffffff;
}
.bg-secondary:hover
{
  background-color: #383a3d !important;
}
.info-box.bg-secondary{
  color: #ffffff;
}

.bg-blue{
  background-color: #000080 !important;
}
.bg-blue {
  color: rgba(255, 255, 255, 0.8);
}
.bg-blue:hover{
  color: #ffffff;
}
.bg-blue:hover
{
  background-color: #0a0a4c !important;
}
.info-box.bg-blue{
  color: #ffffff;
}

.bg-orange{
  background-color: #800000 !important;
}
.bg-orange {
  color: rgba(255, 255, 255, 0.8);
}
.bg-orange:hover{
  color: #ffffff;
}
.bg-orange:hover
{
  background-color: #4c0909 !important;
}
.info-box.bg-orange{
  color: #ffffff;
}
/*--------------------------------------------------------------------------*/

/* .ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 8px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #ee4433;
  background: linear-gradient(#ee4433 0%, #c82111 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ee4433;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ee4433;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ee4433;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ee4433;
} */