.exhibitor-export-block {
    text-align: center;
}

.exhibitor-export-block span{
    height: 100%;
    vertical-align: middle;
    margin: 0 15px;
}

.mail-nav li{
    float: none;
}
.mail-nav i{
    margin-left: 20px;
    float: right;
}

.mail-nav li>a:hover, .mail-nav li>a:active, .mail-nav li>a:focus {
    color: #72afd2;
    background: #fff;
}

.status {
    width: 20px;
    height: 20px;
    border: 2px #000 solid;
    margin: 0 auto;
}

.red-status{
    background-color: #ff0000;
}
.orange-status{
    background-color: #ffa500;
}

.green-status{
    background-color: #00a65a;
}

.pull-right{
    display: flex;
    align-items: center;
}

.pull-right div{
   margin-left: 10px;
}

.d-flex-choice{
    display: flex;
}

.d-flex-choice label{
    margin-left: 0;
    padding-left: 0;
    margin-right: 10px;
}
.vich-image {
    width: auto;
    max-width: 800px;
}
.vich-image img {
    max-width: 100%;
    max-height: 800px;
    width: auto;
}

.x-editable.editable.editable-click[data-value="active"] {
    background-color: #00a65a!important;
    color: #fff !important;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.x-editable.editable.editable-click[data-value="inactive"] {
    background-color: #dd4b39!important;
    color: #fff !important;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}