/*.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);
}

.disabled {
    color: gray;
}

.comingsoon {
    padding-left: 8px;
    position: relative;
    top: -5px;
    font-size: 9px;
    color: red;
}

tr.active td {
    background-color: #A4F390 !important;
}

.store-owner-warning td {
    color: #ff0000;
    font-style: italic;
    position: relative;
    top: -8px;
    left: 8px;
    border-top: none;
    font-size: 12px;
}

.employee-links-container {
    display: flex;
    justify-content: space-evenly;
}

.employee-links {
    margin-bottom: 10px;
    text-align: center;
}

.employee-links .text-info {
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 0 5px;
}

.employee-links-icons {
    display: flex;
    justify-content: space-evenly;
}

.employee-inactive {
    display: none;
}

/* #newProducts.carousel {
    height: 100vh;
} */

#newProducts.carousel .carousel-control.left, #newProducts.carousel .carousel-control.right {
    background-image: none;
    filter: none;
}
#newProducts.carousel .carousel-control {
    text-align: center;
    width: 8%;
}
#newProducts .carousel-indicators .active {
    /* width: 12px;
    height: 12px; */
    /* margin: 0; */
    background-color: #FFF;
}

#newProducts .carousel-indicators {
    bottom: 0;
}

#newProducts .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #878787;
    /* border: 1px solid #fff; */
    border: none;
    border-radius: 10px;
}
#newProducts.carousel .carousel-control.right .chevron {
    /* right: 40px; */
}
#newProducts.carousel .carousel-control.left .chevron {
    /* left: 40px; */
}
#newProducts.carousel .d-block {
    position: relative;
}
#newProducts.carousel .carousel-control .chevron {
    position: relative;
    top: 250px;
    width: 52px;
    height: 52px;
    /* margin: 0 40px; */
}
#newProducts.carousel .carousel-description {
    /* margin-top: 30px !important; */
    /* padding-left: 60px !important; */
    /* margin-bottom: 60px !important; */
    /* padding-right: 60px !important; */
    font-size: 18px;
    display: flex;
}
#newProducts.carousel .carousel-description p {
    padding: 30px 60px;
    width: 33%;
}
#newProducts.carousel .carousel-description p:first-of-type {
    width: 66%;
    padding-right: 0;
}
@media (max-width: 900px) {
    #newProducts.carousel .carousel-description {
        display: block;
    }
    #newProducts.carousel .carousel-description p {
        padding: 15px 60px;
        width: 100%;
    }
    #newProducts.carousel .carousel-description p:first-of-type {
        width: 100%;
        padding-right: 60px;
    }

}
