/**********************************************/
/*************** G E N E R A L ****************/
/**********************************************/

@charset "utf-8";

.header__admin {
    display: block;
    position: relative;
    width: 100%;
    color: rgba(128, 128, 128, 1);
    background: rgba(0, 0, 0, 1);
    padding: 0;
    z-index: 1000;
}

.header__admin-container {
    margin: 0 auto;
    padding-top: 1rem;
    margin-bottom: 1rem;
    width: 96%;
}

.header__admin .navbar {
    margin: 0;
    font-size: 14px;
    font-family: "Alegreya Sans", "Helvetica", "Arial", sans-serif;
    z-index: 999999;
}

@media (max-width: 1023px) and (min-width: 0px) {

    .header__admin .nav {
        max-width: calc(100% - 130px);
    }

    .header__admin .switch-box > span {
        width: 0;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
    }

}

.header__admin .navbar li a {
    font-size: 14px;
    font-family: "Alegreya Sans", "Helvetica", "Arial", sans-serif;
}

.header__admin .navbar-nav > li > .dropdown-menu {
    padding: 0;
}

.header__admin-text {
    display: inline-block;
}

body > .wrapper {
    position: relative;
}

/**********************************************/
/****************** O T H E R *****************/
/**********************************************/

.clearer {
    clear: both;
}

.header-text__intro a {
    border: 0;
}

.zf-green {
    color: #68b604;
}

body > h1 {
    margin: 2em 0 0 0;
    display: inline-block;
}

body.admin .main-content.admin {
    margin: 9em 1em 0 1em;
}

body.admin .main-content.admin > h1 {
    margin: 0 0 0.5em 0;
    display: inline-block;
    text-align: left;
    max-width: 100%;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
    margin-top: -2px;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

/*************************************************/
/*** Files ***/

.image_dnd_area {
    margin: 1.5em 0 1em 0;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e5e8ec;
    background-color: #fff;
    background-image: url('../img/icons/dnd-icon.png');
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: 1.5em center;
    padding: 1em 0.5em 1em 5em;
    font-size: 0.75em;
    text-align: center;
    height: 8em;
    vertical-align: middle;
    display: table;
}

.image_dnd_area.dz-started {
    padding: 1em;
    background-image: none;
}

.image_dnd_area.dz-started .file_name {
    display: none;
}

.image_dnd_area .file_name {
    position: relative;
    z-index: -1;
    display: inline-block;
    vertical-align: middle;
    margin: 2.3em 0;
}

.image_dnd_area .files {
    text-align: left;
    height: 5em;
    position: relative;
}

.image_dnd_area img {
    width: 1em;
    margin: 0 1em;
}

.image_dnd_area.drop {
    border: 1px solid #549eff;
}

.image_dnd_area.ready {
    border: 1px dotted #549eff;
}

.file_dnd_area {
    font-family: sans-serif;
    padding: 1em 2em;
    text-align: center;
    display: table-cell;
    cursor: pointer;
    font-size: 77%;
    border: 1px solid #549eff;
    color: #549eff;
    border-radius: 2px;
    background-color: transparent;
}

.file_dnd_area.dz-started {
    border: 1px solid #e5e8ec;
}

.file_dnd_area .file_name {
    position: relative;
    z-index: -1;
}

.file_dnd_area.dz-started .file_name {
    display: none;
}

/*************************************************/
/*** Tiny MCE ***/

.mce-branding {
    display: none !important;
}

/*************************************************/
/*** Toaster flash messages ***/

.toaster {
    width: auto !important;
    opacity: 0.95;
    z-index: 500000 !important;
}

/*************************************************/
/*** Bootstrap Switch ***/

.switch-box {
    display: inline-block;
    float: right;
    margin: 10px 0;
    color: #9d9d9d;
}

/*************************************************/
/*** Fancybox ***/

/*************************************************/
/*** Tablesorter ***/

.tablesorter .filtered {
    display: none;
}

.tablesorter-filter.disabled {
    display: none;
}

.tablesorter-header-inner {
    white-space: nowrap;
}

.tablesorter-filter-row.hideme {
    height: 5px;
}

.tablesorter-filter-row.hideme td {
    padding: 0;
}

.tablesorter-filter-row.hideme td * {
    display: none;
}

.min-width {
    width: 1%;
    white-space: nowrap;
}

.tablesorter.table-striped > tbody > tr:hover {
    background-color: #f5f5f5;
}

.tablesorter .tablesoter-view-glyphicon {
    display: block;
    float: right;
}

/*************************************************/
/*** Alerts ***/

.alert li {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
}

/*************************************************/
/*** Favorite button (star) ***/

.post-favorite-button:before {
    content: "\e007";
    cursor: pointer;
}

.post-favorite-button.in-favorite:before {
    content: "\e006";
}

.checkbox label {
    display: block;
}

/*************************************************/
/*** Filter ***/

a.filter-condition.active {
    text-decoration: underline !important;
}

/*************************************************/
/*** Admin menu ***/

.navbar li {
    margin: 0;
}

/*************************************************/
/*** TinyMCE ***/

.editMode .tinymce-inline .TinyMCE-built-in-gallery {
    background-color: #eee;
    background-image: url('/libs/tinymce/plugins/jsplus_gallery/img/gallery_bg.png');
    padding: 5px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.editMode .tinymce-inline .TinyMCE-built-in-gallery img {
    width: auto !important;
    height: 100px !important;
    display: block !important;
    float: left !important;
    margin: 5px !important;
}

.editMode .tinymce-inline .TinyMCE-built-in-gallery.draggable img {
    cursor: move;
}

/*************************************************/
/*** Map ***/

.main-map {
    width: 100%;
    height: 600px
}

.map-hint {
    max-width: 300px;
    max-height: 400px;
    min-width: 200px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
}

.map-hint img.map-hint-img {
    width: 100%;
    min-width: 300px;
}

.map-hint .map-hint-title {
    font-weight: bold;
    font-size: larger;
}

.map-hint p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: inherit;
}

.map-points {
}

.map-points > [data-visible="true"] {
    font-weight: bold;
}

.map-point-natures img {
    height: 2em;
}

.map-point-natures img {
    height: 2em;
}

.map-point-natures label {
    margin: 0.5em 1em;
}

.margin-container {
    margin: 1em;
}

#filters-listbox {
    top: auto;
    left: auto;
}

#filters-listbox li {
    margin: 0.25em 0.5em;
    font-size: 1em;
}

.filters-listbox-item {
    display: inline-block;
    width: 100%;
}

.list-unstyled li {
    margin: 0;
}

.news-item2__label {
    position: absolute;
    background: #540000;
    color: #fff;
    z-index: 10;
    font-family: 'PT Sans', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    padding: 0.2rem 0.9rem 0.2rem 1.3rem;
    margin: 0.8rem 0 0 -0.8rem;
    line-height: 1rem;
}

input[type=checkbox].form-checkbox {
    margin: 0 0.4rem 0 0;
}

.main-page-settings .connectedSortable {
    border: 1px solid #999;
    width: 100%;
    min-height: 2em;
    list-style-type: none;
    margin: 0.5em 1em 0.5em 0;
    padding: 0.5em 0.5em 0 0.5em;
    float: left;
}

.main-page-settings .connectedSortable .panel {
    margin: 0 0 0.5em 0;
    width: 100%;
}

.main-page-settings .connectedSortable .panel-body {
    padding: 0.5em;
}

.main-page-settings .panel-heading {
    cursor: move;
}

.brutusin-form li,
.brutusin-form ol {
    margin: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: inherit;
}

.brutusin-form a {
    border-bottom: inherit;
}

.popover-title {
    display: block;
    text-align: left;
    line-height: 1.2em;
}

/**
 * Polls
 */

.polls .panel-body > label {
    display: block;
}

.polls .panel-body {
    display: none;
}

.polls .panel-heading .fa {
    cursor: pointer;
    line-height: 20px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.polls .panel-heading .fa:hover {
    color: #52bcdd;
}

.polls .panel-heading .fa-times:hover {
    color: red;
}

.polls .panel-heading .fa.show-settings,
.polls .panel-heading .fa.new-question,
.polls .panel-heading .fa.clone-question,
.polls .panel-heading .fa.excel-copy {
    margin: 0 0.5em 0 0;
}

.polls .panel-heading .fa.show-question {
    font-weight: bold;
}

.polls .panel-body .collection {
    margin: 1em 0;
}

.polls .panel.panel-margin-0 {
    margin-left: 0;
}

.polls .panel.panel-margin-1 {
    margin-left: 1em;
}

.polls .panel.panel-margin-2 {
    margin-left: 2em;
}

.polls .panel.panel-margin-3 {
    margin-left: 3em;
}

.polls .panel.panel-margin-4 {
    margin-left: 4em;
}

.polls .panel.panel-margin-5 {
    margin-left: 5em;
}

.polls .panel.panel-margin-6 {
    margin-left: 6em;
}

.polls .panel.panel-margin-7 {
    margin-left: 7em;
}

.polls .panel.panel-margin-8 {
    margin-left: 8em;
}

.polls .panel.panel-margin-9 {
    margin-left: 9em;
}

.polls .panel.panel-margin-10 {
    margin-left: 10em;
}

.polls .question-settings {
    /*display: none;*/
}

.polls .question-settings > label {
    display: block;
    font-weight: normal;
}

.polls .remove-option {
    position: absolute;
    right: 0;
    margin: -2.8em -0.3em 0 0;
    cursor: pointer;
}

.polls .remove-option:hover {
    color: red;
}

.polls .panel-body .option-group fieldset {
    position: relative;
}

.polls .panel-body .collection .option-group {
    margin-bottom: 0.5em;
}

.polls .panel-body .remove-depends-on {
    cursor: pointer;
}

.polls .panel-body .remove-depends-on:hover {
    color: red;
}

.polls .panel-body a.show-depends-on {
    border-bottom: 0;
    text-decoration: none;
}

#brutusin-form {
    margin-bottom: 1em;
}

.polls table.report {
    /* table-layout: fixed; */
}

.polls .polls-select label {
    font-weight: normal;
}

.polls table.report td, .polls table.report th {
    border: 1px solid #999;
    padding: 0.1em;
    overflow: hidden;
}

.polls table.report td > span, .polls table.report th > span {
    margin: 0 0.2em;
    display: block;
}

.auth #zend-developer-toolbar {
    display: none;
}

.polls #poll-form .form-group.form-collection {
    width: 100%;
}

.polls .nestable {
    width: 30%;
    float: left;
}

.polls .panel.panel-block,
.polls .panel.panel-page {
    border: 1px solid #999;
    padding: 0.5em;
}

.polls .panel.panel-page > .panel-heading > .show-settings {
    display: none;
}

.polls .panel .new-question {
    display: none;
}

.polls .panel.panel-page > .panel-heading > .new-question,
.polls .panel.panel-block > .panel-heading > .new-question {
    display: block;
}

.polls .nestable > .panel-group {
    /*max-height: 500px;
    overflow-y: scroll;*/
    padding-right: 0.5em;
}

.pagination a.page-link {
    color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.pagination > li {
    font-size: 1em;
}

input.submitbutton,
button.submitbutton {
    display: block;
    margin: 6px 0;
}