html, body{
    height:100%; width:100%; margin:0;padding:0;
    font-family: Helvetica,Arial !important;
    overflow: hidden;
    background: #ffffff;	
    font-size: 16px;
}

#wrapperbody{
    padding: 0 0.5em 0 0.5em;
    padding-bottom: 20px;
}
#startsearch{
    margin-top:1em !important;
}

#logo_s{
    margin-top: 1em;
}
#sdfoodinfo{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#developedby_s{
    width:112px;
    height: 13px;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    /*    height: 100px;*/
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /*    height: 62px;*/
    overflow-x: hidden;
}

footer > .container{
}


.divider {
    border-color: #C0BBBC;
    border-style: solid;
    border-width: 0 0 1px;
    height: 10px;
    line-height: 10px;
    text-align:center;
    overflow: visable;
}



@font-face {
    font-family: Avenir;
    src: url(../fonts/Avenir.otf);
}





.hidden { 
    display: none; 
}






.container{
    display:table-cell; 
    text-align:center; 
    vertical-align: middle;
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.row-fluid {height: 100%; display:inline-block; vertical-align: middle;}

.row {
    margin-right: 0;
    margin-left: 0;
}

.vertical-align-center {
    display: flex;
    align-items: center;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;

    > .col,
    > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
}

[class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vertical-align-top {
    display: flex;
    align-items: top;
}

.btn-dodgerBlue {
    color: #fff;
    background-color: #35aaf9;
}

.btn-cobaltBlue {
    color: #fff;
    background-color: #014fbc;

}

.btn-green {
    color: #fff;
    background-color: #3F9D1A;
    width: auto;
}

.btn-orange {
    color: #fff;
    background-color: #E97400;
    border-radius: 0px;
    width: auto;
}
.btn-blue {
    color: #fff;
    background-color: #137AB2;
    border-radius: 0px;
    width: auto;
}


.btn {

    border: 0px !important;
    border-radius: 6px !important;
    padding: 0px !important;
    margin: 0px ;
    color: white!important;
    font-size: 15px !important;
    /*font-family: Avenir !important;*/
    font-family: Helvetica,Arial !important;
}

.btn:hover {
    color: white!important;
}

.custm-button {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0px 0px !important;
    border: 0px !important;
    width: auto;	
    font-size: 13px;
    height: 40px;
}



.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    border: 0px !important;
    width: auto !important;
}

.page-header-logo {
    width: 35px !important;
    height:35px !important;
    margin-top:5px !important;
    margin-bottom:5px !important;
}

/*
h2{
    color: #980608;
    font-weight: bold;
    font-size: 2em !important;
}
*/

.page-header{
    background: #137AB2;
    margin: 0 auto;
    vertical-align: middle;
    padding-bottom: 0px !important;
    border-bottom: 0px !important;
}




.page-header-title{
    color: white;
    font-size: 1.0em !important;
    font-weight: normal;
}

.question-text{
    color: black;
    font-size: 1.5em !important;
    font-weight: normal;
}

.image-prop{
    padding-bottom: 10px;
    padding-top: 10px;
}




label{
    margin-bottom: 3px !important;
    font-size: 0.9em !important;
    color:#646464 !important;
}


.form-group {
    padding: 0 2px !important;
}

.form-control{
    border-radius: 0px !important;
    border: 1px solid #b0b0b0 !important;
}
/*
    padding: 2px 4px !important;
    height: auto !important;
*/


.accordion-container {
    width: 100%;
    margin: 3px 0 0 0px;
    clear: both;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 5px 20px;
    margin-top: 10px;
    font-size: 1em;
    background: #7A7A7A;
    color: #fff;
    text-decoration: none;
}

.accordion-toggle a, a:hover, a:focus {
    font-size: 1em !important;
    color: #fff !important;
    text-decoration: none !important;
}

#map a:hover, a:focus{
    outline: none !important;
}

.accordion-toggle span.toggle-icon {
    position: absolute;
    right: 20px;
    font-size: 1.2em;
}
.accordion-content {
    display: none;
    overflow: auto;
    padding: 0.3em 1em !important;
    background: #ECECEC;
    border: 1px solid #c1c1c1;
}

.panel-default .panel-heading {
    background-color: rgba(177, 176, 176, 0.5);
    font-size: 0.9em;
    font-weight: bold;
    border: 1px solid grey;
}

.panel-body {
    padding: 10px;
    background: #ECECEC;
    border: 1px solid grey;
}

/*input[type="file"] {
    background-color: lightgrey;
    width: 100%;
}*/

.pa-logo {
    width:80%; 
    max-width: 70%;
    height: 15%;
    max-height: 25%;
}

.fi-logo {
    width:70%;
    max-width: 70%;
    height: 65%;
    max-height: 65%;
}

.menu-logo {
    width:70% !important;
    height:65% !important;
    top: 20px !important;
    padding-bottom: 20px;
}

/*input[type="file"]::-webkit-file-upload-button {
    background-image: url(../images/camera.jpg);
    width: 32px;
    height: 32px;
    overflow: hidden;
    color: transparent;
}*/

@media screen
and (min-width: 320px) 
and (max-width: 767px)
and (-webkit-min-device-pixel-ratio: 2)
{
    .pa-logo {
        width:90% !important;
        max-width: 90% !important;
        height: 20% !important;
        max-height: 25% !important;
    }

    .fi-logo {
        width:80% !important;
        max-width: 80% !important;
        height: 75% !important;
        max-height: 75% !important;
    }

    .menu-logo {
        width:80% !important;
        height:80% !important;
        top: 20px !important;
        padding-bottom: 05px !important;
    }
}

@media screen
and (min-width: 250px)
and (max-width: 990px)
and (-webkit-min-device-pixel-ratio: 1) {
    .combined-buttons {
        margin-bottom: 10px !important;
    }
}

@media screen
and (min-width: 768px) 
and (max-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
    .pa-logo {
        width:85% !important;
        max-width: 85% !important;
        height: 10% !important;
        max-height: 20% !important;
    }

    .fi-logo {
        width:70% !important;
        max-width: 70% !important;
        height: 65% !important;
        max-height: 65% !important;
    }

    .menu-logo {
        width:80% !important;
        height:80% !important;
        top: 20px !important;
        padding-bottom: 20px !important;
    }
}

@media screen 
and (min-width: 1025px)  
and (max-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 1) {
    .pa-logo {
        width: 80% !important; 
        max-width:90% !important;
        height: 10% !important;
        max-height: 20% !important;
    }

    .fi-logo {
        width:75% !important;
        max-width: 75% !important;
        height: 70% !important;
        max-height: 70% !important;
    }

    .menu-logo {
        width:80% !important;
        max-width: 80% !important;
        height: 75% !important;
        max-height: 75% !important;
        padding-bottom: 05px !important;
    }
}

@media screen  
and (min-width: 1366px) 
and (-webkit-min-device-pixel-ratio: 2) {
    .pa-logo {
        width: 80% !important;
        max-width:90% !important; 
        height: 15% !important;
        max-height: 20% !important;
        padding-bottom: 40px !important;
    }

    .fi-logo {
        width:65% !important;
        max-width: 65% !important;
        height: 60% !important;
        max-height: 60% !important;
        padding-bottom: 40px !important;
    }

    .menu-logo {
        width:100% !important;
        height:100% !important;
        top: 40px !important;
        padding-bottom: 40px !important;
    }

    h2{
        font-size: 8em !important;
    }



    .floatright {
        margin-left: 160px !important;
    }
}

@media (max-width: 720px) { 
    #logo_s{
        max-width: 50% !important;
        height: auto !important;
        margin-top: 0.5em;
    }

    #sdfoodinfo{
        font-size:160% !important;
        margin-top: 0.1em !important;
        margin-bottom: 0px !important;
    }

    #message{
        margin-top: 0.2em !important;
        font-size:80% !important;
    }

    #restaurantMap{
        height:100% !important;
        min-height:73% !important;
    }
    #leftPanel{
        padding-right: 0em !important;padding-left: 0em !important;  padding-top: 0em !important; background: #eeeeee;
        margin-left: 11px !important; margin-right: 11px !important;

        height: 100% !important;
        min-height: 100% !important;
    }
    #listandmap{
        height:100% !important;
        margin-top: 0.5em !important;
        padding-bottom: 200px !important;
        margin-bottom: 0.5em !important;
    }
    .container-fluid{
        background: #eeeeee !important;
    }
    #restaurant_search, #restaurant_search_mob{
        padding-bottom: 0em !important;
    }
    #switchRow {
        display:block !important;
    }
    #startsearch{
        font-size: 100% !important;
        padding: 0.4em !important;
    }
}


/*#restaurant_search{*/
    /*margin-bottom:0.4em;*/
    /*display: none;*/
    /*padding: 5px;*/
/*}*/
/*#searchdesktop{*/
    /*padding: 13px;*/
/*}*/
/*#inputTypeSearch{*/
    /*border: 0 !important;*/
    /*font-size: 0.9em !important;*/
    /*border-radius: 40px !important;*/
/*}*/
.contact_us_head_lbl {
    font-size : 1.7em !important;
    font-weight: bold;
    color: red;
}

.contact_us_text_lbl {
    font-size : 1.2em !important;
    font-weight: normal !important;
}

.call_button {
    display: inline-block;
    background-color: #E97400;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.call_button:hover {
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
}

.call_button:before {
    display: block;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    width: 25px;
    height: 25px;
    content: "";
    background: url("../images/callnow.png"), none;
}

.directtions_button {
    display: block !important;
    background-color: #3F9D1A !important;
    width: 100% !important;
    padding: 39px !important;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    border: none !important;
    margin-top: 10px;
}

.directtions_button:hover {
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
    border: none !important;
}



.contact_call_button {
    display: inline-block;
    background-color: #f7d4b1;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.contact_call_button:hover {
    color: #fff !important;
    font-size: 18px !important;
    text-align: center !important;
}

.contact_call_button:before {
    display: block;
    margin-right: 10px;
    float: left;
    width: 25px;
    height: 25px;
    content: "";
    background: url("../images/callnow.png"), none;
}

/*Restaurant row style*/
.restaurantRow{
    padding-top: 1em;
    padding-bottom: 1em;
}
.list-group-item-heading {
    color: #4f7303 !important;
}
.list-group-item-text {
    color: #646464 !important;
}

#leftPanel{
    background: #eeeeee;
}

.inspectionhistoryfields{
    color: #646464;
}

.rightborder{
    border-right:1px; border-bottom: 0px; border-left:0px; border-top: 0px; border-color:#979797;border-style: solid;
}
.bottomborder{
    border-right:0px; border-bottom: 1px; border-left:0px; border-top: 0px; border-color:#eeeeee;border-style: solid;
}

/*Restaurant row style*/
.inspectionRow{
    padding: 1em 0.5em 1em 0.5em !important;
    margin: 0px !important;
}

.rowWhite{
    background: #ffffff;
}
.rowGrey{
    background: #eeeeee;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    /*   background-color: #286090;*/
    border-color: #286090;
    border-style: solid;
    color: #286090;
    padding-top: 0.1em;
    padding-right: 0.1em;
}

.redColor{
    color: #b11919 !important;
    margin: 0;
}

.greenColor{
    color: #4f7303 !important;
}
.greyColor{
    color:#646464 !important;
}
/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}


/*Important line below, this helps glyphicons to be seelctable*/
.glyphicon {
    pointer-events: all !important;
}

/*Loadmore start*/
/*
#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}
*/
/*Loadmore end*/

@media (min-width: 720px) {
    .userIdLabel {
        padding-top:12px;
        padding-bottom:12px;
    }
    #restaurantMap {
        display:block !important;
    }
    #leftPanel {
        display:block !important;
    }
    #listandmap {
        height:100%; 
        padding-bottom:140px !important; 
        margin-top:0.5em;
    }    
}

@media (min-width: 992px) {
    #listandmap {
        height:100%; 
        padding-bottom:190px !important; 
        margin-top:0.5em;
    }
}

.bootstrap-timepicker-hour, .bootstrap-timepicker-minute, .bootstrap-timepicker-meridian {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 1em !important;
}

#view-details {
    color: grey;
    font-weight:bold;
}

#view-details:hover {
    color: grey !important;
    font-weight:bold !important;
}

@media (max-width: 600px) {
    #contact {
        width: 25% !important;
        height: 25% !important;
    }
    #disclaimer {
        width: 25% !important;
         height: 25% !important;
    }
    #home {
        width: 25% !important;
         height: 25% !important;
    }
    #btnback {
        width: 14% !important;
        height: 14% !important;
    }
    #logo{
        width: 80%;
         height: 80% !important;
    }

    .headerrow {
        margin-right: -5px; 
        margin-left: -5px;
    }
}

a, a:hover, a:focus, a:visited {
    color: #255c8b !important;
    text-decoration: none;
}

.headerrow{
    max-height: 99px;
    background-image: url("../images/header.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 70% 50%;
    /*margin-top: 5px;*/
}


/*#popular_searches,#advancesearch*/
/*{*/
    /*float: left;*/
    /*cursor: pointer;*/
    /*color: #286090;*/
    /*background: white;*/
    /*width: 49%;*/
    /*display: block;*/
    /*text-align: center;*/
    /*border-radius: 25px;*/
    /*padding: 5px;*/
    /*margin: 5px .5% 0 .5%;*/
    /*font-size: 15px;*/
/*}*/

.view_button {
    font-size: 1.2em !important; 
    padding: 0.1em !important; 
    color: #2b70bb; 
    background-color: #fff; 
    vertical-align: middle; 
    font-family: Helvetica,Arial !important;
    border: 1px solid #2b70bb;
    width: 50%;
    float: left;
}

.active_btn {
    background-color: #2b70bb; 
    color: #fff;
}

.popular span{
    color: #326b1b;
    cursor: pointer;
    margin: 5px;
    width: max-content;
    border: 1px #326b1b solid;
    padding: 5px;
    display: block;
    float: left;
}

.popular span:hover{
    color: #fff;
    background-color: #7bb009;
}

.inputfile-1 + label {
    color: #1029EA;
}

.inputfile-1 + label {
    padding: 0;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    border-color: #722040;
}

.inputfile-1 + label span,
.inputfile-1 + label strong {
    padding: 0.625rem 1.25rem;
}

.inputfile-1 + label span {
    max-width: 100%;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-1 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-1:focus + label strong,
.inputfile-1.has-focus + label strong,
.inputfile-1 + label:hover strong {
    background-color: #722040;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile {
    width: 0.1px !important;
    height: 0.1px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -1 !important;
}

.form-control.ui-focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
} 

.error 
{
    color: red !important;
    font-size: 0.8em !important;
}

.noclose .ui-dialog-titlebar-close
{
    display:none;
}

.files-table
{
    width: 100%;
}

.files-table td {
    padding: 5px 0 5px 0;
}

.files-table th
{
    padding: 5px 0;
    background: whitesmoke;
}

input[type=file] {
    width: 420px;
    color: transparent !important;
}

.remove {
    height: 20px;
    width: 20px; 
    background: transparent;
}

.ui-widget {
    font-family: Helvetica,Arial !important;
    font-size: 1em !important;
}

.ui-widget-header {
    background: #e9e9e9 !important;
    color: #333333 !important;
}

  select,
  textarea,
  input {
    font-size: 16px !important;
  }
  
  .btn-details {
      width: 100%;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    border: 2px solid !important;
    border-radius: 20px !important;
    border-color: #286090 !important;
    background: transparent;
    color: #3a6283 !important;
    font-weight:600;
  }

button:focus { outline: none !important; box-shadow: none !important; }

button:active {
    outline:none !important;
}

.max-height{
    height:100%; min-height:100%;
}

button.close {
  opacity: 1.0 !important;
}

.placeholder {
    color: #5f5d5d !important;
}






/* Striped progress bar */
.progress-bar {
    position: relative;
    overflow: hidden;

    /* Stripes background */
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255,255,255,.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255,255,255,.15) 50%,
            rgba(255,255,255,.15) 75%,
            transparent 75%,
            transparent
    );
    background-image: linear-gradient(
            45deg,
            rgba(255,255,255,.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255,255,255,.15) 50%,
            rgba(255,255,255,.15) 75%,
            transparent 75%,
            transparent
    );
    background-size: 40px 40px; /* required for animation */
}

/* Keyframes for stripe animation */
@-webkit-keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to   { background-position: 0 0; }
}
@keyframes progress-bar-stripes {
    from { background-position: 40px 0; }
    to   { background-position: 0 0; }
}

/* Active striped animation */
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite; /* Safari */
    animation: progress-bar-stripes 2s linear infinite; /* Desktop/Chrome/Firefox */
    transform: translateZ(0); /* Force GPU layer for smooth animation */
}
