.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    font-family: 'Courier New', Courier, monospace;
    background-color: transparent;
  }
.tagline-main{
    font-family: 'Courier New', Courier, monospace;
    font-size: large;
}
a:hover,
a:focus{
    font-family: 'Courier New', Courier, monospace;
    background-color: transparent;  
    color: blue;
}
.error{
/*    background: #ff9f9f url(../images/error.png) no-repeat 5px 10px; */
background-color: #f44336;
    padding: 20px;
    margin-bottom: 15px;
    color: white;
  }
.error_form_field{
background: #F6CED8  no-repeat 5px 10px;
}
.success{
/*    background: #b8f5b1 url(../images/success.png) no-repeat 5px 10px; */
    background-color: #47d147;
    padding: 20px;
    margin-bottom: 15px;
    color: white;
  }
.info{
    /*    background: #b8f5b1 url(../images/success.png) no-repeat 5px 10px; */
    background-color: #0099ff;
    padding: 20px;
    margin-bottom: 15px;
    color: white;
}
.errorborder_Class { border:  3px solid red; }
.successborder_Class { border:  3px solid green; }
.selected_Quotation_Table_Row { border:  3px solid goldenrod; }
.selected_Invoice_Table_Row { border:  3px solid gold; }

.border_Class{border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid #f79708;
}


.processing{
    background: url(../images/ajax-loader.gif) no-repeat 5px 10px;
    width: 250px;
  }
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background:#2F99B4;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    color:#FFFFFF;
    background:#2F99B4;
}
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    font-family:verdana;
    margin: 0 0 .4em;
    color:#000000;
    background:#9EEFEE;
}
/*This is date TD */
.ui-datepicker td {

    border: 0;
    padding: 1px;


}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .8em;
    text-align: right;
    text-decoration: underline;
}
/*the container must be positioned relative:*/
.handyman_select {
    position: relative;
    font-family: Arial;
}

.handyman_select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

textarea { white-space: pre-wrap !important; word-wrap: break-word !important; }

.rotate-90 {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-270 {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flip {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip-and-rotate-90 {
    -moz-transform: rotate(90deg) scaleX(-1);
    -webkit-transform: rotate(90deg) scaleX(-1);
    -o-transform: rotate(90deg) scaleX(-1);
    transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
    -moz-transform: rotate(180deg) scaleX(-1);
    -webkit-transform: rotate(180deg) scaleX(-1);
    -o-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
    -moz-transform: rotate(270deg) scaleX(-1);
    -webkit-transform: rotate(270deg) scaleX(-1);
    -o-transform: rotate(270deg) scaleX(-1);
    transform: rotate(270deg) scaleX(-1);
}
.appointment_row{
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid #f79708;
}
.appointment_row_header{
    border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border: 3px solid rosybrown;
}


.highlight { background-color: red; }
.sticky {
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     background-color: #666;
     padding: 40px;
     font-size: 25px;
 }
