

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

:root {
  --main_use_color_custom:  #071FAD;  
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f2f2f2;
    min-height: 100vh; /* will cover the 100% of viewport */
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

small
{
  font-weight: bold;
  font-size: 0.8em;
  padding-right: 10px;
}



.navbar
{
  font-family: verdana;
  text-transform: uppercase;
  font-weight: 200;
  background: #122638;
  color: #fff;
  padding: 0;
}

.navbar .navbar-brand {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight:lighter;
  color: #fff;
  padding:20px 15px;
}

.navbar .navbar-brand:hover {
  color: #fff;
}


.nav-item:hover, .nav-link:hover
{
  background-color:  #495a69;
}

.navbar-nav > ul {
    list-style: none;
}

.navbar-nav  li {
  list-style-type: none;
  padding:15px 10px;
  background: #122638 ;
  border-left:1px solid #363e48;
}

.navbar-nav a {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
}
.navbar-nav a:hover
{
  background-color:  #495a69;
}



.navbar-nav  li li
{
  padding: 2px 0;
  border-left: 0;
}

.dropdown-menu
{
  background: #122638;
  color: #fff;
  padding:4px 0;
  border-left: 0;
  border-radius: 0;
  position:relative;
}

.dropdown-menu:hover
{
  display: block;
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}




.navbar-nav .dropdown-item
{
  padding:10px;
  border-left: 0;
}

.dropdown-item:hover
{
  background-color: #0a243e;
  color: #fff;
  display: block;
}

.nav-item, .nav-link
{
  list-style: none;
  color: #fff;
}


.toggle-btn
{
  color: #fff;
}

.navbar-nav li li:hover > ul.dropdown-menu {
    display: block;
}



@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        float: left;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }

}


/* ---------------------------------------------------
    BREADCRUMB & PAGE HOLDER STYLE
----------------------------------------------------- */

h2,
.h2 {
  font-size: 1.3rem;
}

.page-header {
  background: #fff;
  padding: 8px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 8;
}

.page .text-white {
  color: #fff;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.breadcrumb-holder {
  background: #fff;
}

.breadcrumb {
  background: #fff;
  position: relative;
  z-index: 7;
  border-radius: 0;
  padding: 15px 0;
  margin-bottom: 0;
}

.breadcrumb li.breadcrumb-item {
  color: var(--main_use_color_custom);
  font-weight: 300;
  font-size: 0.9em;
  text-decoration: underline;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */


.padd
{
    padding: 0;
}



table
{
  font-size: 0.8em;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  padding-left: 20px;
  margin: 2rem 0;
}

table a
{
    color: var(--main_use_color_custom);
    text-decoration: underline; 
}


/* ---------------------------------------------------
    FORMS
----------------------------------------------------- */



.card {
  margin-bottom: 30px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 0;
  margin: 40px 0;
}

.card-header {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.05);
  background-color:  var(--main_use_color_custom);
  padding: 1rem 1.25rem;
  margin-bottom:2rem;
  border-bottom: 1px solid #eee;
  color: #fff;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
  margin-bottom: 0;
}

.h4
{
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.1;
  color: #fff;
  padding: 20px;
}

.card-body {
  padding: 1.25rem;
}

.card .form-group
{
  margin-bottom:4rem;
  padding-top: 2rem;
}

.card p{
    color: #444444;
    font-size: 16px;
}

.card .btn-primary
{
    background: #15527c;
    border-color: #15527c; 
}


.card small{
    color:  var(--main_use_color_custom);
    font-weight: bold;
    font-size: 16px;
}

.account{
    padding: 20px 0;    
}
/*
* ==========================================================
*     MODAL
* ==========================================================
*/

.modal, .modal-dialog, .modal-content
{
  border-radius:10px;
}

.modal-header
{
  background-color:  var(--main_use_color_custom);
  color: #fff;
  padding:40px;
  margin-bottom: 20px;

}

.modal-header span
{
  color: #fff;
}

.modal-body
{
}

.modal-footer
{
  border:none;
  margin-top:-30px;
  width: 100%;
  margin-bottom: 0;
}

.modal .form-group
{
  margin-bottom:4rem;
}

.modal .form-control
{
  border-radius: 0;
   background: transparent;
}





/*
* ==========================================================
*     LIST GROUP
* ==========================================================
*/

.list-group
{
  margin: 2rem 0;
}

.list-group-item
{
  padding-top: 20px;
  padding-bottom: 10px;
}

.list-group-item a:hover
{
  text-decoration: underline;
}



.md-v-line {
position: absolute;
border-left: 1px solid rgba(0,0,0,.125);
height: 100%;
top:0px;
left:54px;
}

/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */
.login-page
{
  margin-top:100px;

}


.login-page .form-group {
  position: relative;
  margin-bottom:0;
  padding-top:20px;
}

.login-page .form-control
{
  border: 1px solid  #d2d2d2;
  border-radius:0;
  background: transparent;
  font-size: 12px;
}

.login-page .form-control:focus
{
  border: 1px solid #13c9d8;
  border-radius:5px;
  background: transparent;
}

.login-page .form-header
{
  padding: 10px 0;
  font-weight: lighter;
  color:  #ababab;
}

.login-page .form-header h5
{
  font-size: 24px;
  color: var(--main_use_color_custom);
  font-weight:300;
  padding-top:20px;
  padding-bottom: 20px;
}

.login-page .form-header h4
{
  font-size: 12px;
  color: #454648;
  font-weight:300;
}


.login-page  p
{
  font-size: 12px;
  color: #57595e;
}

.login-page  h3
{
  font-weight:lighter;
  font-size:24px;
  padding-top: 20px;
  padding-left: 20px;
  color: #fff;
}

.login-page .middle
{
  padding-top:140px;
}

@media (max-width:992px) 
{
    .loginbg {
        display:none;
    }

}


/* ---------------------------------------------------
    LOGIN PAGE
----------------------------------------------------- */
.page , .login-page
{
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-control textarea
{
  border: 1px solid  var(--main_use_color_custom);
}

.form-group label
{
  font-size: 14px;
  color: #4f5051; 
}

.form-control
{
  border: 0;
  border-bottom: 1px solid #7c7c7c; 
  transition: ease-in-out, all .35s ease-in-out;
  border-radius: 0;
  padding-bottom: 0; 
}

.form-control:focus
{
  outline: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid  var(--main_use_color_custom);
  border-radius: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


.form-group {
  position: relative;
  margin-bottom:1rem;
  padding-top: 20px;
}


.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 0;
  transition: all 200ms;
  opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder { 
  font-size: 85%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  color:  var(--main_use_color_custom);
  outline: none;
}





.btn-primary {
  color:#fff;
  background-color: var(--main_use_color_custom);
  border-color:  var(--main_use_color_custom);
  border-radius: 0;
  margin: 10px 0;
}

.btn-primary:hover {
  color: color-yiq(#5a48ea);
  background-color: #132532;
  border-color: #132532;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(121, 106, 238, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(121, 106, 238, 0.5);
}









.alert {
  border-radius: 50px;
  margin-top: 1rem;
  margin-bottom: 0;
  background: #2e86c1;
  color: #fff;
  border:none;
  text-align: center;
  -webkit-animation: fadeinout 4s linear 1 forwards;
  animation: fadeinout 4s linear 1 forwards;
}

@-webkit-keyframes fadeout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}



/* ---------------------------------------------------
    TABLE
----------------------------------------------------- */

#printable
      {
        margin: 4rem 0;
      }
      #printable .table-responsive
      {
        background: #fff;
      }
      #printable tbody
      {
        margin: 0;
        background: #fff;
      }
      .print1 , .print
      {
        border: none;
        box-shadow: none;
      }
      .print-h
      {
        background: #1596dc;
        color: #fff;
        padding: 20px;
        font-size: 12px;
      }
      .print1 thead .print th
      {
        border: none;
        font-weight: normal;
        border:none;
        margin-bottom: 0;
      }
      .print1 td
      {
        border: none;
      }
      .print th
      {
        padding:20px;
        color: #1596dc;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #1596dc;
      }
      .print td
      {
        padding:20px;
        border-top: none;
        border-bottom: 1px solid #f1f1f1;
      }


/* ---------------------------------------------------
    PANEL
----------------------------------------------------- */
.panel
{
  margin-top:2.5rem;
}

.panel-heading
{
  color:#fff;
  background-color:  var(--main_use_color_custom);
  border-color:  var(--main_use_color_custom);
  border-radius:3px;
  margin: 10px;
  padding: 10px;
  
}

.panel-title
{
  font-size: 16px;
  font-weight: lighter;
}

.panel-heading:hover {
  color: color-yiq(#5a48ea);
  background-color: #132532;
  border-color: #132532;
}

.panel-heading:focus, .panel-heading.focus {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(121, 106, 238, 0.5);
  box-shadow: 0 0 0 0.1rem rgba(121, 106, 238, 0.5);
}





.pie-chart-example canvas {
  max-width: 350px;
  max-height: 350px;
  margin: 15px auto;
}



/*
* ==========================================================
*     DASHBOARD COUNTS SECTION
* ==========================================================
*/
section.dashboard-counts
{
  margin: 20px 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 0 solid #eee;
}


section.dashboard-counts .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 40px;
  max-width: 40px;
  font-size: 24px;
  color: #C70039;
  border-radius: 50%;
}

section.dashboard-counts .title {
  font-size: 1.1em;
  font-weight: 300;
  color:  #1e1e1e;
  margin: 0 20px;
}

section.dashboard-counts .title p
{
  color: #3e3b3b; 
}

section.dashboard-counts .progress {
  margin-top: 10px;
  height: 4px;
}

section.dashboard-counts .number {
  font-size: 1.8em;
  font-weight: 300;
}

section.dashboard-counts .number strong {
  font-weight: 700;
}

section.dashboard-counts .row {
  padding: 30px 15px;
  margin: 0;
}

section.dashboard-counts div[class*='col-'] .item {
  border-right: 1px solid #eee;
  padding: 15px 0;
}

section.dashboard-counts div[class*='col-']:last-of-type .item {
  border-right: none;
}

/*  DASHBOARD COUNTS MEDIAQUERIES ------------------------ */
@media (max-width: 1199px) {
  section.dashboard-counts div[class*='col-']:nth-of-type(2) .item {
    border-right: none;
  }
}

@media (max-width: 575px) {
  section.dashboard-counts div[class*='col-'] .item {
    border-right: none;
  }
}





.summary
{
  color: #fff;
  padding: 2rem 0;
}

.summary .col
{
  padding: 10px;
}

.summary a:hover
{
  text-decoration: underline;
}

.summary h5
{
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.summary p
{
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.summary i{
    padding-right: 40px;
}

.summary .one
{
  background-color:  var(--main_use_color_custom);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.summary .two
{
  background-color:#9b1233;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.summary .three
{
  background-color: #129b40;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.summary .four
{
  background-color: #d8583b;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 15px;
}

/*
* ==========================================================
*     PROJECTS SECTION
* ==========================================================
*/

.projects
{
  margin: 4rem 0;
}

.heading
{

}

.projekt .row
{
  margin: 20px 0;
  padding: 25px 0;
}

.projekt h5
{
 font-size: 2rem;
 color: #132532;
 padding-bottom: 10px;
}

.projekt h2
{
 font-size: 1rem;
 font-weight: lighter;
 color: #132532;
 padding-bottom: 10px;
}


.projekt p
{
 font-size: 14px;
 color: #132532;
}


.project .row {
  margin: 40px 0;
  padding: 15px 0;
  margin-bottom: 15px;
}


.project .text h3 {
  margin-bottom: 0;
  color: #555;
}

.project .text{
  color:  #242425;
  font-size: 1.25em;
  padding:10px;
}



/*




/* PROJECTS SECTION ------------------------------------- */
@media (max-width: 991px) {
  .project .right-col {
    margin-top: 20px;
    margin-left: 65px;
  }
}





/*
* ==========================================================
*     FOOTER
* ==========================================================
*/
footer.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #132532;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 0;
}

footer.main-footer a {
  color: inherit;
  text-decoration: underline;
}

footer.main-footer p {
  margin: 0;
  font-size: 0.8em;
}

/* FOOTER MEDIAQUERIES  --------------------------------- */
@media (max-width: 575px) {

  footer.main-footer div[class*='col'] {
    text-align: center !important;
  }
}
