/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
   * Top navigation
   * Hide default border to remove 1px line.
   */
.navbar-fixed-top {
  /* border: 0; */
  border-bottom: 1px solid #eeeeee;
}

/*
   * Sidebar
   */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /* background-color: #f5f5f5; */
    background-color: #ffffff;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  /* background-color: #428bca; */
  background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
}

/*
   * Main content
   */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
   * Placeholder dashboard ideas
   */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.main-content {
  padding-top: 65px;
}
/* Sign In */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.pt-3 {
  padding-top: 3px;
}

.search-container {
  float: right;
}
.search-container input[type="text"] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
}
.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #d7d7d7;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.add-btn {
  float: left;
  margin-bottom: 15px;
}

.w-10 {
  width: 10%;
}

.breadcrumb {
  margin-left: -15px;
  margin-top: -25px;
  margin-bottom: 10px;
  background-color: transparent !important;
}
.chkBoxCustom {
  margin-left: 10px !important;
  position: relative;
  top: 3px;
}

.assignmentradio label {
  width: 100%;
}
.assignmentcheckbox label {
  width: 100%;
}
.assignmentradio input[type="radio"] {
  margin-top: 10px;
}
.assignmentcheckbox input[type="checkbox"] {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.del-btn-assignment {
  margin-top: -10px;
  margin-bottom: 5px;
}
.mt-15 {
  margin-top: 15px;
}
.redopacity {
  opacity: 0.3;
}
.requiredfield {
  color: #a94442;
}

.navbar-brand {
  padding: 5px 0px 0px 15px !important;
}

.navbar-inverse {
  background-image: none !important;
  background-color: #ffffff;
}

.loginbox {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
  margin-top: 50px;
}

.btn {
  border: 0px !important;
  border-radius: 0px !important;
  padding: 3px 12px !important;
}

button.btn-anchor {
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 1.1em;
  color: #265a88;
  display: inline-block;
}

button.btn-grid {
  display: block;
  margin: 5px 0px;
  padding: 1px 12px !important;
}

button.btn-grid-or {
  margin: 5px 0px;
  padding: 1px 12px !important;
}
.separator {
  border-bottom: 1px solid #eee;
}
.displaynone {
  display: none !important;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000000 !important;
}
.clearfix {
  clear: both;
}
.cust-select {
  display: inline-block !important;
}

div.ReactTags__tags {
  position: relative;
}

/* Styles for the input */
div.ReactTags__tagInput {
  width: 200px;
  border-radius: 2px;
  display: inline-block;
}
div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  height: 31px;
  margin: 0;
  font-size: 12px;
  width: 100%;
  border: 1px solid #eee;
  padding: 0 4px;
}

/* Styles for selected tags */
div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  cursor: move;
  border-radius: 2px;
}
div.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer;
}

/* Styles for suggestions */
div.ReactTags__suggestions {
  position: absolute;
}
div.ReactTags__suggestions ul {
  list-style-type: none;
  box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
  background: white;
  width: 200px;
  padding: 0px !important;
}
div.ReactTags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0;
  width: 100%;
}
div.ReactTags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600;
}
div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #b7cfe0;
  cursor: pointer;
}
