
.wrapperHolder
{
    position: relative;
}


.wrapperHolder .templates__logo
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.food-orders-tab {
    position: relative;
}

.wrapperHolder .templates__logo .barge,
.food-orders-tab .barge {
    position: absolute;
    top: 0;
    font-size: 10px;
    background: red;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-family: MuseoSansCyrl_700;
    z-index: 10;
    right: -20px;
}

.food-orders-tab .barge {
    right: -5px;
}

.photoUploadedHolder img
{
    max-width: 100%;
    margin: auto;
}


#uploadPhotoForm
{
    width: 600px;
    margin: auto;
}

/**
*
*top menu properties
*/
.top__menu{
    display: block;
}

.top__menu__holder li{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 3px;
    cursor: pointer;
}

.top__menu__holder li a{
    padding: 9px;
    display: inline-block;
}



.top__menu__holder li.active {
    border: 2px solid #62c601;
}

.top__menu__holder li.active > a,
.top__menu__holder li.active > a:hover {
    background: none;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}

.top__menu__options__button{
    color: #000;
    position: relative;
    padding-left: 30px !important;
}

.top__menu__users__button,
.top__menu__messages__button,
.top__menu__incoming_calls__button,
.customer-queue-tab
{
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.top__menu__incoming_calls__button {
    z-index: 1000;
    position: relative;
}

.top__menu__messages__button .barge{
    position: absolute;
    top: 0;
    font-size: 10px;
    right: 0;
    background: red;
    padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-family: MuseoSansCyrl_700;
    z-index: 10;
}
.dropdown .top__menu__messages__button .barge{
    right: 20px;
}
.top__menu__incoming_calls__button .badge{
    background: red;
}

/*spritem*/
.top__menu__options__button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    height: 15px;
    width: 14px;
    background: url(../../img/7.jpg);
    margin: 10px 0px 0px 5px;
}

.top__menu__users__button:before{
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 16px;
    width: 17px;
    background: url(../../img/user_icon.jpg);
    margin: 10px 0px 0px 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 2px;
}

.customer-queue-tab:before {
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 18px;
    width: 18px;
    background: url(../../img/waitingListGreen.png);
    margin: 10px 0 0 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

.top__menu__messages__button:before{
    content: '';
    position: absolute;
    top: 0;
    left: -28px;
    height: 16px;
    width: 17px;
    background: url(../../img/messagesRestonIcon.png);
    margin: 10px 0px 0px 5px;
}

.top__menu__incoming_calls__button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: 24px;
    width: 24px;
    background: url(../../img/phone.png);
    margin: 0px 0 0 5px;
}

/*spritem*/
.top__menu__holder__search .top__menu__holder__search-btn, .searc__ico{
    height: 15px;
    width: 15px;
    background: url(../../img/1461592519_Find01.png) no-repeat;
    display: inline-block;
}
.seacrh__in__orders__form{
    width: 270px;
    background: #fff;
    border-width: 0px 1px 0px 1px;
    border-color: grey;
    border-style: solid;
    padding: 5px;
}


.seacrh__input{
    border: 1px solid grey;
    border-radius: 3px;
    padding: 3px;
}

.seacrh__input input{
    border: none;
    width: 225px;
}




.top__menu__exit__button{
    padding-left: 35px !important;
    position: relative;
}


/*spritem*/
.top__menu__exit__button:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    height: 18px;
    width: 18px;
    background: url(../../img/8.jpg);
    margin: 7px 0px 0px 5px;
}








/**
* page properties
*
*/
.page__title{
    font-size: 17px;
    font-weight: bold;
    
}

.page__content{
    display: inline-block;
    vertical-align: top;
    width: 750px;
    margin-left: 0px;
}





/**
*left menu 
*/





/**
* Inputs
*/

.template__input__text{
    padding: 10px 15px;
    border: 1px solid #b1b1b1;
    width: 100%;
    border-radius: 3px;
} 

.template__indent__bottom{
    margin-bottom: 15px;
}
.template__indent__bottom-md{
    margin-bottom: 20px;
}

.template__textarea{
    border: 1px solid #b1b1b1;
    padding: 20px;
    border-radius: 3px;
    padding: 10px 15px;
    width: 100%;
    resize: none;
}

/**
* elemnts align
*/

.template__center__align{
    text-align: center !important;
}
.template__left__align{
    text-align: left;
}
.template__right__align{
    text-align: right;
}

.template__block__with__indent{
    padding-bottom: 50px;
}
.template__block__with__indent__top-bottom{
    padding: 20px 0px;
}

.template__block__with__indent__bottom{
    padding-bottom: 20px;
}




.template__block__with__indent__top{
    padding-top: 10px;
}
.template__full__size{ width: 100%;}
.template__inline__ {
    display: inline-block;
}

.template__inline__vline__top{
    vertical-align: top;
}

.template__3columns{
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin-left: 1%;
}











/**
* log
*/


/*spritem*/
.templates__logo{
    display: inline-block;
    height: 37px;
    width: 105px;
    background: url(../../img/logo142x51.png);
    background-size: 105px 37px;
}





/**
* wrapset
*/

.wrapper__center{
    width: 1000px;
    margin: auto;
}


/**
* templates float
*/


.float__left{
    float: left;
}
.float__right{float: right;}



/**
* buttons
*/

[class*="btn"]{
    cursor: pointer;
}

.btn-blue {
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0px;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-family: MuseoSansCyrl_500;
    font-size: 15px;
    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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18d9ec', endColorstr='#00bbe7', GradientType=0 );
}

.btn-marginTop10{
    margin-top: 10px;
}

.btn-blue:hover, .btn-blue:focus{
    color: white;
}



.btn-green{
    
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    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 );
    width: 250px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-family: MuseoSansCyrl_500;
    border: 0px;
}
.btn-green:active {
    position: relative;
    bottom: -1px;
}


.btn-red{

    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top, #f85032 0%,  #f6290c 95%, #e73827 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f85032 0%, #f6290c 95%, #e73827 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f85032 0%, #f6290c 95%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 );
    width: 250px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    font-family: MuseoSansCyrl_500;
    border: 0px;
}


.btn-sm{
    font-size: 11px !important;
    padding: 7px !important;
    max-width: 120px !important;
}

.btn-mid{
    padding: 8px 25px !important;
    font-size: 12px;
    width: 100px;
}


.btn-mid-xt{
    padding: 7px 25px !important;
    font-size: 11px;
    width: 100px;
    margin-bottom: 5px;
}

.btn-orders-xt{
    padding:8px 17px;
}


.btn-lg{
    width: 250px;
}

.btn-midl{
    width: 200px;
    padding: 15px;
}

.full-size{
    width: 100%;
}





.btn-grey{
    text-align: center;

    text-transform: uppercase;
    background-color: #515a60!important;
    background: linear-gradient(to bottom, #60696f 0%, #515a60  100%);

    color: #fff;
    padding: 10px;
    border: 0px;
    text-transform: uppercase;
    font-family: MuseoSansCyrl_500;
    width: 250px;
    font-size: 15px;
    display: inline-block;
}


.btn-green:hover, .btn-green:focus, .btn-grey:hover, .btn-grey:focus, [class*="btn"]:hover,[class*="btn"]:focus{
    color: #fff;
}


.btn-accept {
    border: none;
    border-radius: 0;
    background: #2fc432;
    color: #fff;
}


/**
* checkbox
*/
.toggle-bg{
    border-radius: 3px;
    background:#18d9ec;
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    position: relative;
    width: 26px;
}

.toggle-bg.checked
{
    background: grey;
}


.toggle-bg input{
    height: 28px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    width: 36px;
    z-index: 2; /* Нам нужно, чтобы вход input находился сверху span.switch, которому мы назначим z-index в 1 */
}
.switch{
    border-radius: 3px;
    transition: left .2s ease;
    background: white;
    display: block;
    float: left;
    height: 11px;
    left: 2px; /* Это – начальная точка. При добавлении border radius немного виден фон, если использовать left: 0;, поэтому лучше всего применить -1px.*/
    position: relative;
    top: 2px; /* ...Чтобы отцентрировать его по вертикали */
    width: 11px;
    z-index: 1;
}
.toggle-bg input:checked~.switch{ left: 2px; } /* Исходная позиция тумблера */
.toggle-bg input~:checked~.switch{ left: 13px; } /*окончательная относительная позиция переключателя */

.toggle-bg input:checked{ z-index: 0; }
.toggleradio{
    margin-left:190px;
    position:absolute;
}



/**
table orders
*/

.table__orders__order{
    position: relative;
    border-bottom: 1px grey solid;
    padding: 5px;
}

.table__orders__order__detail{
    border-bottom: 1px grey solid;
    padding: 5px;
}


.table__orders__order__detail a.btn-green
{
    font-size: 11px !important;
    padding: 7px !important;
    width: 100%;
}


.table__orders__order:hover{
    background: #E0E0E0;
}



.table__orders__close__order{
    color: red !important;
    background: transparent;
    border: none;
    font-size: 20px;
}

.table__orders__name__holder{
    color: black;
    margin-top: 2px;
    padding-left: 50px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.table__orders__txt{
    padding-left: 10px;
    font-size: 13px;
}



.orderShortInfo{}

table td, table tr{
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
}

#history-viewer-order-modal table tbody td,
#history-viewer-order-modal table thead td {
    padding: 8px !important;
    vertical-align: bottom;

}

#history-viewer-order-modal table thead td {
    border-bottom: 2px solid #ddd !important;
}

#history-viewer-order-modal table tbody td {
    border-left: 1px solid #ddd !important;
    border-top: 1px solid #ddd !important;
}

#history-viewer-order-modal table thead th {
    border-right: 1px solid #ddd !important;
}

#history-viewer-order-modal table thead th,
#history-viewer-order-modal table tbody th {
    font-weight: 900;
    font-size: 15px;
}


#history-viewer-order-modal table thead tr th:last-child {
    border-right: none !important;
}


/*text events*/
.txt-sm{
    font-size: 10px;
}


.btn-addNewOrder{

    width: 280px !important;
}

.messageContainer
{
    padding: 50px;
}


.jsPreloaderHolder
{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 50px;
    text-align: center;
    font-size: 20px;
    background: rgba(255,255,255,255.8) url(../../img/loading_spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 200;
    display: none;
}


.alertsContainer {
    position: fixed;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px !important;
    z-index: 1300;
}

body .alertsContainer .alert {
    background: #515a60;
    border: none;
    color: #fff;
}
body .alertsContainer .alert .close {
    color: #fff;
}

#changedata-action-form
{
    display: inline-block;
}

.fixedEditReserveButton
{
    position: absolute !important;
    top: 30px;
    right: 0px;
    width: 70px;
    text-align: center;
    border-bottom: none !important;
}

.uppercase
{
    text-transform: uppercase;
}


.messagesHeader
{
    padding: 10px 0px;
    text-align: right;

}


.message-not-readed-description
{
    display: inline-block;
    margin-right: 30px;

}

.message-not-readed-description span
{
    width: 20px;
    background: rgba(103,207,0,0.2);
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    border: 1px solid #000;
}




.message
{
    border-color: #b7b7b7;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    padding: 10px 10px 20px;
    position: relative;
}
.message-not-readed
{
    background: rgba(103,207,0,0.2);
}


.message em
{
    opacity: 0.8;
    font-size: 11px;
}



.message:last-child
{
    border-width: 1px 1px 1px 1px;
}

.message div:not(.arrow):first-child
{
    padding-top: 7px;
}

/**[/messages]*/
.hostess-order-print{
    cursor: pointer;
    font-size: 14px;
}

.jsOrderInfoMessage{
    font-size: 13px;
    border: 1px solid grey;
    border-radius: 3px;
    padding: 3px;
}


/** OrderStatusAjaxForm */

.OrderStatusAjaxForm
{
    position: absolute !important;
    top: 10px;
    right: 90px;
    border: none !important;
}




.tooltipOrder
{
    padding: 10px;
}


.tooltipOrderPosition
{
    position: absolute;
    bottom: 50px;
    left: 80px;
    z-index: -1000;
}

.tooltipOrderPosition.display
{
    z-index: 1000;
    display: block;
    opacity: 1;
}



#saveEditResults
{
    margin-top: -15px;
}


.row-hostess
{
    margin: 0px;
}

/*use with the span */
.waitingList
{
    width: 21px;
    height: 21px;
    background: url(../../img/waitingList.png);
    display: inline-block;
    margin-bottom: -5px;
    margin-left: 10px;

}





.clientsIcon
{
    content: url(../../img/3.jpg);
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
    position: relative;
}



/** clear styles columns */

.hostess-page-title{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: bold;
}

.hostess-page-title-min{
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: bold;
}




.hostess-page-title-tunes{
    display: inline-block;
}


.integration-swith-holder{
    padding-bottom: 20px;
}





/** tunes */


.port-holder
{
    position: relative;
}
.port-sign
{
    position: absolute;
    left: -4px;
    font-size: 20px;
    top: 2px;

}

.tunes-block{

}

.tunes-col{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
}

.col-7{
    width: 58%;
}

.col-5{
    width: 41%;
}




/** .new-table-row - DEPRECATED */
.popup-row {
    font-size: 0;
}

.popup-cols {
    width: 400px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.popup-cols:nth-child(2n+1) {
    margin-right: 20px;
}


.mid-modal-title{
    text-transform: uppercase;
    font-weight: 600;
}

.sm-modal-title{
    margin: 5px 0 10px;
}

.row-t-b-10{
    padding: 10px 0;
}





.modal-full-size{
    width:100%;
}


.modal-full-size .close{
    z-index: 30;
    position: relative;
}

@media screen and (max-width: 1024px) {

    .wrapper__center {
        width: auto;
        margin: auto;
    }
    .loginForm {
        margin-left: 0 !important;
    }


    .menu-box-fixed.scale-map-container-menu {
        left: 15px;
        right: auto !important;
        top: 100px;
        bottom: auto !important;
    }

    .menu-box-fixed.scale-map-container-menu .scale-map-hide {
        display: none;
    }
}

