﻿/*
    QuickEntry (qe) CSS
*/

/*
    Resolution independent styles
*/
.qe-state
 {  /*#DropDownState */
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 3px;
    width: 216px;
    
}

.qe-cityFilter { /* #DropDownCityFilter */
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 3px;
}


.qe-city { /* #DropDownCity  */
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 3px;
}

.qe-locationType { /* #DropDownLocationType */
    text-transform: uppercase;
    padding-right: 3px;
    padding-left: 3px;
}



.is-AvailableItem {
  /*color: green;  */

}

.not-AvailableItem {
 
    color:           #c8c7c7;   
    /*text-decoration: line-through;*/
    /*text-decoration: overline underline line-through;*/
    /*noinspection CssOverwrittenProperties*/
    /*text-decoration: white double line-through;*/ /* Ignored in CSS1/CSS2 UAs */
}

.qemodal-content
{

    width: 420px;

}



.quickentryModal .modal-dialog{
  width:395px; 
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}