﻿* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

[ui-view] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.logo-container {
  border-radius: 50%;
  padding: 15px;
  display: inline-block;
  background-color: whitesmoke;
  background: -webkit-radial-gradient(white 10%, transparent 90%);
  background: -o-radial-gradient(white 10%, transparent 90%);
  background: -moz-radial-gradient(white 10%, transparent 90%);
  background: radial-gradient(white 10%, transparent 90%);
}

#app-logo {
  padding: 10px;
  width: 125px;
  height: 125px;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login-page {
  background: #3ca2e0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #3ca2e0;
  background: #1A4C75;
  text-align: center;
  color: #fff;
  padding: 3em;
}

  .login-page h1 {
    font-weight: 300;
    font-size: 28px;
    margin: 20px auto;
    font-family: 'Open Sans',sans-serif;
  }

    .login-page h1 small {
      color: rgba(255,255,255,.7);
      font-size: 60%;
    }


  .login-page form {
    max-width: 350px;
    margin: 0 auto;
  }

  .login-page input {
    text-align: center;
  }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

small {
  font-size: 80%;
}

.input-underline {
  background: 0 0;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(255,255,255,.4);
  color: #fff;
  border-radius: 0;
}

  .input-underline:focus {
    border-bottom: 2px solid #fff;
    box-shadow: none;
  }

.login-page .form-content {
  padding: 40px 0;
}

.login-page .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
}

login-page .form-control:-moz-placeholder {
  color: rgba(255,255,255,.7);
}

.login-page .form-control::-moz-placeholder {
  color: rgba(255,255,255,.7);
}

.login-page .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,.7);
}

.input-underline {
  background: 0 0;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid rgba(255,255,255,.4);
  color: #fff;
  border-radius: 0;
}

.login-page .form-group {
  padding: 8px 0;
}

.form-group {
  margin-bottom: 15px;
}

.btn-outline.btn-white {
  box-shadow: 0 0 0 2px rgba(255,255,255,.8)inset;
  color: rgba(255,255,255,.8);
}

.btn-rounded {
  border-radius: 50px;
}

.btn-outline {
  background: 0 0;
  border-color: transparent;
  font-weight: 400;
}

  .btn-outline:hover {
    background: 0 0;
    border-color: transparent;
  }

  .btn-outline.btn-white {
    box-shadow: 0 0 0 2px rgba(255,255,255,.8)inset;
    color: rgba(255,255,255,.8);
  }

    .btn-outline.btn-white:hover {
      box-shadow: 0 0 0 2px #fff inset;
      color: #fff;
    }

.fade {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 1;
}

  .fade.ng-enter,
  .fade.ng-leave {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }

  .fade.ng-enter {
    opacity: 0;
  }

  .fade.ng-enter-active {
    opacity: 1;
  }

  .fade.ng-leave {
    opacity: 1;
  }

  .fade.ng-leave-active {
    opacity: 0;
  }

@media (min-width: 992px) {
  .login-page .col-md-4 {
    width: auto !important;
  }
}

.main-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf0f1;
  color: #666;
}

  .main-page .sidebar {
    background: #1A4C75;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 0 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #eee;
    color: #fff;
  }

    .main-page .sidebar h2 {
      float: none;
    }

    .main-page .sidebar small {
      color: rgba(255,255,255,.7);
      font-size: 80%;
    }

    .main-page .sidebar .user-avatar {
      margin: 10px 0;
    }

.user-avatar {
  width: 125px;
  height: 125px;
}

.main-content {
  padding: 20px;
}
