@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body,html{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background:#edecec;
}

.no-padding{
    padding:0 !important;
}

.no-margin{
    margin:0 !important;
}



/*=====  Header Full screen Start  =====*/

.full-screen-header {
    background: url(../images/newFood/offer2.jpg) no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    padding-bottom: 90px;
    zoom: 1;
    position: relative;
}

.full-screen-header .header-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    top: 0;
    left: 0;
}

.panel {
    border:0;
}

.panel-heading{
    overflow: hidden;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.panel-heading .panel-title{
    font-size:20px;
    font-weight:500;
    color: #555;
    line-height: 30px;
}

.panel-heading p {
    margin: 0;
    color: #888;
    font-size: 16px;
    font-weight: 200;
}

.panel-body {
    padding: 20px 20px 15px 20px;
    background: #eee;
    text-align: left;
    border-radius:0px 0px 2px 2px;
}

.lb-form .form-control{
    height:45px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight:300;
    line-height:45px;
    color: #555;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
}

.help-block{
    margin-bottom: 0;
    color: #888;
    font-weight: 100;
}

.panel-footer {
    padding: 15px 15px;
    background-color: #f5f5f5;
}

.panel-footer .btn-default{
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 2px;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.or-box {
    position: relative;
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
    margin-top: 20px;
}
.or {
    color: #999ca2;
    background-color: #eeeeee;
    position: absolute;
    text-align: center;
    top: -14px;
    width: 40px;
    left: 50%;
    margin-left: -25px;
    line-height: 26px;
}

