@charset "UTF-8";
body {
    scrollbar-width: thin;          /* "auto" or "thin"  */
    scrollbar-color: #888 transparent;   /* scroll thumb & track */
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@font-face {
    font-family: "event-reception";
    src:url("/assets/fonts/event-reception.eot");
    src:url("/assets/fonts/event-reception.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/event-reception.woff") format("woff"),
    url("/assets/fonts/event-reception.ttf") format("truetype"),
    url("/assets/fonts/event-reception.svg#event-reception") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "event-reception" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "event-reception" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-floorplan:before {
    content: "\6a";
}
.icon-help:before {
    content: "\6b";
}
.icon-guest-insert:before {
    content: "\6c";
}
.icon-notes:before {
    content: "\6d";
}
.icon-offer:before {
    content: "\6e";
}
.icon-sms:before {
    content: "\6f";
}
.icon-vendors:before {
    content: "\70";
}
.icon-remove:before {
    content: "\61";
}
.icon-ok:before {
    content: "\62";
}
.icon-check:before {
    content: "\63";
}
.icon-search:before {
    content: "\64";
}
.icon-switch:before {
    content: "\65";
}
.icon-import-xls:before {
    content: "\66";
}
.icon-export-xls:before {
    content: "\71";
}
.icon-calendar-alt:before {
    content: "\72";
}
.icon-guest-add:before {
    content: "\73";
}
.icon-people:before {
    content: "\74";
}
.icon-trash:before {
    content: "\75";
}
.icon-guest-replace:before {
    content: "\76";
}
.icon-sync:before {
    content: "\77";
}
.icon-newevents:before {
    content: "\79";
}
.icon-star:before {
    content: "\7a";
}
.icon-pen:before {
    content: "\42";
}
.icon-sync-tick:before {
    content: "\41";
}
.icon-contact-alt:before {
    content: "\78";
}
.icon-info:before {
    content: "\43";
}
.icon-dot:before {
    content: "\44";
}
.icon-layout-builder:before {
    content: "\45";
}
.icon-circle:before {
    content: "\46";
}
.icon-shape:before {
    content: "\47";
}
.icon-delete-seats:before {
    content: "\48";
}
.icon-ruler:before {
    content: "\49";
}
.icon-expand:before {
    content: "\4a";
}
.icon-grab:before {
    content: "\4b";
}
.icon-grid:before {
    content: "\4c";
}
.icon-line:before {
    content: "\4d";
}
.icon-line-arrow:before {
    content: "\4e";
}
.icon-pointer:before {
    content: "\4f";
}
.icon-rectangle:before {
    content: "\50";
}
.icon-redo:before {
    content: "\51";
}
.icon-save:before {
    content: "\52";
}
.icon-toggle:before {
    content: "\53";
}
.icon-wand:before {
    content: "\54";
}
.icon-seven:before {
    content: "\55";
}
.icon-text:before {
    content: "\56";
}
.icon-undo:before {
    content: "\57";
}
.icon-zoomin:before {
    content: "\58";
}
.icon-zoomout:before {
    content: "\59";
}
.icon-menu-layout:before {
    content: "\5a";
}
.icon-menu-staging:before {
    content: "\30";
}
.icon-menu-tables:before {
    content: "\31";
}
.icon-flip:before {
    content: "\32";
}
.icon-calendar:before {
    content: "\67";
}
.icon-contract:before {
    content: "\69";
}
.icon-copy:before {
    content: "\68";
}
.icon-cut:before {
    content: "\33";
}
.icon-delete:before {
    content: "\34";
}
.icon-group:before {
    content: "\35";
}
.icon-lock:before {
    content: "\36";
}
.icon-move-back:before {
    content: "\37";
}
.icon-move-front:before {
    content: "\38";
}
.icon-paste:before {
    content: "\39";
}
.icon-ungroup:before {
    content: "\21";
}
.icon-unlock:before {
    content: "\22";
}
.icon-armchair:before {
    content: "\23";
}
.icon-printer:before {
    content: "\24";
}
.icon-layout:before {
    content: "\25";
}
.icon-round-table:before {
    content: "\26";
}
.white-space-pre-line {
    white-space: pre-line;
}
.white-space-normal {
    line-height: 1;
    white-space: normal;
}
.relative {
    position: relative;
}
.bg-green {
    background-color: #7eb346;
}
.bg-green-linear {
    background-color: #7eb346;
    background-image: linear-gradient(to bottom, #7eb346, #679238);
    background-position: 0 0;
}
.text-white {
    color: white;
}
.v-middle {
    vertical-align: middle;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default!important;
}
.no-selection {
    user-select: none;
}
.checkbox-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.y-responsive{
    overflow-y: auto;
}
.x-hidden{
    overflow-x: hidden;
}
.flew-row {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
}
.j-space-between {
    justify-content: space-between;
}
.j-space-around {
    justify-content: space-evenly;
}
.j-space-evenly {
    justify-content: space-evenly;
}
.flex-horizontal-stretch {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.flex-vertical-middle{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.w-100 {
   width: 100%;
}
.d-block {
    display: block;
}
.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-fill-height {
    display: flex;
    flex: 1 0 auto;
}
.overflow-y-scroll {
    overflow-y: scroll;
}
.flex-1 {
    flex: 1;
}
.row-original {
    margin-left: -15px;
    margin-right: -15px;
}
.row-original:after{
    display: table;
    content: " ";
    clear: both;
}
.delete-disabled, .not-allowed {
    cursor: not-allowed!important;
    opacity: .5;
}
.cursor-not-allowed {
    cursor: not-allowed!important;
}
.cursor-help {
    cursor: help!important;
}
.overflow-hidden {
    overflow: hidden;
}
.text-small {
    font-size: 0.9em;
}
.text-smaller {
    font-size: 0.8em;
}
.border-top-even:nth-child(even) {
    border-top: 1px solid #494949;
}
body {
    background-color: #ebe8e2;
    font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
    margin-top: 50px;
    touch-action: pan-x;
    touch-action: pan-down;
    overscroll-behavior-y: contain;
}

.modal-content.ui-draggable {
    height: auto!important;
}
.modal-content.ui-draggable .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.navbar-inverse {
    background-color: #17202C;
    border-bottom-color: white;
}
@media screen and (min-width: 1150px) {
    .headerTabs li:nth-child(5) {
        margin-left: 190px;
    }
}
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right {
    min-width: 230px;
}
#navbar_floor {
    padding-left: 85px;
}
@media (max-width: 767px){
    #navbar_floor {
        padding-left: 0;
        float: left;
    }
}
#navbar_floor>li{
    border-left: 1px solid #4E5C6E;
    border-right: 1px solid #4E5C6E;
}
 #navbar_floor>li>a:hover{
    background-color: #DBEF8B;
}

#wrapper {
    padding-left: 55px;
    -webkit-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
    background-color: #FEF8EB !important;
}
#wrapper.sidebar-open {
    padding-left: 315px;
}

#wrapper .side-nav {
    position: fixed;
    height: 95%;
    height: calc( 100% - 51px );
    top: 51px;
    left: 0;
    width: 55px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: #ebeded;
    box-shadow: 12px 10px 15px -4px #0000003d;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 2;
}
#wrapper.sidebar-open .side-nav {
    width: 315px;
    padding-left: 55px;
}

#wrapper.sidebar-open .side-nav.wide-open {
    width: calc(100% - 30px);
}

#wrapper .side-nav .sandwich {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 26px;
    padding: 7px 6px;
    top: 0;
    left: 55px;
    font-size: 20px;
    cursor: pointer;
    background: #ebeded;
    color: #3e4651;
    height: 55px;
    line-height: 45px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-left: 1px solid white;
    box-shadow: 5px 2px 10px -2px rgba(125, 130, 137, 0.8);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#wrapper.sidebar-open .side-nav .sandwich {
    left: 315px;
}
#wrapper.sidebar-open .side-nav.wide-open .sandwich {
    left: 100%;
}
.side-nav-maximize {
    position: absolute;
    right: 20px;
    top: 22px;
    cursor:pointer;
    width: auto;
    margin:0;
    padding: 0;
}
#wrapper .side-nav .tab-content {
    width: 260px;
    overflow: hidden;
    margin-left: -260px;
    -webkit-transition: all .2s ease-in;
    /*transition: margin .2s ease-in;*/
    transition: all .2s ease-in;
    height: 100%;
}
#wrapper.sidebar-open .side-nav .tab-content{
    margin-left: 0;
}
#wrapper.sidebar-open .side-nav.wide-open .tab-content {
    width: 100%;
}
#wrapper .side-nav .nav.nav-tabs.nav-stacked {
    background-color: #3e4651;
    width: 55px;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
#wrapper .side-nav .nav-tabs>li {
    margin: 0!important;
}
#wrapper .side-nav .nav-tabs>li>a {
    width: 55px;
    height: 55px;
    margin: 0;
    padding: 10px 10px;
    border: 0;
    line-height: 35px;
}
#wrapper .side-nav .nav-tabs>li>a>i, #wrapper .side-nav .nav-tabs>li>a>img {
    width: 35px;
    height: 35px;
    font-size: 35px;
}
#wrapper .side-nav .nav-tabs>li>a,
#wrapper .side-nav .nav-tabs>li>a:hover,
#wrapper .side-nav .nav-tabs>li>a:active,
#wrapper .side-nav .nav-tabs>li>a:visited
{
    margin: 0;
    border: 0;
}
#wrapper .side-nav .nav-tabs>li>a:hover, #wrapper .side-nav .nav-tabs>li.active>a, #seatingMode:hover{
    color: #3e4651!important;
    background: #d8dada;
    border-right: 1px solid white;
}
#wrapper .side-nav .nav-tabs>li>a:hover + .tooltip>.tooltip-inner{
    color: white;
    background: #3e4651!important;
}
#wrapper .side-nav .nav-tabs>li>a:hover + .tooltip>.tooltip-arrow{
    border-right-color: #3e4651!important;
}

#wrapper .side-nav .tab-content .tab-pane{
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#wrapper .side-nav .tab-content .tab-pane.active{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#wrapper .flex-column{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
#wrapper .flex-column>div{
  width: 100%;
}
#wrapper .side-nav .tab-content .tab-pane .card{
    width: 100%;
    padding: 15px;
}
#wrapper .side-nav .tab-content .tab-pane .card h4{
    text-align: center;
}
#objects-accordion{
    padding: 15px 0 15px 15px!important;
    overflow-y: scroll;
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*LEFT MENU HALL TEMPLATES LIST*/
#hall-templates {
    padding-left: 20px;
    margin: 0;
    list-style-type: circle;
    height: 100%;
}
#hall-templates .hall-template {
    position: relative;
    min-height: 32px;
    padding: 5px 10px;
}
.template-tools {
    display: none;
    position: absolute;
    right: -10px;
    top: 0;
    height: 32px;
    background-color: #EBECEC;
    padding: 5px;
    width: 100px;
    flex-direction: row;
    justify-content: space-between;
}

.template-tools .template-tool{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
}
.template-tools .template-tool i{
    color: #9D9E9E;
    font-size: 20px;
    vertical-align: baseline;
}
.hall-template .template-screenshot {
    display: none;
    height: 100px;
}
.hall-template .template-screenshot img {
    height: 100px;
    position: absolute;
    top: 32px;
    left: 0;
}
.hall-template:hover .template-screenshot {
    display: flex;
}
/*.hall-template:hover {
    background-color: white;
}*/
.hall-template:hover .template-tools {
    display: flex;
}

#side-nav-tab-content .tab-pane .list-item,  #side-nav-tab-content .tab-pane .dndPlaceholder, #SvgUploaderForm .list-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 72px;
    height: 72px;
    color: #A59696;
    font-size: 11px;
    text-align: center;
    padding: 5px 13px 25px;
    margin: 2px;
    border: 1px solid #d8dada;
    background-color: #ffffff;
}
#side-nav-tab-content .tab-pane .dndPlaceholder {
    background-color: #d8dada;
}
#side-nav-tab-content .tab-pane #hall-templates>li.dndPlaceholder {
    background-color: #d8dada;
    position: relative;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    color: #A59696;
    font-size: 11px;
    text-align: center;
    padding: 5px 13px 25px;
    margin: 2px;
    border: 1px solid #d8dada;
}
#side-nav-tab-content .tab-pane .list-item .list-item-text, #SvgUploaderForm .list-item .list-item-text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    line-height: 1.1;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#side-nav-tab-content .tab-pane .list-item .list-item-text span, #SvgUploaderForm .list-item .list-item-text span{
    text-overflow: ellipsis;
    overflow: hidden;
}
#side-nav-tab-content .list-item img, #SvgUploaderForm .list-item img{
    max-width: 100%;
    max-height: 100%;
}
#side-nav-tab-content .list-item .add-item{
    width: 32px;
    height: 32px;
    border: 1px solid #A59696;
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin-left: 6px;
}
#side-nav-tab-content .list-item .add-item>span{
    font-size: 22px;
}
#SvgUploaderForm .panel .panel-body{
    padding: 0;
    justify-content: center;
    display: flex;
}
#SvgUploaderForm .panel {
    background-color: transparent;
    border: none;
    box-shadow: unset
}

#tables .list-item, #objects-accordion .list-item{
    cursor: move;
    cursor: -moz-grab;
    cursor: grab;
}
#tables .list-item.active, #objects-accordion .list-item.active{
    cursor: move;
    cursor: -moz-grabbing;
    cursor: grabbing;
    background-color: #DBEF8B;
}
#seating .guest-filters .guest-filter {
    margin: 3px 0;
}
#seating .guest-list{
    overflow-y: scroll;
    flex: 1 1 auto;
    position: relative;
}
.wide-open #seating .guest-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wide-open #seating .guest-filters .guest-filter {
    display: inline-block;
    min-width: 230px;
    margin-right: 3px;
}
.wide-open #seating .guest-filters .guest-filter:last-child {
    width: auto;
    flex: 1 1 auto;
    margin-right: 0;
}
#seating .guest-list>div {
    background-color: #ffffff;
}
#seating .guest-list>div.ml-15 {
    margin-left: 15px;
}
#seating-guests-headers{
    position: relative;
    z-index: 1;
}
#seating-guests-headers>div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 37px;
}
#seating-guests-headers>div>table{
    table-layout: fixed;
}
#seating-guests {
    margin-top: 37px;
    table-layout: fixed;
}
#seating-guests .guest_at_table, #seating-guests td {
    cursor: pointer;
}
#seating .guest-list ul{
    margin: 0 -15px 0 0;
    padding: 0;
}
#object-editor .guest-list ul{
    margin: 0;
    padding: 0;
}
.guest-list ul>li{
    list-style: none;
    cursor: pointer;
    display: block;
}
.guest-list ul>li > .list-participant {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.guest-list ul>li > .list-participant > div.tableName, #seating-guests .tableName{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 23px;
}
.guest-list ul>li > .list-participant > .tableGuestName, #seating-guests .tableGuestName{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
    padding: 5px 5px 5px 0;
}
.list-participant > .tableName .label, #seating-guests .tableName .label{
    width: 24px;
    padding: .2em .4em .3em;
}
.list-participant > .tableGuestName span:first-child, #seating-guests .tableGuestName span:first-child {
    flex: 1 0 auto;
    max-width: 167px;
}
.list-participant > .tableGuestName :last-child, #seating-guests .tableGuestName :last-child {
    margin-top: 2px;
    margin-left: 3px;
}
#object-editor .list-participant > .tableGuestName{
    padding: 3px 0 5px 0;
}
#object-editor .list-participant > .tableGuestName span:first-child {
    max-width: 135px;
    width: 135px;
}
#objects-accordion .panel {
    background-color: transparent;
    border: none;
}
#objects-accordion .panel .panel-heading{
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
}
#objects-accordion .panel .panel-heading a{
    position: relative;
    text-decoration: none;
    padding: 10px 15px 10px 20px;
    color: #333;
    display: block;
}
#objects-accordion .panel .panel-heading a .caret-arrow {
    position: absolute;
    left: 0;
    top: 18px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border: 4px solid transparent;
    border-top: dashed #333;
}
#staging-draw-options-panel .panel .panel-heading a{
    position: relative;
    text-decoration: none;
    padding: 0;
    color: #333;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#staging-draw-options-panel .panel .panel-heading a .caret-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    vertical-align: middle;
    border: 4px solid transparent;
    border-top: dashed #333;
}
#staging-draw-options-panel .panel .panel-heading a.collapsed .caret-arrow, #objects-accordion .panel .panel-heading a.collapsed .caret-arrow{
    border: 4px solid transparent;
    border-left: dashed #333;
}
#objects-accordion .panel .panel-body{
    padding: 0;
}



.side-nav-tab{
    position: fixed;
    top: 93px;
    left: 225px;
    width: 260px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #DDDDDD;
    margin-top:3px;
    box-shadow: 12px 10px 15px -4px rgba(125, 130, 137, 0.8);
    height:100%;
}
#tabEnd{
    width: 260px;
    height: 6px;
    background-color: #DBEF8B;
    position: absolute;
    top: 36px;
    box-shadow: rgb(73, 73, 73) 2px 2px 10px;
    -moz-box-shadow: rgb(73, 73, 73) 2px 2px 10px;
    -webkit-box-shadow: rgb(73, 73, 73) 2px 2px 10px;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}
.navbar-nav>li {
    /*τηεο 1/11/2015    float: left;
        width: 140px;*/
}
#event_active{
   width: 130px;
   text-align:center;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form{
   /*31-Αύγουστος-2016 border-bottom: 3px solid #7eb346;*/
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus{
        color: black;
        background-color: #DBEF8B;
}


#page-wrapper {
    padding: 0 0 12px 0;
    background: #FEF8EB;
    height: 100%;
}
#wrapper_custom_canvas{
    border: 1px solid #818193;
    /*margin-top: 10px;*/
    padding-bottom: 0px;
    margin-left: 15px;
    clear: both;
    overflow-x: auto;
    overflow-y: auto;
}
#heading_panel_canvas{
    border: 1px solid rgb(171, 165, 165);
    background: white;
    position: fixed;
    z-index: 1;
}

.template_content{
    width:255px;
    margin-left: -15px;
}
.list_table{
    float:left;
    color:#A59696;
    font-size: 11px;
    margin-left: 2px;
    text-align: center;
    width: 30%;
    height: 80px;
}

/*LEFT MENU OBJECTS, mouseover*/
.list_table:hover{
    background-color: #eee;
}
/*LEFT MENU OBJECTS, active*/
.list_table.active{
    background-color: #DBEF8B;
}

.add_button_elements{
    width: 32px;
    height: 32px;
    border: 1px solid #A59696;
    margin-top: 23px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}

.add_button_elements span{
    font-size: 22px;
}

.create-element-container{
    position: relative;
        left:35%;
    /*top:5%;*/
        width: 600px;
    height: 450px;
        background: white;
        border-radius: 2px;
    /*margin-top: -10%;*/
}
.create-element-heading{
        padding-top: 20px;
       width: 100%;
       background: #7eb346;
       height: 15%;
}
.create-element-heading span{
    font-size: 24px;
    color: white;
    margin-left: 25px;
}

.create-element-content{
        width: 580px;
        height: 70%;
        margin-left: 20px;
        overflow-y: scroll;

}
.create-element-footer{
     width:100%;
     height: 15%;
     margin-top: 15px;
}
#create_new_table{
    /*width: 120px;
    height: 50px;
    background: #839B24;
    float: left;
    margin-left: 5px;
    margin-right: 260px;
    padding-top: 15px;
    border-radius: 5px;
    cursor:pointer;*/
}
#create_new_table_success{
    /*width: 80px;
    height: 50px;
    background: #839B24;
    float: left;
    padding-top: 15px;
    border-radius: 5px;
    padding-left: 12px;
    cursor:pointer;*/
}
#create_new_table_fail{
    /*width: 110px;
    height: 50px;
    background: #839B24;
    float: right;
    margin-right: 5px;
    padding-top: 15px;
    border-radius: 5px;
    padding-left: 15px;
    cursor:pointer;*/
}
 #create_new_table span{
     /*  font-size: 17px;
       color: white;
       margin-left: 15px;*/
 }
 #create_new_table_success span{
     /* font-size: 17px;
      color: white;
      margin-left: 15px;*/
 }
 #create_new_table_fail span{
     /* font-size: 17px;
      color: white;
      margin-left: 15px;*/
 }
 .item-element-cntent{
    width: 100px;
    height: 100px;
    border: 1px solid grey;
    margin: 7px;
    float: left;
    font-size: 11px;
    text-align: center;    
 }
 .checked_create_element{
   /* margin-right: -17px !important;*/
 }
 .create-item-element-container{
   /* position: relative;
    left: 50%;
    top: 10%;*/
    left: 50%;
    width: 300px;
    height: 400px;
    background: white;
    border-radius: 2px;
 }
 .create-item-element-heading{
   width: 100%;
   background: #7eb346;
   cursor: move;
     line-height: 50px;
 }
  .truncate-title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
 .create-item-element-content{
    width:100%;
    height: 60%;
    margin-bottom:20px;
 }
 .create-item-element-footer{
    width:100%;
     height: 10%;
    /*padding-top: 27px;*/
 }
 .create-item-element-heading span{
    font-size: 18px;
    color: white;
    margin-left: 25px;        
}
#create_item_new_table{
    width: 110px;
    height: 31px;
    background: #7eb346;
    float: right;
    margin-right: 15px;
    padding-top: 4px;
    /*border-radius: 5px;*/
    cursor:pointer;
}
#create_item_new_table_fail{
    width: 110px;
    height: 30px;
    background: #B2B3B3;
    float: right;
    margin-right: 13px;
    padding-top: 4px;
    /*border-radius: 5px;*/
    padding-left: 15px;
    cursor: pointer;
}
#create_item_new_table_fail span{
    font-size: 17px;
    color: white;
    margin-left: 15px;    
 }
 #create_item_new_table span{
    font-size: 17px;
    color: white;
     margin-left: 25px;
 }
  .row-table-new .col-xs-12, .row-table-new .col-xs-8, .row-table-new .col-xs-4{
    padding-top: 10px;
  }


  .row-table-new .col-xs-12 hr{
      margin-top: 10px;
      margin-bottom: 5px;
  }

 .label_chairs{
    margin-left: 7px;
    font-size: 15px;
     /* vertical-align: -webkit-baseline-middle;*/
}
.label_diameter{
/*    margin-right: 110px;*/
margin-left: 7px;
font-size: 15px;
}

/*26-04-2016 ο πίνακας στο edit του cresent table*/
.editTable_table{
  width:100%
}
.wrapper_tool_bar_left{
  /*float:left;
  height: 48px;*/
padding-left:10px;
}
.wrapper_tool_bar_left .tool_bar_left img{
    cursor:pointer;
    width: 7%;
    min-height: 40px;
    min-width: 40px;
}

#tool_bar_right > .tool_bar_right img {
    cursor: pointer;
    max-width: 7%;
    min-height: 40px;
    min-width: 40px;
}
body > .ui-draggable-dragging {
/* width: auto !important;*/
}
.custom_table_container{
    height: 600px !important;
}
.draggable_hightboy{
width: 90% !important;
margin-left: -15px !important;
margin-top: -6px !important;
}

.custom_hr_popup{
border-bottom: 1px solid rgb(205, 173, 173);
width: 250px;
margin-top: 100px;
margin-left: 8px;
}
.label_color_table{
margin-left: 7px;
font-size: 15px;
}
.label_table_number{
margin-left: 7px;
font-size: 15px;
float: left;
}
.create-item-element-container-settings{
width: 250px;
height: 450px;
background: white;
border-radius: 2px;
border: 1px solid grey;
}
.create-item-element-content-settings{
/*theo 20/03/2015
width: 100%;
height: 60%;
margin-top: -40px;
margin-bottom: 80px;*/
  height: 80%; /*main body of edit popup box*/
}
#save_item_new_table{
  width: 90px;
height: 30px;
background: #7eb346;
float: right;
margin-right: 15px;
padding-top: 4px;
padding-left: 3px;
cursor: pointer;
}
#save_item_new_table span{
font-size: 17px;
color: white;
margin-left: 20px;
}
/*ellhniko save*/
#save_item_new_table_el{
height: 30px;
background: #7eb346;
float: right;
margin-right: 15px;
padding-top: 4px;
padding-left: 3px;
cursor: pointer;
}
#save_item_new_table_el span {
font-size: 17px;
color: white;
margin-left: 10px;
margin-right: 10px;
}

#save_item_new_table_fail{
width: 90px;
height: 31px;
  background: #B2B3B3;
float: right;
margin-right: 10px;
padding-top: 4px;
  /* border-radius: 5px;*/
cursor:pointer;
}
#save_item_new_table_fail span{
font-size: 17px;
color: white;
margin-left: 15px;
}

/*elliniko akiro*/
#save_item_new_table_fail_el {
    width: 80px;
    height: 31px;
    background: #B2B3B3;
    float: right;
    margin-right: 10px;
    padding-top: 4px;
    cursor: pointer;
}
#save_item_new_table_fail_el span {
    font-size: 17px;
    color: white;
    margin-left: 13px;
}
.title_hall{
    color: #1C95A8;
    font-size: 18px;
    display: inline-block;
    padding: 0 5px 0 0;
    vertical-align: middle;
}
.name_hall{
    display: inline-block;
    border: 1px solid grey;
    border-radius: 6px;
    color:grey;
    background: rgb(221, 221, 221);
    width: auto;
    padding: 0 6px;
    margin: 0 5px;
    cursor:pointer;
    vertical-align: middle;
}
.active_name_hall{
    border: 1px solid grey;
    border-radius: 6px;
    background: #A9ABAE;
    color: white;
}
.name_hall .name_hall_tool {
    padding: 0 0 0 3px;
}
#add_new_floorplan{
    display: inline-block;
    background: rgb(160, 146, 146);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0 5px;
    color: white;
    font-size: 15px;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}
#add_new_floorplan span{
color: white;
padding-left: 4px;
font-size: 20px;
cursor:pointer;
}
#floorplan_full_info{
    text-align: right;
    padding: 0;
}
#eventHallspanel{
    padding: 0;
}
.generate-link{
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
    cursor: pointer;
}
.fullname_creator{
    color:grey;
    vertical-align: middle;
    display: inline-block;
    line-height: 25px;
}
.statistic_floorplan{
    display: inline-block;
    margin: 0 5px;
    height: 25px;
    line-height: 25px;
    color:grey;
}
.statistic_floorplan img{
    vertical-align: middle;
    max-width: 25px;
    max-height: 20px;
}
.statistic_floorplan span{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}

#floorplan-heading {
    margin-left: 15px;
    padding-top: 10px;
    position: relative;
    min-height: 50px;
}
#floorplan-heading .sandwich{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
#floorplan-heading .sandwich-tools{
    display: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}
#floorplan-heading .sandwich-tools i {
    vertical-align: bottom;
}
#fabric-wrapper{
    border: 1px solid #ccc;
    margin: 0 15px;
    /*overflow: hidden;*/
}
#canvas-wrapper {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #9E9E9E;
}
.canvas-print-event-details {
    display: none;
    margin: 0 auto;
    background-color: #ffffff; /*#FEF8EB;*/
    text-align: left;
    align-items: center;
    justify-content: space-between;
}
.canvas-print-event-details.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.canvas-print-event-details div {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.canvas-print-event-details div:first-child {
    width: 30%;
    padding: 1.2em;
}
.canvas-print-event-details div:nth-child(2) {
    flex: 1 0 auto;
    justify-content: space-around;
}
.canvas-print-event-details div:last-child {
    width: 30%;
    align-items: flex-start;
    padding: 2em 2em 2em 10%;
}
.canvas-print-event-details div img {
    max-height: 100%;
    max-width: 100%;
}
.canvas-print-event-details div table {
    border: none;
    font-family: Arial, sans-serif;
}
.canvas-print-event-details div table td {
    border: none;
    padding: 0.25em;
}
.grid-bg .upper-canvas{
    background-size: 40px 40px;
    background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(grey 1px, transparent 1px);
}
.grid-bg.grid-sm .upper-canvas{
    background-size: 20px 20px;
}
.fabric-canvas {
    margin: 0 auto;
    background-color: #f1f1f1;
    position: relative;
}
#canvas-wrapper .print-page {
    background-color: #f1f1f1;
    position: relative;
}
#canvas-wrapper .powered-by-footer {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 22em;
}
#canvas-wrapper .powered-by-footer img {
    max-width: 100%;
}
#canvas-wrapper .guest-list-heading {
    font-size: 1.8em;
    text-align: center;
    margin-top: 0;
    text-decoration: underline;
}
#canvas-wrapper .print-page .page{
    background-color: #ffffff; /*#FEF8EB;*/
    height: 100%;
    font-size: 2em;
}
#canvas-wrapper .print-page .page .print-guests-details .table.table-for-print{
    text-align: center;
    border: 1px solid #eeeeee;
}
.table-layout-fixed {
    table-layout: fixed;
}

#canvas-wrapper .print-page .page .print-guests-details .table-auto{
    width: auto;
}
.table-for-print>tbody>tr>td, .table-for-print>tbody>tr>th, .table-for-print>tfoot>tr>td, .table-for-print>tfoot>tr>th{
    padding: 0.2em;
    vertical-align: middle;
}
.table-for-print>thead>tr>th {
    white-space: pre-line;
}
.table-for-print>thead>tr>td, .table-for-print>thead>tr>th {
    padding: 0.3em 0.5em;
    vertical-align: middle;
}
.table-for-print.text-center th:not(.text-left) {
    text-align: center;
}
#canvas-wrapper .print-page .page .print-guests-details .print-guest-analysis{
    padding:0;
    border: 1px solid black;
}

.canvas-container {
    background-color: #ffffff; /*#FEF8EB;*/
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
}
#fabric-tools{
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 10px;
    -webkit-transition: max-height 0.2s ease-in;
    transition: max-height 0.2s ease-in;
    user-select: none;
}
#fabric-tools:after{
    content: " ";
    display: table;
    clear: both;
}
#fabric-tools .fabric-tool{
    margin: 1px;
    display: inline-block;
    width: 32px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
#fabric-tools .fabric-tool i {
    font-size: 23px;
}
#fabric-tools .fabric-tool .fabric-tool-icon-wrapper.icon-active {
    opacity: 1;
    background-color: #828282;
    color: #ebeded;
}
#fabric-tools .fabric-tool .fabric-tool-icon-wrapper.icon-inactive,  #fabric-tools .fabric-tool .fabric-tool-svg-wrapper.icon-inactive{
    opacity: 0.6;
}
#fabric-tools .fabric-tool .fabric-tool-icon-wrapper.icon-deactivated,  #fabric-tools .fabric-tool .fabric-tool-svg-wrapper.icon-deactivated{
    opacity: 0.6;
    cursor: not-allowed;
}
#fabric-tools .fabric-tool .fabric-tool-icon-wrapper{
    padding: 4px 5px 4px;
    cursor: pointer;
    border-radius: 2px;
    max-width: 100%;
    max-height: 100%;
    height: 30px;
    text-align: center;
    background-color: #ebeded;
    color: #828282;
    position: relative;
}
#fabric-tools .fabric-tool .fabric-tool-icon-wrapper .fabric-tool-span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#fabric-tools .fabric-tool .fabric-tool-svg-wrapper{
    padding: 4px 5px 4px;
    cursor: pointer;
    border-radius: 2px;
    max-width: 100%;
    max-height: 100%;
    height: 30px;
    text-align: center;
    background-color: #ebeded;
}
#fabric-tools .fabric-tools-right .fabric-tool .fabric-tool-icon-wrapper{
    background-color: #add77a;
    color: #646565;
}
#fabric-tools .fabric-tools-right .fabric-tool .fabric-tool-icon-wrapper.icon-active {
    background-color: #ff8b09;
    color: #ebeded;
}
#fabric-tools .fabric-tool .fabric-tool-svg-wrapper svg{
    width: 30px;
    height: 30px;
    max-width: 100%;
    max-height: 100%;
}
#fabric-tools .fabric-tool img{
    max-width: 100%;
    max-height: 100%;
    height: 30px;
    vertical-align: top;
}
#fabric-tools .fabric-tool .fabric-tool-delete-seats{
    background-color: #d85b8a;
}
#fabric-tools .fabric-tool .fabric-tool-delete-seats svg .stop-sign{
    fill: #ee0222;
}
#fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper{
    padding: 0;
}
#fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper i {
    font-size: 15px;
    vertical-align: middle;
}
#fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper li a, #fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper li .unit {
    padding: 6px 15px;
}
#measurement-unit {
    display: inline-block;
    max-width: 150px;
}
#fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper li:last-child {
    margin-bottom: 4px;
}
#fabric-tools .fabric-tool .fabric-tool-link-green{
    padding: 4px;
    background-color: #7eb245;
    margin-bottom: 4px;
}
#fabric-tools .fabric-tool .fabric-tool-checkbox-wrapper>.fabric-tool-link-green>a{
    color: white;
    position: relative;
    padding: 3px 30px 3px 15px;
}
#fabric-tools .fabric-tool .fabric-tool-link-green a i.icon-remove{
    font-size: 8px;
    position: absolute;
    right: 5px;
    top: 7px;
}
#fabric-tools .fabric-tool .fabric-tool-link-green a:hover,#fabric-tools .fabric-tool .fabric-tool-link-green a:active{
    background-color: initial;
    color: white;
}
#fabric-properties {
    position: absolute;
    width: 30px;
    overflow: hidden;
    bottom: 0;
    right: -30px;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#fabric-properties.visible {
    right: 0;
}
#fabric-properties.open.visible {
    padding-right: 255px;
}
#fabric-properties .controller{
    background: #3e4651;
    height: 100%;
    width: 30px;
    margin: 0;
}
#fabric-properties .controller .rotated{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 6px;
    color: white;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
}
#fabric-properties .controller i.fa.rotated{
    display: block;
    padding-left: 15px;
}

#fabric-properties .controlled{
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 10px;
    width: 225px;
    position: absolute;
    left: 30px;
    top: 0;
    background: white;
    height: 100%;
}
#object-editor {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100%;
    flex: 1 0 auto;
}
#object-editor .object-form{
    padding-right: 5px;
}
#object-editor h4{
    color: black;
    background-color: #7eb245;
    padding: 8px;
    margin: 0 0 15px;
}
#object-editor .form-actions{
    margin-top: 15px;
    text-align: center;
}

#object-editor .form-group {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
#properties-table-chairs-tab {
    min-height: 300px;
}
.form-group .form-item {
    padding: 5px 0;
}
.form-group .form-item textarea {
    max-width: 100%;
}
.form-group .form-item:after {
    display: table;
    content: " ";
    clear: both;
}
.form-group .form-item .form-item-left{
    display: inline-block;
    float: left;
    text-align: left;
    max-width: 85px;
}

.form-group .form-item .form-item-right{
    display: inline-block;
    float: right;
    text-align: right;
}
.form-group .form-item .form-item-left label{
    padding: 0;
    margin: 0;
    line-height: 1.3;
}
.form-group .form-item .ui-select-centered{
    text-align: center;
    /*padding: 2px;*/
}
.chair-svg-select {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.form-group .input-icon {
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
    margin-bottom: 0;
}
.form-group .input-icon:last-child {
    margin-left: 10px;
}
.form-group .input-icon:hover{
    background-color: #ccc;
}
.form-group .input-icon.input-icon-active {
    border: 1px inset #5a5a5a;
}
.form-group .form-item-right .flip-horizontal {
    margin: 0 5px;
    padding: 3px;
}
.flip-control {
    display: inline-block;
    padding: 5px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
}
.flip-control:last-child{
    margin-left: 10px;
}
.flip-control:hover{
    background-color: #ccc;
}
.flip-control.flip-vertical {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.flip-control.flip-x {
    transform: scaleX(-1);
}
.flip-control.flip-y {
    transform: scaleY(-1) rotate(90deg);
}
.color-picker-wrapper .input-group .color-picker-input {
    float: none;
    padding: 5px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
    width: 80px;
}
#object-editor .input-group {
    display: table;
}
#object-editor .input-group.input-group-sm {
    display: table;
}
#object-editor .input-group.input-group-sm .form-control {
    width: 75px;
}
#object-editor .input-group.input-group-sm select.form-control {
    width: 105px;
}
.input-group.input-group-sm .input-group-addon.input-group-addon-sm {
    padding: 5px 2px;
    width: 25px;
    display: inline-block;
    margin: 0;
}
#object-editor .input-group.input-group-xs .form-control {
    width: 30px;
}
.input-group.input-group-xs .input-group-addon.input-group-addon-xs {
    padding: 5px 2px;
    width: 75px;
}
#object-editor .input-group.input-group-xs .form-control {
    width: 30px;
}
.input-group.input-group-xs .input-group-addon.input-group-addon-xs {
    padding: 5px 2px;
    width: 75px;
}

#object-editor .input-group.door-open-input>.input-group-addon>input, #object-editor .input-group.door-open-input>.input-group-addon>i:before{
    vertical-align: middle;
}
.border-3 {
    border-radius: 3px;
}
#object-editor .nav-tabs>li>a{
    padding: 7px 9px;
}
#table-numbering {
    width: 80px;
}
#table-numbering-ul li{
    white-space: nowrap;
    position: relative;
    height: 35px;
    width: 300px;
}
#table-numbering-ul li:first-child{
    height: 45px;
}
#table-numbering-ul li.separator{
    height: 1px;
    margin: 5px 0 10px 0;
    border-top: 1px solid rgba(0,0,0,.15);
}
#table-numbering-ul li a{
    display: inline-block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1;
    color: #333;
    white-space: nowrap;
}
#table-numbering-ul li a i{
    width: 15px;
    height: 15px;
}
#table-numbering-ul li a.full-width{
    width: 100%;
}
#table-numbering-ul li .input-div{
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 0 5px;
    clear: both;
    font-weight: 400;
    line-height: 1;
    color: #333;
    white-space: nowrap;
}
#table-numbering-ul li .input-div .input-xs{
    width: 50px;
    padding: 6px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.minimal-ul {
    padding-left: 15px;
}
#fabric-tools  .fabric-tools-center .fabric-tool.fabric-tool-always {
    display: none;
}
@media (max-width: 767px) {
    #eventHallspanel{
        white-space: nowrap;
        overflow-x: auto;
    }
    #wrapper {
        padding-left: 0;
    }
    #wrapper.sidebar-open {
        padding-left: 0;
    }
    #page-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #page-wrapper >.panel-heading{
        margin: 0;
    }
    .title_hall {
        padding-left: 5px;
        display: block;
        float: left;
    }
    #eventHallspanel {
        padding-left: 25px;
    }
    #wrapper_custom_canvas{
        margin-left: 0;
    }
    #floorplan-heading .sandwich {
        display: block;
    }
    #floorplan-heading .sandwich-tools {
        display: inline-block;
    }
    #fabric-tools {
        max-height: 33px;
        padding: 0;
        overflow: hidden;
    }
    #fabric-tools.open {
        max-height: 500px;
        overflow: visible;
    }
    #fabric-tools.not-open .fabric-tool {
        display: none;
    }
    #fabric-tools.open .fabric-tool.fabric-tool-always {
        display: inline-block;
    }
    #fabric-tools.open .fabric-tools-center .fabric-tool.fabric-tool-always {
        display: none;
    }
    #fabric-tools.not-open .fabric-tool.fabric-tool-always {
        display: inline-block;
    }
    #wrapper .side-nav {
        margin-left: -55px;
        box-shadow: none;
    }
    #wrapper .side-nav.open {
        margin-left: 0;
        box-shadow: 12px 10px 15px -4px rgba(125, 130, 137, 0.8);
    }
    #wrapper .side-nav .sandwich {
        left: 55px;
        width: 30px;
        padding: 4px 8px;
        border-left: 1px solid white;
        -webkit-transition: left .2s ease-in;
        transition: left .2s ease-in;
        box-shadow: 4px 2px 10px 0 rgba(125, 130, 137, 0.8);
    }
    #wrapper .side-nav.open .sandwich {
        left: 55px;
    }
    #wrapper.sidebar-open .side-nav.open .sandwich {
        width: 30px;
        padding: 4px 8px;
        border-left: 1px solid white;
        -webkit-transition: left .2s ease-in;
        transition: left .2s ease-in;
        left: 315px;
    }
    #wrapper.sidebar-open .side-nav.open.wide-open .sandwich {
        left: 100%;
    }
    .side-nav-maximize {
        display: none;
    }
}

/*** custom checkboxes ***/

label {
    font-size: 12px;
    font-weight: normal;
}

.create-element-content input[type=checkbox] {
    display: none;
}

/* to hide the checkbox itself */
.create-element-content input[type=checkbox] + label:after {
    font-family: FontAwesome;
    display: inline-block;
}

.create-element-content input[type=checkbox] + label:after {
    content: "\f096";
}

/* unchecked icon */
.create-element-content input[type=checkbox] + label:after {
    letter-spacing: 20px;
}

/* space between checkbox and label */

.create-element-content input[type=checkbox]:checked + label:after {
    content: "\f046";
}

/* checked icon */
.create-element-content input[type=checkbox]:checked + label:after {
    letter-spacing: 15px;
}

/* allow space for check mark */

/********CUSTOM BUTTONS******************************************/
/*for filter buttons and edit box buttons*/
/*16-02-2016
.btn.btn-default.active,
.btn.btn-default.active:hover {
    color: #ffffff;
    background-color: #B2B3B3;
    background-image: linear-gradient(to bottom, #B2B3B3, #B2B3B3);
    background-position: 0 0;
    border-color: #DBDBDB #DBDBDB #DBDBDB;
}*/

.btn.btn-default.save {
    color: #ffffff;
    background-color: #7eb346;
    border-color: #6c9d42;
}
.btn.btn-default.save:hover {
    color: #ffffff;
    background-color: #64913e;
    border-color: #537b36;
}

 #sort_participants{
    margin-top: 20px !important;
 }
#sort_group_participants{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.sort_participant_button{
    border: 1px solid grey;
    border-radius: 6px;
    color: grey;
    background: rgb(221, 221, 221);
    width: auto;
    padding: 3px 7px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    width: 70px;
    height: 27px;
    text-align: center;
}
.active_sort_participant_button{
    border: 1px solid grey;
    border-radius: 6px;
    color: white;
    background: rgb(94, 84, 84);
    padding: 3px 7px;
    float: left;
    margin-right: 5px;
    cursor: pointer;
    width: 70px;
    height: 27px;
    text-align: center;
}
.side-nav .form-control{
    border-radius:6px !important;
}
.searchicon input{
    padding-left:25px;
}
.searchicon:before{
    opacity:.8;
    height:100%;
    width:25px;
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    position: absolute;
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
}
#list_guestsA,
#list_guestsB{
    margin-top: 8px;
}
#list_guestsA li,
#list_guestsB li{
    list-style: none;
    /*padding: 6px;*/
    cursor: pointer;
    float:left;
}
#col-xs-list-participant{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 400px;
    background-color: white;
    overflow-y: scroll;
}
.item_list_tooltip_guest{
    /*width:195px;*/
}

.container-guests{

}
#guests{
    box-shadow: 12px 10px 15px -4px rgba(125, 130, 137, 0.8);
    z-index: 9999;
}

.create-item-element-content-settings  .form-control {
      display: block;
      width: 100%;
      height: 30px!important;
      padding: 6px 6px;
      font-size: 14px;
      margin-left: auto;/*26-04-2016 για να ακουμπάνε τέρμα δεξιά στον <table>*/
  }

  @media screen and (max-width: 300px) {
      body {
          background-color: lightblue;
      }
  }

/***  custom cursors ***/

.round_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_circle2.cur'),     /* Modern browsers    */
    /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.crescent_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_crescent.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.halfcircle_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_halfCircle.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.oval_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_oval.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.theater_cursor {
    cursor: url('../img/icons/cursor/tables_floorplan-theaterseat.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.rect_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_rect.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.square_cursor {
    cursor: url('../img/icons/cursor/table-floorplan-tfloor_sq.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.halfboy_cursor {
     cursor: url('../img/icons/cursor/tables_floorplan-cocktailtable.cur'),     /* Modern browsers    */
         /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
     move;                                       /* Older browsers     */
 }

.ushape_cursor {
    cursor: url('../img/icons/cursor/tables_floorplan-u-table.cur'),     /* Modern browsers    */
        /*url('cursors/customMoveCursor.cur'),*/        /* Internet Explorer  */
    move;                                       /* Older browsers     */
}

.guest_cursor {
    cursor: url('../img/icons/cursor/participants-cursorS.cur'),
    move;
}

.move_guest_cursor {
    cursor: url('../img/icons/cursor/moveguest-cursor.cur'),
    move;
}

.move_guest_cursor1 {
    cursor: url('../img/icons/cursor/moveguest-cursor1.cur'),
    move;
}

.move_guest_cursor2 {
    cursor: url('../img/icons/cursor/moveguest-cursor2.cur'),
    move;
}

.move_guest_cursor3 {
    cursor: url('../img/icons/cursor/moveguest-cursor3.cur'),
    move;
}

.move_guest_cursor4 {
    cursor: url('../img/icons/cursor/moveguest-cursor4.cur'),
    move;
}

.move_guest_cursor5 {
    cursor: url('../img/icons/cursor/moveguest-cursor5.cur'),
    move;
}

.move_guest_cursor6 {
    cursor: url('../img/icons/cursor/moveguest-cursor6.cur'),
    move;
}

.move_guest_cursor7 {
    cursor: url('../img/icons/cursor/moveguest-cursor7.cur'),
    move;
}

.move_guest_cursor8 {
    cursor: url('../img/icons/cursor/moveguest-cursor8.cur'),
    move;
}

.move_guest_cursor9 {
    cursor: url('../img/icons/cursor/moveguest-cursor9.cur'),
    move;
}

.move_guest_cursor10 {
    cursor: url('../img/icons/cursor/moveguest-cursor10.cur'),
    move;
}

.move_guest_cursor11 {
    cursor: url('../img/icons/cursor/moveguest-cursor11.cur'),
    move;
}

.move_guest_cursor12 {
    cursor: url('../img/icons/cursor/moveguest-cursor12.cur'),
    move;
}

.move_guest_cursor13 {
    cursor: url('../img/icons/cursor/moveguest-cursor13.cur'),
    move;
}

.move_guest_cursor14 {
    cursor: url('../img/icons/cursor/moveguest-cursor14.cur'),
    move;
}

.move_guest_cursor15 {
    cursor: url('../img/icons/cursor/moveguest-cursor15.cur'),
    move;
}

.move_guest_cursor16 {
    cursor: url('../img/icons/cursor/moveguest-cursor16.cur'),
    move;
}

.move_guest_cursor17 {
    cursor: url('../img/icons/cursor/moveguest-cursor17.cur'),
    move;
}

.move_guest_cursor18 {
    cursor: url('../img/icons/cursor/moveguest-cursor18.cur'),
    move;
}

.move_guest_cursor19 {
    cursor: url('../img/icons/cursor/moveguest-cursor19.cur'),
    move;
}

.move_guest_cursor20 {
    cursor: url('../img/icons/cursor/moveguest-cursor20.cur'),
    move;
}

.move_guest_cursor21 {
    cursor: url('../img/icons/cursor/moveguest-cursor21.cur'),
    move;
}

.move_guest_cursor22 {
    cursor: url('../img/icons/cursor/moveguest-cursor22.cur'),
    move;
}

.move_guest_cursor23 {
    cursor: url('../img/icons/cursor/moveguest-cursor23.cur'),
    move;
}

.move_guest_cursor24 {
    cursor: url('../img/icons/cursor/moveguest-cursor24.cur'),
    move;
}

.move_guest_cursor25 {
    cursor: url('../img/icons/cursor/moveguest-cursor25.cur'),
    move;
}

.move_guest_cursorMore {
    cursor: url('../img/icons/cursor/moveguest-cursorMore.cur'),
    move;
}

.add_guest_cursor1 {
    cursor: url('../img/icons/cursor/1.cur') 10 10, auto;
}

.add_guest_cursor2 {
    cursor: url('../img/icons/cursor/2.cur') 10 10, auto;
}

.add_guest_cursor3 {
    cursor: url('../img/icons/cursor/3.cur') 10 10, auto;
}

.add_guest_cursor4 {
    cursor: url('../img/icons/cursor/4.cur') 10 10, auto;
}

.add_guest_cursor5 {
    cursor: url('../img/icons/cursor/5.cur') 10 10, auto;
}

.add_guest_cursor6 {
    cursor: url('../img/icons/cursor/6.cur') 10 10, auto;
}

.add_guest_cursor7 {
    cursor: url('../img/icons/cursor/7.cur') 10 10, auto;
}

.add_guest_cursor8 {
    cursor: url('../img/icons/cursor/8.cur') 10 10, auto;
}

.add_guest_cursor9 {
    cursor: url('../img/icons/cursor/9.cur') 10 10, auto;
}

.add_guest_cursor10 {
    cursor: url('../img/icons/cursor/10.cur') 10 10, auto;
}

.add_guest_cursor11 {
    cursor: url('../img/icons/cursor/11.cur') 10 10, auto;
}

.add_guest_cursor12 {
    cursor: url('../img/icons/cursor/12.cur') 10 10, auto;
}

.add_guest_cursor13 {
    cursor: url('../img/icons/cursor/13.cur') 10 10, auto;
}

.add_guest_cursor14 {
    cursor: url('../img/icons/cursor/14.cur') 10 10, auto;
}

.add_guest_cursor15 {
    cursor: url('../img/icons/cursor/15.cur') 10 10, auto;
}

.add_guest_cursor16 {
    cursor: url('../img/icons/cursor/16.cur') 10 10, auto;
}

.add_guest_cursor17 {
    cursor: url('../img/icons/cursor/17.cur') 10 10, auto;
}

.add_guest_cursor18 {
    cursor: url('../img/icons/cursor/18.cur') 10 10, auto;
}

.add_guest_cursor19 {
    cursor: url('../img/icons/cursor/19.cur') 10 10, auto;
}

.add_guest_cursor20 {
    cursor: url('../img/icons/cursor/20.cur') 10 10, auto;
}

.add_guest_cursor21 {
    cursor: url('../img/icons/cursor/21.cur') 10 10, auto;
}

.add_guest_cursor22 {
    cursor: url('../img/icons/cursor/22.cur') 10 10, auto;
}

.add_guest_cursor23 {
    cursor: url('../img/icons/cursor/23.cur') 10 10, auto;
}

.add_guest_cursor24 {
    cursor: url('../img/icons/cursor/24.cur') 10 10, auto;
}

.add_guest_cursor25 {
    cursor: url('../img/icons/cursor/25.cur') 10 10, auto;
}

.add_guest_cursor25plus {
    cursor: url('../img/icons/cursor/25plus.cur') 10 10, auto;
}

.circlecustom {
    cursor: url("../img/icons/cursor/round/circlecustom.cur"), auto;
}

.circleseats6 {
    cursor: url("../img/icons/cursor/round/circleseats6.cur"), auto;
}

.circleseats8 {
    cursor: url("../img/icons/cursor/round/circleseats8.cur"), auto;
}

.circleseats10 {
    cursor: url("../img/icons/cursor/round/circleseats10.cur"), auto;
}

.circleseats12 {
    cursor: url("../img/icons/cursor/round/circleseats12.cur"), auto;
}

.crescentcustom {
    cursor: url("../img/icons/cursor/crescent/crescentcustom.cur"), auto;
}

.crescent5 {
    cursor: url("../img/icons/cursor/crescent/crescent5.cur"), auto;
}

.halfcirlcecustom {
    cursor: url("../img/icons/cursor/halfcircle/halfcirlcecustom.cur"), auto;
}

.halfcircle8 {
    cursor: url("../img/icons/cursor/halfcircle/halfcircle8.cur"), auto;
}

.ovalcustom {
    cursor: url("../img/icons/cursor/oval/ovalcustom.cur"), auto;
}

.oval5 {
    cursor: url("../img/icons/cursor/oval/oval5.cur"), auto;
}

.rectanglecustom {
    cursor: url("../img/icons/cursor/rectangle/rectanglecustom.cur"), auto;
}

.rectangleseats4 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats4.cur"), auto;
}

.rectangleseats6 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats6.cur"), auto;
}

.rectangleseats8 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats8.cur"), auto;
}

.rectangleseats10 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats10.cur"), auto;
}

.rectangleseats12 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats12.cur"), auto;
}

.rectangleseats14 {
    cursor: url("../img/icons/cursor/rectangle/rectangleseats14.cur"), auto;
}

.squarecustom {
    cursor: url("../img/icons/cursor/square/squarecustom.cur"), auto;
}

.squareseats4 {
    cursor: url("../img/icons/cursor/square/squareseats4.cur"), auto;
}

.squareseats8 {
    cursor: url("../img/icons/cursor/square/squareseats8.cur"), auto;
}

.squareseats12 {
    cursor: url("../img/icons/cursor/square/squareseats12.cur"), auto;
}

.ushapecustom {
    cursor: url("../img/icons/cursor/ushape/ushapecustom.cur"), auto;
}

.ushape14 {
    cursor: url("../img/icons/cursor/ushape/ushape14.cur"), auto;
}

/*test */
.highlightit {
    background-color: yellow;
    font-weight: bold;
}

/**custom tooltip*/
.tooltip-inner {
    max-width: 200px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #B2B3B3;
    border-radius: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #B2B3B3;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #B2B3B3;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #B2B3B3;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #B2B3B3;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #B2B3B3;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #B2B3B3;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #B2B3B3;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #B2B3B3;
}

.TableNumbers-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 280px;
    height: 180px;
    margin: 20px auto;
}

/******custom magnigicPop up background*****/
.mfp-bg {
    /*background-color: transparent !important;*/
}

/*24-01-2016 warning popup for delete table with guests on it*/
.mfp-warningDelTable .mfp-content {
    background: #fff;
    width: 450px !important;
    height: 210px !important;
}

.mfp-warningDelTable {
}

/*************seated guests turn grey********************************/
.seated {
    color: #b3b0b0;
}

.unseated {
    color: #000;
}
/***************popup modal position**********************************/
.modal-position {
    top: 10%;
    left: -75%;
}

/************************bootstrp popover for table info**************/

/* Popover */
.popTableInfo {
    /* top: 248px ;
     left: 50px ;*/
    display: block !important;
}

/* Popover Header */
.popover-title {
    background-color: #7eb346 !important;
    color: #FFFFFF !important;
    font-size: 20px !important;
    text-align: center !important;
}

/* Popover Body */
.popover-content {
    background-color: #fff !important;
    padding: 25px 10px 25px 10px !important;
}

/**************table numbering***********************/
.container-tableNumbering {
    height: 100%;
}

/*ordered list*/
.container-tableNumbering ol li {
    padding-bottom: 15px;
}

.container-tableNumbering input[type=number] {
    width: 50px;
    height: 34px;
    margin-top: 5px;
}

.container-tableNumbering .col-xs-9 {
    padding-top: 10px;
    padding-right: 5px;
}

.container-tableNumbering .col-xs-3 {

}

.container-tableNumbering .btn#done {
    background-color: #7eb346;
    color: #fff;
}

.container-tableNumbering .btn#clear {
    background-color: #DB5E8C;
    color: #fff;
    width: 100%;
}

.container-tableNumbering .btn#close {
    background-color: #B2B3B3;
    color: #fff;
    width: 100%;
}

.manImg {
    background-image: url('../img/popup/warning1.png');
    background-size: 66px 112px;
    background-repeat: no-repeat;
}

/********************CUSTOM POPOVER FOR GUESTS COUNTERS***********************************/
.guestCountersPopoverClass {
    position:relative;
    border: none;
    padding: 0;
}
.guestCountersPopoverClass.visible {
    display: block;
}

.guestCountersPopoverClass .popover-content {
    background-color: #7eb346 !important;
    padding:0!important;
}

.guestCountersPopoverClass .popover-content .row{
    margin-right: -15px;
    margin-left: -15px;
}

.guestCountersPopoverClass .popover-title {
    background-color: #7eb346 !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    text-align: center !important;
    border: none;
}

.guestCountersPopoverClass table {
    color: #3E3F41;
    font-size: 16px;
    margin-bottom: 0;
    background-color: #ffffff;
}

.guestCountersPopoverClass table > tbody > tr > td {
    border: none;
    text-align: center;
    font-weight: normal;
}

.guestCountersPopoverClass table > thead > tr > td {
    white-space: pre-line;
    vertical-align: middle;
}




.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis.header-analysis{
    font-size: 13px;
    background-color: #cfcfcf;
}
.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis.border-bottom{
    border-bottom: 1px solid #cfcfcf;
}
.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis.footer-analysis{
    background-color: #7eb346;
}
.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis.footer-analysis .more-analysis{
    color: white;
}
.guestCountersPopoverClass .popover-content table tbody tr td span.bride{
    color: #ed008c;
}
.text-important{
    color: #ed008c;
}
.text-default {
    color: #333;
}
.text-green {
    color: #37c830;
}
.text-bold{
    font-weight: bold;
}
.no-border{
    border: none;
}

.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis td small.more-analysis{
    font-size: 15px;
    color: #6d6e71;
    font-weight: normal;
    white-space: nowrap;
}
.guestCountersPopoverClass .popover-content table tbody tr.groom-bride-analysis.header-analysis td small.more-analysis{
    font-size: 12px;
}

.guestCountersPopoverClass .popover-content table tbody.hide-analysis tr.groom-bride-analysis.header-analysis{
    display: none!important;
}
.guestCountersPopoverClass .popover-content table tbody.hide-analysis tr.groom-bride-analysis .more-analysis{
    display: none!important;
}

.btn-font-12{
    font-size: 12px;
    padding: 7px 10px;
}

.loading {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    /*24-01-2016 show also a black layer  */
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.loading .spinner {
    position: absolute;
}

/*question mark on guest list 'seating tab'*/
.fa-question {
    color: red;
}

/**save template modal*/
/*edit dialog box*/
.templateDialog {
    z-index: 9999;
}

.templateDialog .ui-dialog-titlebar {
    background-color: #7eb346;
    color: #fff;
}

.templateDialog .ui-dialog-buttonset button:nth-child(1) {
    /*cancel button*/
    width: 84px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: white;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #a7a9ac;
    background-image: none;
    text-shadow: none;
}

.templateDialog .ui-dialog-buttonset button:nth-child(2) {
    /*ok button*/
    width: 62px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: white;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: #7eb346;
    background-image: none;
    text-shadow: none;
}

/**************************
*start: modal warning when the user deletes an event hall*
**************************/
.modal-delEventHall {
    width: 450px;
}

.modal-delEventHall .modal-header {
    border: none;
    background: #fff !important;
    color: #fff;
    text-align: left;
    cursor: move
}

.modal-delEventHall .modal-header {
    /* padding-bottom: 0; theo 22-12-2015*/
}

.modal-delEventHall .modal-title {
    font-size: 18px;
}

.modal-delEventHall .modal-body {
    padding-bottom: 0;
    padding-top: 0;
}

.modal-delEventHall .row {
    margin-right: -10px;
}

/**************************
*end:   modal warning when the user deletes an event hall*
***************************/

/**************************
*START:   warning bootstrp-dialog for general error messages tools.js
***************************/

.warning-dlg .modal-header {
    background-color: #fff !important;
}

.warning-dlg .bootstrap-dialog-title {
    color: #ed008c !important;
    font-weight: bold;
}

.warning-dlg .modal-dialog {
    background-color: #5bc0de;
    width: 500px;
}

/*hide the dark shadow*/
.warning-dlg .modal-backdrop {
    display: none;
}

.btn-warning-cancel {
    background-color: #808285;
    color: #fff;
}

.btn-warning-ok {
    background-color: #ed008c;
    color: #fff;
}

/*my custom modal class(modal on delete event)*/
.warning-dlg .modal-footer {
    border: none;
}

/**************************
*END:   warning bootstrp-dialog for general error messages tools.js
***************************/

@media (max-width: 1000px) {
    #navbar_floor {
        margin: 0;
    }
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
    .navbar-right{
        float: right;
        margin: 0;
    }
    .navbar-right li{
        float: left;
    }
}

/*class that paints the rows of the participants list*/
.tableclass {
    color: #327E04;
}

.tableclass2 {
    color: blue;
}

/**οσοι καλεσμένοι δεν κάθονται θα πέρνουν την default class*/
.alldefault, .viewonlyclass {
    color: #000;
}

/*otan o user = client ,katevazw pio katw to first col (alphabetical/reverse alph..)*/
.adjustme {
    padding-top: 30px;
}

/*add circle to the fa-user(admin)*/
.fa-user.user {
    padding: 5px 7px;
    display: inline-block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0px 0px 2px #888;
    -webkit-box-shadow: 0px 0px 2px #888;
    box-shadow: 0px 0px 2px #C7E085;
    color: #C7E085;
}

/**LEFT MENU TABS*/
.nav.lefttabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 0;
}

.leftmenu .panel {
    background: transparent;
    margin-bottom: 0;
}

.sirtari>a>img {
    max-width: 20px;
    max-height: 25px;
    margin-right: 10px;
}

#floorplan .panel .template_content.collapsing {
    overflow-y: hidden;
}

/*10-05-2016, left menu sirtaria*/
.leftmenu #business,
.leftmenu #Beverages,
.leftmenu #staging,
.leftmenu #decoration,
.leftmenu #tables {
    top: 4px;
    left: 20px;
    position: relative;
    max-height: 222px;
    overflow-y: auto;
    padding-right: 15px;
}

.leftmenu a {
    padding-left: 30px;
}



.panel #halls ul {
    cursor: pointer;
    list-style-type: none;
    margin-left: -15px;
}

/*START: MODAL SHOW/HIDE TABLE NUMBERS */
.modal-showHideNumbers {
    width: 400px;
}

.modal-showHideNumbers .modal-header {
    background-color: #7eb346 !important;
    color: #fff;
    text-align: left;
    cursor: move;
}

.modal-showHideNumbers .modal-footer {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

/*END: MODAL SHOW/HIDE TABLE NUMBERS*/

.guestsli li {
    margin-left: -25px;
}

/*απενεργοποιώ τα περιγράμματα από τα datepickers*/
ul[datepicker-popup-wrap] > li table tbody button {
    border: none;
}

/*start: modal image popup for demo user */
.modal-imagemodal {
    width: 800px;
}

/*end: modal image popup for demo user */

/*START: ΑΡΙΣΤΕΡΟ ΜΕΝΟΥ ACCORDEON*/

.sirtari a {
    display: block;
    padding: 20px 0 20px 30px;
    text-decoration: none;
    height: 60px;
}

.sirtari.active {
    background-color: #DBEF8B;
}

.sirtari:hover {
    background-color: #eee;
}

.sirtari.active:hover {
    background-color: #DBEF8B;
}

/*END: ΑΡΙΣΤΕΡΟ ΜΕΝΟΥ ACCORDEON*/

/*LEFT MENU αλφαβητικά,επιλέξτε χώρο, κλπ*/
.form-control{
    font-size:12px;
}
.form-control-normal{
    font-size: 14px;
}
.container-guests .form-control{
    height:30px;
}

/*LEFT MENU BUTTONS ALL-SEATED-UNSEATED*/
.container-guests input[type=button]{
    font-size:12px;
}

/*POPOVER GIA guestsCounters(right top corner)*/
.guestCountersContainer{
    position:fixed;
    /*display:none;*/
    z-index:9999;
    right: 5px;
}

#noscript-warning{
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    color: #FFF;
    background-color: #AE0000;
    padding: 5px 0 5px 0;
}

/*START: GOOGLE CHROME ALERT*/
    #wrapper .myalert{
        margin-left: 20px;
        margin-right: 10px;
    }
/*END: GOOGLE CHROME ALERT*/

/*START: when eventexpired CHANGE CURSOR*/
    .lockDiv{
        background-color: #00b3ee;
    }
/*END: when eventexpired CHANGE CURSOR*/

/**************************
*start: modal lock days settings*
**************************/
.modal-lockDaysSettings {
    width: 324px;
    height:160px;
}

.modal-lockDaysSettings .modal-header {
    border: none;
    background-color:#7eb346!important;
    color: #fff;
    text-align: left;
    cursor: move
}

.modal-lockDaysSettings .modal-header {
    /* padding-bottom: 0; theo 22-12-2015*/
}

.modal-lockDaysSettings .modal-title {
    font-size: 18px;
}

.modal-lockDaysSettings .modal-body {

}

.modal-lockDaysSettings .row {
    margin-right: -10px;
}

.modal-participants2
{
    width: 1200px;
}

.modal-participants2 .modal-header {
    background-color: #7eb346 !important;
    color: #fff;
    text-align: left;
    cursor: move;
}

.modal-participants2 table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.modal-participants2 table tbody {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    display: block;
    width: 100%;
    table-layout: fixed;
}

.modal-participants2 table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.modal-participants2 table td {
    height: 32px; // needed in order to keep rows from collapsing
}

.modal-participants2, modal-participants2 .modal-content {
    /* 80% of window height */
    height: 80%;
}

.modal-participants2 .modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100vh - 210px);
    padding: 0px;
}


.modal-participants2 table td:nth-child(1), .modal-participants2 table th:nth-child(1) {
    width:8%;
}

.modal-participants2 table td:nth-child(2), .modal-participants2 table th:nth-child(2) {
    width:26%;
}

.modal-participants2 table td:nth-child(3), .modal-participants2 table th:nth-child(3) {
    width:15%;
}

.modal-participants2 table td:nth-child(4), .modal-participants2 table th:nth-child(4) {
    width:23%;
}

.modal-participants2 table td:nth-child(5), .modal-participants2 table th:nth-child(5) {
    width:21%;
}

.modal-participants2 table td:nth-child(6), .modal-participants2 table th:nth-child(6) {
    width:6%;
}

.modal-participants2 table th:nth-child(6) {
    margin-right:30px;
}

.modal-participants2 .highlightit {
    font-weight: normal;
}

.modal-participants2 label
{
    font-size: 14px;
}

/**************************
*end: modal lock days settings*
***************************/

.nav.nav-pills li:nth-child(1)
{
    max-width: 230px;
}

.nav.nav-pills li:nth-child(1) a
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-container div {
    display: inline-block;
}
.container-s1x{
    height: 45px;
    padding: 12px;
}
.space-top{
    margin-top: 5px;
}
.space-right{
    margin-right: 5px;
}
.space-bottom{
    margin-bottom: 7px;
}
.space-left{
    margin-left: 5px;
}
.space-top-bot{
    margin-top: 7px;
    margin-bottom: 7px;
}
.space-around{
    margin: 7px;
}
.no-padding{
    padding: 0;
}
.no-padding-alt{
    padding-top: 0;
    padding-bottom: 0;
}
.padding-11{
    padding-right: 11px;
    padding-left: 11px;
}
.pt-2 {
    padding-top: 7px;
}
.invisible{
    visibility: hidden!important;
}
.menuButtons .user-tiles{
    display: block;
    line-height: 1.42857143;
    border-radius: 4px;
    margin: 0;
    padding: 2px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 150px;
    text-decoration: none;
}
.menuButtons .user-tiles:hover .tile:before{
    content: " ";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
.menuButtons .user-tiles-2x {
    height: 300px;
}
.menuButtons .tile {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px;
    position: relative;
}
.menuButtons .tile i {
    z-index: 2;
    font-size: 60px;
    line-height: 1;
    display: block;
    text-align: center;
}
.menuButtons .tile span {
    z-index: 2;
    font-size: 20px;
    display: block;
    text-align: center;
    padding-top: 12px;
    width: 100%;
}
.menuButtons .user-tiles-2x .tile i {
    padding: 20px 0;
    margin-top: 45px;
}
.menuButtons .user-tiles-2x .tile span {
    padding: 10px 0;
}
.menuButtons .tile.tile-floorplan{
    background-color: #b95c84;
}
.menuButtons .tile.tile-help{
    background-color: #e5097f;
}
.menuButtons .tile.tile-sms{
    background-color: #ab0926;
}
.menuButtons .tile.tile-guestlist{
    background-color: #d67308;
}
.menuButtons .tile.tile-contact{
    background-color: #d6ab00;
}
.menuButtons .tile.tile-wedding{
    background-color: #879914;
}
.menuButtons .tile.tile-christening{
    background-color: #589619;
}
.menuButtons .tile.tile-contract{
    background-color: #009b00;
}
.menuButtons .tile.tile-notes{
    background-color: #266b73;
}
.menuButtons .tile.tile-vendors{
    background-color: #4369b2;
}
.menuButtons .tile.tile-offer{
    background-color: #009daf;
}

.menuButtons .tile.tile-wedding span, .menuButtons .tile.tile-christening span{
    font-size: 17px;
    padding-top: 10px;
}
.menuButtons .col-xs-full{
    width: 100%!important;
    float: left;
}
.menuButtons .col-xs-half{
    width: 50%!important;
    float: left;
}
.menuButtons .user-tiles.col-xs-half .tile i{
    font-size: 50px;
}
.menuButtons .user-tiles.col-xs-half .tile span{
    font-size: 15px;
}


@media (max-width: 1199px){
    .menuButtons .user-tiles.col-xs-half .tile {
        padding: 10px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .sm-offset-2{
        margin-left: 16.66666667%;
    }
}
@media (max-width: 767px) {
    .xs-offset-2{
        margin-left: 16.66666667%;
    }
    .menuButtons .tile {
        padding: 10px;
    }
    .menuButtons .tile i {
        padding-top: 10px;
        font-size: 50px;
        line-height: 1;
        display: block;
        text-align: center;
    }
    .menuButtons .user-tiles-2x {
        height: 150px;
    }

    .menuButtons .user-tiles-2x .tile i {
        padding: 10px 0 0;
        margin-top: 0;
    }
    .menuButtons .user-tiles-2x .tile span {
        padding: 12px 0 0;
    }
    #bs-example-navbar-collapse-1 {
        overflow-x: hidden!important;
    }
}
@media (max-width: 450px) {
    .col-xss-12{
        width: 100%;
    }
    .col-xss-3{
        width: 25%;
    }
    .col-xss-9{
        width: 75%;
    }
    .container-s1x{
        font-size: 13px;
    }
    .menuButtons .col-xs-half{
        width: 100%!important;
    }
    .menuButtons .user-tiles.col-xs-half .tile i{
        padding-top: 15px;
        font-size: 40px;
    }
    .menuButtons .user-tiles.col-xs-half .tile span{
        font-size: 20px;
    }


}
.btn-pink,.btn-pink:visited{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #DB5E8C;
    color: #fff;
}

.btn-pink:hover,.btn-pink:focus,.btn-pink:active {
    color: white;
    background-color: #bf5777;
}

.btn-cancel,.btn-cancel:visited{
    color: white;
    background-color: #a7a9ad;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    font-size: 14px;

}
.btn-cancel:hover,.btn-cancel:focus,.btn-cancel:active {
    color: white;
    background-color: #8f9195;
}
.btn-green,.btn-green:visited{
    color: white;
    background-color: #c0d88d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    font-size: 14px;
}
.btn-green:hover,.btn-green:focus,.btn-green:active {
    color: white;
    background-color: #7eb346;
}

.btn-save,.btn-save:visited{
    color: white;
    background-color: #7eb346;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    font-size: 14px;
}
.btn-save:hover,.btn-save:focus,.btn-save:active {
    color: white;
    background-color: #58843d;
}

.btn-cancel.btn-big, .btn-green.btn-big, .btn-save.btn-big, .btn-pink.btn-big{
    font-size: 16px;
    padding: 10px 16px;
}

.btn.btn-cancel.btn-normal, .btn.btn-green.btn-normal, .btn.btn-save.btn-normal, .btn-pink.btn-normal {
    padding: 6px 12px;
    border-radius: 3px;
}
.btn-spacey {
    padding-left: 25px;
    padding-right: 25px;
}
.light-gray{
    color: #7c7d80;
}
.lighter-gray{
    color: rgb(175,175,175);
}

.dark-gray{
    color: #636363;
}
.no-wrap{
    white-space: nowrap;
}
#navbar_floor .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #17202c;
}
@media only screen and (min-device-width : 1024px) {
    .onlyMobile{
        display: none!important;
    }
}
#heading_panel_canvas.cursor-grab + .canvas-container, #heading_panel_canvas.cursor-grab + .canvas-container canvas{
    cursor: grab;
}

#ajaxLoader {
    display: block;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    text-align: center;
}

#ajaxLoader .ajaxSpinner {
    display: inline-block;
    position: absolute;
    top: 46%;
    left: 46%;
    top: calc( 50% - 28px );
    left: calc( 50% - 28px );
    color: white;
}
.jq-context-menu-item {
    display: list-item;
    line-height: 20px;
}
.jq-context-menu-item> span{
    font-family: 'Century Gothic', SegoeUI, Arial, sans-serif;
}
.jq-context-menu-item::before {
    color: #2980B9;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 2em;
}
.jq-context-menu-item.context-menu-hover::before {
    color: white;
}

.jq-context-menu-item.context-menu-disabled::before {
     color: #bbb;
}
@media (max-width: 767px) {
    .modal-green {
        margin: 10px 0;
    }
}
.modal-green .modal-header{
    background-color: #7eb346 !important;
    color: #fff;
    text-align: left;
    cursor: move;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.item-list .list-item {
    position: relative;
    display: inline-block;
    float: left;
    width: 72px;
    height: 72px;
    color: #48494b;
    font-size: 11px;
    text-align: center;
    padding: 5px 13px 25px;
    margin: 2px;
    border: 1px solid #d8dada;
    background-color: #ffffff;
}
.item-list .list-item>.list-item-text {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3px;
    line-height: 1.1;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.item-list .list-item>img{
    max-width: 100%;
    max-height: 100%;
}
.item-list .list-item>.add-item{
    width: 32px;
    height: 32px;
    border: 1px solid #A59696;
    margin-top: 10px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    margin-left: 6px;
}
.color-closer {
    text-align: center;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray;
    padding: 2px;
    line-height: 1;
    z-index: 3;
    font-size: 11px;
    background: white;
    cursor: pointer;
    color: gray;
}
.tables-editor.item-list .list-item {
    width: 85px;
    height: 85px;
    padding: 10px 15px 35px;
}
.tables-editor.item-list .list-item .list-item-text{
    bottom: 8px;
}
.tables-editor .list-item.available {
    background-color: rgba(181, 243, 183, 0.65)
}
.tables-editor .list-item.unavailable {
    background-color: rgba(236, 158, 158, 0.39)
}
.tables-editor .list-item.isBeingEdited {
    background-color: rgba(54, 162, 236, 0.4)
}
.chair-editor .isBeingEdited {
    color: rgb(20, 121, 191);
    font-weight: bold;
}
.tables-editor .list-item .control {
    position: absolute;
    cursor: pointer;
}
.tables-editor .list-item .top-right {
    top: 3px;
    right: 3px;
}
.tables-editor .list-item .top-left {
    top: 3px;
    left: 3px;
}
.tables-editor .list-item .bottom-right {
    bottom: 3px;
    right: 3px;
}
.tables-editor .list-item .bottom-left {
    bottom: 3px;
    left: 3px;
}

.modal-edit-tables .modal-content {
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
}

.modal-edit-tables .modal-content .modal-body{
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 370px;
}
.modal-edit-tables .modal-content .modal-footer{
    position: relative;
    overflow: hidden;
}
.modal-edit-tables .modal-content .modal-body .tables-editor{
    overflow-y: auto;
    margin-right: 90px;
    padding: 0;
    max-height: 480px;
}
.tables-editor-legend{
    position: absolute;
    right: 15px;
    width: 85px;
    overflow: hidden;
}
.tables-editor-legend .legend-items .legend-color-div {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-left: 25px;
    font-size: 0.7em;
    height: 30px;
}
.tables-editor-legend .legend-items .legend-color-div:before{
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    top: 2px;
    content: " ";
}
.tables-editor-legend .legend-items .legend-color-available.legend-color-div:before {
    background-color: rgba(181, 243, 183, 0.65);
}
.tables-editor-legend .legend-items .legend-color-unavailable.legend-color-div:before {
    background-color: rgba(236, 158, 158, 0.39)

}
.tables-editor-legend .legend-items .legend-color-isBeingEdited.legend-color-div:before {
    background-color: rgba(54, 162, 236, 0.4)
}
.modal-edit-tables .modal-content .table-directive{
    position: absolute;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: 0;
    bottom: 0;
    background: white;
    padding: 15px;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 100%;
    min-width: 225px;
}
.modal-edit-tables .modal-content .table-directive.open{
    left: 0;
}
.table-directive-form{
    margin: 0 auto;
    max-width: 300px;
}
.form-control.input-text{
    width: 120px;
}
.form-control.input-number, #tables-directive-table-objectColor{
    width: 80px;
}
.table-directive .form-group .form-item .form-item-left{
    max-width: 105px;
}
.table-chair-manager{
    margin-top: 10px;
    position: relative;
    max-width: 225px;
}
.table-chair-manager.table-chair-manager-2{
   height: 80px;
}
.table-chair-manager.table-chair-manager-3{
   height: 120px;
}
.table-chair{
    position: absolute;
    width: 50px;
    padding: 4px;
    height: 30px;
}
.table-chair-top{
    top: 0;
    left: 75px;
    border-top: 2px solid #E91E63;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.table-chair-top-right-left{
    top: 0;
    left: 75px;
    border-top: 2px solid #E91E63;
    border-right: 2px solid #E91E63;
    border-left: 2px solid #E91E63;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.table-chair-around{
    top: 0;
    left: 75px;
    border: 2px solid #E91E63;
}
.table-chair-right{
    top: 40px;
    left: 150px;
    border-right: 2px solid #E91E63;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.table-chair-bottom{
    top: 80px;
    left: 75px;
    border-bottom: 2px solid #E91E63;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.table-chair-left{
    top: 40px;
    left: 0;
    border-left: 2px solid #E91E63;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.table-chair-middle{
    top: 40px;
    left: 75px;
    border-bottom: 2px solid #E91E63;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.table-chair-bottom-top{
    top: 0;
    left: 75px;
    border-bottom: 2px solid #E91E63;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.table-manager-theater-type {
    display: inline-block;
    width: 43px;
    margin-right: 7px;
}
.table-chair-manager.hide-horizontal .table-chair-left, .table-chair-manager.hide-horizontal .table-chair-right {
    opacity: 0.5;
}
.table-chair-manager.hide-vertical .table-chair-top, .table-chair-manager.hide-vertical .table-chair-bottom {
    opacity: 0.5;
}

.table-chair-manager.hide-horizontal .table-chair-bottom {
    top: 40px;
}

.table-manager-theater-type.selected {
    outline: 1px solid #4a8fff;
}
.input-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #a2a2a2;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 6px;
}

.input-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #696969;
    cursor: pointer;
}

.input-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #696969;
    cursor: pointer;
}
#canvas-wrapper.cursor-grab {
    cursor: grab;
}
.grabbing-cursor{
    cursor: move;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.modal-header.modal-header-green {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #7eb346 !important;
    color: #fff;
    cursor: move;
}
.modal-small {
    width: 300px;
    top: 30%;
}
.modal-medium {
    width: 450px;
    top: 20%;
}
.modal-large {
    width: 600px;
    top: 20%;
}
.modal-xlarge {
    width: 800px;
    top: 10%;
}
.modal-xxlarge {
    width: 1000px;
    top: 5%;
}
.modal-warning-generic, .modal-success-generic {
    width: 450px;
    margin: 0 auto;
    max-width: 100%;
}
.modal-success-generic {
    top: 20%;
}
.modal-warning-generic .modal-header, .modal-success-generic .modal-header {
    border: none;
    padding: 15px 0 0 0;
    color: #fff;
    text-align: left;
    cursor: move;
}
.secret-agent-warning {
    width: 66px;
    height: 112px;
    margin-bottom: 15px;
}
.modal-warning-generic .modal-body {
    padding: 0;
}
.warning-message {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn-important-ok {
    background-color: #ed008c;
    color: #fff;
}
.btn-important-ok:hover {
    background-color: #b40065;
    color: #fff;
}

.btn-important-cancel {
    background-color: #808285;
    color: #fff;
}
.btn-important-cancel:hover {
    background-color: #727477;
    color: #fff;
}
.btn-chair-editor {
    width: 85px;
    padding: 6px;
}
.btn-chair-editor small{
    white-space: normal;
}
.ui-select-toggle > .caret { pointer-events: none }

.accordion-halls .panel-group .panel-heading {
    background-color: #fff; }

.accordion-halls .panel {
    border: none; }

.accordion-halls .panel-body ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.accordion-halls .panel-body ul > li {
    list-style: none;
    display: block;
    background-color: #f5f5f5;
    border-left: 5px solid #7eb346;
    margin: 2px 0;
}

.accordion-halls .panel-body ul > li.inner-hall {
    border-left: 5px solid #7eb346;
    margin-left: 20px;
}

.accordion-halls .panel-body .parent-hall {
    display: block;
    background-color: #f5f5f5;
    border-left: 5px solid #8c8c8c;
    margin: 2px 0 2px 15px;
}

.accordion-halls label {
    padding-left: 50px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.accordion-halls label:before {
    position: absolute;
    left: 5px;
    display: inline-block;
    content: ":::";
    cursor: move;
}

.accordion-halls input[type=checkbox] {
    display: none;
    margin-left: 0; }

.accordion-halls li:not(.parent-hall) input[type=checkbox]:checked + label {
    background-color: #B2B3B3;
    color: #fff;
}
.accordion-halls .group-toggle {
    float: right;
    padding: 0 10px;
    color: #8c8c8c;
}
.accordion-halls .group-toggle .hallGroup-handle{
    display: inline-block;
    padding-left: 2px;
}

.accordion-halls .hallGroup-wrap {
    border-left: 1px solid #E5097F;
    box-shadow: 0 0 1px 0 #E5097F;
    cursor: move;
    padding: 4px;
    margin-bottom: 5px;
}
.accordion-halls .hallGroup-wrap.cursor-pointer {
    cursor: pointer;
}
.accordion-halls .hallGroup-wrap ul {
    min-height: 5px;
}
.fa-angle-90 {
    transform: rotate(90deg);
}
a.accordion-toggle, a.accordion-toggle:focus {
    outline: none;
}
.btn-delete-all-guests {
    color: #808284;
    margin-right: 30px;
}

.modal-excel-upload .excel-card {
    border: 1px solid #969696;
    border-radius: 3px;
    position: relative;
    margin: 10px 20px 30px 20px;
    cursor: pointer;
    display: block;
}
.excel-card.disabled {
    filter: grayscale(100%);
    opacity: 0.6;
    background-color: white!important;
}
.modal-excel-upload .excel-card .card-image {
    float: left;
    padding: 10px;
    width: 110px;
    height: 110px;
    position: relative;
}

.modal-excel-upload .excel-card .card-image i {
    font-size: 60px;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-radius: 50%;
    color: white;
    text-align: center;
}
.modal-excel-upload .excel-card .card-image i:before{
    vertical-align: middle;
    margin-bottom: 6px;
    display: inline-block;
}
.modal-excel-upload .excel-card .card-image .icon-guest-add {
    background-color: #89ac44;
}
.modal-excel-upload .excel-card .card-image .icon-guest-replace {
    background-color: #ed008c;
}
.modal-excel-upload .excel-card .card-body {
    margin-left: 100px;
    background-color: transparent;
    padding: 10px;
}
.modal-excel-upload .excel-card .card-body .action-title {
    font-size: 18px;
}
.modal-excel-upload .excel-card:hover{
    background-color: #e6e7e8;
}
.modal-excel-upload .upload {
    display: none;
}



.modal-body .action-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border: 2px solid #e0e0e0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 15px;
}
.modal-body .action-icon .icon-ok, .modal-body .action-icon .icon-remove {
    display: inline-block;
}
.modal-body .action-icon .icon-remove {
    font-size: 45px;
    color: #df0724;
}
.modal-body .action-icon .icon-ok {
    font-size: 60px;
    color: #8aac43;
}
.modal-body .action-title{
    color: #434242;
}

.modal-body .action-body{
    margin-bottom: 30px;
    max-height: 300px;
    overflow-y: auto;
}

.modal-body .action-body h3{
    color: #727271;
    font-size: 20px;
}
[dnd-handle]:before {
    display: inline-block;
    content: ":::";
    cursor: move;
}
[dnd-list] .dndDraggingSource {
    display: none!important;
}
[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}
[dnd-list] div.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.accordion-halls .panel-body .hallGroups-container .dndPlaceholder {
    margin-bottom: 5px;
    min-height: 49px;
}
.accordion-halls .panel-body .hallGroups-container ul > li.dndPlaceholder {
    list-style: none;
    display: block;
    background-color: #ddd;
    border-left: 5px solid #7eb346;
    margin: 0 0 5px;
    min-height: 32px;
}
.accordion-halls .panel-body div.parent-hall+ul > li.dndPlaceholder {
    border-left: 5px solid #7eb346;
    margin-left: 20px;
}

.pagination {
    margin: 0 -15px;
    display: block;
}
.pagination:after {
    content: " ";
    display: table;
    clear: both;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
    background-color: #ffffff;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #428bca;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > a:active,
.pagination ul > .active > a:visited,
.pagination ul > .active > a:focus {
    background-color: #428bca;
    color: white;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: #ffffff;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}
.pagination .pt-2 {
    color: #2d6698;
}
.searchEventsblock .input-container {
    white-space: nowrap;
}
.searchEventsblock .input-container button {
    font-size: 13px;
    line-height: 1.5;
}
.searchEventsblock .input-container button:first-child {
    margin-right: 3px;
}

.datepickerWrapper {
    position: relative;
}
.datepickerWrapper .fa-close {
    position: absolute;
    right: 50px;
    top: 10px;
    cursor: pointer;
    z-index: 3;
}
.select2-results .select2-result-label .container-fluid {
    padding: 0;
}
.dropdown-menu {
    z-index: 1039;
}

.tooltip-desktop-nowrap {
    white-space: nowrap;
}

.tooltip-desktop-nowrap .tooltip-inner ol{
    padding: 0 15px;
}
.tooltip-desktop-nowrap .tooltip-inner{
    max-width: 485px;
    text-align: left;
}

@media only screen and (max-width: 500px) {
    .tooltip-desktop-nowrap {
        white-space: normal;
    }
    .tooltip-desktop-nowrap .tooltip-inner{
        max-width: 100%;
    }

}
.context-menu-input>label>input[type=checkbox], .context-menu-input>label>input[type=radio] {
    margin-top: 0;
}

.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.pt-1 {
    padding-top: 5px;
}
.pb-1 {
    padding-bottom: 5px;
}
.py-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pl-1 {
    padding-left: 5px;
}
.pr-1 {
    padding-right: 5px;
}
.px-1 {
    padding-left: 5px;
    padding-right: 5px;
}

.pt-2 {
    padding-top: 10px;
}
.pb-2 {
    padding-bottom: 10px;
}
.py-2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pl-2 {
    padding-left: 10px;
}
.pr-2 {
    padding-right: 10px;
}
.px-2 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-3 {
    padding-top: 15px;
}
.pb-3 {
    padding-bottom: 15px;
}
.py-3 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.pl-3 {
    padding-left: 15px;
}
.pr-3 {
    padding-right: 15px;
}
.px-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-4 {
    padding-top: 20px;
}
.pb-4 {
    padding-bottom: 20px;
}
.py-4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pl-4 {
    padding-left: 20px;
}
.pr-4 {
    padding-right: 20px;
}
.px-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-5 {
    padding-top: 25px;
}
.pb-5 {
    padding-bottom: 25px;
}
.py-5 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.pl-5 {
    padding-left: 25px;
}
.pr-5 {
    padding-right: 25px;
}
.px-5 {
    padding-left: 25px;
    padding-right: 25px;
}

.pt-0 {
    margin-top: 0;
}
.pb-0 {
    margin-bottom: 0;
}
.py-0 {
    margin-top: 0;
    margin-bottom: 0;
}
.pl-0 {
    margin-left: 0;
}
.pr-0 {
    margin-right: 0;
}
.px-0 {
    margin-left: 0;
    margin-right: 0;
}

.mt-1 {
    margin-top: 5px;
}
.mb-1 {
    margin-bottom: 5px;
}
.my-1 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ml-1 {
    margin-left: 5px;
}
.mr-1 {
    margin-right: 5px;
}
.mx-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-2 {
    margin-top: 10px;
}
.mb-2 {
    margin-bottom: 10px;
}
.my-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ml-2 {
    margin-left: 10px;
}
.mr-2 {
    margin-right: 10px;
}
.mx-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-3 {
    margin-top: 15px;
}
.mb-3 {
    margin-bottom: 15px;
}
.my-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.ml-3 {
    margin-left: 15px;
}
.mr-3 {
    margin-right: 15px;
}
.mx-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.mt-4 {
    margin-top: 20px;
}
.mb-4 {
    margin-bottom: 20px;
}
.my-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.ml-4 {
    margin-left: 20px;
}
.mr-4 {
    margin-right: 20px;
}
.mx-4 {
    margin-left: 20px;
    margin-right: 20px;
}

.mt-5 {
    margin-top: 25px;
}
.mb-5 {
    margin-bottom: 25px;
}
.my-5 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.ml-5 {
    margin-left: 25px;
}
.mr-5 {
    margin-right: 25px;
}
.mx-5 {
    margin-left: 25px;
    margin-right: 25px;
}

.duplicate-event-input {
    width: 100%;
    max-width: 500px;
    height: 40px;
    border: 1px #e4e4e4 solid;
    border-radius: 4px;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
    .text-sm-left {
        text-align: left;
    }
}

.modal-add-svg .modal-content {
    display: flex;
    flex-direction: column;
    width: 600px;
    max-width: 100%;
}

.modal-add-svg .modal-content .modal-body{
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
    min-height: 370px;
}
.modal-add-svg .modal-content .modal-footer{
    position: relative;
    overflow: hidden;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3.5rem;
    cursor: pointer;
    box-sizing: content-box;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    box-sizing: content-box;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 2.5rem;
    padding: .375rem .75rem;
    line-height: 2.5rem;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    cursor: pointer;
    box-sizing: content-box;
}
.custom-file-input ~.custom-file-label::after {
    content: "\f1c5";
}
.custom-file-label::after {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.5rem;
    padding: .375rem .75rem;
    line-height: 2.5rem;
    color: #495057;
    content: "\f1c5";
    /*background-color: #e9ecef;*/
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    box-sizing: content-box;
}
