@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html {
  width: 100%; }

body {
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #555;
  background: #fff; }
  body:before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 400px;
    display: block;
    background: #395876;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); }
  body.dp-backdrop:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#header {
  position: relative;
  z-index: 100;
  padding: 0 20px;
  color: #fff;
  background: #3b6083;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }
  #header .logo-holder {
    padding-top: 21px;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    color: #fff; }
    #header .logo-holder span {
      font-weight: 300; }
    #header .logo-holder:hover, #header .logo-holder:focus {
      text-decoration: none; }

.user-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.page-header {
  padding: 24px 20px;
  color: #fff; }
  .page-header h1 {
    margin: 0 0 3px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700; }
  .page-header .subtitle {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6); }

.dash-holder {
  padding: 0 20px; }

.content-holder {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .content-holder #left-sidebar {
    margin-bottom: 20px;
    width: 100%; }
  .content-holder #main-content {
    padding: 30px 35px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.2); }

.main-header {
  margin-bottom: 20px; }
  .main-header h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #333; }

#footer {
  margin-top: auto;
  padding: 40px 20px 20px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #888; }
  #footer .box-v {
    margin-bottom: 10px; }

.bg-green {
  background: #1abc9c; }

.bg-red {
  background: #e74c3c; }

.text-green {
  color: #1abc9c; }

.text-red {
  color: #e74c3c; }

.text-orange {
  color: #e67e22; }

.text-blue {
  color: #2d7bbe; }

body.plogin {
  width: 100%;
  min-height: 100vh;
  background: url(../images/bg-alt.jpg) no-repeat center/cover; }
  body.plogin:before {
    display: none; }
  body.plogin .plogin-holder {
    padding: 20px 5px;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.box-login {
  padding: 20px 40px;
  width: 100%;
  max-width: 550px;
  height: 86vh;
  min-height: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6); }
  .box-login .logo-holder {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    color: #395876; }
    .box-login .logo-holder span {
      font-weight: 200; }
  .box-login form {
    margin-bottom: 30px; }
  .box-login .form-group {
    position: relative; }
    .box-login .form-group label {
      position: absolute;
      top: -13px;
      left: 20px;
      margin: 0;
      font-size: 13px;
      line-height: 24px;
      font-weight: 600;
      color: #999; }
      .box-login .form-group label span {
        display: block;
        -webkit-transform: translate3d(0, 23px, 0);
        transform: translate3d(0, 23px, 0);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      .box-login .form-group label:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        content: '';
        width: 1px;
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        background: #fff;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .box-login .form-group .form-control {
      padding-left: 20px;
      padding-right: 20px;
      height: 44px;
      border-color: #dadada;
      border-radius: 3px;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 14px;
      color: #333; }
      .box-login .form-group .form-control:focus + label span, .box-login .form-group .form-control.active + label span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .box-login .form-group .form-control:focus + label:before, .box-login .form-group .form-control.active + label:before {
        -webkit-transform: scale3d(80, 1, 1);
        transform: scale3d(80, 1, 1); }
  .box-login .btn-main {
    padding: 8px 40px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600; }

.bl-header {
  margin-bottom: 40px; }
  .bl-header .title {
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #333; }
  .bl-header .subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #999; }

.bl-footer {
  font-size: 12px;
  line-height: 18px;
  color: #888; }

.card-holder .card {
  margin-bottom: 30px; }

.card-list .card-body {
  height: 200px;
  overflow-y: auto; }

.card-normal {
  padding: 20px 0;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  line-height: 22px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
  .card-normal .card-title {
    margin: 0;
    padding: 10px 30px 5px; }
    .card-normal .card-title h3 {
      margin: 0;
      font-size: 24px;
      line-height: 30px;
      font-weight: 600;
      color: #333; }
    .card-normal .card-title h4 {
      margin: 0;
      font-size: 20px;
      line-height: 26px;
      font-weight: 600;
      color: #333; }
  .card-normal .card-body {
    padding: 10px 30px; }

.card-tile {
  padding: 50px;
  text-align: center; }
  .card-tile i {
    margin-bottom: 10px;
    font-size: 60px; }
  .card-tile .ct-stat {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #333; }
  .card-tile .ct-text {
    font-size: 14px;
    line-height: 20px;
    color: #656565; }

.box-search {
  margin-top: 15px; }
  .box-search .form-group {
    position: relative;
    margin-bottom: 0; }
  .box-search .form-control {
    padding-left: 20px;
    padding-right: 50px;
    min-width: 240px;
    height: 36px;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.05); }
    .box-search .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .box-search .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .box-search .form-control::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .box-search .form-control::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .box-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 21px;
    line-height: 36px;
    color: #fff;
    background: transparent; }

.box-profile .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: none; }

.box-profile .profile-img {
  margin-right: 14px;
  width: 42px;
  height: 42px; }
  .box-profile .profile-img img {
    width: 100%;
    border-radius: 100px; }

.box-profile .profile-details {
  text-align: left; }

.box-profile .pname {
  font-size: 14px;
  line-height: 16px;
  color: #555; }

.box-profile .ptext {
  font-size: 11px;
  line-height: 16px;
  color: #999; }

.box-language .btn {
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: transparent; }

.box-icons {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .box-icons a {
    position: relative;
    padding: 5px 12px;
    font-size: 20px;
    line-height: 24px;
    color: #fff; }
  .box-icons .indicator {
    position: absolute;
    top: 0;
    right: 7px;
    width: 16px;
    height: 16px;
    border-radius: 30px;
    font-size: 8px;
    line-height: 15px;
    text-align: center;
    color: #fff; }

.dropdown-toggle:after {
  content: '\f107';
  margin-left: 8px;
  width: auto;
  height: auto;
  border: none;
  font-family: FontAwesome; }

/*#header .navbar {padding: 20px 0; border-radius: 0; background: transparent !important;
    .navbar-brand {height: 100px; font-size: 30px; line-height: 40px; font-weight: 600; color: #fff;
        img {margin-right: 10px; max-height: 100%;}
    }

    .collapse-holder {margin-left: auto;}
    .nav-link {padding-left: 20px; padding-right: 20px; font-weight: 500; letter-spacing: 1.5px;}
}*/
.main-menu {
  margin: 0 auto;
  padding: 0;
  max-width: 250px;
  list-style: none; }
  .main-menu > li {
    margin-bottom: 10px;
    /*&.active > a {color: #fff; background: rgba(#fff, 0.07); box-shadow: inset 4px 0 0 0 $blue;}*/ }
    .main-menu > li > a {
      padding: 18px 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 4px;
      font-size: 13px;
      line-height: 20px;
      color: #333;
      background: #fff;
      -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25); }
      .main-menu > li > a i {
        margin-right: 16px;
        font-size: 30px;
        line-height: 34px;
        color: #2d7bbe; }
      .main-menu > li > a:hover, .main-menu > li > a:focus {
        text-decoration: none; }

.page-menu .btn {
  padding: 10px 10px;
  border-radius: 0;
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  background: transparent; }
  .page-menu .btn:after {
    display: none; }
  .page-menu .btn:hover, .page-menu .btn:focus {
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    box-shadow: none; }

.page-menu.show .lnr-menu:before {
  content: '\e870'; }

.page-menu .dropdown-menu {
  padding: 40px;
  width: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .page-menu .dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.page-menu .pm-item {
  padding: 14px 5px;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #717171; }
  .page-menu .pm-item .pm {
    margin-bottom: 3px; }
  .page-menu .pm-item:hover, .page-menu .pm-item:focus {
    text-decoration: none;
    border-color: rgb(59 96 131 / 68%);
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1); }

.list-activities {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-activities li {
    padding: 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #d9d9d9; }
    .list-activities li i {
      margin-right: 10px;
      font-size: 20px; }

.att-table {
  margin: 0;
  width: 100%;
  table-layout: fixed;
  background: #fff; }
  .att-table > thead > tr > th {
    padding: 12px 4px 5px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #777;
    text-align: center; }
  .att-table > tbody > tr > td {
    padding: 4px;
    border-top: none; }
  .att-table .box-day {
    margin: 0 auto;
    width: auto; }

.form-normal label {
  font-size: 14px;
  color: #333; }

.form-normal .form-control {
  height: 42px;
  border-radius: 3px;
  font-size: 14px; }
  .form-normal .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-normal .form-control:-ms-input-placeholder {
    color: #999; }
  .form-normal .form-control::-ms-input-placeholder {
    color: #999; }
  .form-normal .form-control::placeholder {
    color: #999; }

.form-normal textarea.form-control {
  height: auto; }

.form-normal .form-action {
  padding-top: 10px; }
  .form-normal .form-action .btn {
    margin-right: 2px;
    border: none;
    font-size: 14px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-rounded {
  border-radius: 100px; }

.btn-long {
  padding-left: 30px;
  padding-right: 30px; }

.btn-main {
  color: #fff;
  background: #395876; }
  .btn-main:hover, .btn-main:focus {
    color: #fff;
    background:  #3a6ea1; }

.btn-danger {
  background: #ee5253; }
  .btn-danger:hover, .btn-danger:focus {
    background: #ec3b3c; }

.btn-white {
  color: #555;
  background: #fff; }
  .btn-white:hover, .btn-white:focus {
    color: #555;
    background: #fafafa; }

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  background: transparent; }
  .btn-outline:hover, .btn-outline:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.2); }

.pm {
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url(../images/sprite-pm.png) no-repeat 0 0; }

.pm-dashboard {
  background-position: 0 0; }

.pm-bank {
  background-position: -50px 0; }

.pm-qc {
  background-position: -100px 0; }

.pm-repo {
  background-position: -150px 0; }

.pm-paper {
  background-position: -200px 0; }

.pm-event {
  background-position: -250px 0; }

.pm-oa {
  background-position: 0 -50px; }

.pm-work {
  background-position: -50px -50px; }
  
 .pm-bank-hirarchy {
  background-position: -99px -52px; }

.pm-evaluation {
  background-position: -147px -51px; }
  
.IN_PROGRESS, .COMPLETED {
	color: green;
}

.FAILED {
	color: red;
	font-weight: bold;
}

@media (min-width: 768px) {
  #header {
    padding-left: 40px;
    padding-right: 40px; }
    #header .logo-holder {
      padding-bottom: 21px; }
  .user-holder .box-icons {
    margin-left: auto; }
  .page-header, .dash-holder {
    padding-left: 40px;
    padding-right: 40px; }
  .content-holder {
    padding-left: 40px;
    padding-right: 40px; }
    .content-holder #left-sidebar {
      margin-bottom: 0;
      margin-right: 30px;
      width: 200px; }
  #footer {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 13px;
    text-align: left; }
    #footer .box-v {
      margin-bottom: 0; }
    #footer .copyright {
      text-align: right; }
  body.plogin .plogin-holder {
    padding: 40px 0; }
  .box-login {
    padding: 40px 60px;
    min-height: 550px; }
    .box-login form {
      margin-right: 30px; }
  .box-search {
    margin-top: 0; }
  .page-menu .btn {
    padding-top: 17px;
    padding-bottom: 17px; } }
    
    .btn-purple-login {
  border-color:rgba(57, 88, 118, 0.8);
  color: #fff !important;
  background-color: rgba(57, 88, 118, 0.8);
  padding: 10px 20px;
  border-radius: 3px;
  text-decoration:none;
}

.btn-purple-login:hover{
	border-color:rgb(58, 110, 161, 0.8);
	background-color: rgb(58, 110, 161, 0.8);
	color: #fff !important;
}

.main.test-admin-portal > section.dash-holder > div.row.card-holder > div.col-sm-12 > div.card.card-normal{
    min-height: 500px;
}

.main-dashboard{
	padding-bottom: 30px;
}

.dropdown-menu-icons {
	 padding-bottom: 10px;
        color: #555;
}

/* Footer Styles */
#footer {
    background-color: #395876;
    color: #ecf0f1;    
}

