html,
body {
    height: 100%;
}

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

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

.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;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* Dashboard */
.dashboard-heading {
	margin: 20px 0;
}
.dashboard-stats > div.primary > .tile {
	background: #1e91cf;
	color: #ffffff;
	margin-bottom: 20px;
}
.dashboard-stats > div.primary > .tile > .heading {
	background: #1978ab;
	text-transform: uppercase;
	padding: 8px 10px;
}
.dashboard-stats > div.primary > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.primary > .tile > .footer {
	background: #1978ab;
	padding: 3px 10px;
}
.dashboard-stats > div.alternate > .tile {
	background: #f9f9f9;
	color: #000000;
	margin-bottom: 20px;
}
.dashboard-stats > div.alternate > .tile > .heading {
	background: #eeeeee;
	text-transform: uppercase;
	padding: 8px 10px;
}
.dashboard-stats > div.alternate > .tile > .body {
	font-size: 40px;
	font-weight: bold;
	padding: 15px;
	line-height: 50px;
}
.dashboard-stats > div.alternate > .tile > .footer {
	background: #eeeeee;
	padding: 3px 10px;
}
.dashboard-stats > div.alternate > .tile > .footer a {
	color: #000000;
}
.dashboard-stats a {
	color: #ffffff;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}
.label{
        font-weight: normal;
    padding: 6px 12px;
    color: white !important;
    display: block;
    width: 100%;
    background-color: black;
}
.label-Paid,.label-Canceled{
    background-color: #d9534f;
}

.label-Pending,.label-Delayed{
    background-color: #f0ad4e;
}
.label-info ,.label-Arrived{
    background-color: #5bc0de;
}
.label-Sent ,.label-Completed{
    background-color: #5cb85c;
}
.label-primary, .label-Onroad {
    background-color: #337ab7;
}
.label-Draft ,.label-Inprogress{
    background-color: #777;
}
   
.label-Paid,.label-Same{
    background-color: #d9534f;
}

.label-Pending,.label-One{
    background-color: #f0ad4e;
}
.label-info ,.label-Tow{
    background-color: #5bc0de;
}
.label-Sent ,.label-Three{
    background-color: #5cb85c;
}

.shortcuts {
	text-align: center;	
}

.shortcuts .shortcut { 
	width: 11.5%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #f9f6f1;
	
	border-radius: 5px;
}

.shortcuts .shortcut-sw { 
	display: inline-block;
	padding: 22px;
	margin: 0 .9% 1em;
	vertical-align: top;	
	
	text-decoration: none;
	
	background: #f9f6f1;
	
	border-radius: 5px;
}
.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	
	font-size: 32px;
	color: #545454;
}
.shortcuts .shortcut-sw .shortcut-icon {
    margin-top: .25em;
    margin-bottom: .25em;
    font-size: 32px;
    color: #545454;
}

.shortcuts-sw .shortcut-label {
    display: block;
    font-weight: 400;
    color: #545454;
    font-size: 18px;
}



.shortcuts .shortcut:hover {
	background: #00ba8b;
}

.shortcuts .shortcut:hover span{
	color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #fff;
}

.shortcuts .shortcut-label {
	display: block;
	
	font-weight: 400;
	color: #545454;
}


.loginform .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ll input[type="text"],.ll input ,input .ll{width: 70px;}
