﻿    td select {
        min-width: 100px;
    }

    .slateBackground {
        background-color: lightsteelblue;   
    }

    .bisque.jumbotron{
        background-color: bisque;
    }

    .coral.jumbotron{
        background-color:coral
    }

     .coral.well{
        background-color:coral
    }

      .paleBlue.well-sm{
        background-color:paleturquoise
    }

   .coral.well-sm{
        background-color:coral
    }

   .information {

       margin-left: 35px;
       color: green;
       font-weight: bold;
       font-style: italic;
       margin-right: 35px;
       
   }

   .error {
    color: red;
        }

 

    .center {
        display: flex;
  justify-content: center;
  align-items: center;
    }

.C-7 {
    line-height: 23.00px;
    font-family: "Comic Sans MS", cursive;
    font-style: normal;
    font-weight: normal;
    color: #3d4c7c;
    background-color: transparent;
    text-decoration: none;
    font-variant: normal;
    font-size: 16.0px;
    vertical-align: 0;
}

.productsDisplay {
    background-color: lightBlue;
}

    /*input.ng-invalid
    {
        border:1px solid red;
        background: yellow;
    }*/

     #creditCard input.ng-invalid
    {
        border:1px solid red;
        background: yellow;
    }
    .percentWarning {
        background: yellow;
    }

    .percentSuccess {
        background: lightgreen;
    }

    .deleteRoomRunButton {
            width: 42px;
    
    }

   .deleteRoomRunInput {
    width: 124px;
    margin-left: 5px;
    }

    .float-left {
        position: relative;
        float: left;
    }


#wrapper {
  font: 20px Calibri;
  width: 100px;
  margin: 0 auto;
}


input.date-picker {

  width: 120px;
}


.suppressZero {
    color: transparent;
}

img.ui-datepicker-trigger {
    cursor: pointer;
    float: left;
    margin-left: 123px;
    margin-top: -26px;
    z-index: 99999;
}

.blueBanner{
    background-color: rgb(61,76,124);
    border: 1px solid red;
    }


.required {
    color: red;
}

.loadedDocument {
    text-align: left;
    font-size: 16px;
    color: #black;
    font-weight: bold;
}

.scrollToTop {
    text-align: center;
   
    
}

.scrollToTop h4 {
    font-weight: bold;
}

#loadedDocument a {
    font-size: 16px;
    color: navy;
}

a.functionLink {
    cursor: pointer;
}

a.functionLink:hover {
    background: red;
}

#login .btn-link:hover {
    color: lightgreen;
}

#login .btn-link {
    color: lightblue;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

h4 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

.overUnderBackground {
    background-color: tomato;
    color: white;
    
}

.okBackground {
    background-color: lightgreen;
    color: black;
}

.checkbox {
    width: 10px;
}


#frictionRateLine .checkbox {
    margin-left: 10px; 
   display:inline;
}

.green {
    color: green;
}

.red {
    color: red;
}

.productsDisplay {
    background-color: lightBlue;
}

.instructions {
    font-size: 18px;
    color: red !important;
    text-decoration: underline;
}

.ngdialog-theme-default {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    
}


.buyNowproductsDisplay {
    border: 5px solid green;
    background: rgb(61,76,124);
}

.buyNowproductsDisplay .labelText {
    color: lightgreen;
}



.emsLogo {
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.largeText {
    font-weight: bold;
}

.outerDiv {
    border: 1px solid blue;
    background: lightcyan;
}

.curved 
{ -moz-border-radius:10px;  
  -webkit-border-radius:10px; 
  -khtml-border-radius:10px; 
  border-radius:10px; }


.labelText {
    color: white;
    
}

.buyNowLogo {

  width: 100px;
  height: 80px;
  background-image: url(../images/emsdoggy.png);
  background-size: 100px;

    left: 0px;
    right: 0px;
   
    
}

.residentialLogin {
    color: greenyellow;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.loginLink {
    color: red;
    font-weight: bold;
}

.loginLink:hover {
    color: white;
}

.linkArea {
    background: gray;
}

.commercialBanner{
    background-color: rgb(61,76,124);
    border: 5px solid yellow;
    }






 

