.icon-spin {
	display: inline-block;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
.no-border-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.text-line-through {
	text-decoration: line-through;
}
.social-google {
	background-color: #da573b;
	border-color: #be5238;
	color: #ffffff !important;
}
.social-google:hover {
	background-color: #be5238;
	border-color: #9b4631;
	color: #ffffff !important;
}
.social-twitter {
	background-color: #1daee3;
	border-color: #3997ba;
	color: #ffffff !important;
}
.social-twitter:hover {
	background-color: #3997ba;
	border-color: #347b95;
	color: #ffffff !important;
}
.social-facebook {
	background-color: #4c699e;
	border-color: #47618d;
	color: #ffffff !important;
}
.social-facebook:hover {
	background-color: #47618d;
	border-color: #3c5173;
	color: #ffffff !important;
}
input[type="radio"],  .radio input[type="radio"],  .radio-inline input[type="radio"],  input[type="checkbox"],  .checkbox input[type="checkbox"],  .checkbox-inline input[type="checkbox"] {
	margin-left: 0 !important;
	margin-top: 3px;
}
/**************************/

/****** Style Border *****/

/****** Style Border *****/

/**************************/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,  *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
}
/*body {

    font-family: 'Open Sans', sans-serif;

    font-size: 13px;

    line-height: 1.42857143;

    color: #999999;

    background-color: #141d25;

    height: 100%;

}*/



input,  button,  select,  textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
/*a {

    color: #999999;

    text-decoration: none;

    outline: none;

}



a:hover,

a:focus {

    color: #b8312f;

    text-decoration: none;

}*/



a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a.text-primary {
	color: #b8312f;
}
a.text-primary:hover,  a.text-primary:focus {
	color: #999999;
}
.page-hide {
	display: none;
}
.hide {
	display: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #141d25;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.block-heading {
	font-weight: bold;
	font-family: 'Open Sans';
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
}
/**************************/

/******* Wrapper *********/

#wrapper {
	width: 100%;
	min-height: 100%;
	background: #141d25;
}
#page-wrapper {
	min-height: 100%;
	padding: 0 !important;
	background-color: #f0f2f5;
	transition: 0.3s all linear;
}
 @media (min-width: 768px) {
#page-wrapper {
	position: relative;
	margin: 0 0 0 250px;
	padding: 0;
}
}
/******* Wrapper *********/

/**************************/

/**************************/

/******* Top Bar *********/

#topbar {
	background: #ffffff;
	width: 100%;
	height: 70px;
}
#topbar.navbar-default {
	border: 0;
}
#topbar .navbar-header {
	width: 250px;
	height: 100%;
	background: #1d2a36;
	border-bottom: 5px solid #212f3c !important;/*text-align: center;*/

}
#topbar .navbar-header #logo {
	/*font-family: 'Open Sans';

    font-weight: bold;

    font-size: 35px;

    line-height: 35px;

    text-transform: uppercase;*/

	margin-top: 10px;
	color: #b8312f;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#topbar .navbar-header #logo:hover {
	text-decoration: underline;
}
#topbar .topbar-main {
	display: block;
	height: 100%;
	background: #ffffff;
	border-bottom: 5px solid #f7f7f8 !important;
}
#topbar .topbar-main #menu-toggle {
	float: left;
	padding: 17px 20px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-right: 1px dashed #e5e5e5;
	border-radius: 0;
}
#topbar .topbar-main #menu-toggle:hover,  #topbar .topbar-main #menu-toggle:focus {
	box-shadow: none !important;
}
#topbar .topbar-main #menu-toggle i {
	font-size: 30px;
}
#topbar .topbar-main #btn-dashboard-style {
	float: left;
	border-right: 1px dashed #e5e5e5;
}
#topbar .topbar-main #btn-dashboard-style.open .dropdown-toggle {
	box-shadow: none !important;
}
#topbar .topbar-main #btn-dashboard-style .btn {
	padding: 17px 20px;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 0;
}
#topbar .topbar-main #btn-dashboard-style .btn:hover,  #topbar .topbar-main #btn-dashboard-style .btn:focus {
	box-shadow: none !important;
}
#topbar .topbar-main #btn-dashboard-style .btn i {
	font-size: 30px;
}
#topbar .topbar-main #btn-dashboard-style .dropdown-menu {
	left: 15px !important;
}
#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style {
	width: 250px;
	padding: 10px;
	text-align: center;
}
#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style .row .col-md-6 {
	padding: 10px;
}
#topbar .topbar-main #btn-dashboard-style .dropdown-menu.dropdown-dashboard-style .row .col-md-6 p {
	font-size: 12px;
	margin-top: 5px;
}
#topbar .topbar-main #topbar-search {
	width: 250px;
	float: left;
}
#topbar .topbar-main #topbar-search:hover i,  #topbar .topbar-main #topbar-search:focus i {
	color: #333333;
}
#topbar .topbar-main #topbar-search i {
	font-size: 25px;
	margin: 0;
	top: 17px;
	right: 12px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#topbar .topbar-main #topbar-search input {
	padding: 22px 33px 20px 20px !important;
	height: 100%;
	border: 0;
	border-radius: 0;
}
#topbar .topbar-main .navbar-top-links li {
	display: inline-block;
}
#topbar .topbar-main .navbar-top-links li:last-child {
	margin-right: 15px;
}
#topbar .topbar-main .navbar-top-links li.open > a {
	background: #f7f7f8 !important;
}
#topbar .topbar-main .navbar-top-links li.open > a:hover,  #topbar .topbar-main .navbar-top-links li.open > a:focus {
	background: #f7f7f8 !important;
}
#topbar .topbar-main .navbar-top-links li > a {
	padding: 22px 20px;
	min-height: 50px;
	color: #999999;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#topbar .topbar-main .navbar-top-links li > a:hover,  #topbar .topbar-main .navbar-top-links li > a:focus {
	background: #f7f7f8 !important;
}
#topbar .topbar-main .navbar-top-links li > a i {
	font-size: 20px;
	color: #999999;
}
#topbar .topbar-main .navbar-top-links li > a span.badge {
	position: absolute;
	top: 12px;
	right: 15px;
}
#topbar .topbar-main .navbar-top-links li > a img {
	position: relative;
	width: 32px;
	height: 32px;
	margin-top: -7px;
	display: inline-block;
}
#topbar .topbar-main .navbar-top-links li .dropdown-menu li {
	display: block;
}
#topbar .topbar-main .navbar-top-links li .dropdown-menu li:last-child {
	margin-right: 0;
}
#topbar .topbar-main .navbar-top-links li .dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
	color: #999999;
}
#topbar .topbar-main .navbar-top-links li .dropdown-menu li a div {
	white-space: normal;
}
#topbar .topbar-main .navbar-top-links li .dropdown-menu li a.btn {
	color: #FFFFFF;
}
#topbar .topbar-main .navbar-top-links .open > a {
	background: #141d25 !important;
}
#topbar .topbar-main .navbar-top-links .open > a:hover,  #topbar .topbar-main .navbar-top-links .open > a:focus {
	background: #141d25 !important;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts {
	width: 310px;
	min-width: 0;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a {
	padding: 15px 20px;
	display: block;
	border-top: 1px dashed #e5e5e5;
	font-size: 12px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span {
	margin-right: 10px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li a span i {
	font-size: 14px;
	color: #FFFFFF;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:first-child a {
	border-top: 0;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-alerts li:last-child a {
	background: #f7f7f8;
	width: 100%;
	border-top: 0;
	padding: 15px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages {
	width: 310px;
	min-width: 0;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a {
	padding: 15px 20px;
	display: block;
	border-top: 1px dashed #e5e5e5;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .avatar img {
	width: 40px;
	height: 40px;
	margin-top: 0;
	float: left;
	display: block;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info {
	margin-left: 58px;
	display: block;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .name .label {
	font-size: 10px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li a .info .desc {
	font-size: 12px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li:first-child a {
	border-top: 0;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-messages li:last-child a {
	background: #f7f7f8;
	width: 100%;
	border-top: 0;
	padding: 15px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks {
	width: 310px;
	min-width: 0;
	margin-left: -59px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a {
	padding: 15px 20px;
	display: block;
	border-top: 1px dashed #e5e5e5;
	font-size: 12px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span {
	margin-right: 10px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a span i {
	font-size: 14px;
	color: #FFFFFF;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li a .progress {
	margin-bottom: 5px;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:first-child a {
	border-top: 0;
}
#topbar .topbar-main .navbar-top-links ul.dropdown-tasks li:last-child a {
	background: #f7f7f8;
	width: 100%;
	border-top: 0;
	padding: 15px 20px;
	text-align: right;
	font-weight: bold;
}
#topbar .topbar-main .navbar-top-links .dropdown-user {
	right: 0;
	left: auto;
	padding: 0px;
	overflow: hidden;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content {
	width: 320px;
	padding: 15px;
	padding-bottom: 0px;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:before,  #topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content:after {
	display: table;
	content: "";
	line-height: 0;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar {
	padding: 10px 0;
	color: #b8312f;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-content a.change-avatar:hover {
	color: #3a87ad;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-nav.navbar-right:last-child {
	margin-right: 15px !important;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer {
	background-color: #f0f0f1;
}
#topbar .topbar-main .navbar-top-links .dropdown-user .navbar-footer-content {
	padding: 15px;
}
 @media (min-width: 768px) {
.navbar-top-links .dropdown-messages,  .navbar-top-links .dropdown-tasks,  .navbar-top-links .dropdown-alerts {
	margin-left: auto;
}
}
/******* Top Bar *********/

/************************/

/************************/

/***** Sidebar Menu ****/

#sidebar {
	background: #141d25;
}
.navbar-static-side {
	transition: 0.3s all linear;
}
.navbar-static-side ul li {
	border-bottom: 1px solid #19252f;
}
.navbar-static-side ul li:first-child a {
	padding: 0;
}
.navbar-static-side ul li.active a {
	background: #19252f;
	outline: none;
}
.navbar-static-side ul li a {
	color: #FFFFFF;
	padding: 15px;
}
.navbar-static-side ul li a:hover,  .navbar-static-side ul li a:focus {
	background: #b8312f;
	outline: none;
}
.navbar-static-side ul li a .badge {
	float: right;
	margin-right: 10px;
}
.navbar-static-side ul li .nav-second-level li {
	border-bottom: 0;
}
.navbar-static-side ul li .nav-second-level li:after {
	position: absolute;
	content: "";
	z-index: 999;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #18222c;
	left: 20px;
	top: 22px;
	bottom: auto;
}
.navbar-static-side ul li .nav-second-level li:first-child {
	border-top: 0;
}
.navbar-static-side ul li .nav-second-level li:last-child {
	border-bottom: 0;
}
.navbar-static-side ul li .nav-second-level li.active:after,  .navbar-static-side ul li .nav-second-level li:hover:after,  .navbar-static-side ul li .nav-second-level li:focus:after {
	background: #b8312f;
}
.navbar-static-side ul li .nav-second-level li a {
	padding: 15px 15px 15px 37px;
	background: #0b1014;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li {
	border-bottom: 0;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:after {
	position: absolute;
	content: "";
	z-index: 999;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #1d2a36;
	left: 38px;
	top: 22px;
	bottom: auto;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:first-child {
	border-top: 0;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:last-child {
	border-bottom: 0;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:hover:after,  .navbar-static-side ul li .nav-second-level li .nav-third-level li:focus:after {
	background: #b8312f;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li a {
	padding: 15px 15px 15px 52px;
	background: #06080b;
}
.navbar-static-side ul li.sidebar-heading {
	padding: 5px 15px;
}
.navbar-static-side ul li.sidebar-heading h4 {
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: bold;
	color: #b8312f;
}
.sidebar-user-info {
	padding: 15px;
}
.sidebar-user-info img {
	border: 5px solid #ac2e2c;
	width: 75px;
	height: 75px;
	display: inline-block;
}
.sidebar-user-info h4 {
	color: #FFFFFF;
	margin-bottom: 5px;
}
.sidebar-user-info ul {
	margin-bottom: 3px;
}
.sidebar-user-info ul li {
	border-bottom: 0 !important;
}
.sidebar-user-info ul li a {
	color: #cdcdcd;
}
.sidebar-user-info .user-status {
	width: 10px;
	height: 10px;
	border-radius: 50% !important;
	display: inline-block;
	background: transparent;
	margin-right: 5px;
}
.sidebar-user-info .user-status.is-online {
	background: #06B53C;
}
.sidebar-user-info .user-status.is-idle {
	background: #F7D227;
}
.sidebar-user-info .user-status.is-busy {
	background: #ee4749;
}
.sidebar-user-info .user-status.is-offline {
	background: #666666;
}
.sidebar-user-info span {
	color: #FFFFFF;
}
.sidebar-user-activity {
	padding: 15px;
	border-bottom: 0 !important;
}
.sidebar-user-activity h4 {
	color: #FFFFFF;
}
.sidebar-user-activity .note {
	padding: 3px 15px;
	margin-bottom: 5px;
}
.sidebar-user-activity .note small {
	color: #cdcdcd;
}
.sidebar-user-activity .note a:hover,  .sidebar-user-activity .note a:focus {
	background: transparent;
}
.arrow {
	float: right;
	margin-top: 3px;
}
.fa.arrow:before {
	content: "\f104";
}
.active > a > .fa.arrow:before {
	content: "\f107";
}
 @media (min-width: 768px) {
.navbar-static-side {
	z-index: 1;
	position: absolute;
	width: 250px;
}
}
.right-sidebar #sidebar {
	left: auto;
	right: 0;
}
.right-sidebar #page-wrapper {
	margin: 0 250px 0 0;
}
/******* Sidebar Menu ******/

/**************************/

/******************************************/

/******* Page Dashboard Categories *******/

.page-dashboard-category {
	padding: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.page-dashboard-category #list-dashboard .carousel-inner .item a {
	outline: none !important;
}
.page-dashboard-category #list-dashboard .carousel-inner .item a:hover i,  .page-dashboard-category #list-dashboard .carousel-inner .item a:focus i {
	perspective: '100px';
	rotateY: '180deg';
}
.page-dashboard-category #list-dashboard .carousel-inner .item a i {
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
.page-dashboard-category #list-dashboard .carousel-inner .item a h4 {
	font-family: "Open Sans";
	font-weight: bold;
	text-transform: uppercase;
}
/******* Page Dashboard Categories ******/

/***************************************/

/******************************************/

/******* Page Header & Breadcrumb ********/

.page-header-breadcrumb {
	padding: 10px 0;
	margin: 0;
	background: #FFFFFF;
	font-size: 14px;
	position:relative;
	min-height:40px;
}
.page-header-breadcrumb .page-heading {
	display: block;
	padding: 0 15px;
	float: right;
}
/*.page-header-breadcrumb .page-heading h1.page-title {

    font-size: 24px;

    line-height: 18px;

    font-family: 'Roboto Condensed', sans-serif;

	font-weight: 400;

    text-transform: uppercase;

    color: #000;

    margin: 0;

    float: right;

}*/



.page-header-breadcrumb .page-breadcrumb {
	padding: 0 15px;
	margin: 0;
	background: transparent;
}
.page-header-breadcrumb .page-breadcrumb > li + li:before {
	display: none;
}
/******* Page Header & Breadcrumb ********/

/******************************************/

/******************************/

/******* Page Content ********/

.page-content {
	padding: 20px;
}
.page-content #tab-general {
	display: block;
}
/******* Page Content ********/

/****************************/

/*****************************/

/******* Page Footer ********/

/*.page-footer {

    position: relative;

    width: 100%;

    bottom: 0px;

    padding: 15px 20px;

    background: #FFFFFF;

}*/



/******* Page Footer ********/

/***************************/

/******************************/

/******* Page Index **********/

.user-profile .info {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.user-profile .info .avatar img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 30px;
}
.user-profile .info .desc .name {
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: bold;
}
.user-profile .info .desc .status {
	font-size: 14px;
	color: #b8bec8;
}
.user-profile .social {
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
.user-profile .social .row .col-md-4 {
	border-right: 1px dashed #e5e5e5;
}
.user-profile .social .row .col-md-4:last-child {
	border-right: 0;
}
.user-profile .social .type {
	font-size: 16px;
}
.user-profile .social .count {
	margin-top: 3px;
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: bold;
}
#tab-projects .total-projects,  #tab-projects .budgets-actuals,  #tab-projects .team-member,  #tab-projects .total-issues {
	position: relative;
}
#tab-projects .total-projects .tp-total,  #tab-projects .budgets-actuals .tp-total,  #tab-projects .team-member .tp-total,  #tab-projects .total-issues .tp-total,  #tab-projects .total-projects .bg-total,  #tab-projects .budgets-actuals .bg-total,  #tab-projects .team-member .bg-total,  #tab-projects .total-issues .bg-total,  #tab-projects .total-projects .at-total,  #tab-projects .budgets-actuals .at-total,  #tab-projects .team-member .at-total,  #tab-projects .total-issues .at-total,  #tab-projects .total-projects .tm-total,  #tab-projects .budgets-actuals .tm-total,  #tab-projects .team-member .tm-total,  #tab-projects .total-issues .tm-total,  #tab-projects .total-projects .is-total,  #tab-projects .budgets-actuals .is-total,  #tab-projects .team-member .is-total,  #tab-projects .total-issues .is-total {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	padding-top: 10px;
}
#tab-projects .total-projects .tp-title,  #tab-projects .budgets-actuals .tp-title,  #tab-projects .team-member .tp-title,  #tab-projects .total-issues .tp-title,  #tab-projects .total-projects .bg-title,  #tab-projects .budgets-actuals .bg-title,  #tab-projects .team-member .bg-title,  #tab-projects .total-issues .bg-title,  #tab-projects .total-projects .at-title,  #tab-projects .budgets-actuals .at-title,  #tab-projects .team-member .at-title,  #tab-projects .total-issues .at-title,  #tab-projects .total-projects .tm-title,  #tab-projects .budgets-actuals .tm-title,  #tab-projects .team-member .tm-title,  #tab-projects .total-issues .tm-title,  #tab-projects .total-projects .is-title,  #tab-projects .budgets-actuals .is-title,  #tab-projects .team-member .is-title,  #tab-projects .total-issues .is-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #e0e0e0;
}
#tab-projects .total-projects .tp-total,  #tab-projects .budgets-actuals .tp-total,  #tab-projects .team-member .tp-total,  #tab-projects .total-issues .tp-total {
	display: inline-block;
	margin-right: 15px;
}
#tab-projects .total-projects .tp-subtitle,  #tab-projects .budgets-actuals .tp-subtitle,  #tab-projects .team-member .tp-subtitle,  #tab-projects .total-issues .tp-subtitle {
	display: inline-block;
	font-weight: bold;
}
#tab-shopping .order-detail {
	text-align: center;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #e5e5e5;
}
#tab-shopping .order-detail .revenue-total,  #tab-shopping .order-detail .tax-total,  #tab-shopping .order-detail .shipping-total,  #tab-shopping .order-detail .quantity-total {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
}
#tab-shopping .order-detail .revenue-title,  #tab-shopping .order-detail .tax-title,  #tab-shopping .order-detail .shipping-title,  #tab-shopping .order-detail .quantity-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #002085;
}
#tab-shopping .lifetime-sales,  #tab-shopping .average-orders {
	position: relative;
}
#tab-shopping .lifetime-sales .ls-total,  #tab-shopping .average-orders .ls-total,  #tab-shopping .lifetime-sales .ao-total,  #tab-shopping .average-orders .ao-total {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
}
#tab-shopping .lifetime-sales .ls-title,  #tab-shopping .average-orders .ls-title,  #tab-shopping .lifetime-sales .ao-title,  #tab-shopping .average-orders .ao-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #002085;
}
#tab-blog .recently-published {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #e5e5e5;
}
#tab-blog .recently-published .rp-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#tab-blog .recently-published .rp-header .rp-title {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
}
#tab-blog .recently-published .rp-header .rp-more {
	float: right;
	margin-top: 3px;
}
#tab-blog .recently-published ul.rp-list {
	margin: 0;
	padding: 0;
}
#tab-blog .recently-published ul.rp-list li {
	margin-bottom: 8px;
}
#tab-blog .recently-published ul.rp-list li .rp-date {
	color: #cbcbcb;
	float: left;
	min-width: 150px;
}
#tab-blog .recently-published ul.rp-list li .rp-desc {
	color: #b8312f;
}
#tab-blog .recently-published ul.rp-list li .rp-desc:hover,  #tab-blog .recently-published ul.rp-list li .rp-desc:focus {
	color: #999999;
}
#tab-blog .latest-comments {
	float: left;
	display: block;
	width: 100%;
}
#tab-blog .latest-comments .lc-header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
#tab-blog .latest-comments .lc-header .lc-title {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
}
#tab-blog .latest-comments ul.lc-list {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#tab-blog .latest-comments ul.lc-list li {
	margin-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
}
#tab-blog .latest-comments ul.lc-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0px;
	border-bottom: 0;
}
#tab-blog .latest-comments ul.lc-list li .comment-meta {
	margin-bottom: 5px;
}
#tab-blog .latest-comments ul.lc-list li .comment-meta a {
	font-weight: bold;
}
#tab-blog .latest-comments ul.lc-list li p.lc-actions {
	visibility: hidden;
}
#tab-blog .latest-comments ul.lc-list li p.lc-actions a {
	margin-right: 5px;
	font-size: 12px;
}
#tab-blog .latest-comments ul.lc-list li:hover p.lc-actions,  #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions {
	visibility: visible;
}
#tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:hover,  #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:hover,  #tab-blog .latest-comments ul.lc-list li:hover p.lc-actions a:focus,  #tab-blog .latest-comments ul.lc-list li:focus p.lc-actions a:focus {
	color: #b8312f;
}
#tab-blog .site-stats .st-top-posts {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
#tab-blog .site-stats .st-top-searches {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
#tab-blog .site-stats ul.top-post-list {
	display: block;
	margin: 0;
	padding: 0;
}
#tab-blog .site-stats ul.top-post-list li {
	padding: 10px 0;
	border-top: 1px dashed #e5e5e5;
}
#tab-blog .site-stats ul.top-post-list li:first-child {
	border-top: 0;
}
#tab-blog .site-stats ul.top-post-list li span.st-views {
	float: right;
	color: #cbcbcb;
}
#tab-blog .site-stats .st-keyword {
	display: block;
	float: left;
}
#tab-blog .site-stats .st-keyword a {
	margin-right: 5px;
	margin-bottom: 5px;
}
#tab-blog .site-stats .st-keyword a.badge {
	border-radius: 3px !important;
}
#flotTip {
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 4px;
}
#todos-list ul {
	margin: 0;
}
#todos-list ul li {
	padding: 8px;
	border-bottom: 1px dashed #e5e5e5;
}
#todos-list ul li:first-child {
	padding: 0 0px 10px;
	border-bottom: 0;
}
#todos-list ul li:last-child {
	border-bottom: 0;
}
#todos-list ul li input[type='checkbox'] {
	margin-right: 10px;
	vertical-align: top;
}
#todos-list ul li input[type='checkbox']:checked + label {
	text-decoration: line-through;
}
#todos-list ul li label {
	font-weight: normal;
	display: inline-block;
	width: 85%;
	cursor: pointer;
}
#todos-list ul li .delete {
	visibility: hidden;
	float: right;
}
#todos-list ul li:hover,  #todos-list ul li:focus {
	background: #fafafa;
}
#todos-list ul li:hover:first-child,  #todos-list ul li:focus:first-child {
	background: transparent;
}
#todos-list ul li:hover .delete,  #todos-list ul li:focus .delete {
	visibility: visible;
}
.widget-weather {
	width: 100%;
	display: block;
	float: left;
	padding: 20px 15px;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("http://lorempixel.com/500/500/city/6") center no-repeat;
	border-radius: 5px;
}
.widget-weather .wt-head {
	color: #ffffff;
}
.widget-weather .wt-head p {
	font-weight: bold;
	font-family: 'Open Sans';
	font-size: 18px;
	text-transform: none;
	margin-bottom: 0;
}
.widget-weather .wt-head span {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}
.widget-weather .wt-body {
	margin: 30px auto 0;
	overflow: hidden;
	text-align: center;
}
.widget-weather .wt-body span {
	font-size: 60px;
	font-weight: bold;
	vertical-align: top;
	margin-left: 20px;
	color: #fff;
}
.widget-weather .wt-body .sub-weather {
	margin-top: 20px;
}
.widget-weather .wt-body .sub-weather p {
	display: inline-block;
	margin-bottom: 0;
}
.widget-weather .wt-body .sub-weather p span {
	font-size: 14px;
	font-family: Arial;
	line-height: 50px;
	text-transform: none;
	margin-left: 5px;
}
#site-stats {
	text-align: center;
	margin-top: 44px;
	padding-top: 20px;
	border-top: 1px dashed #e5e5e5;
}
#site-stats .stats-chart {
	float: left;
	margin-right: 10px;
}
#site-stats .stats-info {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#site-stats .stats-info .stats-total {
	font-size: 30px;
	font-family: 'Open Sans';
	font-weight: bold;
	margin-right: 10px;
	float: left;
}
#site-stats .stats-info .stats-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #e0e0e0;
	text-align: left;
}
.clock {
	padding: 5px;
}
.clock #get-date {
	color: #e5e5e5;
}
.clock .digital-clock {
	width: 100%;
	margin-top: 8px;
}
.clock .digital-clock .get-time {
	font-family: "Open Sans";
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	color: #e5e5e5;
}
.clock .digital-clock span {
	font-family: 'Open Sans';
	font-size: 28px;
	font-weight: bold;
	margin: 0 10px;
	color: #e5e5e5;
}
ol.list-indicators {
	margin-top: 5px;
	margin-bottom: 0;
	bottom: -25px;
}
ol.list-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #999999;
	margin: 0 5px;
	cursor: pointer;
	border: 0;
}
ol.list-indicators li.active {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #b8312f;
	margin: 0 5px;
	cursor: pointer;
	border: 0;
}
.carousel-control {
	top: auto;
	bottom: -25px;
	font-size: 12px;
	text-shadow: none;
	color: #999999;
}
.carousel-control:hover,  .carousel-control:focus {
	color: #b8312f;
}
.carousel-control.left {
	background: transparent;
}
.carousel-control.right {
	background: transparent;
}
ul.users-online {
	margin: 0;
	padding: 0;
}
ul.users-online li {
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul.users-online li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
ul.users-online li .name {
	display: inline-block;
}
ul.users-online li .status {
	width: 10px;
	height: 10px;
	border-radius: 50% !important;
	display: inline-block;
	background: transparent;
	float: right;
	margin-top: 5px;
}
ul.users-online li .status.is-online {
	background: #06B53C;
}
ul.users-online li .status.is-idle {
	background: #F7D227;
}
ul.users-online li .status.is-busy {
	background: #ee4749;
}
ul.users-online li .status.is-offline {
	background: #666666;
}
/******* Page Index ************/

/******************************/

/*********************************************/

/******* Page Ui Tabs Accordions Navs *******/

.scrollspy-example {
	position: relative;
	height: 200px;
	margin-top: 10px;
	overflow: auto;
}
/******* Page Ui Tabs Accordions Navs ********/

/********************************************/

/*********************************/

/********* Page Ui Icons *********/

.row-icons {
	padding: 15px 0;
	margin: 0;
}
.row-icons [class*="col"] {
	margin-bottom: 20px;
	padding: 0;
}
.row-icons [class*="col"] a {
	line-height: 30px;
	display: inline-block;
	color: #999999;
	text-decoration: none;
}
.row-icons [class*="col"] a:hover i.fa:before {
	color: #d14b49;
}
.row-icons [class*="col"] a:hover i.glyphicon:before {
	color: #d14b49;
}
.row-icons [class*="col"] i.fa {
	vertical-align: middle;
	margin: 0 10px;
	width: 40px;
}
.row-icons [class*="col"] i:before {
	color: #b8312f;
	font-size: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.row-icons [class*="col"] span {
	padding-left: 20px;
	vertical-align: top;
}
/*********** Page Ui Icons **********/

/***********************************/

/**********************************/

/********* Page Invoice ***********/

.invoice-title h2,  .invoice-title h3 {
	display: inline-block;
}
.table > tbody > tr > .no-line {
	border-top: none;
}
.table > thead > tr > .no-line {
	border-bottom: none;
}
.table > tbody > tr > .thick-line {
	border-top: 2px solid;
}
/********* Page Invoice ***********/

/**********************************/

/***********************************/

/********* Page Lock Screen *******/

#lock-screen {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://lorempixel.com/1920/1080/technics/7/') center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#lock-screen #lock-screen-content {
	width: 250px;
	margin: 10% auto 0 auto;
	text-align: center;
}
#lock-screen #lock-screen-content #lock-screen-avatar {
	display: inline-block;
	border: 5px solid #b8312f;
}
#lock-screen #lock-screen-content #lock-screen-info h1 {
	font-family: 'oswald';
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
#lock-screen #lock-screen-content #lock-screen-info .email {
	margin-bottom: 20px;
	color: #FFFFFF;
}
#lock-screen #lock-screen-content #lock-screen-info input {
	font-size: 20px;
	font-weight: bold;
}
/******* Page Lock Screen ********/

/********************************/

/***********************************/

/********* Page 404 & 500 *********/

#error-page {
	background: #F0F2F5;
	text-align: center;
	position: relative;
}
#error-page #error-page-content {
	width: 480px;
	margin: 10% auto 0 auto;
	text-align: center;
}
#error-page #error-page-content h1 {
	font-family: 'oswald';
	font-size: 150px;
	font-weight: bold;
	color: #b8312f;
}
#error-page #error-page-content p a {
	color: #b8312f;
}
#error-page #error-page-content p a:hover,  #error-page #error-page-content p a:focus {
	text-decoration: underline;
}
/******* Page 404 & 500 ********/

/******************************/

/****************************/

/******** Page Sign In *******/

#signin-page {
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: linear-gradient;
	background-image: url(../../images/login/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}
#signin-page #signin-page-content {
	width: 460px;
	margin: 10% auto 0 auto;
	background: #ffffff;
	padding: 15px 20px;
}
#signin-page #signin-page-content h1 {
	font-family: 'Open Sans';
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
#signin-page #signin-page-content .create-account a {
	color: #b8312f;
}
#signin-page #signin-page-content .create-account a:hover,  #signin-page #signin-page-content .create-account a:focus {
	text-decoration: uppercase;
}
/******* Page Sign In ********/

/****************************/

/*******************************/

/******** Page Sign Up *******/

#signup-page {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('http://lorempixel.com/1920/1080/nature/7/') center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#signup-page #signup-page-content {
	width: 480px;
	margin: 20px auto 0 auto;
	background: #ffffff;
	padding: 15px 20px;
}
#signup-page #signup-page-content h1 {
	font-family: 'oswald';
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
/******* Page Sign Up ******/

/***************************/

/**********************************/

/******* Page Pricing Table ******/

.pricing-table.pricing-static {
	width: 810px;
	margin: 40px auto;
}
.pricing-table.pricing-static .plan {
	float: left;
	width: 270px;
	background: #ffffff;
	padding: 30px 25px;
	margin-bottom: 20px;
	text-align: center;
}
.pricing-table.pricing-static .plan h3 {
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.pricing-table.pricing-static .plan .price-box {
	display: inline-block;
	background: #b8312f;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.pricing-table.pricing-static .plan .price-box .price-number {
	color: #ffffff;
	font-size: 40px;
	margin-top: 45px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.pricing-table.pricing-static .plan .price-box .price-number span {
	font-weight: normal;
}
.pricing-table.pricing-static .plan ul {
	padding: 0;
	margin: 10px 0;
}
.pricing-table.pricing-static .plan ul li {
	border-bottom: 1px dashed #e5e5e5;
	padding: 10px 0;
}
.pricing-table.pricing-static .plan ul li p {
	font-size: 18px;
}
.pricing-table.pricing-static .plan ul li span {
	font-weight: bold;
	font-size: 25px;
}
.pricing-table.pricing-static .plan ul li:last-child {
	border-bottom: 0;
}
.pricing-table.pricing-static .plan.active {
	background: #b8312f;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.pricing-table.pricing-static .plan.active h3 {
	color: #ffffff;
}
.pricing-table.pricing-static .plan.active .price-box {
	background: #ffffff;
}
.pricing-table.pricing-static .plan.active .price-box .price-number {
	color: #999999;
}
.pricing-table.pricing-static .plan.active ul li p {
	color: #ffffff;
}
.pricing-table.pricing-static .plan.active ul li span {
	color: #ffffff;
}
.pricing-table.pricing-dynamic .plan {
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
}
.pricing-table.pricing-dynamic .plan h3 {
	padding: 30px 25px;
	font-family: 'Open Sans';
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	background: #f1c40f;
	color: #ffffff;
	margin-top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pricing-table.pricing-dynamic .plan .price-box {
	display: inline-block;
	background: #f1c40f;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pricing-table.pricing-dynamic .plan .price-box .price-number {
	color: #ffffff;
	font-size: 40px;
	margin-top: 45px;
	font-family: 'Open Sans';
	font-weight: bold;
}
.pricing-table.pricing-dynamic .plan .price-box .price-number span {
	font-weight: normal;
}
.pricing-table.pricing-dynamic .plan ul {
	padding: 0;
	margin: 10px 0;
}
.pricing-table.pricing-dynamic .plan ul li {
	border-bottom: 1px dashed #e5e5e5;
	padding: 10px 0;
}
.pricing-table.pricing-dynamic .plan ul li p {
	font-size: 18px;
}
.pricing-table.pricing-dynamic .plan ul li span {
	font-weight: bold;
	font-size: 25px;
}
.pricing-table.pricing-dynamic .plan ul li:last-child {
	border-bottom: 0;
}
.pricing-table.pricing-dynamic .plan a.btn {
	border-radius: 0px;
	background: #f1c40f;
	color: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pricing-table.pricing-dynamic .plan:hover h3 {
	background: #927608;
}
.pricing-table.pricing-dynamic .plan:hover .price-box {
	background: #927608;
}
.pricing-table.pricing-dynamic .plan:hover a.btn {
	background: #927608;
}
/******* Page Pricing Table ******/

/********************************/

/*****************************/

/******* Boxed Layout *******/

.boxed-layout {
	background: #ffffff;
}
.boxed-layout #wrapper {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/******* Boxed Layout *******/

/***************************/

/********************************/

/******* Page Transitions *******/

.form-transition {
	width: 280px;
	background: #ffffff;
	margin: 10% auto 0 auto;
	padding: 30px 20px;
	border-radius: 5px;
}
.form-transition h1 {
	font-family: 'Open Sans';
	font-weight: bold;
	margin: 0 0 20px;
}
/******* Page Transitions ******/

/*****************************/

/**********************************/

/*********** Form Wizard *********/

.wizard-modal p {
	margin: 0 0 10px;
	padding: 0;
}
#wizard-ns-detail-servers,  .wizard-additional-servers {
	font-size: 12px;
	margin-top: 10px;
	margin-left: 15px;
}
#wizard-ns-detail-servers > li,  .wizard-additional-servers li {
	line-height: 20px;
	list-style-type: none;
}
#wizard-ns-detail-servers > li > img {
	padding-right: 5px;
}
.wizard-modal .chzn-container .chzn-results {
	max-height: 150px;
}
.wizard-addl-subsection {
	margin-bottom: 40px;
}
.create-server-agent-key {
	margin-left: 15px;
	width: 90%;
}
/*********** Form Wizard **********/

/**********************************/

/*****************************************/

/********** Documentation Page **********/

#docs-page {
	width: 100%;
	min-height: 100%;
	background: #f0f2f5;
	padding: 0 5%;
	position: relative;
}
#docs-page h1.docs-title {
	font-family: 'Open Sans';
	font-weight: bold;
}
#docs-page .block-sub-heading {
	font-family: 'Open Sans';
	font-weight: bold;
	margin: 30px 0 10px;
}
#docs-page .table-overview {
	margin-bottom: 20px;
}
#docs-page .table-overview tr td {
	padding: 10px;
}
#docs-page .table-overview tr td:first-child {
	padding-left: 0;
}
#docs-page #totop {
	position: fixed;
	bottom: 2%;
	right: 5%;
	display: none;
}
#docs-page .plugin-content-active {
	display: block !important;
}
#docs-page .plugin-content {
	display: none;
}
#docs-page .tab-content {
	padding: 20px;
}
/********** Documentation Page **********/

/***************************************/

/**********************************/

/******** User Profile Page ******/

.pic {
	margin-top: 50px;
	width: 120px;
	margin-left: 50px;
	margin-bottom: -60px;
}
.user-profile-name {
	position: absolute;
	padding-left: 200px;
	font-size: 30px;
	font-family: "oswald";
	font-weight: bold;
}
.dropdown {
	position: absolute;
}
.change {
	position: relative;
	bottom: 20px;
	padding: 1px;
	color: white;
	text-decoration: none;
}
.change:hover {
	text-decoration: none;
	background-color: black;
	color: white;
}
/******** User Profile Page ******/

/********************************/

.last-col {
	overflow: hidden !important;
}
.ptn,  .pvn,  .pan {
	padding-top: 0 !important;
}
.ptx,  .pvx,  .pax {
	padding-top: 3px !important;
}
.pts,  .pvs,  .pas {
	padding-top: 5px !important;
}
.ptm,  .pvm,  .pam {
	padding-top: 10px !important;
}
.ptl,  .pvl,  .pal {
	padding-top: 20px !important;
}
.ptxl,  .pvxl,  .paxl {
	padding-top: 30px !important;
}
.ptxxl,  .pvxxl,  .paxxl {
	padding-top: 40px !important;
}
.prn,  .phn,  .pan {
	padding-right: 0 !important;
}
.prx,  .phx,  .pax {
	padding-right: 3px !important;
}
.prs,  .phs,  .pas {
	padding-right: 5px !important;
}
.prm,  .phm,  .pam {
	padding-right: 10px !important;
}
.prl,  .phl,  .pal {
	padding-right: 20px !important;
}
.prxl,  .phxl,  .paxl {
	padding-right: 30px !important;
}
.prxxl,  .phxxl,  .paxxl {
	padding-right: 40px !important;
}
.pbn,  .pvn,  .pan {
	padding-bottom: 0 !important;
}
.pbx,  .pvx,  .pax {
	padding-bottom: 3px !important;
}
.pbs,  .pvs,  .pas {
	padding-bottom: 5px !important;
}
.pbm,  .pvm,  .pam {
	padding-bottom: 10px !important;
}
.pbl,  .pvl,  .pal {
	padding-bottom: 20px !important;
}
.pbxl,  .pvxl,  .paxl {
	padding-bottom: 30px !important;
}
.pbxxl,  .pvxxl,  .paxxl {
	padding-bottom: 40px !important;
}
.pln,  .phn,  .pan {
	padding-left: 0 !important;
}
.plx,  .phx,  .pax {
	padding-left: 3px !important;
}
.pls,  .phs,  .pas {
	padding-left: 5px !important;
}
.plm,  .phm,  .pam {
	padding-left: 10px !important;
}
.pll,  .phl,  .pal {
	padding-left: 20px !important;
}
.plxl,  .phxl,  .paxl {
	padding-left: 30px !important;
}
.plxxl,  .phxxl,  .paxxl {
	padding-left: 40px !important;
}
.mtn,  .mvn,  .man {
	margin-top: 0px !important;
}
.mtx,  .mvx,  .max {
	margin-top: 3px !important;
}
.mts,  .mvs,  .mas {
	margin-top: 5px !important;
}
.mtm,  .mvm,  .mam {
	margin-top: 10px !important;
}
.mtl,  .mvl,  .mal {
	margin-top: 20px !important;
}
.mtxl,  .mvxl,  .maxl {
	margin-top: 30px !important;
}
.mtxxl,  .mvxxl,  .maxxl {
	margin-top: 40px !important;
}
.mrn,  .mhn,  .man {
	margin-right: 0px !important;
}
.mrx,  .mhx,  .max {
	margin-right: 3px !important;
}
.mrs,  .mhs,  .mas {
	margin-right: 5px !important;
}
.mrm,  .mhm,  .mam {
	margin-right: 10px !important;
}
.mrl,  .mhl,  .mal {
	margin-right: 20px !important;
}
.mrxl,  .mhxl,  .maxl {
	margin-right: 30px !important;
}
.mrxxl,  .mhxxl,  .maxxl {
	margin-right: 40px !important;
}
.mbn,  .mvn,  .man {
	margin-bottom: 0px !important;
}
.mbx,  .mvx,  .max {
	margin-bottom: 3px !important;
}
.mbs,  .mvs,  .mas {
	margin-bottom: 5px !important;
}
.mbm,  .mvm,  .mam {
	margin-bottom: 10px !important;
}
.mbl,  .mvl,  .mal {
	margin-bottom: 20px !important;
}
.mbxl,  .mvxl,  .maxl {
	margin-bottom: 30px !important;
}
.mbxxl,  .mvxxl,  .maxxl {
	margin-bottom: 40px !important;
}
.mln,  .mhn,  .man {
	margin-left: 0px !important;
}
.mlx,  .mhx,  .max {
	margin-left: 3px !important;
}
.mls,  .mhs,  .mas {
	margin-left: 5px !important;
}
.mlm,  .mhm,  .mam {
	margin-left: 10px !important;
}
.mll,  .mhl,  .mal {
	margin-left: 20px !important;
}
.mlxl,  .mhxl,  .maxl {
	margin-left: 30px !important;
}
.mlxxl,  .mhxxl,  .maxxl {
	margin-left: 40px !important;
}
textarea:focus,  input[type="text"]:focus,  input[type="password"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="date"]:focus,  input[type="month"]:focus,  input[type="time"]:focus,  input[type="week"]:focus,  input[type="number"]:focus,  input[type="email"]:focus,  input[type="url"]:focus,  input[type="search"]:focus,  input[type="tel"]:focus,  input[type="color"]:focus,  .uneditable-input:focus {
	border-color: #999999;
	box-shadow: none;
	outline: 0 none;
}
a:focus,  .btn:focus {
	outline: 0 !important;
}
.img-circle {
	border-radius: 50% !important;
}
/*****************************************/

/************** Progress Bar ************/

.progress {
	box-shadow: none;
}
.progress-bar {
	box-shadow: none;
}
.progress-bar:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.progress-bar-success {
	background-color: #5cb85c !important;
}
.progress-bar-warning {
	background-color: #f0ad4e !important;
}
.progress-bar-info {
	background-color: #5bc0de !important;
}
.progress-bar-danger {
	background-color: #d9534f !important;
}
.progress-bar-red {
	background-color: #b8312f !important;
}
.progress-bar-orange {
	background-color: #bd432a !important;
}
.progress-bar-green {
	background-color: #b0b800 !important;
}
.progress-bar-yellow {
	background-color: #f1c40f !important;
}
.progress-bar-blue {
	background-color: #2598b0 !important;
}
.progress-bar-violet {
	background-color: #947dcb !important;
}
.progress-bar-pink {
	background-color: #df4782 !important;
}
.progress-bar-grey {
	background-color: #333333 !important;
}
.progress-bar-dark {
	background-color: #141d25 !important;
}
.progress-bar-white {
	background-color: #ffffff !important;
}
.progress {
	position: relative;
}
.progress.progress-xs {
	height: 5px;
	margin-top: 5px;
}
.progress.progress-sm {
	height: 11px;
	margin-top: 5px;
}
.progress.progress-lg {
	height: 25px;
}
.progress .progress-completed {
	position: absolute;
	left: 0;
	font-weight: 800;
	padding: 0px 30px 2px 10px;
	color: #ffffff;
}
.progress-bar {
	background-color: #b8312f;
}
.progress-striped .progress-bar {
	background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/************** Progress Bar *************/

/****************************************/

/**************************************/

/************** List Group ***********/

.list-group .list-group-item {
	color: #999999;
	border-color: #e5e5e5;
}
.list-group a.list-group-item {
	color: #999999;
	border-color: #e5e5e5;
}
.list-group a.list-group-item.active,  .list-group a.list-group-item:hover {
	background: #b8312f;
	border-color: #b8312f;
	color: #ffffff;
}
.list-group a.list-group-item.active .list-group-item-heading,  .list-group a.list-group-item:hover .list-group-item-heading {
	color: #ffffff;
}
.list-group a.list-group-item .list-group-item-heading {
	color: #999999;
	font-family: 'Open Sans';
	font-weight: bold;
}
/************** List Group ***********/

/************************************/

/********************************/

/*********** Nav Pills **********/

.nav-pills li.active a {
	color: #ffffff;
	background: #b8312f;
}
.nav-pills li.active a:hover,  .nav-pills li.active a:focus {
	color: #ffffff;
	background: #b8312f;
}
.navbar-right .dropdown-menu:before {
	left: auto;
	right: 10px;
}
.navbar-right .dropdown-menu:after {
	left: auto;
	right: 10px;
}
/*********** Nav Pills **********/

/********************************/

/*******************************/

/******** Dropdown Menu *******/

.dropdown-menu {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border: 1px solid #e5e5e5;
	margin: 0 !important;
	padding: 0;
	border-radius: 0 !important;
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FFF;
	z-index: 1;
	top: -9px;
	border-bottom: 8px solid #e5e5e5;
	z-index: 0;
}
.dropdown-menu:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 10px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #FFF;
	z-index: 1;
}
.dropdown-menu.pull-right:before {
	left: auto;
	right: 9px;
}
.dropdown-menu.pull-right:after {
	left: auto;
	right: 10px;
}
.dropdown-menu li a {
	padding: 5px 20px;
}
.dropdown-menu li a .badge {
	position: absolute;
	margin-top: 1px;
	right: 10px;
	display: inline;
	font-size: 11px;
	font-weight: 300;
	text-shadow: none;
	height: 18px;
	padding: 3px 6px 3px 6px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 12px !important;
	-moz-border-radius: 12px !important;
	border-radius: 12px !important;
}
/******** Dropdown Menu *********/

/*******************************/

/**********************************/

/************** Panel ************/

.panel {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-box-shadow: none !important;
	border: 0;
}
.panel .panel-heading {
	font-family: 'Open Sans';
	font-size: 18px;
	/*text-transform: uppercase;*/

	font-weight: bold;
	border-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.panel .panel-heading img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.panel .panel-heading .panel-title {
	display: inline;
	color: #999999;
}
.panel .panel-heading .panel-title .action i {
	cursor: pointer;
	margin-left: 8px;
	color: #999999;
}
.panel .panel-body img {
	border-radius: 5px;
}
.panel .panel-footer {
	padding: 15px;
	background: #FFFFFF;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.panel.panel-default {
	border: 1px solid #e5e5e5;
}
.panel.panel-default .panel-heading {
	background: #f5f5f5;
	color: #999999;
}
.panel.panel-default .panel-heading i {
	color: #999999 !important;
}
.panel.panel-primary .panel-heading {
	background: #b8312f;
	color: #ffffff;
}
.panel.panel-primary .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-success .panel-heading {
	background: #5cb85c;
	color: #ffffff;
}
.panel.panel-success .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-warning .panel-heading {
	background: #f0ad4e;
	color: #ffffff;
}
.panel.panel-warning .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-info .panel-heading {
	background: #5bc0de;
	color: #ffffff;
}
.panel.panel-info .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-danger .panel-heading {
	background: #d9534f;
	color: #ffffff;
}
.panel.panel-danger .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-red .panel-heading {
	background: #b8312f;
	color: #ffffff;
}
.panel.panel-red .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-orange .panel-heading {
	background: #bd432a;
	color: #ffffff;
}
.panel.panel-orange .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-green .panel-heading {
	background: #b0b800;
	color: #ffffff;
}
.panel.panel-green .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-yellow .panel-heading {
	background: #f1c40f;
	color: #ffffff;
}
.panel.panel-yellow .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-blue .panel-heading {
	background: #2598b0;
	color: #ffffff;
}
.panel.panel-blue .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-pink .panel-heading {
	background: #df4782;
	color: #ffffff;
}
.panel.panel-pink .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-violet .panel-heading {
	background: #947dcb;
	color: #ffffff;
}
.panel.panel-violet .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-grey .panel-heading {
	background: #333333;
	color: #ffffff;
}
.panel.panel-grey .panel-heading i {
	color: #ffffff !important;
}
.panel.panel-dark .panel-heading {
	background: #141d25;
	color: #ffffff;
}
.panel.panel-dark .panel-heading i {
	color: #ffffff !important;
}
/*Panel tabs*/

.panel .panel-tabs {
	position: relative;
	bottom: 10px;
	clear: both;
	border-bottom: 1px solid transparent;
}
.panel .panel-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.panel .panel-tabs > li > a {
	margin-right: 2px;
	margin-top: 4px;
	line-height: .85;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #ffffff;
}
.panel .panel-tabs > li > a:hover {
	border-color: transparent;
	color: #ffffff;
	background-color: transparent;
}
.panel .panel-tabs > li.active > a,  .panel .panel-tabs > li.active > a:hover,  .panel .panel-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.23);
	border-bottom-color: transparent;
}
/*Panel tabs*/

/************** Panel ************/

/**********************************/

/************************/

/******* Buttons *******/

.btn-red {
	color: #ffffff;
	background-color: #b8312f;
	border-color: #a42c2a;
}
.btn-red:hover,  .btn-red:focus,  .btn-red:active,  .btn-red.active,  .open .dropdown-toggle.btn-red {
	color: #ffffff;
	background-color: #982827;
	border-color: #731f1d;
}
.btn-red:active,  .btn-red.active,  .open .dropdown-toggle.btn-red {
	background-image: none;
}
.btn-red.disabled,  .btn-red[disabled],  fieldset[disabled] .btn-red,  .btn-red.disabled:hover,  .btn-red[disabled]:hover,  fieldset[disabled] .btn-red:hover,  .btn-red.disabled:focus,  .btn-red[disabled]:focus,  fieldset[disabled] .btn-red:focus,  .btn-red.disabled:active,  .btn-red[disabled]:active,  fieldset[disabled] .btn-red:active,  .btn-red.disabled.active,  .btn-red[disabled].active,  fieldset[disabled] .btn-red.active {
	background-color: #b8312f;
	border-color: #a42c2a;
}
.btn-orange {
	color: #ffffff;
	background-color: #bd432a;
	border-color: #a83c25;
}
.btn-orange:hover,  .btn-orange:focus,  .btn-orange:active,  .btn-orange.active,  .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #9c3723;
	border-color: #762a1a;
}
.btn-orange:active,  .btn-orange.active,  .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled,  .btn-orange[disabled],  fieldset[disabled] .btn-orange,  .btn-orange.disabled:hover,  .btn-orange[disabled]:hover,  fieldset[disabled] .btn-orange:hover,  .btn-orange.disabled:focus,  .btn-orange[disabled]:focus,  fieldset[disabled] .btn-orange:focus,  .btn-orange.disabled:active,  .btn-orange[disabled]:active,  fieldset[disabled] .btn-orange:active,  .btn-orange.disabled.active,  .btn-orange[disabled].active,  fieldset[disabled] .btn-orange.active {
	background-color: #bd432a;
	border-color: #a83c25;
}
.btn-green {
	color: #ffffff;
	background-color: #b0b800;
	border-color: #989f00;
}
.btn-green:hover,  .btn-green:focus,  .btn-green:active,  .btn-green.active,  .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #898f00;
	border-color: #5d6100;
}
.btn-green:active,  .btn-green.active,  .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled,  .btn-green[disabled],  fieldset[disabled] .btn-green,  .btn-green.disabled:hover,  .btn-green[disabled]:hover,  fieldset[disabled] .btn-green:hover,  .btn-green.disabled:focus,  .btn-green[disabled]:focus,  fieldset[disabled] .btn-green:focus,  .btn-green.disabled:active,  .btn-green[disabled]:active,  fieldset[disabled] .btn-green:active,  .btn-green.disabled.active,  .btn-green[disabled].active,  fieldset[disabled] .btn-green.active {
	background-color: #b0b800;
	border-color: #989f00;
}
.btn-yellow {
	color: #ffffff;
	background-color: #f1c40f;
	border-color: #dab10d;
}
.btn-yellow:hover,  .btn-yellow:focus,  .btn-yellow:active,  .btn-yellow.active,  .open .dropdown-toggle.btn-yellow {
	color: #ffffff;
	background-color: #cba50c;
	border-color: #a08209;
}
.btn-yellow:active,  .btn-yellow.active,  .open .dropdown-toggle.btn-yellow {
	background-image: none;
}
.btn-yellow.disabled,  .btn-yellow[disabled],  fieldset[disabled] .btn-yellow,  .btn-yellow.disabled:hover,  .btn-yellow[disabled]:hover,  fieldset[disabled] .btn-yellow:hover,  .btn-yellow.disabled:focus,  .btn-yellow[disabled]:focus,  fieldset[disabled] .btn-yellow:focus,  .btn-yellow.disabled:active,  .btn-yellow[disabled]:active,  fieldset[disabled] .btn-yellow:active,  .btn-yellow.disabled.active,  .btn-yellow[disabled].active,  fieldset[disabled] .btn-yellow.active {
	background-color: #f1c40f;
	border-color: #dab10d;
}
.btn-blue {
	color: #ffffff;
	background-color: #2598b0;
	border-color: #21869b;
}
.btn-blue:hover,  .btn-blue:focus,  .btn-blue:active,  .btn-blue.active,  .open .dropdown-toggle.btn-blue {
	color: #ffffff;
	background-color: #1e7b8e;
	border-color: #165a68;
}
.btn-blue:active,  .btn-blue.active,  .open .dropdown-toggle.btn-blue {
	background-image: none;
}
.btn-blue.disabled,  .btn-blue[disabled],  fieldset[disabled] .btn-blue,  .btn-blue.disabled:hover,  .btn-blue[disabled]:hover,  fieldset[disabled] .btn-blue:hover,  .btn-blue.disabled:focus,  .btn-blue[disabled]:focus,  fieldset[disabled] .btn-blue:focus,  .btn-blue.disabled:active,  .btn-blue[disabled]:active,  fieldset[disabled] .btn-blue:active,  .btn-blue.disabled.active,  .btn-blue[disabled].active,  fieldset[disabled] .btn-blue.active {
	background-color: #2598b0;
	border-color: #21869b;
}
.btn-violet {
	color: #ffffff;
	background-color: #947dcb;
	border-color: #856bc4;
}
.btn-violet:hover,  .btn-violet:focus,  .btn-violet:active,  .btn-violet.active,  .open .dropdown-toggle.btn-violet {
	color: #ffffff;
	background-color: #7c60bf;
	border-color: #6345ac;
}
.btn-violet:active,  .btn-violet.active,  .open .dropdown-toggle.btn-violet {
	background-image: none;
}
.btn-violet.disabled,  .btn-violet[disabled],  fieldset[disabled] .btn-violet,  .btn-violet.disabled:hover,  .btn-violet[disabled]:hover,  fieldset[disabled] .btn-violet:hover,  .btn-violet.disabled:focus,  .btn-violet[disabled]:focus,  fieldset[disabled] .btn-violet:focus,  .btn-violet.disabled:active,  .btn-violet[disabled]:active,  fieldset[disabled] .btn-violet:active,  .btn-violet.disabled.active,  .btn-violet[disabled].active,  fieldset[disabled] .btn-violet.active {
	background-color: #947dcb;
	border-color: #856bc4;
}
.btn-pink {
	color: #ffffff;
	background-color: #df4782;
	border-color: #db3173;
}
.btn-pink:hover,  .btn-pink:focus,  .btn-pink:active,  .btn-pink.active,  .open .dropdown-toggle.btn-pink {
	color: #ffffff;
	background-color: #d8266b;
	border-color: #b11f57;
}
.btn-pink:active,  .btn-pink.active,  .open .dropdown-toggle.btn-pink {
	background-image: none;
}
.btn-pink.disabled,  .btn-pink[disabled],  fieldset[disabled] .btn-pink,  .btn-pink.disabled:hover,  .btn-pink[disabled]:hover,  fieldset[disabled] .btn-pink:hover,  .btn-pink.disabled:focus,  .btn-pink[disabled]:focus,  fieldset[disabled] .btn-pink:focus,  .btn-pink.disabled:active,  .btn-pink[disabled]:active,  fieldset[disabled] .btn-pink:active,  .btn-pink.disabled.active,  .btn-pink[disabled].active,  fieldset[disabled] .btn-pink.active {
	background-color: #df4782;
	border-color: #db3173;
}
.btn-grey {
	color: #ffffff;
	background-color: #333333;
	border-color: #262626;
}
.btn-grey:hover,  .btn-grey:focus,  .btn-grey:active,  .btn-grey.active,  .open .dropdown-toggle.btn-grey {
	color: #ffffff;
	background-color: #1f1f1f;
	border-color: #080808;
}
.btn-grey:active,  .btn-grey.active,  .open .dropdown-toggle.btn-grey {
	background-image: none;
}
.btn-grey.disabled,  .btn-grey[disabled],  fieldset[disabled] .btn-grey,  .btn-grey.disabled:hover,  .btn-grey[disabled]:hover,  fieldset[disabled] .btn-grey:hover,  .btn-grey.disabled:focus,  .btn-grey[disabled]:focus,  fieldset[disabled] .btn-grey:focus,  .btn-grey.disabled:active,  .btn-grey[disabled]:active,  fieldset[disabled] .btn-grey:active,  .btn-grey.disabled.active,  .btn-grey[disabled].active,  fieldset[disabled] .btn-grey.active {
	background-color: #333333;
	border-color: #262626;
}
.btn-dark {
	color: #ffffff;
	background-color: #141d25;
	border-color: #0b1014;
}
.btn-dark:hover,  .btn-dark:focus,  .btn-dark:active,  .btn-dark.active,  .open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #06080b;
	border-color: #000000;
}
.btn-dark:active,  .btn-dark.active,  .open .dropdown-toggle.btn-dark {
	background-image: none;
}
.btn-dark.disabled,  .btn-dark[disabled],  fieldset[disabled] .btn-dark,  .btn-dark.disabled:hover,  .btn-dark[disabled]:hover,  fieldset[disabled] .btn-dark:hover,  .btn-dark.disabled:focus,  .btn-dark[disabled]:focus,  fieldset[disabled] .btn-dark:focus,  .btn-dark.disabled:active,  .btn-dark[disabled]:active,  fieldset[disabled] .btn-dark:active,  .btn-dark.disabled.active,  .btn-dark[disabled].active,  fieldset[disabled] .btn-dark.active {
	background-color: #141d25;
	border-color: #0b1014;
}
.btn .badge {
	color: #ffffff;
}
/************ Buttons *********/

/*****************************/

/***********************************/

/********** Buttons Outline *********/

.btn-outlined {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-outlined.btn-default {
	background: none;
	border: 2px solid #999999;
	color: #999999;
}
.btn-outlined.btn-primary {
	background: none;
	border: 2px solid #b8312f;
	color: #b8312f;
}
.btn-outlined.btn-success {
	background: none;
	border: 2px solid #5cb85c;
	color: #5cb85c;
}
.btn-outlined.btn-warning {
	background: none;
	border: 2px solid #f0ad4e;
	color: #f0ad4e;
}
.btn-outlined.btn-info {
	background: none;
	border: 2px solid #5bc0de;
	color: #5bc0de;
}
.btn-outlined.btn-danger {
	background: none;
	border: 2px solid #d9534f;
	color: #d9534f;
}
.btn-outlined.btn-red {
	background: none;
	border: 2px solid #b8312f;
	color: #b8312f;
}
.btn-outlined.btn-orange {
	background: none;
	border: 2px solid #bd432a;
	color: #bd432a;
}
.btn-outlined.btn-green {
	background: none;
	border: 2px solid #b0b800;
	color: #b0b800;
}
.btn-outlined.btn-yellow {
	background: none;
	border: 2px solid #f1c40f;
	color: #f1c40f;
}
.btn-outlined.btn-blue {
	background: none;
	border: 2px solid #2598b0;
	color: #2598b0;
}
.btn-outlined.btn-pink {
	background: none;
	border: 2px solid #df4782;
	color: #df4782;
}
.btn-outlined.btn-violet {
	background: none;
	border: 2px solid #947dcb;
	color: #947dcb;
}
.btn-outlined.btn-grey {
	background: none;
	border: 2px solid #333333;
	color: #333333;
}
.btn-outlined.btn-dark {
	background: none;
	border: 2px solid #141d25;
	color: #141d25;
}
/********** Buttons Outline *********/

/***********************************/

/********************************/

/********* Button Square *******/

.btn.btn-square {
	border-radius: 0;
}
/********* Button Square *******/

/******************************/

/************************/

/******* Popover *******/

.popover {
	border-color: #e5e5e5;
}
.popover.top .arrow {
	border-top-color: #e5e5e5;
}
.popover.bottom .arrow {
	border-bottom-color: #e5e5e5;
}
.popover.left .arrow {
	border-left-color: #e5e5e5;
}
.popover.right .arrow {
	border-right-color: #e5e5e5;
}
/******* Popover *******/

/**********************/

/*********************/

/****** Wells *******/

.well {
	box-shadow: none;
}
/****** Wells *******/

/*******************/

/***********************************/

/********** Label & Badge *********/

.label,  .badge {
	font-weight: 300;
	text-shadow: none !important;
}
.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em/*font-size: 12px;

    padding: 3px 6px 3px 6px;*/

}
.label.label-sm {
	font-size: 12px;
	padding: 1px 4px 1px 4px;
}
h1 .label,  h2 .label,  h3 .label,  h4 .label,  h5 .label,  h6 .label {
	font-size: 75%;
}
.badge {
	font-size: 11px !important;
	font-weight: 300;
	background-color: #999999;
	height: 18px;
	padding: 3px 6px 3px 6px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 12px !important;
	text-shadow: none !important;
	text-align: center;
	vertical-align: middle;
}
.badge.badge-none-radius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.badge-default,  .label-default {
	background-color: #999 !important;
}
.badge-primary,  .label-primary {
	background-color: #333 !important;
}
.badge-red,  .label-red {
	background-color: #b8312f !important;
}
.badge-orange,  .label-orange {
	background-color: #bd432a !important;
}
.badge-green,  .label-green {
	background-color: #b0b800 !important;
}
.badge-yellow,  .label-yellow {
	background-color: #f1c40f !important;
}
.badge-blue,  .label-blue {
	background-color: #2598b0 !important;
}
.badge-violet,  .label-violet {
	background-color: #947dcb !important;
}
.badge-pink,  .label-pink {
	background-color: #df4782 !important;
}
.badge-grey,  .label-grey {
	background-color: #333333 !important;
}
.badge-dark,  .label-dark {
	background-color: #141d25 !important;
}
.label-success,  .badge-success {
	background-color: #5cb85c;
	background-image: none !important;
}
.label-warning,  .badge-warning {
	background-color: #f0ad4e;
	background-image: none !important;
}
.label-danger,  .badge-danger {
	background-color: #d9534f;
	background-image: none !important;
}
.label-info,  .badge-info {
	background-color: #5bc0de;
	background-image: none !important;
}
/* fix badge position for navs */

.nav.nav-pills > li > a > .badge {
	margin-top: -2px;
}
.nav.nav-stacked > li > a > .badge {
	margin-top: 1px;
	margin-bottom: 0px;
}
a.list-group-item.active > .badge,  .nav-pills > .active > a > .badge {
	color: #b8312f;
}
/********** Label & Badge **********/

/***********************************/

/*******************************/

/********* Input Size ********/

.input-xsmall {
	width: 60px !important;
}
.input-small {
	width: 120px !important;
}
.input-medium {
	width: 240px !important;
}
.input-large {
	width: 320px !important;
}
.input-xlarge {
	width: 480px !important;
}
/********* Input Size ********/

/****************************/

/**************************/

/********* Modals ********/

.modal-full-width {
	width: 100%;
}
.modal-wide-width {
	width: 70%;
}
/********* Modals ********/

/************************/

/************************/

/********* Tabs *********/

.nav-tabs {
	margin-bottom: 0px;
}
.tab-content {
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tabbable:before {
	display: table;
	line-height: 0;
	content: "";
}
.tabbable:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}
.tabbable.tabs-left .nav-tabs {
	float: left;
	display: inline-block;
	border-bottom: 0;
}
.tabbable.tabs-left .nav-tabs li {
	float: none;
}
.tabbable.tabs-left .nav-tabs li.active > a,  .tabbable.tabs-left .nav-tabs li:hover > a,  .tabbable.tabs-left .nav-tabs li:focus > a {
	border: 1px solid #e5e5e5;
	border-right: 0;
}
.tabbable.tabs-left .nav-tabs li > a {
	border-right: 0;
	min-width: 74px;
	margin-bottom: 3px;
	margin-right: -1px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.tabbable.tabs-left .tab-content {
	overflow: auto;
	border: 1px solid #e5e5e5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tabbable.tabs-right .nav-tabs {
	float: right;
	display: inline-block;
	border-bottom: 0;
}
.tabbable.tabs-right .nav-tabs li {
	float: none;
}
.tabbable.tabs-right .nav-tabs li.active > a,  .tabbable.tabs-right .nav-tabs li:hover > a,  .tabbable.tabs-right .nav-tabs li:focus > a {
	border: 1px solid #e5e5e5;
	border-left: 0;
}
.tabbable.tabs-right .nav-tabs li > a {
	border-left: 0;
	min-width: 74px;
	margin-bottom: 3px;
	margin-left: -1px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.tabbable.tabs-right .tab-content {
	overflow: auto;
	border: 1px solid #e5e5e5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tabbable.tabs-below .nav-tabs {
	margin-bottom: 20px !important;
	border: 0;
}
.tabbable.tabs-below .nav-tabs li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabbable.tabs-below .nav-tabs li.active > a,  .tabbable.tabs-below .nav-tabs li:hover > a,  .tabbable.tabs-below .nav-tabs li:focus > a {
	border: 1px solid #e5e5e5;
	border-top: 0;
}
.tabbable.tabs-below .nav-tabs li a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tabbable.tabs-below .tab-content {
	overflow: auto;
	margin-bottom: 0 !important;
	border: 1px solid #e5e5e5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/********* Tabs ********/

/**********************/

/****************************/

/******* Pagination ********/

.pagination li.active a {
	background: #b8312f;
	border-color: #b8312f;
	color: #ffffff;
}
.pagination li.active a:hover,  .pagination li.active a:focus {
	background: #b8312f;
	border-color: #b8312f;
}
.pagination li.active span {
	background: #b8312f;
	border-color: #b8312f;
	color: #ffffff;
}
.pagination li.active span:hover,  .pagination li.active span:focus {
	background: #b8312f;
	border-color: #b8312f;
}
.pagination li a {
	color: #b8312f;
}
.pagination li a:hover,  .pagination li a:focus {
	color: #b8312f;
}
.pagination li span {
	color: #b8312f;
}
.pagination li span:hover,  .pagination li span:focus {
	color: #b8312f;
}
/******* Pagination *********/

/****************************/

/************************************************************************/

/************************ ADMIN CUSTOMIZE ******************************/

/************************************************************************/

/**********************/

/****** Portlet ******/

.portlet {
	clear: both;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 0px;
}
.portlet > .portlet-header {
	padding: 15px;
	background: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.border-top {
	padding: 15px;
	border-top: 1px solid #e5e5e5;
}
.portlet > .portlet-header:before {
	content: "";
	display: table;
	line-height: 0;
}
.portlet > .portlet-header:after {
	content: "";
	display: table;
	line-height: 0;
	clear: both;
}
.portlet > .portlet-header .caption {
	float: left;
	display: inline-block;
	font-family: 'Open Sans', Arial, sans serif;
	font-size: 20px;
	/*text-transform: uppercase;*/

	line-height: 24px;
	/*font-weight: bold;*/

	color: #333;
	margin: 0;
	padding: 0;
}
.portlet > .portlet-header .caption i {
	float: left;
	margin-top: 4px;
	display: inline-block !important;
	font-size: 13px;
	margin-right: 5px;
	color: #999999;
}
.portlet > .portlet-header .actions {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	float: right;
}
.portlet > .portlet-header .actions > .btn-group {
	margin-top: -12px;
}
.portlet > .portlet-header .actions > .btn-group > .btn {
	padding: 2px 6px;
	margin-top: -1px;
}
.portlet > .portlet-header .actions > .btn-group > ul.dropdown-menu li i {
	color: #999999;
}
.portlet > .portlet-header .actions > .btn-group > ul.dropdown-menu li:hover i {
	color: #ffffff !important;
}
.portlet > .portlet-header .actions > .btn {
	padding: 4px 10px;
	margin-top: -14px;
}
.portlet > .portlet-header .actions > .btn.btn-default i {
	color: #333333;
}
.portlet > .portlet-header .actions > .btn.btn-sm {
	padding: 2px 6px;
	margin-top: -14px;
}
.portlet > .portlet-header .actions > .btn .btn-sm {
	padding: 3px 8px;
	margin-top: -1px;
}
.portlet > .portlet-header .pagination.pagination-sm {
	display: inline-block !important;
	margin: 0px;
	margin-top: -5px;
	float: right !important;
}
.portlet > .portlet-header .pagination.pagination-sm i {
	color: #b8312f;
}
.portlet > .portlet-header .tools {
	display: inline-block;
	padding: 0;
	margin: 0;
	float: right;
}
.portlet > .portlet-header .tools i {
	margin-left: 5px;
	cursor: pointer;
}
.portlet .portlet-body {
	background: #FFFFFF;
	padding: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.portlet .portlet-body.form {
	padding: 0 !important;
}
.portlet.portlet-default {
	border: 0px solid #f0f2f6;
}
.portlet.portlet-default > .portlet-header {
	background: #FFFFFF;
	color: #999999;
}
.portlet.portlet-default > .portlet-header i {
	color: #999999;
}
.portlet.portlet-default > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-primary {
	border: 0px solid #b8312f;
	border-top: 0;
}
.portlet.portlet-primary > .portlet-header {
	background: #b8312f;
	color: #ffffff;
 *border-bottom: 3px solid #ac2e2c;
}
.portlet.portlet-primary > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-primary > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-red {
	border: 0px solid #b8312f;
	border-top: 0;
}
.portlet.portlet-red > .portlet-header {
	background: #b8312f;
	color: #ffffff;
 *border-bottom: 3px solid #ac2e2c;
}
.portlet.portlet-red > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-red > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-orange {
	border: 0px solid #bd432a;
	border-top: 0;
}
.portlet.portlet-orange > .portlet-header {
	background: #bd432a;
	color: #ffffff;
 *border-bottom: 3px solid #b03f27;
}
.portlet.portlet-orange > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-orange > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-green {
	border: 0px solid #b0b800;
	border-top: 0;
}
.portlet.portlet-green > .portlet-header {
	background: #b0b800;
	color: #ffffff;
 *border-bottom: 3px solid #a1a900;
}
.portlet.portlet-green > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-green > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-yellow {
	border: 0px solid #f1c40f;
	border-top: 0;
}
.portlet.portlet-yellow > .portlet-header {
	background: #f1c40f;
	color: #ffffff;
 *border-bottom: 3px solid #e3b90d;
}
.portlet.portlet-yellow > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-yellow > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-blue {
	border: 0px solid #2598b0;
	border-top: 0;
}
.portlet.portlet-blue > .portlet-header {
	background: #2598b0;
	color: #ffffff;
 *border-bottom: 3px solid #228da3;
}
.portlet.portlet-blue > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-blue > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-violet {
	border: 0px solid #947dcb;
	border-top: 0;
}
.portlet.portlet-violet > .portlet-header {
	background: #947dcb;
	color: #ffffff;
 *border-bottom: 3px solid #8b72c7;
}
.portlet.portlet-violet > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-violet > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-pink {
	border: 0px solid #df4782;
	border-top: 0;
}
.portlet.portlet-pink > .portlet-header {
	background: #df4782;
	color: #ffffff;
 *border-bottom: 3px solid #dd3a79;
}
.portlet.portlet-pink > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-pink > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-grey {
	border: 0px solid #333333;
	border-top: 0;
}
.portlet.portlet-grey > .portlet-header {
	background: #333333;
	color: #ffffff;
 *border-bottom: 3px solid #2b2b2b;
}
.portlet.portlet-grey > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-grey > .portlet-header .btn i {
	color: #999999;
}
.portlet.portlet-dark {
	border: 0px solid #141d25;
	border-top: 0;
}
.portlet.portlet-dark > .portlet-header {
	background: #141d25;
	color: #ffffff;
 *border-bottom: 3px solid #0f151b;
}
.portlet.portlet-dark > .portlet-header i {
	color: #ffffff;
}
.portlet.portlet-dark > .portlet-header .btn i {
	color: #999999;
}
.portlet {
	border-radius: 5px;
}
.portlet.color {
	padding: 0;
}
.portlet.color .portlet-header {
	margin-bottom: 0;
	border: 0px;
}
.portlet.color .portlet-header .btn.btn-white i {
	color: #999999;
}
.portlet.color .portlet-body {
	background: transparent;
}
.portlet.color.portlet-default {
	background: #FFFFFF !important;
}
.portlet.color.portlet-default > .portlet-header {
	color: #999999;
	border: 0;
}
.portlet.color.portlet-default > .portlet-header > .caption i {
	color: #999999;
	border: 0;
}
.portlet.color.portlet-default > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-default > .portlet-body {
	color: #999999;
	border: 0;
	padding: 0;
	background: transparent;
}
.portlet.color.portlet-primary {
	background: #b8312f !important;
}
.portlet.color.portlet-primary > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-primary > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-primary > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.brand-primary {
	background: #b8312f !important;
}
.portlet.color.portlet-red {
	background: #b8312f !important;
}
.portlet.color.portlet-red > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-red > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-red > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-red > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-red {
	background: #b8312f !important;
}
.portlet.color.portlet-orange {
	background: #bd432a !important;
}
.portlet.color.portlet-orange > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-orange > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-orange > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-orange {
	background: #bd432a !important;
}
.portlet.color.portlet-green {
	background: #b0b800 !important;
}
.portlet.color.portlet-green > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-green > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-green > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-green > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-green {
	background: #b0b800 !important;
}
.portlet.color.portlet-yellow {
	background: #f1c40f !important;
}
.portlet.color.portlet-yellow > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-yellow > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-yellow > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-yellow {
	background: #f1c40f !important;
}
.portlet.color.portlet-blue {
	background: #2598b0 !important;
}
.portlet.color.portlet-blue > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-blue > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-blue > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-blue {
	background: #2598b0 !important;
}
.portlet.color.portlet-violet {
	background: #947dcb !important;
}
.portlet.color.portlet-violet > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-violet > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-violet > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-violet {
	background: #947dcb !important;
}
.portlet.color.portlet-pink {
	background: #df4782 !important;
}
.portlet.color.portlet-pink > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-pink > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-pink > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-pink {
	background: #df4782 !important;
}
.portlet.color.portlet-grey {
	background: #333333 !important;
}
.portlet.color.portlet-grey > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-grey > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-grey > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-grey {
	background: #333333 !important;
}
.portlet.color.portlet-dark {
	background: #141d25 !important;
}
.portlet.color.portlet-dark > .portlet-header {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .caption i {
	color: #ffffff;
	border: 0;
}
.portlet.color.portlet-dark > .portlet-header > .tools {
	border: 0px;
}
.portlet.color.portlet-dark > .portlet-body {
	color: #ffffff;
	border: 0;
}
.portlet.color > .portlet-body.color-dark {
	background: #141d25 !important;
}
.portlet-tabs > .nav-tabs {
	position: relative;
	top: -46px;
	margin-right: 15px;
	border-bottom: none;
	padding: 4px 0px;
	overflow: hidden;
}
.portlet-tabs > .nav-tabs > li {
	float: right;
	margin-left: 1px;
}
.portlet-tabs > .nav-tabs > li:last-child a {
	border-right: 0;
}
.portlet-tabs > .nav-tabs > li.active {
	color: #b8312f;
	border-top-color: transparent;
}
.portlet-tabs > .nav-tabs > li.active a {
	margin-bottom: 0px;
	border-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0;
	border-right: 0;
	background-color: none !important;
	border-top-color: transparent !important;
	color: #999999;
	cursor: default;
	background-color: #fff;
}
.portlet-tabs > .nav-tabs > li.active a:hover {
	background-color: #fff !important;
}
.portlet-tabs > .nav-tabs > li a {
	color: #fff;
	padding-top: 8px;
	padding-bottom: 10px;
	line-height: 16px;
	margin-top: 6px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 0;
	border-right: 0;
}
.portlet-tabs > .nav-tabs > li a:hover {
	color: #999999;
	margin-bottom: 0;
	border-bottom-color: transparent;
	margin-left: 0;
	margin-right: 0;
	border-left: 0;
	border-right: 0;
	background-color: none !important;
	border-top-color: transparent;
	background-color: #fff;
}
.portlet-tabs > .tab-content {
	padding: 15px !important;
	margin: 0px;
	margin-top: -50px !important;
	border: 0;
}
.portlet.tabbable .portlet-body {
	padding: 0px !important;
}
.portlet .portlet-header .pagination li a {
	border: 0;
}
.sortable .portlet .portlet-header {
	cursor: move;
}
.sortable-placeholder {
	display: block;
	margin-top: 0px !important;
	margin-bottom: 25px !important;
	background-color: #f5f5f5;
	border: 1px dashed #b8312f;
}
.sortable-placeholder * {
	visibility: hidden;
}
.wait {
	position: relative;
	background: url("../../images/icons/loading.gif") center no-repeat !important;
}
/****** Portlet ******/

/********************/

/********************/

/***** Buttons ******/

.btn {
	border: 0;
	outline: none !important;
}
.btn-default {
	color: #ffffff;
	background-color: #999999;
	border-color: #8c8c8c;
}
.btn-default:hover,  .btn-default:focus,  .btn-default:active,  .btn-default.active,  .open .dropdown-toggle.btn-default {
	color: #ffffff;
	background-color: #858585;
	border-color: #6e6e6e;
}
.btn-default:active,  .btn-default.active,  .open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,  .btn-default[disabled],  fieldset[disabled] .btn-default,  .btn-default.disabled:hover,  .btn-default[disabled]:hover,  fieldset[disabled] .btn-default:hover,  .btn-default.disabled:focus,  .btn-default[disabled]:focus,  fieldset[disabled] .btn-default:focus,  .btn-default.disabled:active,  .btn-default[disabled]:active,  fieldset[disabled] .btn-default:active,  .btn-default.disabled.active,  .btn-default[disabled].active,  fieldset[disabled] .btn-default.active {
	background-color: #999999;
	border-color: #8c8c8c;
}
.btn-primary {
	color: #ffffff;
	background-color: #b8312f;
	border-color: #a42c2a;
}
.btn-primary:hover,  .btn-primary:focus,  .btn-primary:active,  .btn-primary.active,  .open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #982827;
	border-color: #731f1d;
}
.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: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: #b8312f;
	border-color: #a42c2a;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,  .btn-success:focus,  .btn-success:active,  .btn-success.active,  .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active,  .btn-success.active,  .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,  .btn-success[disabled],  fieldset[disabled] .btn-success,  .btn-success.disabled:hover,  .btn-success[disabled]:hover,  fieldset[disabled] .btn-success:hover,  .btn-success.disabled:focus,  .btn-success[disabled]:focus,  fieldset[disabled] .btn-success:focus,  .btn-success.disabled:active,  .btn-success[disabled]:active,  fieldset[disabled] .btn-success:active,  .btn-success.disabled.active,  .btn-success[disabled].active,  fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,  .btn-info:focus,  .btn-info:active,  .btn-info.active,  .open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active,  .btn-info.active,  .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,  .btn-info[disabled],  fieldset[disabled] .btn-info,  .btn-info.disabled:hover,  .btn-info[disabled]:hover,  fieldset[disabled] .btn-info:hover,  .btn-info.disabled:focus,  .btn-info[disabled]:focus,  fieldset[disabled] .btn-info:focus,  .btn-info.disabled:active,  .btn-info[disabled]:active,  fieldset[disabled] .btn-info:active,  .btn-info.disabled.active,  .btn-info[disabled].active,  fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,  .btn-warning:focus,  .btn-warning:active,  .btn-warning.active,  .open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active,  .btn-warning.active,  .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,  .btn-warning[disabled],  fieldset[disabled] .btn-warning,  .btn-warning.disabled:hover,  .btn-warning[disabled]:hover,  fieldset[disabled] .btn-warning:hover,  .btn-warning.disabled:focus,  .btn-warning[disabled]:focus,  fieldset[disabled] .btn-warning:focus,  .btn-warning.disabled:active,  .btn-warning[disabled]:active,  fieldset[disabled] .btn-warning:active,  .btn-warning.disabled.active,  .btn-warning[disabled].active,  fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,  .btn-danger:focus,  .btn-danger:active,  .btn-danger.active,  .open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active,  .btn-danger.active,  .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,  .btn-danger[disabled],  fieldset[disabled] .btn-danger,  .btn-danger.disabled:hover,  .btn-danger[disabled]:hover,  fieldset[disabled] .btn-danger:hover,  .btn-danger.disabled:focus,  .btn-danger[disabled]:focus,  fieldset[disabled] .btn-danger:focus,  .btn-danger.disabled:active,  .btn-danger[disabled]:active,  fieldset[disabled] .btn-danger:active,  .btn-danger.disabled.active,  .btn-danger[disabled].active,  fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-red {
	color: #ffffff;
	background-color: #b8312f;
	border-color: #a42c2a;
}
.btn-red:hover,  .btn-red:focus,  .btn-red:active,  .btn-red.active,  .open .dropdown-toggle.btn-red {
	color: #ffffff;
	background-color: #982827;
	border-color: #731f1d;
}
.btn-red:active,  .btn-red.active,  .open .dropdown-toggle.btn-red {
	background-image: none;
}
.btn-red.disabled,  .btn-red[disabled],  fieldset[disabled] .btn-red,  .btn-red.disabled:hover,  .btn-red[disabled]:hover,  fieldset[disabled] .btn-red:hover,  .btn-red.disabled:focus,  .btn-red[disabled]:focus,  fieldset[disabled] .btn-red:focus,  .btn-red.disabled:active,  .btn-red[disabled]:active,  fieldset[disabled] .btn-red:active,  .btn-red.disabled.active,  .btn-red[disabled].active,  fieldset[disabled] .btn-red.active {
	background-color: #b8312f;
	border-color: #a42c2a;
}
.btn-orange {
	color: #ffffff;
	background-color: #bd432a;
	border-color: #a83c25;
}
.btn-orange:hover,  .btn-orange:focus,  .btn-orange:active,  .btn-orange.active,  .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #9c3723;
	border-color: #762a1a;
}
.btn-orange:active,  .btn-orange.active,  .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled,  .btn-orange[disabled],  fieldset[disabled] .btn-orange,  .btn-orange.disabled:hover,  .btn-orange[disabled]:hover,  fieldset[disabled] .btn-orange:hover,  .btn-orange.disabled:focus,  .btn-orange[disabled]:focus,  fieldset[disabled] .btn-orange:focus,  .btn-orange.disabled:active,  .btn-orange[disabled]:active,  fieldset[disabled] .btn-orange:active,  .btn-orange.disabled.active,  .btn-orange[disabled].active,  fieldset[disabled] .btn-orange.active {
	background-color: #bd432a;
	border-color: #a83c25;
}
.btn-green {
	color: #ffffff;
	background-color: #b0b800;
	border-color: #989f00;
}
.btn-green:hover,  .btn-green:focus,  .btn-green:active,  .btn-green.active,  .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #898f00;
	border-color: #5d6100;
}
.btn-green:active,  .btn-green.active,  .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled,  .btn-green[disabled],  fieldset[disabled] .btn-green,  .btn-green.disabled:hover,  .btn-green[disabled]:hover,  fieldset[disabled] .btn-green:hover,  .btn-green.disabled:focus,  .btn-green[disabled]:focus,  fieldset[disabled] .btn-green:focus,  .btn-green.disabled:active,  .btn-green[disabled]:active,  fieldset[disabled] .btn-green:active,  .btn-green.disabled.active,  .btn-green[disabled].active,  fieldset[disabled] .btn-green.active {
	background-color: #b0b800;
	border-color: #989f00;
}
.btn-yellow {
	color: #ffffff;
	background-color: #f1c40f;
	border-color: #dab10d;
}
.btn-yellow:hover,  .btn-yellow:focus,  .btn-yellow:active,  .btn-yellow.active,  .open .dropdown-toggle.btn-yellow {
	color: #ffffff;
	background-color: #cba50c;
	border-color: #a08209;
}
.btn-yellow:active,  .btn-yellow.active,  .open .dropdown-toggle.btn-yellow {
	background-image: none;
}
.btn-yellow.disabled,  .btn-yellow[disabled],  fieldset[disabled] .btn-yellow,  .btn-yellow.disabled:hover,  .btn-yellow[disabled]:hover,  fieldset[disabled] .btn-yellow:hover,  .btn-yellow.disabled:focus,  .btn-yellow[disabled]:focus,  fieldset[disabled] .btn-yellow:focus,  .btn-yellow.disabled:active,  .btn-yellow[disabled]:active,  fieldset[disabled] .btn-yellow:active,  .btn-yellow.disabled.active,  .btn-yellow[disabled].active,  fieldset[disabled] .btn-yellow.active {
	background-color: #f1c40f;
	border-color: #dab10d;
}
.btn-blue {
	color: #ffffff;
	background-color: #2598b0;
	border-color: #21869b;
}
.btn-blue:hover,  .btn-blue:focus,  .btn-blue:active,  .btn-blue.active,  .open .dropdown-toggle.btn-blue {
	color: #ffffff;
	background-color: #1e7b8e;
	border-color: #165a68;
}
.btn-blue:active,  .btn-blue.active,  .open .dropdown-toggle.btn-blue {
	background-image: none;
}
.btn-blue.disabled,  .btn-blue[disabled],  fieldset[disabled] .btn-blue,  .btn-blue.disabled:hover,  .btn-blue[disabled]:hover,  fieldset[disabled] .btn-blue:hover,  .btn-blue.disabled:focus,  .btn-blue[disabled]:focus,  fieldset[disabled] .btn-blue:focus,  .btn-blue.disabled:active,  .btn-blue[disabled]:active,  fieldset[disabled] .btn-blue:active,  .btn-blue.disabled.active,  .btn-blue[disabled].active,  fieldset[disabled] .btn-blue.active {
	background-color: #2598b0;
	border-color: #21869b;
}
.btn-violet {
	color: #ffffff;
	background-color: #947dcb;
	border-color: #856bc4;
}
.btn-violet:hover,  .btn-violet:focus,  .btn-violet:active,  .btn-violet.active,  .open .dropdown-toggle.btn-violet {
	color: #ffffff;
	background-color: #7c60bf;
	border-color: #6345ac;
}
.btn-violet:active,  .btn-violet.active,  .open .dropdown-toggle.btn-violet {
	background-image: none;
}
.btn-violet.disabled,  .btn-violet[disabled],  fieldset[disabled] .btn-violet,  .btn-violet.disabled:hover,  .btn-violet[disabled]:hover,  fieldset[disabled] .btn-violet:hover,  .btn-violet.disabled:focus,  .btn-violet[disabled]:focus,  fieldset[disabled] .btn-violet:focus,  .btn-violet.disabled:active,  .btn-violet[disabled]:active,  fieldset[disabled] .btn-violet:active,  .btn-violet.disabled.active,  .btn-violet[disabled].active,  fieldset[disabled] .btn-violet.active {
	background-color: #947dcb;
	border-color: #856bc4;
}
.btn-pink {
	color: #ffffff;
	background-color: #df4782;
	border-color: #db3173;
}
.btn-pink:hover,  .btn-pink:focus,  .btn-pink:active,  .btn-pink.active,  .open .dropdown-toggle.btn-pink {
	color: #ffffff;
	background-color: #d8266b;
	border-color: #b11f57;
}
.btn-pink:active,  .btn-pink.active,  .open .dropdown-toggle.btn-pink {
	background-image: none;
}
.btn-pink.disabled,  .btn-pink[disabled],  fieldset[disabled] .btn-pink,  .btn-pink.disabled:hover,  .btn-pink[disabled]:hover,  fieldset[disabled] .btn-pink:hover,  .btn-pink.disabled:focus,  .btn-pink[disabled]:focus,  fieldset[disabled] .btn-pink:focus,  .btn-pink.disabled:active,  .btn-pink[disabled]:active,  fieldset[disabled] .btn-pink:active,  .btn-pink.disabled.active,  .btn-pink[disabled].active,  fieldset[disabled] .btn-pink.active {
	background-color: #df4782;
	border-color: #db3173;
}
.btn-grey {
	color: #ffffff;
	background-color: #333333;
	border-color: #262626;
}
.btn-grey:hover,  .btn-grey:focus,  .btn-grey:active,  .btn-grey.active,  .open .dropdown-toggle.btn-grey {
	color: #ffffff;
	background-color: #1f1f1f;
	border-color: #080808;
}
.btn-grey:active,  .btn-grey.active,  .open .dropdown-toggle.btn-grey {
	background-image: none;
}
.btn-grey.disabled,  .btn-grey[disabled],  fieldset[disabled] .btn-grey,  .btn-grey.disabled:hover,  .btn-grey[disabled]:hover,  fieldset[disabled] .btn-grey:hover,  .btn-grey.disabled:focus,  .btn-grey[disabled]:focus,  fieldset[disabled] .btn-grey:focus,  .btn-grey.disabled:active,  .btn-grey[disabled]:active,  fieldset[disabled] .btn-grey:active,  .btn-grey.disabled.active,  .btn-grey[disabled].active,  fieldset[disabled] .btn-grey.active {
	background-color: #333333;
	border-color: #262626;
}
.btn-dark {
	color: #ffffff;
	background-color: #141d25;
	border-color: #0b1014;
}
.btn-dark:hover,  .btn-dark:focus,  .btn-dark:active,  .btn-dark.active,  .open .dropdown-toggle.btn-dark {
	color: #ffffff;
	background-color: #06080b;
	border-color: #000000;
}
.btn-dark:active,  .btn-dark.active,  .open .dropdown-toggle.btn-dark {
	background-image: none;
}
.btn-dark.disabled,  .btn-dark[disabled],  fieldset[disabled] .btn-dark,  .btn-dark.disabled:hover,  .btn-dark[disabled]:hover,  fieldset[disabled] .btn-dark:hover,  .btn-dark.disabled:focus,  .btn-dark[disabled]:focus,  fieldset[disabled] .btn-dark:focus,  .btn-dark.disabled:active,  .btn-dark[disabled]:active,  fieldset[disabled] .btn-dark:active,  .btn-dark.disabled.active,  .btn-dark[disabled].active,  fieldset[disabled] .btn-dark.active {
	background-color: #141d25;
	border-color: #0b1014;
}
.btn-white {
	color: #999999;
	background-color: #ffffff;
	border-color: #e5e5e5;
}
.btn-white:hover,  .btn-white:focus,  .btn-white:active,  .btn-white.active,  .open .dropdown-toggle.btn-white {
	color: #999999;
	background-color: #ebebeb;
	border-color: #c6c6c6;
}
.btn-white:active,  .btn-white.active,  .open .dropdown-toggle.btn-white {
	background-image: none;
}
.btn-white.disabled,  .btn-white[disabled],  fieldset[disabled] .btn-white,  .btn-white.disabled:hover,  .btn-white[disabled]:hover,  fieldset[disabled] .btn-white:hover,  .btn-white.disabled:focus,  .btn-white[disabled]:focus,  fieldset[disabled] .btn-white:focus,  .btn-white.disabled:active,  .btn-white[disabled]:active,  fieldset[disabled] .btn-white:active,  .btn-white.disabled.active,  .btn-white[disabled].active,  fieldset[disabled] .btn-white.active {
	background-color: #ffffff;
	border-color: #e5e5e5;
}
.input-group-btn .btn {
	border: 1px solid transparent;
	color: #ffffff;
}
/***** Buttons ******/

/********************/

/********************/

/****** Note ******/

.note {
	margin: 0 0 20px 0;
	padding: 10px 30px 10px 15px;
	border-left: 5px solid #e5e5e5;
}
.note h1,  .note h2,  .note h3,  .note h4 {
	margin-top: 0;
}
.note p:last-child {
	margin-bottom: 0;
}
.note code,  .note .highlight {
	background-color: #fff;
}
.note-success {
	border-color: #5cb85c;
}
.note-warning {
	border-color: #f0ad4e;
}
.note-info {
	border-color: #5bc0de;
}
.note-danger {
	border-color: #d9534f;
}
/****** Note ******/

/******************/

/**********************************/

/******* Template Setting ********/

#template-setting {
	position: fixed;
	right: -250px;
	top: 120px;
	padding: 10px 13px;
	border-bottom-left-radius: 4px;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	border-right: 0;
	width: 250px;
	z-index: 9999;
	-webkit-transition: 0.4s all ease-in-out;
	transition: 0.4s all ease-in-out;
}
#template-setting .btn-template-setting {
	padding: 10px 15px;
	background: #b8312f;
	opacity: 0.8;
	position: absolute;
	z-index: 9999;
	left: -48px;
	top: 0px;
}
#template-setting .btn-template-setting i {
	font-size: 30px;
	color: #ffffff;
}
#template-setting .btn-template-setting:hover,  #template-setting .btn-template-setting:focus {
	color: #999999;
	outline: none;
}
#template-setting .content-template-setting ul.color-theme li {
	cursor: pointer;
	width: 35px;
	height: 35px;
	border: 5px solid transparent;
	border-radius: 50% !important;
	margin: 5px;
}
#template-setting .content-template-setting ul.color-theme li.red {
	background: #b8312f;
	border-color: #b0b800;
}
#template-setting .content-template-setting ul.color-theme li.orange {
	background: #bd432a;
	border-color: #f1c40f;
}
#template-setting .content-template-setting ul.color-theme li.green {
	background: #b0b800;
	border-color: #df4782;
}
#template-setting .content-template-setting ul.color-theme li.yellow {
	background: #f1c40f;
	border-color: #333333;
}
#template-setting .content-template-setting ul.color-theme li.blue {
	background: #2598b0;
	border-color: #f1c40f;
}
#template-setting .content-template-setting ul.color-theme li.pink {
	background: #df4782;
	border-color: #141d25;
}
#template-setting .content-template-setting ul.color-theme li.violet {
	background: #947dcb;
	border-color: #b0b800;
}
#template-setting .content-template-setting ul.color-theme li.grey {
	background: #333333;
	border-color: #b8312f;
}
#template-setting .content-template-setting ul.color-theme li.dark {
	background: #141d25;
	border-color: #ED5565;
}
#template-setting .content-template-setting ul.color-theme li.white {
	background: #ffffff;
	border-color: #ED5565;
}
/******* Template Setting ********/

/********************************/

/******************************************/

/******* Page Dashboard Categories *******/

/******* Page Dashboard Categories ******/

/***************************************/

/******************************************/

/******* Page Header & Breadcrumb ********/

/******* Page Header & Breadcrumb ********/

/******************************************/

/***********************/

/***** Text Color *****/

.text-primary {
	color: #b8312f !important;
}
.text-red {
	color: #D72D1A !important;
}
.text-orange {
	color: #bd432a !important;
}
.text-green {
	color: #b0b800 !important;
}
.text-yellow {
	color: #f1c40f !important;
}
.text-blue {
	color: #2598b0 !important;
}
.text-pink {
	color: #df4782 !important;
}
.text-violet {
	color: #947dcb !important;
}
.text-grey {
	color: #333333 !important;
}
.text-dark {
	color: #141d25 !important;
}
.text-white {
	color: #ffffff !important;
}
.text-facebook {
	color: #418bca;
}
.text-twitter {
	color: #5bc0de;
}
.text-google-plus {
	color: #dd4c39;
}
.text-dribbble {
	color: #ec5d92;
}
/***** Text Color *****/

/*********************/

/*********************/

/****** Table ******/

.table thead tr th {
	border-bottom: 0;
}
.table.table-border-dashed thead tr th {
	border-bottom: 0;
	background: #f5f5f5;
}
.table.table-border-dashed tbody tr:first-child td {
	border-top: 0;
}
.table.table-border-dashed tbody tr td {
	border-top: 1px dashed #e5e5e5;
}
/****** Table ********/

/*********************/

/****************************/

/****** Text Heading *******/

.box-heading {
	font-family: 'Open Sans';
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.box-sub-heading {
	font-size: 16px;
	font-family: 'Open Sans';
	text-transform: uppercase;
	margin-bottom: 10px;
}
/****** Text Heading *******/

/***************************/

/********************************/

/******** Form Control *********/

.form-control {
	border-color: #e5e5e5 !important;
	box-shadow: none !important;
}
/******** Form Control *********/

/********************************/

/****************************************/

/******** List With font Awesome *********/

ul.list-icon {
	list-style: none;
	padding: 0 20px;
}
ul.list-icon li:before {
	content: "\f05d";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin-right: 10px;
}
ul.list-icon li:hover {
	color: #b8312f;
}
/******** List With font Awesome *********/

/****************************************/

/****************************/

/******* Input Icon ********/

.input-icon {
	position: relative;
}
.input-icon input {
	padding-left: 33px !important;
	color: #999999;
}
.input-icon i {
	color: #999999;
	display: block;
	position: absolute;
	margin: 10px 2px 4px 10px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}
.input-icon.right input {
	padding-left: 12px !important;
	padding-right: 33px !important;
}
.input-icon.right i {
	right: 8px;
	float: right;
}
.has-success .input-icon i {
	color: #5cb85c;
}
.has-warning .input-icon i {
	color: #f0ad4e;
}
.has-error .input-icon i {
	color: #d9534f;
}



/******* Input Icon ********/

/**************************/

/******************************/

/***** Input Placeholder *****/

::-webkit-input-placeholder {
 color: #b8bec8 !important;
}



:-moz-placeholder {

    /* Firefox 18- */

    color: #b8bec8 !important;
}



::-moz-placeholder {

    /* Firefox 19+ */

    color: #b8bec8 !important;
}



:-ms-input-placeholder {
 color: #b8bec8 !important;
}
/***** Input Placeholder *****/

/******************************/

.input-group-addon {
	border-color: #e5e5e5;
	color: #999999;
}
label {
	font-weight: normal;
}
/********************************/

/******* Checkbox & Radio ******/

.form-group .checkbox {
	padding-left: 0;
}
.form-group .radio-inline,  .form-group .checkbox-inline {
	padding-top: 0;
}
.checkbox-list > label {
	display: block;
}
.checkbox-list > label.checkbox-inline {
	display: inline-block;
}
.checkbox-list > label.checkbox-inline:first-child {
	padding-left: 0;
}
.dropdown-checkboxes {
	padding: 5px !important;
}
.dropdown-checkboxes label {
	display: block;
	font-weight: 300;
	margin-bottom: 4px;
	margin-top: 4px;
}
.radio-list > label {
	display: block;
}
.radio-list > label.radio-inline {
	display: inline-block;
}
.radio-list > label.radio-inline:first-child {
	padding-left: 0;
}
.form-horizontal .radio-list .radio {
	padding-top: 1px;
}
/******* Checkbox & Radio ******/

/******************************/

/*****************************/

/*********** Text ***********/

.text-muted {
	color: #b8bec8;
}
.require {
	color: red;
}
/*********** Text ***********/

/***************************/

/**********************/

/***** Back To Top ***/

#totop {
	position: fixed;
	bottom: 6%;
	right: 1.5%;
	display: none;
	z-index: 9999;
	background: transparent;
	border: 3px solid #b8312f;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
}
#totop i {
	color: #b8312f;
	line-height: 43px;
	font-size: 33px;
}
#totop:hover {
	background: #b8312f;
}
#totop:hover i {
	color: #ffffff;
}
/***** Back To Top ***/

/********************/

/*****************************/

/******* Form Layouts *******/

.form-actions {
	padding: 20px 0;
	background: #fafafa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.form-actions:before,  .form-actions:after {
	display: table;
	line-height: 0;
	content: "";
}
.form-actions:after {
	clear: both;
}
.form-actions.top {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-actions.none-bg {
	background: transparent;
	border-top: 1px dashed #f3f3f3;
}
.form-actions.none-bg.top {
	border-bottom: 1px dashed #f3f3f3;
	border-top: 0;
}
.has-success .form-control {
	border-color: #3c763d !important;
}
.has-warning .form-control {
	border-color: #8a6d3b !important;
}
.has-error .form-control {
	border-color: #a94442 !important;
}
.form-bordered .control-label {
	padding-top: 16px;
}
.form-bordered .form-group {
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
}
.form-bordered .form-group > div {
	padding: 15px;
	border-left: 1px solid #f7f7f7;
}
.form-bordered .form-group:last-child {
	border-bottom: 0;
}
.form-bordered .help-block {
	margin-bottom: 0px;
}
.form-bordered.dashed .form-group {
	border-bottom: 1px dashed #f3f3f3;
}
.form-bordered.dashed .form-group > div {
	border-left: 1px dashed #f3f3f3;
}
.form-bordered.dashed .form-group:last-child {
	border-bottom: 0;
}
.form-seperated .control-label {
	padding-top: 16px;
}
.form-seperated .form-group {
	margin: 0;
	border-bottom: 1px solid #f7f7f7;
}
.form-seperated .form-group > div {
	padding: 15px;
}
.form-seperated .form-group:last-child {
	border-bottom: 0;
}
.form-seperated .help-block {
	margin-bottom: 0px;
}
.form-seperated.dashed .form-group {
	border-bottom: 1px dashed #f3f3f3;
}
.form-seperated.dashed .form-group:last-child {
	border-bottom: 0;
}
.form-horizontal.form-row-stripped .form-group:nth-child(odd) {
	background: #fcfcfc;
}
/******** Form Layouts *******/

/****************************/

/***************************/

/********* Popover ********/

.popover-validator.popover {
	top: auto;
	left: auto;
	box-shadow: none;
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}
.popover-validator.popover .popover-content {
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 11px;
}
.has-error .popover-validator.popover.right > .arrow:after {
	border-right-color: #b8312f;
}
.has-error .popover-validator.popover.top > .arrow:after {
	border-top-color: #b8312f;
}
.has-error .popover-validator.popover .popover-content {
	background: #b8312f;
	color: #ffffff;
}
.has-error .popover-validator.popover.top {
	position: absolute;
	top: -20px;
	left: auto;
}
/********* Popover ********/

/*************************/

/*************************/

/********* Select ********/

select.form-control {
	color: #999999;
}
/********* Select ********/

/*************************/

body {
	background-color: #333333;
}
/************************/

/******* Wrapper *******/

#wrapper {
	background: #333333;
}
/******* Wrapper *******/

/**********************/

/**************************/

/******* Top Bar *********/

#topbar .navbar-header {
	background: #404040;
	border-bottom: 5px solid #454545 !important;
}
/******* Top Bar *********/

/************************/

/************************/

/***** Sidebar Menu ****/

#sidebar {
	background: #333333;
}
.navbar-static-side ul li {
	border-bottom: 1px solid #3b3b3b;
}
.navbar-static-side ul li.active a {
	/*background: #3b3b3b;*/

	background: #b8312f;
}
.navbar-static-side ul li a:focus {
	background: #b8312f;
}
 .navbar-static-side ul li a:hover, /*.navbar-static-side ul li a:focus*/ {
 background: #3b3b3b;
}
.navbar-static-side ul li .nav-second-level li:after {
	background: #383838;
}
.navbar-static-side ul li .nav-second-level li:first-child {
	border-top: 0;
}
.navbar-static-side ul li .nav-second-level li:hover:after,  .navbar-static-side ul li .nav-second-level li:focus:after {
	background: #b8312f;
}
.navbar-static-side ul li .nav-second-level li a {
	background: #262626;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:after {
	background: #404040;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:first-child {
	border-top: 0;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li:hover:after,  .navbar-static-side ul li .nav-second-level li .nav-third-level li:focus:after {
	background: #b8312f;
}
.navbar-static-side ul li .nav-second-level li .nav-third-level li a {
	background: #1f1f1f;
}
/******* Sidebar Menu ******/

/**************************/

/*******************************/

/***** Jquery dhtmlxGantt *****/

.gantt_task_line {
	background: #333333;
}
.gantt_task_progress {
	background: #b8312f;
}
/***** Jquery dhtmlxGantt *****/

/*****************************/

/************************/

/***** Jquery Pace *****/

.pace .pace-progress {
	background: #b8312f;
}



/***** Jquery Pace *****/

/***********************/


/*_____06062015________*/
/*---------------------*/

.page-header-breadcrumb .breadcrumb.page-breadcrumb{ position:absolute; left:0px;} 
.portlet-header .btn-group .btn.btn-red.dropdown-toggle .caret{ margin-top:9px!important; margin-bottom:7px!important; display:block!important;}