body {
    font-family: 'Play', serif;
	background: #EBEAE5;
	font-size: 1.6em;
}
h1,h2,h3,h4,h5 {
	font-weight: 700;
}
h2 i {
    font-size: 0.7em;
}
h2 .glyphicon {
    font-size: 1.2em;
}

ul {
    list-style-type: none;
}
a img {
    border: 0;
}

a {
    color: #222;
	cursor: pointer; cursor: hand;
}
a:hover, a:focus {
    color: #666;
}
.nav>li>a:hover, .nav>li>a:focus {
    background-color: #333;
    color: white;
}

.btn-primary {
    color: #fff;
    background-color: #78756f;
    border-color: #222;
}

.btn-primary:hover {
  color: #fff;
  background-color: #333;
  border-color: #222;
}


.voffset2  { margin-top: 2px; }
.voffset5 { margin-top: 5px; }
.voffset10 { margin-top: 10px; }
.voffset15 { margin-top: 15px; }
.voffset20 { margin-top: 20px; }
.voffset30 { margin-top: 30px; }
.voffset40 { margin-top: 40px; }
.voffset50 { margin-top: 50px; }
.voffset60 { margin-top: 60px; }
.voffset70 { margin-top: 70px; }
.voffset80 { margin-top: 80px; }
.voffset100 { margin-top: 100px; }
.voffset150 { margin-top: 150px; }

.vunder2  { margin-bottom: 2px; }
.vunder5 { margin-bottom: 5px; }
.vunder10 { margin-bottom: 10px; }
.vunder15 { margin-bottom: 15px; }
.vunder20 { margin-bottom: 20px; }
.vunder30 { margin-bottom: 30px; }
.vunder40 { margin-bottom: 40px; }
.vunder50 { margin-bottom: 50px; }
.vunder60 { margin-bottom: 60px; }
.vunder70 { margin-bottom: 70px; }
.vunder80 { margin-bottom: 80px; }
.vunder100 { margin-bottom: 100px; }
.vunder150 { margin-bottom: 150px; }

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #ddd;
}

.col-sm-day {
	float:left;
	position: relative;
	width: 14%;
	min-height: 180px;
	border: solid 1px #333;
	text-align:center;
	margin-bottom:4px;
}
.dayofweek {
	min-height: 40px;
	font-weight: bold;
	border: 0;
}

.col-sm-day.old {
    border: solid 1px #bbb;
    color: #bbb;
    background: #ddd;
}

.col-sm-day table {
	margin-bottom: 0px;
}
.col-sm-day table td {
	padding:2px!important;
}

.col-sm-day.working {
	background: #ddd;
}

.col-sm-day .date {
	font-size: 1.5em;
	padding: 10px 0px;
}

.workday-delete {
	position: absolute;
    right: 10px;
    top: 10px;
}

.status-ok {
	color: #7AB317;
}
.status-new {
	color: #CF4647;
}
.status-emergency {
	color: #F03C02;
}
.status-overdue {
	color: #A30006;
}
.status-vacant {
	color: #EB7B59;
}
.status-leased {
	color: #F7A541;
}
.status-leaseend {
	color: #F7A541;
}
.status-existing {
	color: #FEE5AD;
}
.status-unpaid {
	color: #d90036;
}
.status-expired {
	color: #b3002d;
}

.header .logo {
    position: absolute;
    z-index: 99;
}
.head-title {
	font-weight:700;
	font-size:1.1em;
}
.logo img {
    //width: 144px;
    height: 80px;
}
.header {
	height: 126px;
}
.navbar {
	padding-top: 10px;
	min-height: 70px;
	//border-bottom: solid 3px #DDD;
}
.footer .container {
background: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.header .container {
background: #EBEAE5;
}
.container {
	background: #fff;
	padding-bottom: 100px;
	margin-bottom: 30px;
}

.footer {
    clear: both;
    width: 100%;
    background: #333333;
    color: #fff;
    height: 60px;
}
.footer p {
    padding-top: 18px;
}
.footer a {
	color: #ddd;
	font-weight: 700;
}

.grid th {
	background-color: #EBEAE5;
}

.table.grid td, .table.grid th {
    border-right: 1px solid #ddd;
}
.table.grid td:first-child , .table.grid th:first-child { 
    border-left: 1px solid #ddd;
}

#property span.glyphicon  {
    float: left;
    font-size: 2em;
    padding: 4px 10px 4px 0;
}

.glyphicon-spin {
    -webkit-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
	}
}

@media (min-width: 1020px) {
	.modal-dialog {
		width: 1000px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}
