 .wizard > .steps > ul > li{
    width: 20%;
 }
 .wizard > .steps a,.wizard > .steps a:hover{
      border-radius: 20px 20px 20px 20px;
       font-size: 150%;
    margin: 0 0.5em 0.5em;
    padding: 0.5em;
 }
 .wizard > .content > .body{
    position: relative;
 }
 .float_left{
    float: left;
 }
 #appModal .modal-dialog{    
    width: 50% !important;
    margin: 20px auto;
 }
 #featureModal .modal-dialog, #backImageLibraryModal .modal-dialog{    
    width: 80%;
    margin: 20px auto;
 }
 #storeHourModal .modal-dialog{    
    width: 60%;
    margin: 20px auto;
 }
 #nearMeModal .modal-dialog{    
    width: 80%;
    margin: 20px auto;
 }
 #specialModal .modal-dialog{    
    width: 80%;
    margin: 20px auto;
 }
 .clear{
    clear: both;
 }
 .custom_media-gal{
    margin-top: 0px;
 }
 .custom_media-gal .item{
    width: 78px;
    background-color: #EEEEF2;
 }
 .custom_media-gal .item-wo-bg{
    width: 78px;
    background-color: #EEEEF2;
 }
 .custom_media-gal .item img{
    height: auto;
 }
 .photo_media-gal{
     float: none;
 }
 .photo_media-gal .item{
    width: 150px;

 }
 .photo_media-gal .item img{
    height: auto;
 }
 @media (min-width:768px)
{
    .wizard > .content > .body ul > li {
        display: table-cell;
    }
}
.panel-heading .nav>li.active>a,.panel-heading .nav>li>a:hover{
    background-color: #EEEEEE;
 }
 .panel-heading .nav>li>a{
    color: #F58025;
    font-weight: bold;
   /* padding: 10px 15px !important;*/
}
.tab-bg-dark-navy-blue{
    background-color: #003F5F;
}
.panel-heading .nav{
    margin: -15px -16px -15px;
}

td.actionLinks>a{
    margin-left:5px;
}
td.actionLinks>a:first-child{
    margin: 0;
}
.dataTables_filter{
    float: none;
}
.custombg{
   
border-radius: 5px;
 border: 1px solid #C0C5C4;
}

.dd{
     display: table!important;
     max-width:100% !important;
}
.dd-item {
    display: table-row !important;
    position: static!important;    
}
.dd-list-mine{
    display: table-row-group;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.myHandleClass{    
    cursor: move;    
    position: relative; 
    width: 5%;
}
.dd-dragel{
    width: 100%;
    position: absolute;
    display: table;
}
 .dd-dragel tr td{
    padding: 10px;
    border: 1px solid #ddd;
    line-height:1.428571429;
 }
 .adv-table table tr td{
    line-height: 30px;
 }
 .my-handle:before{
    content: '≡';
    display: block;
     
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
 }
 .my-handle{
    background: none repeat scroll 0 0 #D5D5D5;
     width: 30px;
   
}
.dd-placeholder, .dd-empty{
    display: table-row;
}
.dd-placeholder .tableCell{
    display: table-cell;
}
.removeBtn{
    height: 18px;
    width: 18px;
    position: absolute;
    top: -8px;
    right: -7px;
    display: none;
}
.ui-sortable .item:hover >.removeBtn,.ui-sortable .item:hover >.descBtn{
    display:block; 
}
.ui-sortable .item{
    position: relative;
}
.datepicker{
    z-index: 10000;
}
.panel-body-border{
     border-bottom: 1px solid #EFF2F7;
    border-left: 1px solid #EFF2F7;
    border-right: 1px solid #EFF2F7;
}
.ui-state-default
{
    border: none;
    background: none;
    color: inherit;
    cursor: move;
}
.mini-icon-layout{
    width: 30px;
height: 30px;
 
line-height: 30px;
 
font-size: 18px;
}
.menu-button-sortable .mini-stat{
background: #003F5F;
color: white;
padding: 10px;
}
.menu-button-sortable .mini-stat:hover{
background: #465a78;
color: white;
}
.mycolorPickerCss{
    float:none;text-align:left;
}
.mycolorPickerCss i{
    height: 25px !important;
    width: 25px !important;
}
.fiveButtonLayout{
     width: 20%; 
}
.myHide{
    z-index: 1051;
}
.my-i{
    background: url(../images/icons/i_restuarant.png);
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
.icon-cont{
    height: 40px;
    width: 40px;
}
.nav-content-bar .icon-cont{
    height: 25px;
    width: 25px;
    float: left;
}
.icon-cont img{
    height: 100%;
    width: 100%;
}
.nav-content-bar li a,.nav-content-bar li a:hover,.nav-content-bar li a.current{
font-size:15px;
}
.nav-content-bar .link-span{
    float: left;
    margin-left: 10px;
    line-height: 20px;
}
.nav-bar-custom li a{
    line-height: 25px;  
}
.nav-bar-custom li a .link-span{
float: left;
margin-right: 5px;
}
.nav-bar-custom li a .icon-cont{
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    border-radius: 10% 10% 10% 10%;
    float: left;
}
.descBtn{
    position: absolute;
    bottom: 40%;
    text-align: center;
    width: 70%;
    height: 40px;
    background-color: #f2f2f2;
    line-height: 40px; 
    display: none;
    left: 15%;
    border-radius: 5px;
}
.descBtn:hover{
    background-color:#F58025;
}
.descBtn:hover >  a{
   
    color: white !important;
}
.descBtn a{
    color: black !important;
}
.has-success,.has-success p{
color: green !important;
font-size: 13px !important;
}
.has-error ,.has-error p {
color: red !important;
font-size: 13px !important;
}
.icon-gallery-feature{
    height: 200px;
    overflow: auto;
    padding: 10px;
}
.icon-gal img{
    height: 60px !important;
    width: 60px;
}
#gallaryRow{
    
    margin-left: 0;
    margin-right: 0;
    padding: 8px; 
}
.panel-body-with-border{
    border-bottom: 1px solid #F1F2F7;border-right: 1px solid #F1F2F7;border-left: 1px solid #F1F2F7;
}

.error_msg_color{
    color:red !important;
}
.error_msg_color p{
    color:red !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px !important;
    text-rendering: optimizelegibility !important;
}