html {
    height: 100%;
}
body {
    min-height: 100%;
    position: relative;
}

.navbar-nav ul li a {
    cursor: pointer;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    margin-top: 5px;
}

.languageBar {
    margin-top: 13px;
}

.languageBar > a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    background: none !important;
}

.container {
    padding-bottom: 130px;
}

.table>tbody>tr:first-child>td {
    border: none;
}

.table td{
    vertical-align:middle !important;
}

.gi-bigger{font-size: 1.2em;}

.gi-max{font-size: 1.5em;}

.red{
    color:red;
}

.blue{
    color:cornflowerblue;
}

.green{
    color:green;
}

.distance-def{
    margin-right:10px;
}

.separator {
    height: 25px;
    background-color: #ECECEC !important;
}

.reg-checkbox{
    margin: 0 5px 0 0 !important;
}

.centerAlign{
    margin: 0 auto 0 auto;
}

.singleButton{
    width: 25%;
    float: right;
    min-width:80px;
}

.select-style {
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    background: #e6f2ff  no-repeat 90% 50%;
    color:#333333;
    width:100%;
}

.col-centered{
    width: 100%;
    text-align: center;
}

.centered{
    text-align: center;
}

.space-right{
    margin-right: 5px;
}

.space-up{
    margin-top: 20px;
}

.header-table{
    background: #e6f2ff !important;
    font-weight:bold !important;
    color:#333333 !important;
}

.marginRight{
    margin-right:5px;
}

.large-modal {
    width: 700px;
    position: absolute;
    top:0; bottom: 0; left: 0; right: 0;
    margin: auto
}

.up{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: +1;
}

.disabled{
    background-color:darkgrey !important;
    color:white;
}

.space-tables{
    margin-top:30px;
}

.big-check{
    width:50%;
    height:50%;
}

.actions-column{
    width:10%;
}

.left-floated{
    margin-right: 5px;
}

.white{
    color:white
}

.serial-cell{
    border-radius: 10px;
    background: #73AD21;
    padding: 10%;
    color:white;
    font-size:0.9em;
}

.centerText{
    text-align:center;
}

#modal {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
//box-sizing: border-box;
    z-index: 10;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#modal-background {
    display: block;
    position: fixed;
    background: #BDBDBD;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99998;
    opacity:0.7;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}
#modal.styled {
    overflow: auto;
    padding: 12px 14px;
    z-index: 99999;
}

.cssload-thecube {
    width: 103px;
    height: 103px;
    margin: 0 auto;
    margin-top: 69px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(193px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(193px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(193px) rotateY(180deg);
        opacity: 0;
    }
}

.input-calendar{
    min-height: 34px;
}

.panel-default>.panel-heading {
    background: #337ab7 !important;
    border-color: #337ab7 !important;
    height: 40px;
    font-weight: bold !important;
    color: #fff !important;
    padding-top: 10px;
}

.title-ticketdef-redcolor {
    text-align: left !important;
    font-weight: bold !important;
    color: #ee483c !important;
}

.acordio{
    float: left;
    background-color: #FAFAFA;
    min-height:100%;
    width: 250px;
    font-size:11px;
}

.separador{
    float: left;
    background-color: #DDD;
    min-height:100%;
    width: 10px;
}

.separador:hover{
    cursor:pointer;
    background-color: #CCC;
}

.pdf{
    overflow:hidden;
    background-color: #FAFAFA;
    min-height:100%;
}

.clearing{clear:both;}

.pdfItem{
    border-bottom: 1px solid #EEE;
}
.pdfItemHeader{
    padding-top:4px;
    padding-bottom:4px;
    border-bottom: 0;
    font-weight: bold;
    color:#777;
}
.pdfItemHeader input{
    width: 205px;
}
.pdfItemHeader:hover{
    background-color: #EEE;
}
.pdfItemExpand{
    cursor:pointer;
}
.pdfItemFormLine{
    margin-bottom:4px;
}
.pdfItemXY{
    width:45px;
}
.pdfItemWH{
    width:45px;
}
.pdfItemHeight{
    width:50px;
}
#pdfPreview {
    width:100%;
    height :645px;
}

.modalOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index:1001;
    //opacity:.75;
    //-moz-opacity: 0.75;
    //filter: alpha(opacity=75);
}

.modalModal {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 16px;
    background: #fff;
    color: #333;
    z-index:1002;
    overflow: auto;
}
.xdeletecolor{
    display: inline-block;
    font-size: 16px;
    position:absolute;
    padding:5px 10px;
    top:20px;
    left:190px;
    cursor:pointer;
}

/** New styles */
.ticket-definition .nav-tabs>li.active>a,
.ticket-definition .nav-tabs>li.active>a:focus,
.ticket-definition .nav-tabs>li>a:hover,
.ticket-definition .nav-tabs>li.active>a:hover {
    color: #555;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 -1px 2px #0000003d;
}
.ticket-definition .nav-tabs>li>a,
.ticket-definition .nav-tabs>li>a:focus {
    min-height: 56px; /** Fixes tabs with one or two rows */
    border-radius: 0;
    color: #828282;
    background-color: #d6d6d68f;
    border: none;
}
.ticket-definition .panel {
  border-radius: 0px;
  border-color: #e7e7e7;
}
.ticket-definition h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.ticket-definition h5 {
  font-weight: bold;
}
.product-definition .row,
.ticket-definition .row {
  margin: 10px 0;
}
.ticket-definition .pad-0 {
  padding: 0;
}
.ticket-definition .mg-0 {
  margin: 0;
}

.ticket-definition .hours-separator-container {
  position: relative;
}
.ticket-definition .hours-separator:after {
  content: ':';
  position: absolute;
  right: -5px;
  top: 5px;
  width: 10px;
  text-align: center;
  color: #555;
}

.ticket-definition .date-time-picker-fake .hours-separator:after {
  top: 30%;
}


.ticket-definition .nav-tabs>li.hasErrors>a,
.ticket-definition .nav-tabs>li.hasErrors>a:focus,
.ticket-definition .nav-tabs>li.hasErrors.active>a,
.ticket-definition .nav-tabs>li.hasErrors.active>a:focus,
.ticket-definition .nav-tabs>li.hasErrors>a:hover,
.ticket-definition .nav-tabs>li.hasErrors.active>a:hover {
  color: #a94442;
}
.ticket-definition .align-v {
  margin-top: 23px;
}
.ticket-definition .table.table-simple {
  background-color: transparent;
  margin-bottom: 0;
}
.ticket-definition .max-height-scroll {
  max-height: 350px;
  overflow-y: auto;
}
.helper-class.mg-row {
  margin-bottom: 10px;
}

.helper-class.mg-col {
  margin: 0;
}
.helper-class.mg-r10 {
  margin-right: 10px;
}
.helper-class.mg-l10 {
    margin-left: 10px;
}
.event-code{
    margin-top: 7px;
    text-align: center;
    padding: 8px;
    background: #e7e7e7;
    z-index: 1031;
}

.tooltipButton-right {
    margin-right: 10px;
}
.tooltipButton-left {
    margin-left: 10px;
}

.table-striped.table-event-search>tbody>tr:nth-of-type(odd):hover {
	background-color: #f0f0f0;
}
.table-striped.table-event-search>tbody>tr:nth-of-type(even):hover {
	background-color: #f5f5f5;
}
.active-events li { padding: 15px; }
.dis-ib {
  display: inline-block;
}
.bs-bb {
  box-sizing: border-box;
}
.wd-90 {
  width: 90%;
}
.wd-5 {
  width: 5%;
}

.upload .image-container {
    width: 100%;
    height: 220px;
    background-color: #eeeeee;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}

.upload {
  text-align: center;
}

.upload .size {
  position: absolute;
  width: 160px;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -80px;
  font-size: 24px;
  color: #aaa;
  font-weight: bold;
  text-align: center;
}

.upload .buttons-container {
  margin: 10px;
  text-align: center;
  min-height: 21px;
}

.upload .buttons-container input {
  margin: 0 auto;
}

.wallet-text label {
  font-weight: normal;
}

.wallet-text .lang {
  font-weight: bold;
}
.wallet-text textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 44px;
}

.wallet .sda-color-picker-dir {
  width: 100%;
}

.wallet .coord {
  min-height: 26px;
  font-size: 10px;
}

.wallet .save-coordenates {
  float: left;
  margin-top: 12px;
  margin-left: 1px;
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0 !important;
}

.align-submenu{
    padding-left: 19px;
}
