@font-face {
    font-family: Rock;
    src: url('/fonts/ROCK.woff');
}
@font-face {
    font-family: RockB;
    src: url('/fonts/ROCKB.woff');
}
@font-face {
    font-family: RockI;
    src: url('/fonts/ROCKI.woff');
}
@font-face {
    font-family: RockBI;
    src: url('/fonts/ROCKBI.woff');
}
@font-face {
    font-family: RockEB;
    src: url('/fonts/ROCKEB.woff');
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
	margin-bottom:50px;
	background: url('/images/animals.png') bottom right no-repeat;
	font-family:rock;
	letter-spacing:1px;
	font-size:16px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  color:#FFFFFF;
  background-color: #3d3838;
  font-size: 12px;
  text-align: center;
  padding-top:20px;
}
h1 {
	border-bottom: #ffa133 3px solid;
	font-family:rock;
	font-size: 24px;
}
#header_logo {
	text-align:center;
	position:absolute;
	margin-left:auto;
	left:0;
	right:0;
	margin-right:auto;
	z-index:100000;
	width:210px;
	margin-top:-50px;
}
.navbar-default {
	border-radius:0px;
	background-color:#c5c5c5;
	border:0px;
	font-family:rock;
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:0;
	margin-bottom:0;
}
.navbar-default .active{
	background-color:#d6d6d6;
	font-family:rockb;
}
.navbar-default .navbar-header {
	z-index:1000001;
	border-bottom:1px #3d3838 solid;
}
.navbar-brand {
	padding-top:5px;
	margin-top:0;
}
.barbed-wire {
	height:14px;
	background: url('/images/barbed-wire.png') repeat-x top left;
	overflow:hidden;
	font-size:1px;
	width:100%;
	margin-top:-7px;
	z-index:99999;
	position:absolute;
}
#main_logo {
	z-index:99999;
	width:100%;
	height:100%;
}
#main_logo img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
	margin-left:auto;
	margin-right:auto;
}
.overlay {
	position: absolute;
	top: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	height: auto;
	max-width: 100%;
	line-height: 1;
	width: 100%; // Add this
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#banner_container {
    width: 100%;
    margin: auto;
}
.selectpicker {
	border-radius:0;
}
.row:nth-of-type(odd){
  background-color: #ffffff;
}

.row:nth-of-type(even){
  background-color: #ffffff;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.navbar-toggle .button-label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-left: 10px;
	color:#777;
}
.button-bars {
    display: inline-block;
    float: left;
}
.content {
	padding:30px;
}
.side_menu {
	background-color: #efefef;
	padding:4px 3px 20px 3px;
}

@media (min-width: 800px) {

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
}
@media (min-width: 1px) {
    #other_header .navbar-header {
        float: none;
    }
    #other_header .navbar-toggle {
        display: block;
    }
    #other_header .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    #other_header .navbar-collapse.collapse {
        display: none!important;
    }
    #other_header .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    #other_header .navbar-nav>li {
        float: none;
    }
    #other_header .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #other_header .navbar-text {
        float: none;
        margin: 15px 0;
    }
    #other_header .navbar-collapse.collapse.in { 
        display: block!important;
    }
    #other_header .collapsing {
        overflow: hidden!important;
    }
	#other_header .nav {
		margin-bottom:50px;
	}
	#other_header .navbar-nav {
		border-bottom:#3d3838 1px solid;
	}
	
  #other_header .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a,
  #other_header .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #other_header .navbar-nav .open .dropdown-menu > li > a:hover,
  #other_header .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #other_header .navbar-form .form-group {
    margin-bottom: 5px;
  }
  #other_header .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
  
  .brenner div {
	  padding: 5px 5px;
  }
  .brenner .row {
	  border: 1px solid #000000;
  }
}




.ui-sortable {
    padding: 0.1em 0;
    list-style: none;
    margin: 0;
}

.form-input {
    width: 100%;
    border: 1px solid #ddd;
    outline: none;
    padding: 8px;
    border-radius: 6px;
}

.button {
    background: #3d3838;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    width: 20px;
    height: 20px;
    color:#ffffff;
}

.button:hover {
    transform: scale(1.2);
}

.button_edit {
    background: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    width: 20px;
    height: 20px;
}

.button_edit:hover {
    transform: scale(1.2);
}

.tree-branch .branch-editor {
    display: none;
}

.tree-branch {
    margin-bottom: 0;
    position: relative;
    user-select: none;
}

.tree-branch > .contents .branch-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    border: 1px solid #323232;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    min-height: 20px;
    position: relative;
    height: auto;
    gap: 12px;
    line-height: 2.3076923;
    overflow: hidden;
    word-wrap: break-word;
}

.tree-branch > .contents .branch-wrapper .left-sidebar {
    display: flex;
    gap: 12px;
    align-items: center;
    width: calc(100% - 150px);
}

.right-sidebar {
    opacity: 0;
    transition: 0.3s;
    padding:9px 9px;
    background-color:#3d3838;
}

.branch-wrapper:hover .right-sidebar {
    opacity: 1;
}

.tree-branch > .contents .branch-wrapper .left-sidebar {
    cursor: pointer;
}

.tree-branch > .contents {
    clear: both;
    line-height: 1.5;
    position: relative;
    margin: 10px 0 0;
}

.contents .branch-drag-handler {
    cursor: move;
    background-color:#3d3838;
    padding:10px;
    height:100%;
}

.branch-drag-handler i {
    color: #ffffff;
}

.sortable-placeholder {
    border: 1px dashed rgb(63, 63, 63);
    height: 35px;
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
}

.tree-branch.ui-sortable-helper .contents {
    margin-top: 0;
}

.tree-branch.ui-sortable-helper .children-bus .contents {
    margin-top: 10px;
}

.tree-branch .children-bus:empty {
    display: none;
}

.tree-branch {
    margin-left: var(--tree-sortable-branch-left-shift);
}
.children-bus {
    margin-left: var(--tree-sortable-children-left-shift);
}

.ui-sortable-placeholder {
    margin-left: var(--tree-sortable-branch-left-shift);
}
.branch-title {
    width:100%;
}

.branch-path {
    display: block;
    position: absolute;
    width: var(--tree-sortable-depth);
    min-height: 72px;
    bottom: 50%;
    left: -12px;
    border: 2px solid #565656;
    border-top: 0;
    border-right: 0;
    padding: 4px 0 0;
    padding-top: 3px;
    border-bottom-left-radius: 6px;
    z-index: -1;
}
.msg-title {
    font-weight: bold;
    border-bottom:1px #000000 solid;
}

.msg {
    background-color: #F5F5F5;
    line-height: 1.2em;
    padding:10px;
}
.group-title {
    font-size: 1.5em;
    font-weight: bold;
}
