
html form {
    margin: auto;
    float: none !important;
}
html form .form-group {
    position: relative;
}

body {
  background-color: #F3F3F4;
}

html {
  background-color: transparent !important;
  background-size: 100% 100% !important;
}
#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  top: 51px;
  left: 250px;
  width: 177px;
  background: #282C41;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 50px;
}

#page-content-wrapper {
  width: 100%;
  padding-top: 70px;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: white;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: white;
  text-align: center;
  width: 20px;
  line-height: 18px;
}
.nav>li>a {
    padding: 2px 2px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: white;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: black;
}

#menu-toggle {
    text-decoration: none;
    float: left;
    color: #fff;
    padding-right: 15px;
}

@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

}


.labelangular {
    width: 100%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-size: 15px !important;
}

.labelangularMaintenance {
  width: 40%;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-size: 15px !important;
}
.labelmaterial {
    /*color: # !important;*/
    color: #5D5D5D !important;
        font-weight: lighter;
        font-size: 15px !important;
        padding-top: 15px !important;
        height: 27px !important;
        margin-left: 3% !important;
}
.labelmaterial:hover {
    /*color: # !important;*/
      color: #5D5D5D !important;
}

.inputform {
  /*  color: # !important;
    border-bottom-color: # !important;*/
}

.inputform2 {
    color: #5D5D5D !important;
    border: 1px solid #CFCFCF !important;
    font-weight: lighter !important;
    background: #FFFFFF !important;
    border-radius: 5px !important;
    height: 42px !important;
}

.contentlogin{
  text-align: center;
}

.contentCard{
  text-align: center;
}

.navbarmain {
  margin-top: 2%;
  text-align: right;
}

.formstyle{
  text-align: center;
}

md-card{
    border-radius: 5px !important;
    background: #e7ebee;
}

.userrow {
  margin-top: 10%;
}

.buttonmain {
  color:white !important;
  transition: all 0.8s ease 0s;
  font-weight: 500;
}
.buttonmain:hover {
  background-color: rgb(255, 255, 255) !important;
  color: #093247 !important;
  }

.messageError {
  margin-bottom: 15px;
  color: red;
  font-weight: 700;
}

.messageSuccess{
  margin-bottom: 15px;
  color: green;
  font-weight: 700;
}

.mainnav {
background: #282C41;
}

.dropdown{
  float: right;
margin-top: 15px;
margin-right: 40px;
}

.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-header {
    width: 100vw;
}

.dropdown-menu {
    margin: 4px -70px 0;
    margin: 1px -105px 0;
    width: 192px;
}

.stylenav {
  color: white;
}


.stylenav:hover {
  color: white;
}

.dropdown-menuNav {
  background: #F3F3F4;
}

.dropdowntable{
  float: none;
  margin-top: 0px;
}

.menutable {
  margin: 0px 0px 0;
 margin: 0px 0px 0;
 width: 0px;
 margin-right: 42%;
}

.aEdit {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
}

.detailresponsive {
  overflow-y: auto;
}

.tdCenter{
  text-align: center;

}

.tdleft {
  text-align: left;
}

.editIcon {
  cursor: pointer;
}

.selectStyle {
    color: #5D5D5D !important;
    text-align: left;
    font-weight: normal;
}

.selectM {
  color: #5D5D5D !important;
  text-align: left;
  font-weight: normal;
  margin-bottom: 6% !important;
  height: 42px;
}

.selectStyle md-select-value {
    color: #5D5D5D !important;
    border-radius: 5px !important;
    background: #FFFFFF !important;
    border: 1px solid #CFCFCF !important;
    padding-left: 5px !important;
    padding-top: 4px !important;
    padding-bottom: 5px !important;

}

.selectM md-select-value {
    color: #5D5D5D !important;
    border-radius: 5px !important;
    background: #FFFFFF !important;
    border: 1px solid #CFCFCF !important;
}

@media (max-width: 1199px) {
  .selectM {
      margin-bottom: 7% !important;
    }
}

@media (max-width: 991px) {
  .selectM {
      margin-bottom: 10% !important;
    }
}

@media (max-width: 623px) {
  .selectM {
      margin-bottom: 18px !important;
    }
    .labelangularMaintenance  {
      width: 100%;
    }
}

md-datepicker{
      background: #E7EBEE;
}

.styleCrendentials{
  font-size: 22px;
  font-weight: 600;
}


.tile-stats .icon {
  color: #BAB8B8;
  position: absolute;
  right: 26px;
  top: 15px;
  z-index: 1;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
}
.tile-stats .count {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.65857143;
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0;
}

.exportcsv{
  margin-top: 6.8%;
}


th {
white-space: nowrap;
margin-right: 5%;
}

tr {
white-space: nowrap;
margin-right: 5px;
}


.table{
  margin-bottom: 10%;
}

span.fa.fa-building-o.nav-header-primary {
    cursor: pointer;
}

span.fa.fa-car.nav-header-primary {
      cursor: pointer;
}

span.fa.fa-shopping-bag.nav-header-primary {
      cursor: pointer;
}

span.fa.fa-file-text.nav-header-primary {
      cursor: pointer;
}

[uib-typeahead-popup].dropdown-menu{
  width: 100% !important;
  top: 44px !important;
  left: 105px !important;
}

.aHome{
  color:#2e5373;
}
.buttonDetail{
  margin-top: 17px;
}

.colorMenu{
  color: white;
  margin-left: 15px;
}

.loginPlane{
    font-size: 78px !important;
}
