﻿html {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
}

h1 {
  margin: 0.67em 0;
  color: #204a78;
}

hr {
  background-color: red;
  height: 1px;
  border: 0;
}

.break {
  margin-top: 190px;
  margin-bottom: 190px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background: -moz-linear-gradient(center top, #fff 50%, #f2f2f2 90%);
  background-attachment: fixed;
}

a {
  color: #204a78;
  text-decoration: none;
  margin-left: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #204a78;
}

.text-primary {
  color: #204a78;
}

h1,
h2,
h3 {
  margin-top: 1px;
  margin-bottom: 1px;
}

h1,
.h1 {
  font-size: 25px !important;
  font-weight: 500 !important;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.btn-primary {
  color: #ffffff;
  background-color: #204a78;
  border-color: #122c47;
}

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .btn-primary.active,
  .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #122c47;
    border-color: #172e30;
  }

.btn-info {
  color: #ffffff;
  background-color: #127a8b;
  border-color: #127a8b;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #204a78;
  border-color: #357ebd;
}

.btn-link {
  font-weight: normal;
  color: #204a78;
  cursor: pointer;
  border-radius: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #204a78;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #204a78;
  outline: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #204a78;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #204a78;
}

.nav .caret {
  border-top-color: #204a78;
  border-bottom-color: #204a78;
}

.navbar-default {
  background-color: #ededed;
  width: 100%;
}

.navbar-inverse {
  background-color: #204a78;
}

  .navbar-inverse .navbar-brand {
    color: #fff;
    text-transform: uppercase;
  }

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #122c47;
      background-color: transparent;
    }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #122c47;
      background-color: transparent;
    }


  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #122c47;
  }

  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
  }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #204a78;
  border-color: #204a78;
}

.label-primary {
  background-color: #204a78;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #204a78;
  background-color: #ffffff;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #204a78;
}

.progress {
  height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #204a78;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress p {
  margin-top: 6.5px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #204a78;
  border-color: #204a78;
}

.panel-primary {
  border-color: #204a78;
}

  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #204a78;
    border-color: #204a78;
  }

    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #204a78;
    }

  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #204a78;
  }

.header {
  padding-top: 3%;
  padding-bottom: 30%;
}

  .header h1 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 10px;
  }

  .header h2 {
    font-size: 2em;
    font-weight: 600;
    color: #204a78;
    margin-bottom: 20px;
    margin-top: 20px;
  }

input#activebutton {
  cursor: pointer;
  padding: 5px 25px;
  margin-right: 10px;
  background: #122c47;
  border: 1px solid #122c47;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
}

input#navigation {
  cursor: pointer;
  padding: 5px 25px;
  margin-right: 10px;
  background: #204a78;
  border: 1px solid #122c47;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
}

  input#navigation:hover, input#gobutton:focus {
    background-color: #122c47;
  }

input#backButton {
  cursor: pointer;
  padding: 5px 25px;
  margin-right: 10px;
  background: #204a78;
  border: 1px solid #122c47;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
}

  input#backButton:hover, input#gobutton:focus {
    background-color: #122c47;
  }

.copyright p {
  /*color: #939393;*/
  color: #6d6d6d;
  font-size: 1em;
  text-align: center;
  padding-bottom: 2%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 30px;
}
/* must be same height as the footer */

#footer {
  position: relative;
  margin-top: -30px; /* negative value of footer height */
  height: 30px;
  clear: both;
}

.fixed {
  position: fixed;
}

.title {
  background: #204a78;
  border: 5px solid #204a78;
  padding-left: 2%;
  margin-top: 6%;
  color: white;
  width: 200px;
}

.treeview {
  height: 70vh;
  width: 200px;
  background: white;
  overflow: auto;
  border: 1px solid #204a78;
}

  .treeview ul {
    padding: 5%;
    overflow: hidden;
    list-style-type: none;
  }

#currentcontrol {
  color: #b94a48;
}

.textAnswer {
  width: 80%;
  max-width: 100%;
  height: 200px;
  max-height: 300px;
}

.textAnswer1 {
  width: 80%;
  max-width: 100%;
  height: 200px;
  max-height: 300px;
}

.intro {
  margin-top: 7%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 60%;
}

  .intro h2 {
    font-weight: 600;
    font-size: 4em;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(#66BFD5, #204a78);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #204a78;
  }

  .intro h1 {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #696969;
  }

.error {
  margin-top: 7%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 80%;
}

  .error h2 {
    font-weight: 600;
    font-size: 4em;
    letter-spacing: 2px;
    background: -webkit-linear-gradient(#b54d36, #d3644c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d3644c;
  }

  .error h1 {
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #696969;
  }

.loginform {
  margin-top: 3%;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 4%;
  margin-left: auto;
  margin-right: auto;
  height: 50%;
  width: 950px;
  background: white;
  border: 2px solid #D9D9D9;
}

  .loginform h2 {
    font-size: 1.7em;
    font-weight: 600;
    color: #204a78;
    padding-bottom: 5%;
    letter-spacing: 2px;
  }

  .loginform p {
    font-size: 1em;
    padding-top: 3%;
    padding-right: 4%;
  }

.margin {
  margin-left: 5%;
}

.divbox {
  height: 20vh;
  width: 500px;
  background: white;
  overflow: auto;
  border: 1px solid #204a78;
  margin-bottom: 10%;
}

  .divbox ul {
    padding: 5%;
    overflow: hidden;
  }

.divhead {
  background: #204a78;
  border: 5px solid #204a78;
  padding-left: 2%;
  margin-top: 2%;
  color: white;
  width: 500px;
}

.scorebox {
  height: 93px;
  width: 200px;
  background: white;
  overflow: auto;
  border: 1px solid #204a78;
}

  .scorebox h1 {
    text-align: center;
    font-size: 2.8em;
  }

  .scorebox p {
    text-align: center;
  }

.scorehead {
  background: #204a78;
  border: 5px solid #204a78;
  padding-left: 2%;
  margin-top: 2%;
  color: white;
  width: 200px;
  text-align: center;
}

.user-info b {
  color: #204a78;
}

@media screen and (max-width: 1000px) {
  .treeview {
    display: none;
  }

  .title {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }

  .loginform p {
    display: none;
  }

  .intro h2 {
    font-size: 3em;
  }

  .intro h1 {
    font-size: 1em;
  }

  .loginform {
    padding-bottom: 4%;
    padding-left: 4%;
    padding-right: 4%;
    height: 50%;
    width: 100%;
  }
}

.intro {
  height: 50%;
  width: 100%;
  padding-bottom: 5%;
}

  .intro h2 {
    font-size: 2.5em;
  }

  .intro h1 {
    font-size: 1em;
  }

.btn-group-xs > .btn, .btn-xs {
  padding: .4rem .6rem;
  font-size: .7rem;
  line-height: .7;
  border-radius: .2rem;
}

/*********************New Table ********************************/
body {
  color: #566787;
  background: #f5f5f5;
  font-family: 'Roboto', sans-serif;
}

.pagination {
  float: right;
  margin: 0 0 5px;
}

  .pagination li a {
    border: none;
    font-size: 95%;
    width: 30px;
    height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 30px !important;
    text-align: center;
    padding: 0;
  }

    .pagination li a:hover {
      color: #666;
    }

  .pagination li.active a {
    background: #03A9F4;
  }

    .pagination li.active a:hover {
      background: #0397d6;
    }

  .pagination li.disabled i {
    color: #ccc;
  }

  .pagination li i {
    font-size: 16px;
    padding-top: 6px
  }

.hint-text {
  float: left;
  margin-top: 6px;
  font-size: 95%;
}
/*****************************************************************/

/************************ MODAL START ***************************************/
.modal-confirm {
  color: #636363;
  width: 400px;
}

  .modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
  }

  .modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
  }

  .modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
  }

  .modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
  }

  .modal-confirm .modal-body {
    color: #999;
  }

  .modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
  }

    .modal-confirm .modal-footer a {
      color: #999;
    }

  .modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
  }

    .modal-confirm .icon-box i {
      color: #f15e5e;
      font-size: 46px;
      display: inline-block;
      margin-top: 13px;
    }

  .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
  }

  .modal-confirm .btn-info {
    background: #c1c1c1;
  }

    .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
      background: #a8a8a8;
    }

  .modal-confirm .btn-danger {
    background: #f15e5e;
  }

    .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
      background: #ee3535;
    }

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
/************************ MODAL END ***************************************/
