﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.black_overlaygroup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: darkgrey;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.white_packetgroup {
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    top: 11.5%;
    left: 25%;
    width: 45%;
    height: 50%;
    padding: 1px;
    border: 2px solid #0287cc;
    background-color: white;
    border-radius: 6px;
    z-index: 1002;
    overflow: hidden;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

.TabItemRezerv {
    width: 23%;
    text-align: center;
}

@media (max-width: 1024px) {
    .TabItemRezerv {
        width: 22%;
        text-align: center;
    }
}

.SelectFood_Self {
    padding: 0px 5px;
    display: inline-block;
    width: 85%;
}

.PersianDropDown {
    padding: 0px 1px;
    display: inline-block;
    width: 100%;
}

.SelectedDropdown {
    padding: 0px 10px;
    display: inline-block;
}

.FoodLogo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: -1;
    height:570px;
}

.badgeNotif {
    background-color: #ce3211;
    margin-bottom: 12px;
    position: absolute;
    left: 6px;
    font-size: larger;
    border: 2px solid white;
    border-radius: 25%;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.28);
}

.Logintab-style {
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.28);
    border: 5px solid #eee;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background-color:#eee;
}

    .Logintab-style > div {
        display: block;
        margin: 0;
        background: #fff;
        border: 1px solid #ddd;
        border-top: 0;
    }

.size-p1 {
    padding: 10px 80px 0 80px;
}

.size-p2 {
    overflow-y: auto;
    height: 367.2px;
    padding: 10px 5px 0 5px
}

.Logintab-style ul {
    display: block;
    margin: 0; /* margin-bottom: 0; top gap of content */
    padding: 0;
    height: 45px;
    border-radius: 5px;
}

    .Logintab-style ul li {
        display: block;
        width: 50%;
        height: 45px;
        padding: 0;
        float: right;
        margin-right: 0px; /* tabs distance */
        transition: 0.5s ease;
        -o-transition: 0.5s ease;
    }

        .Logintab-style ul li.active a{
            color: #0287cc !important;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: rgb(221, 221, 221);
            border-bottom-color: transparent;
        }

        .Logintab-style ul li a {
            display: block;
            width: auto;
            height: 45px;
            padding: 9px 36px 0px;
            line-height: 30px;
            margin: 0;
            color: #666;
            background: #eee;
            text-decoration: none;
            transition: 0.5s ease;
            -o-transition: 0.5s ease;
        }

            .Logintab-style ul li a:hover {
                color: #0287cc;
            }

            .Logintab-style ul li a.active {
                background: #0287cc;
                border-width: 1px 1px 0 1px;
                height: 45px;
                color: #000;
                border-bottom-color: rgba(255,255,255,0);
                border-radius: 5px;
            }
/*-----start-responsive-design------*/

@media only screen and (min-width: 1600px) {

    .FoodLogo {
        height: 630px;
    }
}

@media (max-width: 540px) {
    .sidebar {
        height: auto;
        padding-top: 100px;
    }
}
@media (max-width: 300px) {
    .sidebar {
        height: auto;
        padding-top: 150px !important;
    }
}
@media (max-width: 330px) {
    .sidebar {
        height: auto;
        padding-top: 165px !important;
    }
}
@media only screen and (max-width: 480px) {

    .Logintab-style ul li a {
        padding: 9px 0 0;
    }

    .size-p1 {
        padding: 10px 10px 0px 10px;
    }

    .size-p2 {
        overflow-y: auto;
        height: 320px;
        padding: 10px 5px 0px 5px
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .FoodLogo {
        display: none;
    }
}
@media only screen and (max-width:320px) {

    .Logintab-style ul li a {
        padding: 9px 0 0;
    }

    .size-p1 {
        padding: 10px 10px 0px 10px;
    }

    .size-p2 {
        overflow-y: auto;
        height: 320px;
        padding: 10px 5px 0px 5px
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .FoodLogo {
        display: none;
    }
}
 @media only screen and (max-width:1180){

 }
.login-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #f4f4f4;
    padding: 4px 10px 4px;
    background-color: #ffffff;
    text-align: right;
}

@media only screen and (max-width: 300px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }

    .col-lg-12 {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col-md-4 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 1023px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }

    .col-lg-12 {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .col-lg-3 {
        padding-right: 7px !important;
        padding-left: 7px !important;
    }

    .col-md-4 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .navRezerv {
        padding-right: 0px;
        padding-left: initial;
    }

    .nav-tabs-reserve > .nav-tabs > li > label, .nav-tabs-reserve > .nav-tabs > li > label:hover {
        margin: 3px;
        cursor: pointer;
    }
}

@media only screen and (min-width: 1200px) {
    .navRezerv {
        padding-right: 8px;
        padding-left: initial;
    }
}

@media (max-width: 600px) {
  .res{
      margin-top:160px;
  }
}
@media(max-width:990px){
    .res{
        margin-top:160px;
    }
}
/*Row Top Margin*/

.rowFixMargin {
    margin-top:15px;
    margin-right:0px;
}

.rowFixMargin2 {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
}

.rowRdioMargin {
    margin-right: 0px;
}

.SBOperation {
    margin-top: 5px;
    display: block;
    width: 100px;
}
.treeviewcheckgroupmodallist {
    height: 30%;
    border: 0;
    padding: 0;
}
.treeviewgroupmodallist {
    height: 100% !important;
    border: 0;
    padding: 0;
}
.treeviewcheckboxlist {
    height: 200px;
    border: 1px solid gainsboro;
    padding: 2px;
    overflow-y: auto;
}
.black_overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.white_overlay {
    position: fixed;
    top: 8%;
    left: 5%;
    width: 90%;
    height: 92%;
    padding: 1px;
    border: 3px solid green;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
.box_header {
    width: 100%;
    height: 30px;
    background-color: green;
    padding: 3px;
}
#myContainer {
    width: 100%;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#my-body {
    overflow-y: auto;
}
/* Style tab links PanelOperator */
.tablink {
    float: right;
    border: none;
    outline: none;
}

    .tablink:hover {
        background-color: #777;
    }

/* Style the tab content PanelOperator (and add height:100% for full page content) */
.tabcontent {
    padding: 16px 20px;
    width: 100% !important;
}
/* Style for font-size search*/
.box-body .input-group .form-control {
    font-size: 12px !important;
}

.tab-content .row .col-lg-2 .control-label .btn-block .cell-border {
    font-size: 12px !important;
}

#Short_specifications .row .control-label {
    font-size: 13px !important;
}

#Short_specifications .row .contentcolor {
    font-size: 12px !important;
}

.notification-icon {
    font-size: 20px !important;
}

.label-count {
    color: #fff !important;
    background-color: #f93154 !important;
    font-size: 0.95rem !important;
    padding: 0.35rem 1.5rem 0.5rem !important;
    line-height: 1.5;
    font-weight: bold !important;
}

.label-count-menu {
    color: #fff !important;
    background-color: #f93154 !important;
    font-size: 0.95rem !important;
    padding: 0.35rem 0.5rem 0.5rem !important;
    line-height: 0.9 !important;
    font-weight: bold !important;
}
.dataTables_empty {
    color: rgb(230, 16, 23) !important;
}


.bell {
    width: 100%;
    position: relative;
    margin: 0px auto;
    margin-top: 75px;
}

.bellinner {
    width: 40px;
    height: 190px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #e0c137 50%, #c7ac34 50%);
    position: relative;
    border-radius: 20px;
    margin: 0 auto;
}

.rounded {
    width: 20px;
    height: 20px;
    border: 4px solid #fecf57;
    border-radius: 15px;
    position: absolute;
    margin-top: -18px;
    margin-right: 11px;
}

.shell {
    width: 160px;
    height: 160px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    background: #fecf57;
    position: absolute;
    margin-right: -57px;
    cursor: pointer;
    box-shadow: inset 10px 0px #ECC051;
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotateZ(-5deg);
        transform: rotateZ(-5deg);
    }

    50% {
        -webkit-transform: rotateZ(5deg);
        transform: rotateZ(5deg);
    }

    100% {
        transform: rotateZ(-5deg);
        -webkit-transform: rotateZ(-5deg);
    }
}

@keyframes swing {
    0% {
        transform: rotateZ(-5deg);
    }

    50% {
        transform: rotateZ(5deg);
    }

    100% {
        transform: rotateZ(-5deg);
    }
}

@-moz-keyframes swing {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}

.shellbottom {
    width: 180px;
    height: 15px;
    border-radius: 10px;
    background: #fecf57;
    position: absolute;
    margin-top: 155px;
    margin-right: -10px;
}
.eyesclose {
    width: 15px;
    height: 10px;
    border-radius: 10px;
    background: transparent;
    border-top: 3px solid #8d7713;
    position: absolute;
    margin-top: 85px;
    margin-right: 40px;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    display: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

    .eyesclose:before {
        content: "";
        width: 15px;
        height: 10px;
        border-radius: 10px;
        background: transparent;
        border-top: 3px solid #8d7713;
        position: absolute;
        margin-right: 60px;
        border-radius: 50%;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }
.mouthnew {
    width: 30px;
    height: 25px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #e74c3c;
    position: absolute;
    margin-top: 120px;
    margin-right: 63px;
    display: none;
}

.bg {
    background: url(../../Images/Notification.png) !important;
    background-size: 250px 250px !important;
    background-repeat: no-repeat !important;
    background-position-x: left !important;
    background-position-y: bottom !important;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
    overflow-y: auto;
    height: 395px;
}

.hideNotification{
    display:none;
}
.res {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.Loginrow {
    position: absolute !important;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 500px !important;
}
.login {
    padding: 10px !important;
    color: #0287cc !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221) !important;
    border-bottom-color: transparent;
}

