html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/******** TORE ****************/

.navbar-inverse, .panel-primary > .panel-heading{
	background-color: #5C8B3A;
	border-color: #356C18;
}
.navbar-inverse .navbar-brand
,.navbar-inverse .navbar-nav > li > a {
	color: #eef;
}

.navbar-inverse .navbar-nav > .active > a
, .navbar-inverse .navbar-nav > .active > a:hover
, .navbar-inverse .navbar-nav > .active > a:focus
,.navbar-inverse .navbar-nav > .open > a
, .navbar-inverse .navbar-nav > .open > a:hover
, .navbar-inverse .navbar-nav > .open > a:focus{
	background-color: #524656;
}

.btn-primary {
	color: #fff;
	background-color: #524656;
	border-color: #9F93A3;
}

.btn-primary:hover
,.btn-primary:focus
,.btn-primary:active{
	background-color: #402F3F;
	border-color: #8D7C8C;
}
a{
	color: #524656;
}
.panel-primary{
	border-color: #356C18;
}
.dropdown-menu > .active > a
, .dropdown-menu > .active > a:hover
, .dropdown-menu > .active > a:focus{
	background-color: #5C8B3A;
}
/************ PED *********************/
.ped-auto-width{
	width:auto;
}
.ped-inline{
	display: inline-block;
}
.ped-status, .ped-plan-status{
	width: 100%;
	font-size: 24px;
}
.ped-status-calendar{
    font-size: 18px;
    vertical-align: top;
}
.ped-status-0{
	color: #ccc;
}
.ped-status-1{
	color: #00f;
}
.ped-status-2{
	color: #f00;
}
.ped-status-3{
	color: #0f0;
}
.ped-plan-status-0 {
	color: #ccc;
}
.ped-plan-status-1 {
	color: #0f0;
}
.ped-plan-status-2 {
	color: #f00;
}
.ped-highlight{
	background-color: #ffff99 !important;
}
/********* CALENDAR ********************/
.calendar .col-md-2 {
    width: 14.285714286%;
}
.calendar #week-head{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.calendar #week-head a{
	color: #fff;
}
.calendar #week-title{
	padding-left: 15px;
	padding-right: 15px;
}
.calendar .day-head{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.calendar #week-head, .calendar .day-head{
	background-color: #5C8B3A;
	color: #fff;
	text-align: center;
}
.calendar .row{
    margin-top: 5px;	
}

.calendar .service-mini{
	border: 1px solid #356C18;
	padding: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    margin-top: 5px;
}
.calendar .service-mini a{
    color: #5C8B3A;
}
.calendar .days{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.calendar .days .btn{
    width: 100%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    
}
.calendar .new-service-div{
	margin-top: 5px;
	text-align: center;
}

/******** TRACK ******************/
.ped-track-input{
	margin-bottom: 6px;
}
#ped-track-grid-widget .brand-label{
	margin: 15px 0 2px 0;
}

/*********** JQUERY UI ***************/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #5C8B3A none;
	font-weight: normal;
	color: #FFF;
}

.monospace {
	font-family: "Lucida Console", Courier, monospace;
}

.activity-type-massive-assign.dropdown-header {
	cursor: pointer;
	font-size: unset;
	color: black;
}
.activity-type-massive-assign.dropdown-header:hover {
	background-color: #eeeeee;
}