/*
 * Company Name: Elexxea LLc
 * URI: http://elexxea.com
 * Description: Elexxea CMS 
 * Author: Ebenezer G
 * Author URI: 
 *
 */

.navbar-brand {
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
}

/* Dropdown Button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.carousel-inner-inner > .item > img {
	width:100%;
	max-width:200%;
   max-height: 250px; 
 }
 	
.carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .2s;
  -o-transition: opacity ease-in-out .2s;
  -webkit-transition: opacity ease-in-out .2s;
  transition: opacity ease-in-out .2s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .3s;
  -o-transition: opacity ease-in-out .3s;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
  z-index:2;
}
.carousel-indicators li {
    position: relative;
    left: 20px;
}

.btn-space {
    margin-right: 5px;
	margin-bottom: 5px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-pill-highlight {
  background-color: #8C001C;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 8px;
}

.btn-pill-highlight:hover {
  color: #8C001C;
}

/* .btn-pill-highlight:hover {
  background-color: white;
  border:none;
  border-color:#FF0000;
  color: #FF0000;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 1px;
  cursor: pointer;
  border-radius: 14px;
} */

.zb-hyperlink-default {
  color: #000000;
  text-decoration: none;
}
.zb-hyperlink-default:hover {
  color: #000000;
  text-decoration: none;
}

.zb-btn-circle-default-tiny-action {
  background-color: #FD8100;
  border: none;
  color: white;
  padding: 6px 6px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.zb-btn-circle-red-tiny-action {
  background-color: rgb(253, 0, 0);
  border: none;
  color: white;
  padding: 6px 6px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.zb-btn-circle-default-blue-tiny-action {
  background-color:#00ACC8;;
  border: none;
  color: white;
  padding: 6px 6px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.zb-btn-circle-default {
  background-color: #FD8100;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  /* text-decoration: none; */
  display: inline-block;
  /* margin: 2px 1px; */
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.zb-btn-pill-default {
  border: 1px solid #FD8100;
  color: #666666;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  /* display: inline-block; */
  /* cursor: pointer; */
  height: 30px;
  border-radius: 5px;
}

.zb-btn-pill-fill-default {
  background-color: #FD8100;
  border: 1px solid #FD8100;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  /* font-size: 12px; */
  /* display: inline-block; */
  /* cursor: pointer; */
  height: 40px;
  border-radius: 5px;
}

.borderlessHead {
	border:0px;
	font-size:36px;
	width:100%;
	padding:10px;
}

.borderlessBody {
	border:0px;
	font-size:20px;
	padding:10px;
	width:100%;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.topNavHeaderUpdate {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  height: 70px;
  padding-bottom: 25px;
}

.dashboardThumbnail {
	border:hidden;
	border-radius: 5px 20px 5px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
}

.dashboardThumbnail:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.zbDashboardThumbnail {
  border:hidden;
  border-radius: 30px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
}
.zbDashboardThumbnail:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.dashboardPanelHeading {
	background-color:#FFF;
}

.dashboardSubHeadingText {
  font-size: 18px;
}

.dashboardSubSubHeadingText {
  font-size: 14px;
}

.container_full_width {
	padding:20px;
}

.htBodyBackground {
	background-color:#F9F9F9;
}

.htTableColorBlack {
	color:#000;
}

.htTableColorGrey {
	color:#666;
}

.htTableColorLightGrey {
	color:#999;
}

.form-control {
  padding: 25px;
	/* border-color: #999; */
}

.form-control-select {
  padding: 25px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
  padding: 8px;
}

.btn-default {
  border: 1px solid #8C001C;
  color: #8C001C;
}

.btn-default-grey {
  border: 1px solid #999999;
  color: #999999;
}

.btn-default-grey-outline {
  border: 1px solid #999999;
  color: #8C001C;
}

.btn-default-no-border {
  border: 0px solid #8C001C;
  color: #8C001C;
}

.icon-default {
  color: #8C001C;
}

.btn-default-fill {
  border: 1px solid #8C001C;
  background-color: #8C001C;
  color: #ffffff;
}

.btn-default-fill:hover {
  border: 1px solid #8C001C;
  background-color: #8C001C;
  color: #ffffff;
}

.btn-actionable {
  border: 0px solid #8C001C;
  color: #8C001C;
  font-size: 20px;
}

.modal-header-title-text {
  font-weight: bold;
  font-size: 18px;
}

.form-field-title-text {
  font-weight: bold;
  font-size: 40px;
}

.container-top-spacer {
  min-height: 40px;
}

.container-editable {
  border-color: #8C001C;
  border-width: 5px;
}

.container-editable:hover {
  border: dotted;
  border-color: #8C001C;
  border-width: 5px;
  padding: 0px;
}

.pagination > li > a, .pagination > li > span{color: #8C001C; background-color:#FFFFFF;}
.pagination > li.active > a, .pagination > li.active > span{color: #FFFFFF; background-color:#8C001C;}

.modal {
  overflow-y:auto;
  overflow-x:auto;
  border-radius: 0px;
}

.btn-xlg {
  padding: 15px 22px;
  font-size: 24px;
  line-height: 1.55;
  border-radius: 8px;
}

.btn-xlg {
  padding: 15px 22px;
  font-size: 24px;
  line-height: 1.55;
  border-radius: 8px;
}

.colorBlack {
  color: #000000;
}

.imageFitCover {
	object-fit: cover;
}

.numberCircle {
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  border: 2px solid;
}

.modal-content  {
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important; 
}