.navbar-brand {
  text-transform: uppercase;
}

.help-block {
  width: 100%;
  display: block;
  color: #73818f;
}

.card-header p {
  margin-bottom: 0;
}

.labels a {
  text-decoration: none !important;
  color: #73818f !important;
}

.is-invalid .invalid-feedback {
  display: block;
}

a.none {
  text-decoration: none !important;
}

.pointer {
  cursor: pointer !important;
}

/* grid sort links */
/* add sorting icons to gridview sort links */
a.sort.asc:after, a.sort.desc:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}

a.sort.asc:after {
  content: "\f15d";
}

a.sort.desc:after {
  content: "\f15e";
}

a.sort.numeric.asc:after {
  content: "\f162";
}

a.sort.numeric.desc:after {
  content: "\f163";
}

a.sort.amount.asc:after {
  content: "\f160";
}

a.sort.amount.desc:after {
  content: "\f161";
}

/* end grid sort links */
/* autocomplete */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/* end autocomplete */
.list-group-item[data-type] input[type="text"] {
  display: inline-block;
  margin-left: 15px;
  width: 25em;
}

.sortable-gallery img {
  cursor: move !important;
}

.font-md {
  font-size: 1.2rem;
}

.h1 {
  font-size: 1.8rem;
}

.navbar-brand {
  text-transform: uppercase;
}

.help-block {
  width: 100%;
  display: block;
  color: #73818f;
}

.card-header p {
  margin-bottom: 0;
}

.btn-sm {
  font-size: 0.85rem;
}

.badge {
  font-size: 95%;
}

.labels a {
  text-decoration: none !important;
  color: #2f353a !important;
}

.card-body label {
  font-weight: 500;
}

label.form-check-label {
  font-weight: 400;
}

.form-check-inline .form-check-label {
  font-weight: normal !important;
}

.is-invalid .invalid-feedback {
  display: block;
}

a.none {
  text-decoration: none !important;
}

.pointer {
  cursor: pointer !important;
}

/* grid sort links */
/* add sorting icons to gridview sort links */
a.sort.asc:after, a.sort.desc:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
}

a.sort.asc:after {
  content: "\f15d";
}

a.sort.desc:after {
  content: "\f15e";
}

a.sort.numeric.asc:after {
  content: "\f162";
}

a.sort.numeric.desc:after {
  content: "\f163";
}

a.sort.amount.asc:after {
  content: "\f160";
}

a.sort.amount.desc:after {
  content: "\f161";
}

/* end grid sort links */
/* autocomplete */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.autocomplete-suggestion {
  position: relative;
  padding: 0 .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
}

.autocomplete-suggestion b {
  font-weight: normal;
  color: #1f8dd6;
}

.autocomplete-suggestion.selected {
  background: #f0f0f0;
}

/* end autocomplete */
body {
  font-family: 'Roboto', sans-serif;
}

.list-group-item[data-type] input[type="text"] {
  display: inline-block;
  margin-left: 15px;
  width: 25em;
}

li.nav-item.nav-dropdown.open .nav-link.nav-dropdown-toggle {
  border-left: 3px solid #25a9da;
  background-color: #2f353a;
}

.sidebar .nav-link.active {
  color: #25a9da !important;
  background: none;
  font-weight: bold;
}

.icon-arrow-right:before {
  content: "\e606";
  font-size: 9px;
}

ul.nav-dropdown-items {
  background-color: #252627;
}

.form-group {
  margin-bottom: 1.5rem;
}

th {
  font-weight: 500;
}

.form-group i.fa.fa-trash {
  border: 1px solid #f86c6b;
  color: #f86c6b;
  padding: 7px 8px 7px 7px;
  border-radius: 3px;
  margin-left: 8px;
}

.form-group i.fa.fa-trash:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

.btn-outline-secondary {
  color: #25a9da;
  background-color: transparent;
  background-image: none;
  border-color: #25a9da;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #25a9da;
  border-color: #25a9da;
}

.btn {
  border-radius: 0.25rem;
}

.card-header .nav-tabs {
  clear: both;
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.card-header .nav-tabs .nav-link {
  background-color: #ececec;
}

.mw-75 {
  max-width: 75%;
}

.card-header {
  padding: 1.25rem;
  border-bottom: 0px;
}

.card-body {
  /*padding: 0.75rem;*/
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #c8ced3;
  text-align: center;
}

.table th, .table td {
  vertical-align: middle;
  border-top: 1px solid #ececec;
}

input[type=color].form-control {
  height: calc(2.25rem + 2px) !important;
}

.redactor-styles {
  font-family: "Roboto", "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

/*
.sortable-gallery video {
  max-width: 100%;
  height: auto !important;
  max-height: 100%;
}
*/

.videoResponsive {
  padding-bottom:56.25%;
  height:0;
  position:relative;
  padding-top:30px;
  overflow:hidden;
}
.videoResponsive iframe,
.videoResponsive video,
.videoResponsive embed {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}

.title_form {
  margin-left: -20px;
  background: rgb(119, 83, 128);
  background: linear-gradient(90deg, rgba(119, 83, 128, 1) 0%, rgba(119, 83, 128, 0) 100%);
  margin-top: 50px;
  margin-bottom: 30px;
}

.title_form h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  padding: 10px 40px;
}

.chosen-container-multi .chosen-choices {
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  background: #fff;
  border-color: #e4e7ea;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0;
  height: auto;
  color: #5c6873;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 3px 0 0;
}
