﻿

/*-- =============================================
-- Author: Adityasing Hajeri
-- =============================================*/

.mostly-customized-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa; /* or add it to the track */
}

.modalHeaderColor {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-edit:before {
    content: "\e065";
}

.has-feedback .form-control-feedback {
    position: absolute;
    /*top: 30px;*/
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}

/*.bg-dark {
    background-color: #361F5A !important;
}*/

.btn-cdm {
    color: #fff !important;
    background-color: #C2308F;
    border-color: #C2308F;
    box-shadow: none;
}

.btn:hover {
    outline: 0;    
    /*box-shadow: 0 0 0 0.2rem rgba(214, 35, 226, 0.55);*/
}
.btn:focus {
    /*outline: 0;*/
    box-shadow: none !important;
    /*box-shadow: 0 0 0 0.2rem rgba(214, 35, 226, 0.55);*/
}
.btnCancel {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
    .btnCancel:hover {
        outline: 0;
        box-shadow: 0 0 0 0.2rem #ccc;
    }

    .btnCancel:focus {
        /*outline: 0;*/
        box-shadow: none !important;
        /*box-shadow: 0 0 0 0.2rem rgba(214, 35, 226, 0.55);*/
    }
    .btnClock {
    /*display: inline-block;*/
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    /*-moz-user-select: none;
    -ms-user-select: none;*/
    user-select: none;
    border: 1px solid transparent;
    /*padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;*/
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
        .btnClock:hover {
            outline: 0;
            box-shadow: 0 0 0 0.2rem #ccc;
        }

        .btnClock:focus {
            /*outline: 0;*/
            box-shadow: none !important;
            /*box-shadow: 0 0 0 0.2rem rgba(214, 35, 226, 0.55);*/
        }

.fa-edit:focus {
    box-shadow: none !important;
    outline: none !important;
}
.textboxcss {
    font-size: 14px;
    width: 20%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.txtBox {
    font-size: 14px;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.bootstrap-iso .formden_header h2, .bootstrap-iso .formden_header p, .bootstrap-iso form {
    font-family: Arial, Helvetica, sans-serif;
    color: black
}

    .bootstrap-iso form button, .bootstrap-iso form button:hover {
        color: none !important;
    }

.ddlsearch {
    width: 200px;
}

.lblSearch {
    margin-top: 8px;
}

.txtEventOrder {
    font-size: 14px;
    width: 62%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.alltblhead {
    background-color: #C2308F;
    color: #fff;
    /*font-size: 1rem;*/
    display: none;
}
.BEODetailsDatatablehead {
    background-color: #C2308F;
    color: #fff;
    /*font-size: 1rem;*/
    /*display: none;*/
}
.BEODetailsDatatablefooter {
    background-color: #C2308F;
    color: #fff;
    /*font-size: 1rem;*/
    /*display: none;*/
}
.setscrollHeadHeight {
       height:42px !important;
    }
.table thead th {
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}

.table thead th {
    text-align: left;
    vertical-align: top;
    border-bottom: 2px solid #dee2e6;
}

.table td {
    text-align: left;
}

.btn-bs-file {
    position: relative;
    /*width: 200px;*/
    width: 165px;
}
    .btn-bs-file input[type="file"] {
        position: absolute;
        top: -9999999;
        filter: alpha(opacity=0);
        opacity: 0;
        width: 0;
        height: 0;
        outline: none;
        cursor: inherit;
    }
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #C2308F;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 46%;
    margin-top: 2em;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*h1, h2, h3, h4, h5, h6 {
    padding: 5px 0 15px 0;
    margin: 0;
    color: #333;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h4, .h4 {
    font-size: 20px;
    line-height: 28px;
}
h1, .h1 {
    font-size: 32px;
    line-height: 46px;
}
h1, .resetpwdLabel {
    font-size: 32px;
    line-height: 46px;
}
/*Login Page*/
.loginLabel {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #c2308f;
    font-size: 16px;
}
.loginbody {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #777;
    font-weight: normal;
    /*background: url("../img/bg-theme/1.png");*/
}
.loginPageHeading h1 {
    color: #6B088B;
    margin-top: 4%;
    margin-left: 11%;
}
.loginFormDiv {
    height: 590px;
    background-color: rgba(0, 0, 0, 0.075);
    border-top: 1px solid #6B088B;
    border-bottom: 1px solid #6B088B;
}

.validationDiv span {
    margin-top: 30px;
}

.loginMainDiv {
    margin-top: 100px;
}
.loginlogo {
    /*height: 130px;
    width: 400px;*/
    width:100%;
    height:auto;
}
.color-white {
    color: white !important;
}
.color-6B088B {
    color: #6B088B;
}
.color-361F5A {
    color: #361F5A;
}
.color-C2308F {
    color: #C2308F;
}
.loginfooterDiv {
    background-color: white;
    height: 30px;
    margin-top: 0px;
    margin-right: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-1 {
    margin-top: 1%;
}
.margin-left-22 {
    margin-left: 22px;
}
.m-l-10 {
    margin-left: 10px;
    margin-top: 1%;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-top-100 {
    margin-top: 100px;
}
.margin-top-35px {
    margin-top: 35px;
}
.margin-top-5pec {
    margin-top: 5% !important;
}
.margin-left-960px {
    margin-left: 960px;
}
 .logo {   
    width:27%;
    height: auto;
    /*Added by Aditya On 16/11/2018 */   

    /*margin-top: -9px;
    margin-left: -14px;
    margin-bottom: -8px;
    margin-right: 9px;*/
    margin:-9px 9px -8px -14px;
}

/*Home Page*/
.font-size-12 {
    font-size: 12px;
}
.hide {
    display: none;
}
.sortAscDesc {
    float: right;
    font-size: 13px;
    margin-right: -13px;
    margin-top: 12%;
}
.sortBLAD {
    float: right;
    font-size: 13px;
    margin-right: -14px;
    margin-top: 12%;
}
.sortUser {
    float: right;
    font-size: 13px;
    margin-left: -10px;
    margin-top: 2%;
}

tbl-height-homepage {
    height: 580px;
    overflow-y: auto;
}

.btnNextPrev {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.width-80px {
    width: 80px;
}

.btnSearch {
    padding-top: 15px;
    margin: 0 auto;
}

.beo-search-panel {
    margin-top: -6px;
    margin-bottom: 12px;
    padding: 16px 18px;
    background: #f8f9fb;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.beo-search-panel-body {
    display: flex;
    align-items: stretch;
    gap: 18px;
}
.beo-search-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px 16px;
}
.beo-search-field label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #545454;
    line-height: 1.2;
}
.beo-search-panel .txtBox,
.beo-search-panel .txtEventOrder {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
}
.beo-search-field-building {
    grid-column: span 1;
}
.beo-search-action-col {
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
    padding-bottom: 1px;
}
.beo-search-btn {
    min-width: 110px;
    height: 38px;
    padding: 0 24px;
    font-weight: 600;
}
@media (max-width: 1400px) {
    .beo-search-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 1100px) {
    .beo-search-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .beo-search-panel-body {
        flex-direction: column;
    }
    .beo-search-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .beo-search-action-col {
        align-items: stretch;
    }
    .beo-search-btn {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .beo-search-grid {
        grid-template-columns: 1fr;
    }
}

.modal-content-homepage {
    width: 260%;
    right: 75%;
}
.height-600px {
    height: 600px;
}

.textarea-resize {
    resize: none;
}

.footerDiv {
    padding-right: 20px;
}

.txt-center {
    text-align: center !important;
}

.BEOStatusImg {
    height: 24px;
    /*margin-top: -4px;*/
    margin-top: 0px;
}

.height-24px {
    height: 24px;
}

.height-10pec {
    height: 10%;
}
.font-size-editBeo {
    font-size: 1.5rem;
}

.tbl-height-userpage {
    height: 330px;
    overflow-y: auto;
}
.modal-content-userpage {
    width: 150%;
    right: 25%;
}
.height-38px {
    height: 38px;
}

.loaderDiv {
    text-align: center;
    padding: 15px 0 15px 0;
    border-radius: 0px;
}

.padding-top-5px {
    padding-top: 5px;
}
.form-check-login {
    position: relative;
    display: block;
    padding-left: 0rem;
}
.width-50pec {
    width: 50% !important;
}
.font-size-editBeoStatus {
    font-size: 1.5rem;
}
#appadd {
    white-space: nowrap;
    overflow: hidden;
    width: 10px;
    height: 10px;
    text-overflow: ellipsis; 
}
#Select-b tbody tr:hover td 
	{
        background: none repeat scroll 0 0 #C2A1/*#7AA9D8 /*#5A94CE*/; /*#9CF*/
        color: black;
    }
#BEODetailsDatatable tbody tr:hover td {
    background: none repeat scroll 0 0 #C2A1 /*#7AA9D8 /*#5A94CE*/; /*#9CF*/
    color: black;
}
.modal-content-homepage-activecancel {
    /*width: 100%;*/
    /*right: 0%;*/
    margin-top: 30%;
}
.width-100pec {
    width: 100% !important;
}
/*.widget-title {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 38px;
    margin: 1px;
}
.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}*/

/*.nav-item:hover {
  background: linear-gradient(to right, #C2308F, #361f58);       
} */

.admin-heder-heding {
    color: #bdbdc7;
    font-size: 1.25rem;
    margin-left: 10px;
    font-weight: 500;
}

/*========= Home.html =========*/
.controller-heading {
    font-size: 14px;
    font-weight: 500;
    color: #545454 !important;
}
.divnotassignbeo-datetime {
    padding: 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.divnotassignbeo-select {
    padding: 2%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 5%;
    min-width: 40px;
}
.assign-bulk-toolbar {
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    padding: 12px 15px;
    margin-top: 9px;
    margin-bottom: 0;
    border-radius: 6px;
}
.assign-steps-guide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin-bottom: 12px;
    padding: 10px 14px;
    background: var(--theme-loader-color, #C2308F);
    border: 1px solid var(--theme-loader-color, #C2308F);
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
}
#ShowNotAssignOrders .assign-steps-guide .assign-step,
#ShowNotAssignOrders .assign-steps-guide .assign-step-sep,
#ShowNotAssignOrders .assign-steps-guide .assign-step strong {
    color: #ffffff !important;
}
.assign-step-sep {
    opacity: 0.92;
    font-weight: 600;
}
.assign-field-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #545454;
}
.assign-selected-info {
    padding-top: 0;
}
.assign-selected-count {
    display: inline-block;
    min-width: 110px;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.assign-apply-col {
    padding-top: 0;
}
.assign-apply-btn {
    height: 38px;
    font-weight: 600;
}
.assign-bulk-hint {
    display: block;
    margin-top: 6px;
    color: #777;
    font-size: 11px;
    line-height: 1.35;
}
.assign-footer-actions .assign-primary-btn {
    min-width: 180px;
    margin-right: 10px;
}
.assign-footer-actions .assign-cancel-btn {
    min-width: 120px;
}
.assign-bulk-toolbar-row {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.assign-bulk-label {
    padding-top: 7px;
}
.assign-bulk-label .controller-heading {
    margin-bottom: 0;
    font-weight: 600;
}
.assign-order-popup-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.82);
    z-index: 30;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.assign-order-popup-loader.is-active {
    display: flex !important;
}
.assign-order-popup-loader-panel {
    text-align: center;
    padding: 28px 36px 24px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
    min-width: 220px;
}
.assign-order-popup-spinner {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    border: 5px solid #f0f0f0;
    border-top-color: var(--theme-loader-color, #C2308F);
    border-radius: 50%;
    animation: assign-order-popup-spin 0.85s linear infinite;
}
.assign-order-popup-loader-text {
    margin: 0;
    color: #545454;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
@keyframes assign-order-popup-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.assign-order-table-wrapper {
    margin-top: 9px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.assign-order-table-scroll {
    max-height: 23em;
    overflow: auto;
}
.assign-order-table-wrapper .assign-order-table {
    margin-bottom: 0;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.assign-order-table col.assign-col-select {
    width: 42px;
}
.assign-order-table col.assign-col-order {
    width: 10%;
}
.assign-order-table col.assign-col-time {
    width: 9%;
}
.assign-order-table col.assign-col-date {
    width: 10%;
}
.assign-order-table col.assign-col-space {
    width: 11%;
}
.assign-order-table col.assign-col-room {
    width: 8%;
}
.assign-order-table col.assign-col-caterer {
    width: 17%;
}
.assign-order-table-wrapper .assign-order-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #f5f5f5;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    color: #545454;
    padding: 8px 4px;
    border-bottom: 2px solid #ddd;
    box-shadow: inset 0 -1px 0 #ddd;
}
.assign-order-table-wrapper .assign-order-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding: 6px 4px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.assign-order-table-wrapper .assign-order-table .assign-col-select {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}
.assign-order-table-wrapper .assign-order-table thead th.assign-col-space,
.assign-order-table-wrapper .assign-order-table thead th.assign-col-caterer {
    white-space: normal;
    line-height: 1.2;
}
.assign-order-table-wrapper .assign-order-table .form-control {
    width: 100%;
    min-width: 0;
    font-size: 12px;
    padding: 4px 5px;
    height: 30px;
    box-sizing: border-box;
}
.assign-order-empty {
    text-align: center;
    padding: 40px 0;
    color: #c1c1c1;
    font-size: 1em;
    font-weight: 600;
}
#chkSelectAllAssignOrders,
.chk-assign-beo {
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
}
.chk-assign-beo:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}
.assign-order-table-wrapper .not-assign-beo-row.assign-beo-row-applied {
    background-color: #f3f3f3;
}
.assign-order-table-wrapper .not-assign-beo-row.assign-beo-row-applied td {
    color: #777;
}
#ShowNotAssignOrders .ui-autocomplete {
    z-index: 10050 !important;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
}
.controller-popup-heading {
    font-size: 14px;
    font-weight: 500;
    color: #545454 !important;
}

/* CSS FOR PROVIDE SCROLL TO THE IMAGES */
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin-left: 16%;
}

.card1 {
    display: inline-block;
    margin-bottom: 5px;
}
.imgclass3-user {
    border-radius: 16% !important;
    margin-top: 3px;
    height: 50px;
    width: 50px;
    margin-left: 3px;
    margin-right: 4px;
    cursor: pointer;
    box-shadow: 3px 5px 4px rgba(0, 0, 0, 0.26);
    cursor: pointer;
}

.box-shadow {
    width: 100%;
    margin-left: 0%;
    margin-top: 9px;
    margin-right: 0%;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.33);*/
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
    border-radius: 6px;
}

/* END CSS FOR PROVIDE SCROLL TO THE IMAGES */

.img-rotate-btn {
    cursor: pointer;
    background-color: #424242;
    padding: 2%;
    border-radius: 30px;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.68);
}
.img-box-shadow {
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.26);
}

/* User for show caterer img on team popup on home page */
.imgclass4-user {
    height: 5em;
    width: 5em;
    border-radius: 9px !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    /* margin-left: -0.5em; */
    box-shadow: 4px 2px 3px rgba(0, 0, 0, 0.26);
}
.orderstatus {
    font-size: 1.7em;
    cursor:pointer;
}
/*END*/



.popupimg {
    height: 600px;
    width: 606px;
    margin-top: -3px;
    border-radius: 10px;
}
.popupimgbody {
    margin-left: -18%;
    height: 680px;
    width: 640px;
}
.popupimgrotate {
    text-align: center;
    margin-top: 10px;
}

/*
.popupimg {
    height: 61%;
    width: 100%;
    margin-top: -3px;
    border-radius: 10px;
}

.popupimgbody {
    margin-left:-1%;
    height: 19em;
    width: 22em;
}

.popupimgrotate {
    text-align: center;
    margin-top: -25%;
    display: none;
}

@media screen and (min-width : 1000px) {
    .popupimg {
        height: 75%;
        width: 200%;
        margin-top: -3px;
        border-radius: 10px;
    }

    .popupimgbody {
        margin-left: 0;
        height: 19em;
        width: 22em;
    }

    .popupimgrotate {
        text-align: center;
        margin-top: -25%;
        display: none;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .popupimg {
        height: 110%;
        width: 100%;
        margin-top: -3px;
        border-radius: 10px;
    }

    .popupimgbody {
        margin-left: 0;
        height: 19em;
        width: 22em;
    }

    .popupimgrotate {
        text-align: center;
        margin-top: -25%;
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .popupimg {
        height: 110%;
        width: 100%;
        margin-top: -3px;
        border-radius: 10px;
    }

    .popupimgbody {
        margin-left: 0;
        height: 19em;
        width: 22em;
    }

    .popupimgrotate {
        text-align: center;
        margin-top: -25%;
        display:none;
    }
}

*/