/*.sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
}*/

#version {
    position:absolute;bottom:5px;left:5px;color:#ccc;z-index:1000;font-size:0.8em;
}

#loading-modal {
    background-color: #000000;
    opacity: 0.5;
    color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
}

#loading-modal p.loading {
    display: block;
    background-color: #ffffff;
    width: 30%;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -15%;
    text-align: center;
    color: #000000;
    padding: 10px 0px;
}


#login-box {
  max-width: 880px;
  margin: 0px auto;
}

.margin-left-10{
    margin-left: 10px;
}
.margin-right-10{
    margin-right:10px;
}
#loading-modal p.loading img {
    margin-right: 5px;
}

.bulkAction { display: inline; }

table.calendar td,
table.calendar th
{
width:14.28%;
font-size: 0.8em;
}

table.calendar td
{
height: 150px;
}

table.calendar td span.today {
    font-weight: bold;
    text-decoration: underline;
}

dt {
	display: none !important;
}
dd {
	display: none !important;
}
#editor {
overflow:scroll; max-height:300px
}

.smaller {
font-size:0.9em;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding:0px;
}

ul.list-style-none, li.list-style-none {
list-style:none;
margin:0px;
}

div.alerts {
position: fixed;
top: 10px;
right: 10px;
z-index: 2000;
opacity: 0.95;
}

.pointer {
cursor: pointer;
}

/*.env {
position:fixed;
bottom:0px;
left:0px;
background-color:red;
color:white;
padding: 5px;
}*/

.red, .money.negative {
color:#E9322D;
}

.green, .money.positive {
color: #356635;
}

.blue {
color: #08C;
}

.red-bg {
background-color:#B94A48;
}

.mint-green-bg{
background-color: #A9DBA9;
}

td.actions form {
margin:0px;
}

.timecard-log-popover {
    width: auto;
}

.tab-content{
overflow: visible;
}

a.external {
color:#06295f;
}

dt {
margin-left: 9px;
}

.pagination {
height: auto;
}

.no-results {
text-align: center;
color: gray;
}

.carousel h1 {
color: #efefef;
}

select.form-time {
width: auto !important;
float: left;
margin: 0px 5px 0px 0px;
}

select.form-month-day {
width: auto;
float: left;
margin: 0px 5px 0px 0px;
}

.clear {
	clear:both;
}

.row.odd {
	background-color: #f9f9f9;
}

.padding-left-none {
	padding-left: 0px;
}

.bulkActions {
	position: relative;top:0px;left:0px;
}

table.scroll {
    border-collapse: collapse;
    width: 100%;
}
table.scroll thead {
    text-align:left;
    display: table;
    float: left;
    width: 100%;
}
table.scroll thead tr {
    display: table-row;
    width: 100%;
}
table.scroll tbody {
    display: block;
    height: 400px;
    overflow: auto;
    float: left;
    width: 100%;
}
table.scroll tbody tr {
    display: table;
    width: 100%;
}
table.scroll tbody tr {
    height: 18px;
}
table.scroll tbody td {
    padding:1px 8px;
    text-align:left;
}
table.scroll.col3 th,table.scroll.col3 td {
    width: 33%;
}
table.scroll.col4 th,table.scroll.col4 td {
    width: 25%;
}
table.scroll.col2 th,table.scroll.col2 td {
    width: 50%;
}
table.scroll.col8 th,table.scroll.col8 td {
    width: 12.5%;
}

table.scroll tr:after{   /* IE8 fix */
    content: ".";
    margin-left: -3px; /* to hide the content above tr */ /* not necessary if you are ok with 1px gap */
    visibility: hidden;
}

div.well select { width: 100%; }

.job-message {
    -webkit-box-shadow: -4px 0px 0px 0px rgba(118,192,0,1);
    -moz-box-shadow: -4px 0px 0px 0px rgba(118,192,0,1);
    box-shadow: -4px 0px 0px 0px rgba(118,192,0,1);
}
