/*
This File is created by S Brinta
Email: <brrinta@gmail.com>
Web: http://brinta.in
Do not edit file without permission of author
All right reserved by S Brinta
*/
/* 
    Created on : Apr 15, 2017, 8:14:10 AM
    Author     : S Brinta <brrinta@gmail.com><http://brinta.in>
*/
.ui-autocomplete {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
* html .ui-autocomplete {
    height: 100px;
}
select,input{
    color: black!important;
}
.navbar-default > a,.navbar-default a {
    color: #26379f!important;   
}
.navbar-default {
    background-color: #ffffff!important;
    border-color: #ffffff!important;
}
body{
    background-color: whitesmoke;
}
.main_body{
    margin-top: -10px!important;
    background-color: white;
}
.hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 5px dotted #122b40;
}
.div-square {
    padding:5px;
    border:5px double #26379f;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    margin:5px;
}
#wrapper {
    width: 100%;
}
#page-wrapper {
    background:white;
    padding-bottom: 5px!important;
}
.pad-top {
    padding-top:25px;
}
#page-inner {
    width:100%;
    margin:10px 10px 10px 0px;
    background-color:white;
    padding:10px;
}
.div-square> a,.div-square> a:hover {
    color:#26379f;
    text-decoration:none;
}
#dishlist{
    background-color: tomato;
    height: 100%;
    min-height: 100%;
}
@media(min-height:300px){
    .gap{
        height: 20px;
    }
}
@media(min-height:500px){
    .gap{
        height: 100px;
    }    
}
@media(min-height:700px){
    .gap{
        height: 200px;
    }
}
.dropdown-menu-back{
    background-color:#ffffff!important;
    width:100%;
}
.container-fluid {
    position: relative;
}
.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mainmenu a {
    display: block;        
    text-decoration: none;
    padding: 10px;
    color: #26379f!important;
}
.mainmenu a:hover {
    background-color: #C5C5C5;
    color: black!important;
}
.mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
    color: black!important;
}
.submenu a {
    background-color: #999;
}
.submenu a:hover {
    background-color: #666;
}
.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}
.pointer{
    cursor:pointer;
}
.border{
    border:1px solid black;
}
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
@media(min-width:700px){
    .modal-content{
        min-width: 650px!important;
    }
}
.ui-autocomplete {
    z-index: 5000;
}