@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body {
  font-family: 'Open Sans', Tahoma, Arial;
}

.label {
    color: white;
    padding: 8px;
    font-family: Arial;
}
.success {background-color: #4CAF50;} /* Green */
.info {background-color: #2196F3;} /* Light Blue */
.info-dark {background-color: #1A53FF;} /* Dark Blue */
.warning {background-color: #ff9800;} /* Orange */
.danger {background-color: #f44336;} /* Red */ 
.other {background-color: #e7e7e7; color: black;} /* Gray */ 

#wrapper2 {
  padding-left: 20px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.position-relative {
  position: relative;
}

#wrapper {
  padding-left: 220px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#wrapper .content {
  padding: 5px 15px;
}
#wrapper.toggled {
  padding-left: 0;
}
#wrapper.toggled #sideBar {
  left: -300px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

#sideBar {
  font-weight: bold;
  width: 200px;
  position: fixed;
  opacity: .99;
  left: 0;
  background: #3374ba;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.main-nav {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin-bottom: 0;
}
.bottom-nav{
  position: absolute;
  margin-bottom: 10px;
  margin-top: 20px;
  right : 15px;
}
.btn-right{
  position: absolute;
  right : 25px;
}
.nav-line{
  display: inline-block;
}
.main-nav li {
  line-height: 40px;
  border-bottom: 1px solid #9dbfe5;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.12);
}
.main-nav li.main-search {
  border: none;
  box-shadow: none;
}
.main-nav li.main-search .search-input.form-control {
  border-radius: 0;
  background: #444;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.main-nav li.main-search i {
  float: right;
  margin-top: -25px;
  margin-right: 15px;
  color: #999;
}
.main-nav li.nav-brand {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  border: none;
  box-shadow: none;
}
.main-nav li a {
  color: #fff;
  display: block;
  font-weight: normal;
  text-decoration: none;
}
.img-confirmation {
  position: relative;
  width: 550px;
  max-height: 550px;
  overflow: hidden;
}
.img-profile {
  position: relative;
  width: 250px;
  max-height: 250px;
  overflow: hidden;
}
.img-card {
  position: relative;
  max-width: 300px;
  height: auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #wrapper.toggled #sideBar {
    left: 0;
    opacity: 1;
  }

  #sideBar {
    left: -300px;
  }
}

/*# sourceMappingURL=main.css.map */
