﻿body {
    height: 100%;
}

.clr-offwhite{
    color: #eee;
}

.clr-offwhite-hover:hover{
    color: #eee;
}

a.pointer {
    cursor:pointer;
}

a.no-decor{
    text-decoration:none;
}

.label-required:after{
    content:'*';
    color: grey;
}

/*.card{    
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
}*/

.width-full {
    width: 100%;
}

.height-full {
    height : 1000px;
}

.padding-20 {
    padding: 20px;
}

.padding-horizontal-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.page-full {
    min-height: 80vh;
    margin-top: 105.8px;
}

.sb-title {
    color: inherit;
    display: block;
    font-size: 20px;
    font-weight:400;
    padding: 8px 30px;
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0, .1);
}


.angular-google-map-container {
    height: 80vh;
}

.narrow-vertical .angular-google-map-container{
    height: 30vh;
}

.inline-block{
    display: inline-block;
}

.size-max-sm {
    max-width: 100px;
    max-height: auto;
}

.margin-top--20{
    margin-top: -20px;
}
.margin-top--40{
    margin-top: -40px;
}
.margin-top--60{
    margin-top: -60px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-right-20 {
    margin-right: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.background-color-white {
    background-color: white;
}

.header .navbar-brand {
    position : initial;
}

.points {   
    font-size: 100px;
}

#logo-header {
    /*max-width : 100px;
    max-height : 40px;*/
}

.no-padding {
    padding: 0!important;
}

.overflow-visible {
    overflow : visible!important;
}

.bgc-transparent {
    background-color:transparent!important;
}

.display-block {
    display:block;
}

@media screen and (max-width: 767px) {
    .xs-margin-left--45{
        margin-left: -37px;
    }
}

.color-remove,
.color-remove:hover {
    color: red;
}

.border-top-line {
    border-top: 1px solid #cccccc;
}
.border-bottom-line {
    border-bottom: 1px solid #cccccc;
}

.no-margin-bottom {
    margin-bottom:0!important;
}

.align-with-skyform-input {
    line-height: 39px;
}

.color-black {
    color: black;
}

.padding-top-23 {
    padding-top:23px;
}

.display-inline-block {
    display: inline-block!important;
}

.margin-bottom-0{
    margin-bottom:0;!important;
}

@media(min-width: 992px ) {
    .header-container {
        width: 1033px;
    }
}

@media(min-width: 1200px) {
    .header-container {
        width: 1170px;
    }
}

.header .dropdown > a:after {
    top: 11px !important;
    right: 15px !important;
    content: "\f107" !important;
}

/*new additions*/

.orderHistoryTable{
    width: 100%;
    background-color: #e7e5e6;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.noItemsYetTd{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    color: lightgrey;
    padding-top: 100px;
    padding-bottom: 100px;
}