/* Global Styles */
/* ------------------------------- */
body {
    padding-top: 30px;
    background-color: #f8f8f8;
}

@media(min-width:768px) {
    body {
        padding-top: 30px;
}
}

/* Wrappers */
/* ------------------------------- */
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}

/* Navigation */
/* ------------------------------- */
/* Top Right Navigation Dropdown Styles */
.navbar-top-links li {
    display: inline-block;
}


.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

/* Sidebar Menu Styles */
.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
}
}

@media(max-height:600px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 300px;
        overflow-y: scroll;
}
}

@media(max-height:400px) and (max-width:767px) {
    .sidebar-collapse {
        max-height: 200px;
        overflow-y: scroll;
}
}

/* Buttons */
/* ------------------------------- */
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #E71E22;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

/* Pages */
/* ------------------------------- */
/* Dashboard Chat */
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

/* Login Page */
.login-panel {
    margin-top: 5%;
}

/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* DataTables Overrides */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

/* Circle Buttons */
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.navbar-brand,
.navbar-nav li a {
	padding:4px 0 0 10px;
}

a {
  color: #E71E22;
}

.text-primary {
  color: #E71E22 !important;
}

.bg-primary {
  color: #fff !important;
  background-color: #E71E22 !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #E71E22 !important;
  border-color: #E71E22 !important;
}

.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  background-color: #E71E22 !important;
  border-color: #7d852e !important;
}

.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: #E71E22 !important;
  border-color: #E71E22 !important;
}

.btn-primary .badge {
  color: #E71E22 !important;
  background-color: #fff !important;
}

.btn-link {
  color: #E71E22 !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #E71E22 !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee !important;
  border-color: #E71E22 !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff !important;
  background-color: #E71E22 !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #E71E22 !important;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
  background-color: #E71E22 !important;
  border-color: #E71E22 !important;
}

.label-primary {
  background-color: #E71E22 !important;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #E71E22 !important;
  background-color: #fff !important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #E71E22 !important;
}

.progress-bar {
  color: #fff !important;
  background-color: #E71E22 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff !important;
  background-color: #E71E22 !important;
  border-color: #E71E22 !important;
}

.panel-primary {
  border-color: #E71E22 !important;
}

.panel-primary > .panel-heading {
  color: #fff !important;
  background-color: #E71E22 !important;
  border-color: #E71E22 !important;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #E71E22 !important;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #E71E22 !important;
}

a:hover,
a:focus {
  color: #333;
}

.btn-link:hover,
.btn-link:focus {&apos;s
  color: #333;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333 !important;
  background-color: #eee !important;
  border-color: #ddd !important;
}

.nav-tabs-nbb {
	border-bottom:none !important;
}

.nav-tabs-nbb li a {
	border:1px solid #DDDDDD !important;
	border-bottom:none !important;
}


.nav-tabs-nbb li.active a {
	background:#F5F5F5;
}

/* START REPORT CSS */
#payrollReport .table.table-condensed {
	margin-bottom:5px;
}

#payrollReport .table.table-condensed > tbody > tr > .emptyrow {
    border-top: none;
}

#payrollReport .table.table-condensed > thead > tr > .emptyrow {
    border-bottom: none;
}

#payrollReport .table.table-condensed > tbody > tr > .highrow {
    border-top: 2px solid #BBB;
	padding-bottom:0px;
	margin-bottom:0px;
}

#payrollReport .panel-footer {
	padding:1px 0px 1px 0px !important;
}

/*  END REPORT CSS  */
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
    -moz-binding: url(<q>css/ellipsis.xml#ellipsis</q>);
}

.table-nowrap td:first-child {
	white-space: nowrap;
}

.panel-body .table {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.filterform .btn-group {
	width:100%;
}

#searchclear {
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
}

#sortabletable tr.header_3 td {
	font-size:30px !important;
	font-weight:600;
}

#sortabletable tr.header_1 td {
	font-size:24px !important;
	font-weight:600;
}

#sortabletable tr.header_2 td {
	font-size:16px !important;
	font-weight:600;
}

#sortabletable tr.header_3 td:first-child {
	font-size:14px !important;
	font-weight:normal;
	line-height:40px;
}

#sortabletable tr.header_1 td:first-child {
	font-size:14px !important;
	font-weight:normal;
	line-height:30px;
}

#sortabletable tr.header_2 td:first-child {
	font-size:14px !important;
	font-weight:normal;
	line-height:20px;
}

#sortabletable tr.header_2 td:nth-child(2):before {
	content: '\f178';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	padding-right:10px;
	padding-left:5px;
}

#sortabletable tr.header_0 td:nth-child(2):before {
	content: '\f178';
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	padding-right:10px;
	padding-left:35px;
}

th {
    white-space: nowrap;
}

ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left;
}

ul.notes li, ul.tag-list li {
  list-style: none;
}

ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

div.rotate-1 {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}

div.rotate-2 {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

.red-bg {
  background-color: #FF684D;
  color: #000000;
}

.yellow-bg {
  background-color: #FFFFA5;
  color: #000000;
}

ul.notes li div {
  text-decoration: none;
  color: #000;
  display: block;
  min-height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 2px 2px 7px #212121;
  -webkit-box-shadow: 2px 2px 7px rgba(33, 33, 33, 0.3);
  box-shadow: 2px 2px 7px rgba(33, 33, 33, 0.3);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}

.blink {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0.4; }
}

.text-outline {
	text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
}

.label-purple {
    background-color: #9370DB;
}

button.dt-filter {
	border-color: #000 !important;
}

button.dt-filter:hover {
	background-color: #666 !important;
}

button.dt-filter.active {
	background-color: #222 !important;
	border-color: #000 !important;
}