@import url(//fonts.googleapis.com/css?family=Raleway:300);
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

/*
red (main color) - #B3282D was  #B3282D
blue (secondary color) - #9fcbed was #0033a0
*/

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #3e4855;
  background-color: #fff;
  line-height: 1.42857143;
}
.dashbaord h1, .dashbaord h2, .dashbaord h3, .dashbaord h4, .dashbaord h5, .dashbaord h6 {
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.dashboard .h2{
  font-size: 22px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 100;
  margin: 0;
  color: #414C59;
  margin-bottom: 20px;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar .nav {
  margin: 0;
  padding: 5px 20px;
}
.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #1c82e1;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 133px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.bg-dark {
    background-color: #B3282D !important; /* #054868 !important; */
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-gradient {
/*  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #008fe2), color-stop(100%, #00b29c));
  background: -webkit-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
  background: -o-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
  background: -ms-linear-gradient(-65deg, #008fe2 0, #00b29c 100%);
  background: linear-gradient(154deg, #008fe2 0, #00b29c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#008fe2', endColorstr='#00b29c', GradientType=1);
  */
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.tiles {
	margin-right: 15px;
}


h4 {
    margin-top: .2em;
}

.table td {
    padding-top: .25em;
    padding-bottom: .25em;
    vertical-align: middle;
}

.list_table th {
    padding: .75rem;
}

.list_table th:first-child {
    padding-left: 1.25rem;
}

.list_table th.mid {
    text-align: center;
}

.list_table tbody tr:hover {
    background-color: #9fcbed;
    color: #ffffff;
}

.list_table tbody tr:hover a {
    color: #ffffff;
}

.list_table a {
  color: #000000;
  text-decoration: underline;
}

.btn-group-sm>.btn, .btn-sm {
    border: 0px;
}

.sidebar .nav-link {
  padding: 0 10px 0 0;
  border-radius: 3px;
  font-size: 13px;
  border: transparent solid 1px;
/*  line-height: 35px;
  height: 36px; */
  line-height: 20px;
  height: 23px;
  color: #8da0aa;
}

/* Default Styling */

.dashboard a {
  color: #8da0aa;
}

.dashboard a:hover, .dashboard a:focus, .dashboard a:active, .dashboard .breadcrumb-item.active{
  color: #1c82e1;
}
.dashboard .breadcrumb, .dashboard .card{
  margin-bottom: 20px;
  border: 1px solid #dfe8f1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.dashboard .btn{
  -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
  border-radius: 3px;
  line-height: 32px;
  height: 34px;
  min-width: 34px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  display: inline-block;
  padding: 0 12px;
  cursor: pointer;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  -webkit-appearance: none;
  text-transform: none;
}
.dashboard .btn-primary{
  color: #fff;
  background: #B3282D;
  border-color: #9fcbed;
/*  background: #00bca4;
  border-color: #00a792; */
}
.dashboard .btn-primary:hover,  .btn-primary:focus, .btn-primary:active {
  color: #fff;
/*  border-color: #00b19b;
  background-color: #00ceb4; */
  border-color: #B3282D;
  background-color: #9fcbed;
}
.dashboard .btn-secondary{
  color: #555a60;
  background-color: #FEFEFF;
  border-color: #dfe8f1;
}
.dashboard .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #2b2f33;
  border-color: #bfc8d1;
  background-color: #f3f3f9;
}
a.btn-outline-edit:hover {
	color: #fff;
	background-color: #007bff;
}
a.btn-outline-delete:hover {
	color: #fff;
	background-color: #dc3545;
}
hr.sep {
  background-color: #dfe8f1;
  min-height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dashboard .col-form-label {
  color: #3e4855;
  font-weight: 700;
}
.dashboard .form-control{
  border-radius: 3px;
  font-size: 13px;
    display: block;
    float: none;
    background: #fff;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #2b2f33;
    border: #dfe8f1 solid 1px;
    -webkit-box-shadow: inset 1px 1px 3px #f6f6f6;
    -moz-box-shadow: inset 1px 1px 3px #f6f6f6;
    box-shadow: inset 1px 1px 3px #f6f6f6;
}
.dashboard .form-control:-moz-placeholder {
  color: #999;
}
.dashboard .form-control::-moz-placeholder {
  color: #999;
}
.dashboard .form-control:-ms-input-placeholder {
  color: #999;
}
.dashboard .form-control::-webkit-input-placeholder {
  color: #999;
}
.dashboard .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  color: #333;
  border-color: #3da6ff;
}
.dashboard label.checkbox-inline, .dashboard label.radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.dashboard .selector {
  border-color: #dfe8f1;
  color: #8da0aa;
  line-height: 38px;
  position: relative;
  display: block;
  overflow: hidden;
  width: auto !important;
  height: 38px;
  margin: 0;
  padding: 0 10px !important;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.dashboard .selector span {
  line-height: 38px;
  display: block;
  width: auto !important;
  height: 38px;
  padding: 0 !important;
}
.dashboard .selector select {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  opacity: 0;
  border: none;
  background: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.dashboard .selector i{
  border-radius: 0;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  color: #2b2f33;
  background: #eff4f6;
  border-color: #dfe8f1;
  line-height: 38px;
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  margin-top: -19px;
  padding: 0 !important;
  text-align: center;
  border-left: 1px solid transparent;
}
.dashboard .icon-caret-down:before {
  content: "\f0d7";
}
.search-choice-close:before, .ui-dialog-titlebar-close:before, .glyph-icon:before, .ui-icon:before{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dashboard .fileinput {
  display: table;
  margin-bottom: 9px;
}
.dashboard .input-group .form-control:first-child{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;

  direction: ltr;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .form-control {
  display: table-cell;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.form-group {
  margin-bottom: 1rem;
  /* GHF padding: 10px 0; */
  padding: 0 0;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}