@import url(http://fonts.googleapis.com/css?family=Muli:300,400,700);
* { border-radius:0 !important; }

/* ==========================================================================
   The Basics
   ========================================================================== */
body {
    font-family: "Muli", sans-serif;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.6;
    color: #555555;
    background: none repeat scroll 0 0 #fcfbfa;
}

a {
    color: #444444;
    text-decoration: none;
    outline: 0;
	font-weight: 400;
}
a:hover {
    color: #c0392b;
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:before, a:after {
    -webkit-transition-property: background color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: "Muli", sans-serif;
    font-weight: 300;
    line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: 300;
    line-height: 2;
    color: #999999;
}

h3.head-title {
    border-bottom: 2px solid #e6c2bd;
    color: #555555;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0;
    padding-bottom: 5px;
}

h4.head-title {
    border-bottom: 1px solid #e6c2bd;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    padding-bottom: 5px;
}

strong { font-weight: 400; }

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.navbar { margin-bottom: 0; }
.navbar-inverse {
    background: none repeat scroll 0 0 #333333;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.15);
}
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
		background-color: transparent;
		color: #ffffff;
	}
	.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
		background-color: transparent;
		color: #ffffff;
	}

.nav > li > a { padding: 15px 10px; }

.dropdown-menu {
    background-color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0;
}
	.dropdown-menu > li > a {
		color: #9d9d9d;
		padding: 10px 20px;
		box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
	}
		.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
			background-color: transparent;
			color: #ffffff;
			text-decoration: none;
		}
	.dropdown-menu .divider {
		background-color: #333333;
		height: 1px;
		margin: 9px 0;
		overflow: hidden;
	}

.navbar-form .form-control {
    background-color: #333333;
    background-image: none;
    border: 1px solid #444444;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
	.navbar-form .form-control:focus {
		border-color: #444444;
		background-color: #222222;
		box-shadow: none;
		outline: 0 none;
	}
	.navbar-form .btn-inverse {
		background-color: #333333;
		border: 1px solid #444444;
		color: #9d9d9d;
		font-size: 14px;
		margin: 0;
		padding: 6px 10px;
	}
		.navbar-form .btn-inverse:hover {
			background-color: #222222;
			border: 1px solid #444444;
		}
	.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: -1px; }

/* ==========================================================================
   Header/Logo
   ========================================================================== */
.headerBar {
	background: none repeat scroll 0 0 #e9e6e1;
	padding-bottom: 30px;
    padding-top: 30px;
	min-height: 140px;
}

.site-title {
    float: left;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 60px;
    padding: 10px 0;
}
	.site-title a {
		color: #fff;
		display: block;
		max-width: 100%;
	}
		.site-title a img {
			display: block;
			height: auto;
			margin: 0 auto;
			max-height: 60px;
			max-width: 100%;
			padding: 0;
		}

@media (max-width:992px) {
	.site-title {
		float: inherit;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media (max-width:768px) {
	.site-title { display: none; }
}

/* ==========================================================================
   Social/Title Bar
   ========================================================================== */
.titleBar {
	background: none repeat scroll 0 0 #e9e6e1;
}
.titleLeft {
	min-height: 60px;
	background: #c0392b;
}
.titleRight {
	min-height: 60px;
	background: #ffffff;
}
	.titleRight h2 {
		margin: 0;
		padding: 2px 15px 0;
		color: #c0392b;
		font-weight: 300;
		font-size: 22px;
		line-height: 58px;
	}
	.titleRight h2 span { color: #999999; }

@media (max-width:520px) {
	.titleRight h2 { font-size: 16px; text-align: center; }
}

/* ==========================================================================
   Page Content
   ========================================================================== */
.pageCont {
	background: #ffffff;
	margin-bottom: 30px;
}
.sideBar {
	background: transparent;
	padding: 1px 15px;
	font-size: 14px;
	position: relative;
}
.sideBar h3 {
	color: #c0392b;
	font-size: 20px;
	margin-bottom: 20px;
}
.mainCont {
	background: #ffffff;
	padding: 1px 15px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
    background: none repeat scroll 0 0 #e9e6e1;
	border-top: 1px solid #c0392b;
    color: #777;
	font-weight: 300;
}
.footer-widgets {
    padding: 20px 15px;
}
.footer-widgets .widget h3 {
    border-bottom: 2px solid #ddb2aa;
    color: #555555;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    padding-bottom: 5px;
}

.footerBar {
    background: none repeat scroll 0 0 #333333;
	border-top: 2px solid #222222;
    color: #f0f0f0;
	font-weight: 300;
	padding: 30px 0 20px;
}

.footerBar .copyright p {
    color: #999999;
    font-size: 14px;
}
	.footerBar .copyright p a { color: #f0f0f0; }
	.footerBar .copyright p a:hover { color: #c0392b; }

@media (max-width:768px) {
	.footerBar .copyright p { text-align: center; }
	.footer-widgets .widget h3 { font-weight: 700; }
}

ul.footer-nav li a {
	color: #999999;
	font-size: 14px;
}
	ul.footer-nav li a:hover { color: #c0392b; }

@media (max-width:768px) {
	.calendar-widget, .tasks-widget { display: none; }
}

.col-padding { padding: 0 10px; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-weight: 300;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-bottom: .15em solid black;
  padding: 0.65em 1.3em;
}
	.btn:focus { color: #f0f0f0; }

.btn-lg { padding: 1em 2em; }
.btn-sm {
  font-size: .85em;
  padding: .5em 1em;
}
.btn-xs {
  font-size: .85em;
  padding: .25em .75em;
}

.btn-default {
  border-color: #cccccc;
  background-image: linear-gradient(#f2f2f2, #e5e5e5);
}
	.btn-default:hover { background: linear-gradient(#e5e5e5, #d8d8d8); }

.btn-primary {
  border-color: #222f3e;
  background-image: linear-gradient(#3d556f, #34485f);
}
	.btn-primary:hover { background: linear-gradient(#34485f, #2b3c4e); }

.btn-success {
  border-color: #0d5844;
  background-image: linear-gradient(#179b77, #148566);
}
	.btn-success:hover { background: linear-gradient(#148566, #106f55); }

.btn-info {
  border-color: #217dbb;
  background-image: linear-gradient(#49a3df, #3398db);
}
	.btn-info:hover { background: linear-gradient(#3398db, #258cd0); }

.btn-warning {
  border-color: #be6616;
  background-image: linear-gradient(#e88c39, #e57f22);
}
	.btn-warning:hover { background: linear-gradient(#e57f22, #d57219); }

.btn-danger {
  border-color: #81261d;
  background-image: linear-gradient(#c0392b, #ab3326);
}
	.btn-danger:hover { background: linear-gradient(#ab3326, #962d22); }

.btn-clock-in {
  border-color: #c0392b;
  min-height: 60px;
  background: #c0392b;
  color: #ffffff;
  font-weight: 400;
}
	.btn-clock-in:hover { background: #b23225; color: #f0f0f0; }

.btn-clock-out {
  border-color: #e88c39;
  min-height: 60px;
  background: #e88c39;
  color: #ffffff;
  font-weight: 400;
}
	.btn-clock-out:hover { background: #e57f22; color: #f0f0f0; }

.btn-icon i { margin-right: 4px; }
.btn-icon-alt i { margin-left: 4px; }

.btn-hover {
	overflow: hidden;
	max-width: 32px;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		 -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}
.btn-hover span {
	opacity: 0;
	display: inline-block;
	margin-left: 0;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		 -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}
.btn-hover:hover {
	max-width: 300px;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		 -o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
}
.btn-hover:hover span {
	opacity: 1;
	margin-left: 6px;
	-webkit-transition: all 300ms ease-in-out;
	   -moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		 -o-transition: all 300ms ease-in-out;
			transition: all 300ms ease-in-out;
}

/* ==========================================================================
   Forms
   ========================================================================== */
.form-control {
    background-color: #fcfcfc;
    background-image: none;
	border: 0;
    border-bottom: 1px solid #ddb2aa;
    box-shadow: none;
    color: #202b33;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 1.5;
    padding: 8px 16px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
	.form-control:focus {
		background-color: #fafafa;
		border-color: #c0392b;
		box-shadow: none;
		outline: 0 none;
	}

label {
    display: inline-block;
    font-weight: 300;
    color: #202b33;
}
.help-block {
    color: #999999;
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.form-control.hasError { background: #f9eeec !important; }

.checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    padding-left: 20px;
}

.input-group-addon {
    background-color: #fcfcfc;
    background-image: none;
	border: 0;
    border-bottom: 1px solid #ddb2aa;
    color: #202b33;
}

/* *** Radio Buttons *** */
input[type="radio"] { display: none; }
    input[type="radio"] + label {
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        border: 1px solid transparent;
        background: #f2f2f2 none repeat scroll 0 0;
        color: #555555;
        padding: 4px 8px;
        display: inline-block;
		margin: 0 0 4px;
		line-height: 1.5;
    }
        input[type="radio"] + label i {
            color: #505050;
            margin-right: 6px;
        }
    input[type="radio"]:checked + label {
        background-color: #ffffff;
		border: 1px solid #c0392b;
        color: #555555;
    }
        input[type="radio"]:checked + label i { color: #555555; }

/* *** Checkboxes *** */
label.btn.toggle-checkbox {
	border: 1px solid transparent;
	padding: 6px 8px;
	margin: 0 0 4px;
}

label.btn.toggle-checkbox > i.fa:before { content:"\f096"; }
    label.btn.toggle-checkbox.active > i.fa:before { content:"\f046"; }

label.btn.active {
    background-color: #ffffff;
    border: 1px solid #c0392b;
    color: #555555;
	box-shadow: none;
}

fieldset {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin: 20px 0 0;
    padding: 0 15px 20px;
}
fieldset.primary {
    border-top: 1px solid #222f3e;
}
fieldset.info {
    border-top: 1px solid #217dbb;
}
fieldset.success {
    border-top: 1px solid #0d5844;
}
fieldset.warning {
    border-top: 1px solid #be6616;
}
fieldset.danger {
    border-top: 1px solid #81261d;
}
legend {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    color: #505050;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    width: inherit;
}
legend.primary {
    border-color: #222f3e;
	background-image: linear-gradient(#3d556f, #34485f);
    color: #ffffff;
}
legend.info {
    border-color: #217dbb;
	background-image: linear-gradient(#49a3df, #3398db);
    color: #ffffff;
}
legend.success {
    border-color: #0d5844;
	background-image: linear-gradient(#179b77, #148566);
    color: #ffffff;
}
legend.warning {
    border-color: #be6616;
	background-image: linear-gradient(#e88c39, #e57f22);
    color: #ffffff;
}
legend.danger {
    border-color: #81261d;
	background-image: linear-gradient(#c0392b, #ab3326);
    color: #ffffff;
}

/* ==========================================================================
   Grid
   ========================================================================== */
@media (max-width: 1000px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
	.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
	.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
	.col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
	.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		clear: both;
	}
}

/* ==========================================================================
   Tabbed Content
   ========================================================================== */
.tabbed-panel { margin-top: 20px; }

.tabbed-line > .nav-tabs {
	border: none;
	margin: 0px;
}

.tabbed-line > .nav-tabs > li {
	margin-right: 2px;
	border-bottom: 4px solid transparent;
}
	.tabbed-line > .nav-tabs > li > a {
		border: 0;
		margin-right: 0;
		color: #777777;
	}

.tabbed-line > .nav-tabs > li.open, .tabbed-line > .nav-tabs > li:hover { border-bottom: 4px solid #dcdcdc; }

.tabbed-line > .nav-tabs > li.open > a, .tabbed-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbed-line > .nav-tabs > li.active {
	border-bottom: 4px solid #c0392b;
	position: relative;
}
	.tabbed-line > .nav-tabs > li.active > a {
		border: 0;
		color: #333333;
	}

.tabbed-line > .tab-content {
	margin-top: -3px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eeeeee;
	padding: 0;
}
	.tabbed-line > .tab-content p { margin: 20px 0 0; }

/* ==========================================================================
   Vertical Tabs
   ========================================================================== */
.tabs-left > .nav-tabs { border-bottom: 0; }
.tab-content > .tab-pane, .pill-content > .pill-pane { display: none; }
.tab-content > .active, .pill-content > .active { display: block; }
.tabs-left > .nav-tabs > li {
	float: none;
	border-right: 4px solid transparent;
}

.tabs-left > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
	border: 0;
}

.tabs-left > .nav-tabs > li.open, .tabs-left > .nav-tabs > li:hover { border-right: 4px solid #dcdcdc; }

.tabs-left > .nav-tabs {
	border-right: 1px solid #eee;
	float: left;
	margin-right: 19px;
}

.tabs-left > .nav-tabs > li.open > a, .tabs-left > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabs-left > .nav-tabs > li.active {
	border-right: 4px solid #c0392b;
	position: relative;
}
	.tabs-left > .nav-tabs > li.active > a {
		border: 0;
		color: #333333;
	}

/* ==========================================================================
   Badges
   ========================================================================== */
.badge.tab-badge {
    background-color: #e9e6e1;
	border-radius: 10px !important;
    color: #c0392b;
    font-weight: 400;
    line-height: 1;
}

/* ==========================================================================
   List Groups
   ========================================================================== */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}
.list-group-item-text {
    color: #999999;
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
}
.list-group-item-text span {
	margin: 0 5px;
	color: #cccccc;
}

.list-group-item.task-lists {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #ddd;
    padding: 6px 5px;
}
	.list-group-item.task-lists:last-of-type { border-bottom: 0; }

.list-group-item.tasks-lists {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #ddd;
    padding: 8px 5px;
}
	.list-group-item.tasks-lists:hover { background: #e3e0dc; }
	.list-group-item.tasks-lists:last-of-type { border-bottom: 0; }

/* ==========================================================================
   Data Lists
   ========================================================================== */
.dl-horizontal dt { width: 100px; }
.dl-horizontal dd { margin-left: 110px; }

/* ==========================================================================
   Panels
   ========================================================================== */
.panel-default { border-color: #cccccc; }
	.panel-default > .panel-heading {
		background-image: linear-gradient(#f2f2f2, #e5e5e5);
		color: #555555;
	}

.panel-primary { border-color: #222f3e; }
	.panel-primary > .panel-heading {
		background-image: linear-gradient(#3d556f, #34485f);
		color: #ffffff;
	}

.panel-success { border-color: #0d5844; }
	.panel-success > .panel-heading {
		background-image: linear-gradient(#179b77, #148566);
		color: #ffffff;
	}

.panel-info { border-color: #217dbb; }
	.panel-info > .panel-heading {
		background-image: linear-gradient(#49a3df, #3398db);
		color: #ffffff;
	}

.panel-warning { border-color: #be6616; }
	.panel-warning > .panel-heading {
		background-image: linear-gradient(#e88c39, #e57f22);
		color: #ffffff;
	}

.panel-danger { border-color: #81261d; }
	.panel-danger > .panel-heading {
		background-image: linear-gradient(#c0392b, #ab3326);
		color: #ffffff;
	}

/* ==========================================================================
   Bootstrap Alerts
   ========================================================================== */
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.alert .alert-link {
    font-weight: 400;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert-default {
    background-color: #fcfcfc;
    border-color: #cccccc;
    color: #555555;
}
.alert-primary {
    background-color: #fcfcfc;
    border-color: #3d556f;
    color: #555555;
}
.alert-success {
    background-color: #fcfcfc;
    border-color: #179b77;
    color: #555555;
}
.alert-info {
    background-color: #fcfcfc;
    border-color: #49a3df;
    color: #555555;
}
.alert-warning {
    background-color: #fcfcfc;
    border-color: #e88c39;
    color: #555555;
}
.alert-danger {
    background-color: #fcfcfc;
    border-color: #c0392b;
    color: #555555;
}

/* ==========================================================================
   Wells
   ========================================================================== */
.well {
    background-color: #f9f9f9;
    border: 0;
    box-shadow: none;
}
.well-sm { padding: 10px 20px; }

.well-msg {
    background-color: transparent;
    border: 1px solid #eee;
    box-shadow: none;
	margin-bottom: 30px;
}

/* ==========================================================================
   Accordion
   ========================================================================== */
.fa-angle-right {
	transition: all .1s ease;
	margin-right: 6px;
}
	.active .fa-angle-right { transform: rotate(90deg); }

/* ==========================================================================
   Modals
   ========================================================================== */
table.dataTable tbody td .modal {
    font-size: 16px;
	text-align: left;
	font-style: normal !important;
	font-weight: 300 !important;
}

.sideBar .modal { font-size: 16px; }
.modal-body p { line-height: 1.3; }
.modal-body p small { line-height: 1.1; }

/* ==========================================================================
   Labels
   ========================================================================== */
.label {
	background: #ffffff;
	border: 1px solid #dcdcdc;
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 8px;
}

.label-primary {
	border: 1px solid #3d556f;
    color: #ffffff;
    background-image: linear-gradient(#3d556f, #34485f);
}
.label-success {
	border: 1px solid #179b77;
    color: #ffffff;
    background-image: linear-gradient(#179b77, #148566);
}
.label-info {
	border: 1px solid #49a3df;
    color: #ffffff;
    background-image: linear-gradient(#49a3df, #3398db);
}
.label-warning {
	border: 1px solid #e88c39;
    color: #ffffff;
    background-image: linear-gradient(#e88c39, #e57f22);
}
.label-danger {
	border: 1px solid #c0392b;
    color: #ffffff;
    background-image: linear-gradient(#c0392b, #ab3326);
}

/* ==========================================================================
   Pop-Overs
   ========================================================================== */
.popover {
    font-family: "Muli", sans-serif;
    min-width: 275px;
}

.help-icon { cursor: pointer; }

/* ==========================================================================
   Tooltips
   ========================================================================== */
.tooltip-inner {
	max-width: 400px;
	min-width: 75px;
	padding: 4px 8px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #333333;
	border-radius: 0;
	font-size: 14px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
	.tooltip.top .tooltip-arrow { border-top-color: #333333; }
	.tooltip.top-left .tooltip-arrow { border-top-color: #333333; }
	.tooltip.top-right .tooltip-arrow { border-top-color: #333333; }
	.tooltip.right .tooltip-arrow { border-right-color: #333333; }
	.tooltip.left .tooltip-arrow { border-left-color: #333333; }
	.tooltip.bottom .tooltip-arrow { border-bottom-color: #333333; }
	.tooltip.bottom-left .tooltip-arrow { border-bottom-color: #333333; }
	.tooltip.bottom-right .tooltip-arrow { border-bottom-color: #333333; }