body {
	font-family: 'Open Sans', sans-serif;
}
header {
	background: transparent;
	background-color: #b34a1c;
	height: 60px;
	position:fixed;
	z-index: 101;
	width: 100%;
	top: 0;
}

nav {
	height: 100%;
	position: fixed;
	z-index: 100;
	width: 230px;
	background-color:#903b14;
	color: #efefef;
}

h1,h2,h3,h4,h5 {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 32px;
}

h2 {
	font-size: 25px;
}

#content{
	border:0;
	margin:60px 5px 15px 230px;
	padding: 20px;
	min-height:600px;
	overflow:visible;
	-webkit-border-bottom-left-radius:4px; -moz-border-radius-bottomleft:4px; border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px; -moz-border-radius-bottomright:4px; border-bottom-right-radius:4px;
}
nav.collapsed {
	width: 70px;
    transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}
#content.collapsed {
	margin:60px 5px 15px 70px;
	transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}



footer {
	width: 100%;
	text-align: center;
	padding: 5px;
	color: #999;
}


.pv {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.layout-fixed .wrapper {
}
.wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}
.wd-xl {
    width: 320px;
}
.p-lg {
    padding: 15px !important;
}
.block-center {
    margin: 0 auto;
}
.mt-xl {
    margin-top: 30px !important;
}
.panel-dark {
    border-color: #cfdbe2;
}
.panel-flat {
    margin: 0 !important;
    border: 0;
}

.panel-primary > .panel-heading {
    background-color: #9e4a23;
    border-color: #9e4a23;
}
 .nav-second-level li a {
    padding-left: 37px;
 	font-size: 11px;
 	cursor: pointer;
}

.sidebar-nav ul.nav  li {
    border-bottom: 1px solid #9e4a23;
	cursor: pointer;
}

.sidebar-nav .nav ul li:last-child {
	border-bottom: 0px;
}

.p2 {
	padding: 5px;
}
#logo {
	float: left;
}

#headerMenu {
	float: left;	
}

#headernav ul {
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	height: 60px;
}

#headernav ul {
	
}

nav li:hover {
	border-color: #74371b;
}
nav li a {
	color: white;
}
nav li a:hover, nav li a:active, nav li a:focus {
	color: #cecece;
}

.navbar-top-links li:hover {
	background-color: #d66a38;
	
} 

.navbar-top-links {
	margin-left: 100px;
}

.navbar-top-links li {
	line-height: 40px;
    display: inline-block;
}
.navbar-top-links li a {
	color: #efefef;	
}

#chats {
	font-size: 12px;
}


/* pagination */
.dataTables_paginate span.paginate_button,
.dataTables_paginate span.paginate_active{
	border:1px solid #bababa;
	position:relative;
	padding:9px 12px;
	display:inline-block;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:4px 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	outline:0 none;
	text-align:center;
	text-transform:uppercase;
	margin:2px;
	min-height:22px;
	min-width:8px;
	white-space:pre-line;
	vertical-align:baseline;
}


.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #5d9cec;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
/* override for radio */
.c-radio span {
  border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}
/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-checkbox input[type=checkbox]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #5d9cec;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #dddddd !important;
  background-color: #dddddd !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #dddddd;
}
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #5d9cec;
  background-color: #5d9cec;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #5d9cec;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #dddddd !important;
  background-color: #dddddd !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #dddddd;
}

/* buttons */
.btn-primary {
  color: #ffffff;
  background-color: #b54d1d;
  border-color: #b54d1d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #ae3910;
  border-color: #682209;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #ae3910;
  border-color: #a5360f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ae3910;
  border-color: #a5360f;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #8d2e0d;
  border-color: #682209;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #b54d1d;
  border-color: #b54d1d;
}