/** usage vendor/International Telephone Input */

.iti-flag {background-image: url("../../libs/intl-tel-input/build/img/flags.png");}

body,
body * {
    touch-action: manipulation;
}

/*.disable-touch-actions,*/
/*.disable-touch-actions button,*/
/*.disable-touch-actions div:not(.activity-table-days-order-container),*/
/*.disable-touch-actions h5,*/
/*.disable-touch-actions a,*/
/*.disable-touch-actions span,*/
/*.disable-touch-actions p {*/
/*    touch-action: none;*/
/*}*/

html,
body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}



.container{
    width: 1000px;
    margin: auto;
    padding: 0px;
}


.search-icon{
    height: 15px;
    width: 15px;
    background: url(../../img/1461592519_Find01.png) no-repeat;
    display: inline-block;
}


/** search */

.top-menu-search-holder{
    margin-left: 200px;
    border: 0;
    position:relative;
}

.top-menu-search-icon{
    z-index: 2;
    position: relative;
}

.top-menu-search-field{
    font-size: 12px;
    height: 40px;
    width: 200px;
    margin-left: 150px;
    display: none;
    position: absolute;
    right: 0;
    padding: 0 7px 0 0;
    top: -10px;
}

.top-menu-search-field input{
    border: none;
    width: 165px;
    display: inline-block;
    padding:11px 0 11px 8px;
    background: #cccccc; /* Old browsers */
    background: -moz-linear-gradient(left, #cccccc 0%, #ffffff 23%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #cccccc 0%,#ffffff 23%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #cccccc 0%,#ffffff 23%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );

}

.top-menu-search-field.active{
    display: block;
}



/**  <buttons> */
.hostess-green-btn {
    text-align: center;
    background-color: rgba(103,207,0,1)!important;
    background: -moz-linear-gradient(top, rgba(103,207,0,1) 0%, rgba(84,169,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(103,207,0,1)), color-stop(100%, rgba(84,169,0,1)));
    background: -webkit-linear-gradient(top, rgba(103,207,0,1) 0%, rgba(84,169,0,1) 100%);
    background: -o-linear-gradient(top, rgba(103,207,0,1) 0%, rgba(84,169,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(103,207,0,1) 0%, rgba(84,169,0,1) 100%);
    background: linear-gradient(to bottom, rgba(103,207,0,1) 0%, rgba(84,169,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67cf00', endColorstr='#54a900', GradientType=0 );
    color: white !important;
    padding: 8px;
    border: 0;
    width: 180px;
}

.hostess-green-btn:hover {
    opacity: 0.9;
}


.hostess-blue-btn {
    text-align: center;
    padding: 8px;
    border: 0;
    background: rgba(24,217,236,1);
    background: -moz-linear-gradient(top, rgba(24,217,236,1) 0%, rgba(0,187,231,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(24,217,236,1)), color-stop(100%, rgba(0,187,231,1)));
    background: -webkit-linear-gradient(top, rgba(24,217,236,1) 0%, rgba(0,187,231,1) 100%);
    background: -o-linear-gradient(top, rgba(24,217,236,1) 0%, rgba(0,187,231,1) 100%);
    background: -ms-linear-gradient(top, rgba(24,217,236,1) 0%, rgba(0,187,231,1) 100%);
    background: linear-gradient(to bottom, rgba(24,217,236,1) 0%, rgba(0,187,231,1) 100%);
    color: white !important;
    cursor: pointer;
}

.hostess-red-btn {
    text-align: center;
    padding: 8px;
    border: 0;
    background: red;
    color: white !important;
    cursor: pointer;
}

.hostess-blue-btn:hover,
.hostess-red-btn:hover {
    opacity: 0.9;
}

.hostess-btn-submit-form {
    border-radius: 5px;
    font-size: 16px;
    padding: 16px 8px;
    text-transform: uppercase;
}


.hostess-btn-linear{
    width: 100%;
}


b {
    font-family: 'MuseoSansCyrl_700';
}


/** popup new type*/

.popup-box {
    position: absolute;
    top: 200px;
    left: 400px;
    z-index: 300;
    padding: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto;
    display: none;
}





.popup-box .popup-box-body{
    position: relative;
    max-height: calc(100% - 40px);
    overflow: auto;
    overflow-x: hidden;
}





.popup-box:not(.popup-box-left):after, .popup-box:not(.popup-box-left):before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


.popup-box.popup-box-rgh:after, .popup-box.popup-box-rgh:before
.popup-box.popup-box-left:after, .popup-box.popup-box-left:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}



.popup-box:not(.popup-box-left):not(.popup-box-top):after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}



.popup-box:not(.popup-box-left):not(.popup-box-top):before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color:rgba(0, 0, 0, .2);
    border-width: 21px;
    margin-left: -21px;
}


.popup-box.popup-box-top:before {
    top: -11px;
    left: calc(50% - 5.5px);
    border-width: 11px;
    margin-top: -11px;
    border-bottom-color: rgba(0,0,0,.25);
}

.popup-box.popup-box-top:after{
    top: -10px;
    left: calc(50% - 5px);
    margin-top: -10px;
    border-width: 10px;
    border-bottom-color: #fff
}

.popup-box.popup-box-left:before {
    right: -22px;
    top: 50%;
    border-right-width: 0;
    border-width: 11px;
    margin-top: -11px;
    border-left-color: rgba(0,0,0,.25);
}

.popup-box.popup-box-left:after{
    right: -20px;
    top: 50%;
    border-right-width: 0;
    margin-top: -10px;
    border-width: 10px;
    border-left-color: #fff
}


.popup-box.popup-box-rgh:before {
    right: -22px;
    top: 50%;
    border-right-width: 0;
    border-width: 11px;
    margin-top: -11px;
    border-left-color: rgba(0,0,0,.25);
    left: 0;
}

.popup-box.popup-box-rgh:after{
    right: -20px;
    top: 50%;
    border-right-width: 0;
    margin-top: -10px;
    border-width: 10px;
    border-left-color: #fff;
    top: 50%;
    left: 0;
}




.reserve-btn-title{
    display: inline-block;
    width: auto;
    padding: 16px 20px;
}


.popup-incoming-calls{
    position: absolute;
    top: 42px;
    width: 200px;
}
.popup-incoming-calls p {
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.popup-incoming-calls p:hover {
    background: #E0E0E0;
}



.popup-box.activity-item-box {
    width: 100px;
    font-size: 13px;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 20;
}

.popup-box:not(.popup-box-left):not(.popup-box-top).activity-item-box:before {
    border-width: 11px;
    margin-left: -11px;
}


.popup-box:not(.popup-box-left):not(.popup-box-top).activity-item-box:after {
    border-width: 10px;
    margin-left: -10px;
}


.connection-loosed-alert {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #515a60;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    z-index: 1000;
}


/**
 * ----------------- Waiting list rules -----------------
 */
.hostess-waiting-btn {
    border:none;
    width:52px;
    height: 52px;
    display: block;
    padding: 14px 0 14px 0;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background-color: #515a60!important;
    background: -moz-linear-gradient(top, #60696f 0%, #515a60  100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #60696f), color-stop(100%, #515a60 ));
    background: -webkit-linear-gradient(top,#60696f 0%, #515a60  100%);
    background: -o-linear-gradient(top, #60696f 0%, #515a60  100%);
    background: -ms-linear-gradient(top, #60696f 0%, #515a60  100%);
    background: linear-gradient(to bottom, #60696f 0%, #515a60  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60696f', endColorstr='#515a60', GradientType=0 );
}

.hostess-waiting-btn:after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../../img/waitingList.png) center center no-repeat;
    vertical-align: middle;
}

.form-btns {
    display:flex;
    align-items:center;
}

.order-btn-row {
    width: 100%;
}

.waiting-btn-row {
    margin-top: 5px;
    margin-right: 15px;
}

/**
 * ----------------- End waiting list rules -----------------
 */
