#container {
    height: 100%;
    width: 100%;
}

.paperContainer {
    /*background: #111 url("../images/grid.gif") repeat scroll 0 0;*/
    /*height: 93% !important;
    width: 100% !important;
    min-height: 600px !important;*/
    height: 93%;
    width: 100%;
    min-height: 600px;
    position: relative;
    /*background-color: #efefef;
    background-color: #ededed;
    background-image: url("./images/grid-100.png");
    position: relative;
    width: 65%;
    float: right;*/
}

#paper, #paper_selector {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*height: 600px;*/
    /*min-height: 600px;*/
    top: 0;
    background-color: #efefef;
}
.designerViewPaper{
    height: 100%;
    width: 100%;
    /*height: 800px;*/
}
.selectSeatsViewPaper{
    height: 600px;
}

/*
    Limitar el alto del mapa de asientos para la vista movil
*/
@media (max-width: 768px){
    .selectSeatsViewPaper {
        height: 400px  !important;
    }

    .paperContainer {
        min-height: 400px  !important;
    }
}

modal-header h3 {
  font-family: 'Raleway', sans-serif;
}

.zoombox {
    /*width: 584px;*/
    /*height: 40px;*/
    background-color: rgba(50, 50, 50, 0.55);
    border: 2px solid #178dbd;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 2px #d1d1d1;
    position: absolute;
    opacity: 1.0;
    display: block;
    z-index: 100;
    float: left;
    left: 1.5em;
    bottom: 1em;
}

.zoombox button {
    margin: 5px;
    display:block;
    width: 40px;
}
.zoombox button.active.focus, .zoombox button.active:focus, .zoombox button.focus, .zoombox button:active.focus, .zoombox button:active:focus, .zoombox button:focus {
    outline: 0;
}


.zoombox{
    background:none;
    border:none;
    padding: 0;
    box-shadow: none;
}
.zoombox .btn {
    border-radius: 0px;
    /*background-color: #178dbd;
    border-color: #178dbd;*/
}

.zoombox .btn-primary:active, .zoombox .btn-primary:focus {
    background-color: #178dbd  !important;
    border-color: #178dbd  !important;
}

#centerMap {
  margin-bottom: 1em;
}

#centerMap .btn-label, #moreZoom .btn-label, #lessZoom .btn-label {
  background: none;
  text-align: center;
  /*height: 50px;*/
  width: 50px;
  -webkit-box-shadow: 0px 0px 5px 2px #d1d1d1;
  -moz-box-shadow: 0px 0px 5px 2px #d1d1d1;
  box-shadow: 0px 0px 5px 2px #d1d1d1;
  border: none;
}

#moreZoom {
  text-align: center;
  height: 50px;
  width: 50px;
}


.helpbox {
    /*width: 584px;*/
    /*height: 40px;*/
    background-color: rgba(50, 50, 50, 0.55);
    border: 2px solid #178dbd;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 2px #d1d1d1;
    -moz-box-shadow: 0px 0px 5px 2px #d1d1d1;
    box-shadow: 0px 0px 5px 2px #d1d1d1;
    position: absolute;
    opacity: 1.0;
    display: block;
    z-index: 100;
    float: left;
    left: 1.5em;
    top: 1.5em;
    transition: 0.4s;
}


.helpbox button {
    margin: 5px;
    display:block;
    width: 40px;
}
.helpbox button.active.focus, .helpbox button.active:focus, .helpbox button.focus, .helpbox button:active.focus, .helpbox button:active:focus, .helpbox button:focus {
    outline: 0;
}


.helpbox{
    background:none;
    border:none;
    padding: 0;
    box-shadow: none;
}
.helpbox .btn {
    border-radius: 0px;
    /*background-color: #178dbd;
    border-color: #178dbd;*/
}

.helpbox .btn-primary:active, .helpbox .btn-primary:focus {
    background-color: #178dbd  !important;
    border-color: #178dbd  !important;
}

#lessZoom, #moreZoom, #centerMap, #showHelp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 0;
  padding: 0px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #d1d1d1;
  -moz-box-shadow: 0px 0px 5px 2px #d1d1d1;
  box-shadow: 0px 0px 5px 2px #d1d1d1;
  transition: 0.4s;
}

.toolbox {
    /*width: 584px;*/
    /*height: 40px;*/
    background-color: none;
    border: none;
    position: absolute;
    z-index: 100;
    right: 15px;
    float: right;
    margin-top: 25px;
    padding: 5px;
    opacity: 1.0;
    display: block;
    height: 50px;
}

.toolbox button {
    margin-right: 1em;
}
#newSection, #newTable, #newSection, #newShape, #newSeat {
  height: 50px;
  width: 135px;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  font-size: 15px !important;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  box-shadow: 0px 0px 5px 2px #d1d1d1;
  text-align: center !important;
  align-items: center !important;
  display: inline-flex !important;
  outline: none !important;
  justify-content: center;
  transition: 0.4s;
}

#newSection  .btn-label, #newTable .btn-label, #newSection .btn-label, #newShape .btn-label, #newSeat .btn-label{
  background: none;
}
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius:0;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.btn-primary {
    color: #fff;
    background-color: #178DBD;
    border-color: #178DBD;
    text-align: center !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border: 0;
  border-color: #178DBD;
}

.btn-primary2 {
    background-color: #666666;
    border-color: #666666;
    color: #ffffff;
}

.icon-toolbox i {
  font-size: 45px !important;
  position: relative;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center;
  outline: 0;
  width: 35px;
  right: 5px;
  position: relative;
  letter-spacing: 0.25px;
}

.icon-toolbox:focus, {
  border:none !important;
  outline: 0px !important;
}

/*
    PROPERTIES BOX
*/
.propertiesbox {
    width: 300px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 2px #d1d1d1;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
    right: 40px;
    float: right;
    margin-top: 50px;
    display: none;
}
#propertiesBoxShapes, #propertiesBoxSelectedSeats, #propertiesBoxSectionNew, #propertiesBoxSectionEdit, #propertiesBoxTableNew {
    min-width: 280px !important;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px #d1d1d1;
    padding-bottom:2em;
}

.propertiesbox section{
    padding: 1em 0;
    box-sizing: border-box;
}

.propertiesbox-last section{
  padding: 1em 0;
  margin-top: 1em;
  box-sizing: border-box;
  margin-bottom: 0;
}

#propertiesBoxSelectedSeats section{
    padding: 0px;
    margin-top: 0px;
}

.propertiesElement{
    clear: both;
    margin-top: 5px;
    padding: 0 2em;
    margin-bottom: 1.5em;
}

.propertiesElement-object{
    clear: both;
    margin-top: 5px;
    padding: 0 1.2em;
    margin-bottom: 1.5em;
    text-align: center;
}

.propertiesElement label{
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #333333;
    margin-top: 5px;
}

.edit-seats label {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #777777;
    text-align: center;
}
.unselect-seats label {
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: #777777;
    text-align: center;
}
/*
label {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}*/

.propertiesElement input, .propertiesElement select {
  float: right;
  min-width: 25px;
  height: auto;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #777777;
  margin: 0;
  padding: 0 0 1px 0;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  padding: 6px 12px;
  font-size: 15px;
  background-color: #efefef;
  border: 1px solid #efefef;
  background-image: none;
  border-radius: 0px;
  margin-top:-5px;
  height: 35px;
}

.propertiesElementInput:focus, .propertiesElement select:focus {
  border: 1px solid #178dbd;
  transition: 0.4s;
  background-color: #fff;
  -webkit-box-shadow: none;
  outline: 0;
  box-shadow: none;
}

.propertiesElementInput:hover, .propertiesElement select:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
  box-shadow: none;
  z-index: 2;
}

.propertiesElement input{
    width: 50px;
}

.propertiesElement input:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
  box-shadow: none;
  z-index: 2;
}

.propertiesElement input:focus {
  border: 1px solid #178dbd;
  transition: 0.4s;
  background-color: #fff;
  -webkit-box-shadow: none;
  outline: 0;
  box-shadow: none;
}

.propertiesElement input.titleInput, .propertiesElement select{
    width: 150px;
    height: 35px;
}

.propertiesElement input[type="range"]{
    width: 150px;
    background-color: #178dbd;

}

#propertiesBoxShapes .propertiesElement{
    text-align: center;
}

#newSectionAdd, #newSectionCancel, #newTableAdd, #newTableCancel, #editSectionSave, #editSectionCancel, #editSectionSeatsCancel, #editSectionSeatsSave, #editTableSeatsCancel, #editTableSeatsSave, #markWheelchairSectionSeat, #markWheelchairTableSeat, #deleteSectionSeat, #editTableCancel, #editTableSave, #editShapeCancel, #editShapeSave, #deleteTableSeat, #seatPriceCancel, #seatPriceSave {
  width: 46%;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  height: 50px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: 0;
  padding: 0;
  transition: 0.4s;
}

#newShapeCancel, #editSectionRemove, #editSectionDuplicate, #btnUnselectSectionSeats, #btnUnselectTableSeats, #btnSaveSectionSeatTitle, #btnSaveTableSeatTitle, #editShapeRemove, #editShapeDuplicate, #editTableRemove, #editTableDuplicate, #editTableEditSeats, #editSectionEditSeats, #btnDeleteAllReservedSeats {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  height: 50px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: 0;
  padding: 0;
  transition: 0.4s;
}

#editSectionRemove, #editSectionDuplicate, #markWheelchairSectionSeat, #markWheelchairTableSeat, #editShapeRemove, #editShapeDuplicate, #editTableRemove, #editTableDuplicate, #btnDeleteAllReservedSeats {
  width: 46% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: 0;
  padding: 0;
  transition: 0.4s;
}

#newSectionCancel, #newTableCancel, #editSectionCancel, #editSectionRemove, #editSectionSeatsCancel, #deleteSectionSeat, #editShapeRemove, #editTableRemove, #editTableCancel, #editShapeCancel, #editTableSeatsCancel, #deleteTableSeat, #seatPriceCancel {
  margin-right: 1em !important;
}

#editSectionRemove, #editShapeRemove, #editTableRemove, #deleteSectionSeat, #deleteTableSeat, #btnDeleteAllReservedSeats{
  color: #777777;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
  text-transform: none;
  border-bottom-color: transparent;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center !important;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  height: 35px;
}

#editSectionRemove:hover, #editShapeRemove:hover, #editTableRemove:hover, #deleteSectionSeat:hover, #deleteTableSeat:hover, #btnDeleteAllReservedSeats:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
}


#editSectionDuplicate, #editShapeDuplicate, #editTableDuplicate {
  color: #777777;
  background-color: #efefef;
  border: 1px solid #efefef;
  text-transform: none;
  border-bottom-color: transparent;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center !important;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  height: 35px;
}

#editSectionDuplicate:hover, #editShapeDuplicate:hover, #editTableDuplicate:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
}


#editTableEditSeats, #editSectionEditSeats, #btnUnselectSectionSeats, #btnUnselectTableSeats, #btnSaveSectionSeatTitle, #btnSaveTableSeatTitle, #markProtocoloSectionSeat {
  color: #777777;
  background-color: #efefef;
  border: 1px solid #efefef;
  text-transform: none;
  border-bottom-color: transparent;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center !important;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  height: 35px;
  border-radius: 0;
  justify-content: center;
}

#markProtocoloSectionSeat i {
  text-align: center !important;
}

#btnDeleteAllReservedSeats {
  width: 160px !important;
}

#editTableEditSeats:hover, #editSectionEditSeats:hover, #btnUnselectSectionSeats:hover, #btnUnselectTableSeats:hover, #btnSaveSectionSeatTitle:hover, #btnSaveTableSeatTitle:hover, #markProtocoloSectionSeat:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
}

#markWheelchairSectionSeat, #markWheelchairTableSeat {
  color: #efefef;
  background-color: #002f6c;
  border: 1px solid #002f6c;
  text-transform: none;
  border-bottom-color: transparent;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center !important;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  height: 35px;
}

#markWheelchairSectionSeat:hover, #markWheelchairTableSeat:hover {
  border: 1px solid #178dbd;
  transition: 0.4s;
  outline: 0;
}

.btn-icon {
  position: relative;
  display: inline-block;
  border-radius: 0;
  height: 35px;
  bottom: 14px;
}

/*

    SELECT SEATS

*/


.selectedList{
    padding-bottom: 1em;
    padding-top: 1em;
    list-style: outside none none;
    margin: 0;
}

.selectedListItem{
    margin-top: 1em;
    padding: 0;
    list-style: outside none none;
}

.selectedListItemDiv{
    background-color: rgba(50, 50, 50, 0.55);
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    margin-bottom: 1px;
    border: 1px solid #178dbd;
    border-left: 5px solid #178dbd;
    padding: 0;
}

.selectedListItemContent{
    padding-bottom: 1em !important;
    padding-top: 1em !important;
    font-size: 0;
    letter-spacing: 0;
}

.selectedListItemContentLeft {
    padding: 0 1em;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: 0.25px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    float:none;
    width: 80%;
}

.selectedListItemContentRight{
    padding: 0 1em;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;
    letter-spacing: 0.25px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-align: right;
    float:none;
}

.selectedListItemContentCenter{
  font-family: sans-serif;
  padding: 0 1em;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  vertical-align: middle;
  letter-spacing: 0.25px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  float: none;
  color: #777;
  padding: 0;
  justify-content: flex-end;
}

.selectedListItemSection{
    color: #d1d1d1;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.selectedListItemSeat{
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    margin: 0;
    margin-left: 1em;
    padding: 0;
}

.selectedListItemRemove{
    text-align: right;
}

.delete-ticket-button{
    float: none !important;
    margin: 0 !important;
}
.delete-ticket-button i{
    font-size: 45px !important;
}


/*
    Mobile Friendly SelectedList
*/
.selectedListOuter{
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 0px;
    padding-right: 0px;
    list-style: outside none none;
    margin: 0;
}
.selectedListOuter .selectedListItemDiv{
    background-color: rgba(50, 50, 50, 0.55);
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    background-color: #fff;
    border: 0px;
    border-left: 5px solid #178dbd;
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectedListOuter .selectedListItemDiv .selectedListItemContent{
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: #fff;
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
}
.selectedListOuter .selectedListItemSection{
    color: #178dbd;
}
.selectedListOuter .selectedListItemSeat{
    color: #777777;
}
.selectedListOuter .selectedListItemContentRight{
    color: #178dbd;
}



/* propertiesBoxSetPricesSeats */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.seatSelectedLine{
    border: 1px solid #d1d1d1;
    border-left:2px solid #ffbc32;
    padding-left: 3px ;
}

input[type=number] {
    -moz-appearance:textfield;
}

.removeSeat, .removeSeat:hover, .removeSeat:active, .removeSeat:visited, .removeSeat:focus{
    color: #d43f3a;
    text-decoration: none;
    text-align: right !important;
    margin-left: 2em;
}

.objImage{
    border: 2px solid transparent;
}

.objSelected{
    border: 2px solid #0c0;
    border-radius: 20px;
}

.error{
    color: #d43f3a;
    display: none;
}

/* Let's get this party started */
::-webkit-scrollbar {
    /*width: 5px;
    height: 5px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
}

.elementSelected{
    stroke: #0C0  !important;
}

/*
    SEATS
*/

.seatCircle{

}
.circleFigureRestore {
    opacity: 1  !important;
    fill-opacity: 0  !important;
    stroke-width: 2  !important;
    stroke-opacity: 1  !important;
}

.seatSelected {
    /* Just for Select */
    stroke: #62cb31;
    stroke-width: 4;
}
.seatDeleted {
    /* Just for Select */
}
.seatReserved {
    /* Just for Select */
    stroke: #f39a23  !important;
    fill: #ffda73  !important;
}
.seatCircleHidden {
    cursor: default  !important;
    opacity: 0  !important;
    fill-opacity: 0  !important;
    stroke-width: 0  !important;
    stroke-opacity: 0  !important;
}
.wheelchairSeat{
    fill: #002f6c !important;
}
.protocoloSeat{
    fill: #666666 !important;
}
.seatBooked {
    /* Just for Select */
    stroke: #d43f3a  !important;
    fill: #f89f9a  !important;
}

.seatBackCircle{
    opacity: 0;
    fill-opacity: 0;
    stroke-width: 0;
    stroke-opacity: 0;
}
.seatBackCircleHover {
    opacity: 0.6  !important;
    fill-opacity: 1  !important;
}
.seatBackCircleSelected {
    opacity: 1  !important;
    fill-opacity: 1  !important;
}

.priceSetPerSeat{
    stroke: #fff  !important;
    fill: #7dcf29  !important;
}
.priceSetPerSeat + text{
    fill: #fff  !important;
}

/*

TABS PANEL

*/


.panel.with-nav-tabs .panel-heading{
    padding: 0px;
    margin-top: 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.panel.with-nav-tabs .nav-tabs{
    border-bottom: 0;
}
.panel.with-nav-tabs .nav-justified{
    margin-bottom: -1px;
}
/*.panel-body{

    background-color: rgba(50, 50, 50, 0.55);
    border: 2px solid #178dbd;

}*/


.divArrowSelector
{
  float: right;
}

.divArrowSelector .nav-tabs
{
  border-bottom: 0;
}

.divArrowSelector .nav-tabs li
{
  width: 50px;
}
.divArrowSelector .nav-tabs li a
{
  border-radius: 0px !important;
}
.divArrowSelector .nav-tabs li.active a,.divArrowSelector .nav-tabs li a:focus
{
  background-color: #fff !important;
  border: 1px solid #178dbd !important;
  transition: 0.4s;
}


/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #777777;
    border-radius: 0px;
    background-color: #efefef;
    border-color: #efefef;
    transition: 0.4s;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25px;
    text-align: center !important;
    font-size: 15px;
    width: 100%;
    height: 35px !important;
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #777777;
    background-color: #efefef;
    border-color: #178dbd;
    transition: 0.4s;
    height: 35px !important;
    text-align: center !important;
    align-items: center;
    display: inline-flex;
    font-weight: 700;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #777777;
    background-color: #D1D1D1;
    border-color: #D1D1D1;
    transition: 0.4s;
    border-bottom-color: transparent;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.25px;
    text-align: center !important;
    font-size: 15px;
    font-weight: 700;
    height: 35px !important;
    align-items: center;
    display: inline-flex;
}

.nav>li>a {
    text-align: center !important;
    align-items: center !important;
    display: inline-flex !important;
    position: static !important;
}

#editSectionLabelsRowsDirectionUp, #editSectionLabelsRowsDirectionDown, #editSeatsLabelsColumnsDirectionLeft, #editSeatsLabelsColumnsDirectionRight {
  width: 50px;
  display: inline-flex;
  height: 35px !important;
  align-items: center;
  display: inline-flex;
  color: #777777;
  background-color: #efefef;
  border-color: #efefef;
  transition: 0.4s;
  border-bottom-color: transparent;
}

#editSectionLabelsRowsDirectionUp:hover, #editSectionLabelsRowsDirectionDown:hover, #editSeatsLabelsColumnsDirectionLeft:hover, #editSeatsLabelsColumnsDirectionRight:hover  {
    border: 1px solid #178dbd;
    transition: 0.4s;
    outline: 0;
    cursor: pointer;
  }

#editSeatsLabelsColumnsDirectionLeft, #editSectionLabelsRowsDirectionUp {
  margin-right: 20px;
}

/* #editSectionLabelsRowsDirectionDown {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
}

#editSectionLabelsRowsDirectionUp {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
margin-right: 20px;
}

#editSeatsLabelsColumnsDirectionLeft {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
margin-right: 20px;
}

#editSectionLabelsRowsDirectionUp i, #editSeatsLabelsColumnsDirectionLeft i {
position: relative;
right:7px;
}

#editSectionLabelsRowsDirectionDown i, #editSeatsLabelsColumnsDirectionRight i{
position: relative;
right:7px;
} */

#headTabs{
    background-color: transparent;
    border: 0;
}
.ulTabs{
    background-color: transparent;
}
.panel{
    background-color: transparent;
}

.capacitySection
{
    fill: #d1d1d1;
    stroke: #d1d1d1;
}

.capacitySectionTitle
{
    fill: #666666;
}

.circleTable, .rectangleTable
{
    fill: #d1d1d1;
    stroke: #d1d1d1;
}

.shapeElement
{
    fill: #d1d1d1;
    stroke: #d1d1d1;
}

.shapeCircleElement {
  fill: #d1d1d1;
  stroke: #d1d1d1;
}
.shapeIcon
{

}
.shapeLabel
{
    fill: #777777;
    font-weight: bold;
}

.seatLabel{
    fill:#7c7c7c;

}
/* .seatCircle {
    stroke:#d1d1d1;
} */

/*> MODIFICADO */
.seatCircle {
  stroke:#62cb31;
  fill:#62cb31;
}
.seatCircle + text {
    fill:#fff  !important;
}
/* MODIFICADO <*/

/* .seatSelected{
    stroke:#62cb31;
    fill:#62cb31;
    stroke-width:2;
} */
/*> MODIFICADO*/
.seatSelected{
    stroke:#ff9900; /*#ff9900;*/
    fill:#ffad33; /*#ff9900;*/
    stroke-width:2;
}
/* MODIFICADO <*/
/* .seatSelected + text {
    fill:#fff  !important;
} */
.seatSelected + text {
    fill:#000  !important;
}

/* .seatReserved{
    fill:#fff  !important;
    stroke:#ffa826  !important;
} */
/*> MODIFICADO*/
.seatReserved{
    fill:#d1d1d1  !important;
    stroke:#d1d1d1  !important;
}
/*MODIFICADO <*/

/* .seatBooked {
    fill:#d1d1d1  !important;
    stroke:#d1d1d1  !important;
} */
/*> MODIFICADO */
.seatBooked {
    fill:#ff0000  !important;
    stroke:#ff0000  !important;
}
/*MODIFICADO <*/
.seatBooked + text {
    fill:#fff  !important;

}

.removeSeat{
    float: right;
    margin-right: 10px;
}

h4 {
  color: #777777;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center;
  margin: 10px 0px 30px 0px;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.25px;
}

.section-header {
  height: 55px;
  background-color: #efefef;
  padding:0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.title-toolbox {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center;
  margin: auto;
  font-size: 1.25em;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 1em;
}

.title span {
    color: #178dbd !important;
}

.title-toolbox span {
    color: #178dbd !important;
}

#designer-blue-bar {
  height: 6px;
  background-color: #178dbd;
  margin-bottom: 2em;
  box-shadow: 0px -2px 3px 0px #d1d1d1;
}

.panel-primary {
    border: none;
    padding: 0 2em;
}

.small-icons {
  font-size: 25px !important;
  text-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-weight: 700;
  width: 30px;
}

.paperContainer .azfonts{
	font-size: 45px;
}

.paperContainer .azfonts:before{
	margin: 0;
}

.paperContainer .object-azfonts {
  height: 65px;
  width: 65px;
  background-color: #d1d1d1;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 0.75em 3em;
  padding-top: 1.75em;
  border: 0 !important;
}

.paperContainer .object-azfonts:hover, .paperContainer .object-azfonts:focus, .paperContainer .object-text:hover, .paperContainer .object-text:focus, .paperContainer .object-text:visited, .paperContainer .object-text:active {
  color: #ffffff;
  text-decoration:none !important;
}

.paperContainer .object-text {
  color: #ffffff;
  font-size: 45px;
  text-decoration:none !important;
  font-family: serif !important;
}

.paperContainer .object-azfonts-last {
  margin-bottom: 1em !important;
}

.paperContainer .object-azfonts:hover {
  color: #ffffff;
  text-decoration:none !important;
}

.object-title {
  color: #777777;
  font-family:'Raleway', sans-serif;
  font-weight: 700;
  margin-top: -1.25em;
  width: 100px;
  text-decoration:none !important;
}

.object-title:hover {
  text-decoration:none !important;
}

.no-padding {
  padding:0 !important;
}

.no-top-padding {
  padding-top:0 !important;
}

.no-top-margin {
  margin-top: 0 !important;
}

/* hr {
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  height: 5px;
  background-image: linear-gradient(to right, rgb(52, 73, 94), rgb(52, 73, 94) 25%, rgb(155, 89, 182) 25%, rgb(155, 89, 182) 35%, rgb(52, 152, 219) 35%, rgb(52, 152, 219) 45%, rgb(98, 203, 49) 45%, rgb(98, 203, 49) 55%, rgb(255, 182, 6) 55%, rgb(255, 182, 6) 65%, rgb(230, 126, 34) 65%, rgb(230, 126, 34) 75%, rgb(231, 76, 60) 85%, rgb(231, 76, 60) 85%, rgb(192, 57, 43) 85%, rgb(192, 57, 43) 100%);
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  display: block;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
} */

.navbar-designer {
  margin-bottom: 0px !important;
  border-radius: 0px;
  margin: auto;
  background-color: #fff;
  height: 50px;
  vertical-align: middle !important;
  box-shadow: 0px 0px 5px 2px #d1d1d1;
  border: 0;
}

#saveSeatmap, #saveSeatsPrices, #saveSelection, #cancelSeatmap {
  border-radius: 0px;
  transition: 0.4s;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.25px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center;
  color: #fff;
  outline: 0;
  height: 50px;
  border: 0 !important;
}

#saveSeatmap, #saveSeatsPrices, #saveSelection {
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center;
  outline: 0;
}

#saveSeatmap:hover, #saveSeatsPrices:hover, #saveSelection:hover {
  transition: 0.4s;
}

#saveSeatmap i, #saveSeatsPrices i, #saveSelection i, #cancelSeatmap i {
  font-size: 45px !important;
  position:relative;
  align-items: center !important;
  display: inline-flex !important;
  justify-content: center;
  outline: 0;
  width: 35px;
  right: 5px;
  position: relative;
  letter-spacing: 0.25px;
}

.logo-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  float: left;
  align-content: center;
  justify-content: center;
  font-size: 35px;
  color: #777777;
  margin-right: 0.5em;
}

.navbar-brand-designer {
  float: left;
  height: 50px;
  font-size: 15px;
  justify-content: center;
  align-items: center !important;
  display: inline-flex !important;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.fixDesignerWidth
{
  margin-left: -56px;
  margin-right: -56px;
}
