@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:0px;
	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 {
    }
    #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-color: transparent;
    border: 0px #3d3838 solid;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size:1.5em;
    margin:10px;
}

.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 #DADADA;
    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-wrap {
    word-wrap: break-word;
    border: 1px solid #DADADA;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

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

.right-sidebar {
    opacity: 1;
    transition: 0.3s;
    padding:5px 5px;
    background-color:#3d3838;
    vertical-align: middle;
    text-align: center;
}

.title_msg:hover .right-sidebar {
    opacity: 1;
    background-color:#DE0003 !important;
}

.tree-branch > .contents .branch-wrap .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;
    padding-top:15px;
    text-align:center;
    vertical-align: middle;
}
.contents .row {
    background-color:transparent;
}
.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-title2 {
    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;
    font-size:1.2em;
    text-transform: uppercase;
    border-bottom:1px #000000 solid;
}

.msg {
    background-color: #F5F5F5;
    line-height: 1.2em;
    padding:10px;
}
.group-title {
    font-size: 1.5em;
    font-weight: bold;
}
.header {
    border-bottom: #ffa133 3px solid;
    margin-bottom:10px;
}
.form-group {
    padding:10px;
}
.stat_boxes {
    background-color: #ffffff;
    border:0px;
    border-bottom: 2px #ffa133 solid;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.stat_btn {
    border:1px solid #EAEAEA;
    color: #565656;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* --------------------------------------------- */
/* --------------- CAMPAIGN LIST --------------- */
/* --------------------------------------------- */

.company_label {
    background-color:#F4F4F4 !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom:1px #565656 solid;
}
.company_title {
    padding:20px 0px;
}
.company_logo {
    padding:5px 5px;
}
.company_manage {
    font-size: 1.2em;
    text-align: right;
}
.icon_outline {
    border: 2px #565656 solid;
    padding:2px;
    border-radius: 5px;
}

.event-list-header {
    background-color:#F4F4F4 !important;
    font-weight:bold;
    border-bottom:2px #565656 solid;
}
.event-list {
    padding:20px 0px;
    border-bottom:1px #F0F0F0 solid;
}
.event-list:hover {
    transform: scale(1.01);
}
.event-list-link {
}

.manager-list-title {
    background-color:#F4F4F4 !important;
}
.manager-list-header {
    background-color:#F4F4F4 !important;
    font-weight:bold;
    border-bottom:2px #565656 solid;
}

/* --------------------------------------------- */
/* ------------------ SWITCHES ----------------- */
/* --------------------------------------------- */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ffa133;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffa133;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 
.campaign_form {
    background-color:#DCDCDC !important;
    border:2px solid #3d3838;
    padding:10px;
}

.error, .error:active {
    border:2px solid #CA0003 !important;
    background-color: #FFD6D7 !important;
}
.ok, .ok:active {
    border:2px solid #00A911 !important;
    background-color:#E0FFE3 !important;
}
.warning, .warning:active {
    border:2px solid #FEE501 !important;
    background-color:#FFFCB2 !important;
}

.red {
    color: #CA0003 !important;
}

.alert {
    color: #FFB500 !important;
}
.btn_orange {
    background-color: #ffa133 !important;
}
.btn_green {
    background-color: #2DE351 !important;
}

.billing-header {
    font-weight:bold;
    border-bottom:2px solid #565656;
}
.billing-row {
    text-align: right !important;
    padding:5px 0px;
    border-bottom: 1px solid #ADADAD
}
.billing-row:nth-of-type(odd) {
    background-color: #F4F4F4 !important;
}
.billing-item {
    text-align: left;
}
.billing-quanity {
}
.billing-price {
}
.billing-total {
}
.billing-grand-row {
    border-top:2px solid #565656;
    font-size:1.2em;
    font-weight:bold;
    background-color: #000000 !important;
    padding:10px;
    color:#FFFFFF !important;
    text-align: right;
}
.billing_total {
    font-size: 3em;
}
