/*variables*/
body.modal-open {
  overflow: inherit;
}
body img {
  max-width: 100%;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: /*"\e113"*/ "\e151";
}
a.desc:after {
  content: /*"\e114"*/ "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
  font-size: small;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* TITLE CONTAINER */
.title-container {
  margin-bottom: 20px;
}
.title-container h1 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: bold;
  float: left;
}
.title-container .breadcrumb {
  float: right;
  margin-bottom: 0px;
}
/*NAVTABS*/
.nav-tabs.tabs-grid {
  border-bottom: 0px !important;
}
.nav-tabs.tabs-grid > li {
  margin-bottom: 0px;
}
.page-header {
  font-size: 25px;
}
#source-menu li.active {
  background: #000;
}
.warning {
  font-weight: bold;
  color: red;
}
/*******************************************************************************
	Extend Bootstrap
********************************************************************************/
.custom-col-xs-5,
.custom-col-sm-5,
.custom-col-md-5,
.custom-col-lg-5 {
  width: 20%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .custom-col-xs-5,
  .custom-col-sm-5,
  .custom-col-md-5,
  .custom-col-lg-5 {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .custom-col-xs-5,
  .custom-col-sm-5,
  .custom-col-md-5,
  .custom-col-lg-5 {
    width: 100%;
  }
}
.content-wrap .editor-h1,
.content-wrap .editor-h2,
.content-wrap .editor-h3,
.content-wrap .editor-h4 {
  font-family: 'Roboto Condensed';
  padding: 10px 0;
  margin: 0;
  font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  -o-font-feature-settings: "lnum";
}
.content-wrap .editor-h1 {
  font-size: 41px;
  font-weight: 800;
}
.content-wrap .editor-h1.red {
  color: '';
}
.content-wrap .editor-h2 {
  font-size: 30px;
  font-weight: 800;
}
.content-wrap .editor-h3 {
  font-size: 19px;
  font-weight: 800;
}
.content-wrap .editor-h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.content-wrap p,
.content-wrap div.mark-placement {
  padding: 10px 0;
  margin: 0;
}
.content-wrap ol {
  padding-left: 50px;
  list-style-type: decimal;
}
.content-wrap ol li {
  padding: 5px 0;
}
.content-wrap table {
  margin-bottom: 5px;
}
.content-wrap table td {
  vertical-align: bottom;
  padding: 5px 15px 5px 0;
}
.radio label,
.checkbox label {
  font-weight: bold;
}
