/*
COPYRIGHT NOTICE

This is proprietary software. Proprietary software is computer software
licensed under exclusive legal right of the copyright holder.
The licensee is given the right to use the software under certain conditions,
but restricted from other uses, such as modification, further distribution,
or reverse engineering.

Copyright (c) 2017 Telution GmbH, Germany.
All rights reserved.

http://www.telution.de
info@telution.de

Redistribution and use in source and binary forms, with or without
modification, are not permitted.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/*
    Created on : 06.03.2017, 12:53:37
    Author     : Sebastian Habiger <s.habiger@telution.de>
*/
body {
  font-family: Arial, Helvetica, "Sans-Serif";
}
/*
COPYRIGHT NOTICE

This is proprietary software. Proprietary software is computer software
licensed under exclusive legal right of the copyright holder.
The licensee is given the right to use the software under certain conditions,
but restricted from other uses, such as modification, further distribution,
or reverse engineering.

Copyright (c) 2017 Telution GmbH, Germany.
All rights reserved.

http://www.telution.de
info@telution.de

Redistribution and use in source and binary forms, with or without
modification, are not permitted.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
/*
    Created on : 06.03.2017, 12:32:51
    Author     : Sebastian Habiger <s.habiger@telution.de>
*/
.tree-view {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.tree-view a {
  color: inherit;
}
.tree-view ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tree-view ul li {
  padding-left: 10px;
}
.tree-view ul li > ul {
  margin-left: 10px;
}
.toolbar {
  position: relative;
  z-index: auto;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 4px 11px;
}
.toolbar a {
  display: inline-block;
  margin: 4px;
}
.tabbable .nav-tabs {
  padding: 0 10px;
}
.breadcrumbs {
  min-height: 22px;
  line-height: 22px;
  background-color: transparent !important;
  border-width: 1px !important;
}
.breadcrumbs .breadcrumb {
  line-height: 22px;
  margin: 3px 12px 3px 12px;
}
.news-list .article {
  width: 50%;
  border: 1px solid #ccc;
  padding: 12px;
}
.news-list .article .header {
  margin: -12px -12px 12px -12px;
  padding: 12px;
}
.news-list .article .header h3 {
  margin: 0;
}
.tx-felogin-pi1 {
  border: 1px solid #ccc;
  padding: 12px;
}
.tx-felogin-pi1 h3 {
  background-color: #031e61;
  color: #fff;
  padding: 12px;
  margin: -12px -12px 12px -12px;
}
.tx-felogin-pi1 form {
  overflow: hidden;
}
#extranet-nav-icon {
  width: 38px;
  height: 38px;
  position: relative;
  margin: 27px;
  float: right;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  #extranet-nav-icon {
    display: none;
  }
}
#extranet-nav-icon:focus {
  outline: none;
}
#extranet-nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  top: 15px;
  width: 100%;
  background: #333;
  font-size: 0;
  opacity: 1;
  left: 0;
  -o-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
#extranet-nav-icon span::before,
#extranet-nav-icon span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background: #333;
  content: "";
  -o-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -o-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}
#extranet-nav-icon span::before {
  -o-transition-property: top, transform;
  -moz-transition-property: top, transform;
  transition-property: top, transform;
  top: -13px;
}
#extranet-nav-icon span::after {
  -o-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  transition-property: bottom, transform;
  bottom: -13px;
}
body.open-menu #extranet-nav-icon span {
  -o-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  background: none;
}
body.open-menu #extranet-nav-icon span::before,
body.open-menu #extranet-nav-icon span::after {
  -o-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
body.open-menu #extranet-nav-icon span::before {
  top: 0;
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.open-menu #extranet-nav-icon span::after {
  bottom: 0;
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .btn {
    width: 100%;
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  #sidebar {
    display: block;
  }
}
@media (max-width: 991px) {
  #sidebar {
    position: absolute;
    z-index: 3;
    width: 100%;
  }
  #sidebar + .main-content {
    margin-left: 0;
  }
}
.btn-primary,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #031e61!important;
  border-color: #031e61;
}
.btn-primary.focus:hover,
.btn-primary:active:hover,
.btn-primary:focus:active,
.btn-primary:focus:hover,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:active,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: #031e61!important;
  border-color: #031e61;
}
.btn-default.focus:hover,
.btn-default:active:hover,
.btn-default:focus:active,
.btn-default:focus:hover,
.btn-default:hover,
.btn.focus:hover,
.btn:active:hover,
.btn:focus:active,
.btn:focus:hover,
.btn:hover,
.open > .btn-default.dropdown-toggle,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:active,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn.dropdown-toggle,
.open > .btn.dropdown-toggle.focus,
.open > .btn.dropdown-toggle:active,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover {
  background-color: #90ba1eb0!important;
  border-color: #90ba1eb0;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}
.loader:after {
  content: "\f110";
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  text-align: center;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3em;
  width: 1.28571429em;
  margin-top: -0.64285714em;
  margin-left: -0.64285714em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
}
#editor,
#map {
  float: left;
  position: relative;
  padding: 20px;
}
body.map-view #map {
  width: 100%;
}
body.map-view #editor {
  display: none;
  width: 0;
}
#list-view {
  position: relative;
}
body.map-view-poi-view #map,
body.map-view-poi-edit #map,
body.map-view-poi-create #map {
  display: block;
  width: 50%;
}
@media (max-width: 991px) {
  body.map-view-poi-view #map,
  body.map-view-poi-edit #map,
  body.map-view-poi-create #map {
    width: 100%;
  }
}
body.map-view-poi-view #editor,
body.map-view-poi-edit #editor,
body.map-view-poi-create #editor {
  display: block;
  width: 50%;
}
@media (max-width: 991px) {
  body.map-view-poi-view #editor,
  body.map-view-poi-edit #editor,
  body.map-view-poi-create #editor {
    width: 100%;
  }
}
/* ZEND FORMS */
form.zend-form label {
  display: table;
  margin: 10px 0;
  width: 100%;
}
form.zend-form label > span:first-child {
  display: table-cell;
  font-weight: bold;
  width: 150px;
  vertical-align: top;
}
@media (max-width: 991px) {
  form.zend-form label > span:first-child {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
form.zend-form label > input {
  display: table-cell;
  width: 100%;
}
form.zend-form .alert {
  margin-bottom: 0;
  display: block;
  margin-left: 150px;
  margin-top: -11px;
}
form.zend-form .alert > ul {
  margin: 0;
  list-style: none;
}
form.zend-form .input-error {
  border-color: #ebccd1;
  padding-right: 30px;
}
#fileupload table {
  margin: 0;
}
#fileupload table .files audio,
#fileupload table .files video {
  max-width: 70px;
}
.selected {
  background-color: #90ba1e !important;
  color: #fff;
}
[data-command] {
  cursor: pointer;
}
.trumbowyg {
  margin-left: 150px !important;
  width: auto !important;
}
@media (max-width: 991px) {
  .trumbowyg {
    margin-left: 0px !important;
  }
}
/***********************************************
FINDER
***********************************************/
@media (max-width: 991px) {
  #finder #query {
    width: 100%;
    display: table;
  }
  #finder #query > div {
    display: table-header-group;
    margin-bottom: 5px;
  }
}
/***********************************************
MENU
***********************************************/
body.map-view {
  /*#menu-list,*/
  /*#menu-list-new,*/
  /*#menu-list-open,*/
  /*#menu-list-new,*/
  /*#menu-list-save,*/
  /*#menu-list-save-as,*/
  /*#menu-list-export,*/
  /*#menu-list-export-pdf,*/
  /*#menu-list-export-kmz,*/
  /*#menu-poi,*/
  /*#menu-poi-new,*/
  /*#menu-list,*/
  /*#menu-list-new,*/
  /*#menu-list-open,*/
  /*#menu-list-new,*/
  /*#menu-list-save,*/
  /*#menu-list-save-as,*/
  /*#menu-list-export,*/
  /*#menu-list-export-pdf,*/
  /*#menu-list-export-kmz,*/
  /*#menu-poi,*/
  /*#menu-poi-new,*/
  /*#menu-poi-edit,*/
  /*#menu-poi-save,*/
  /*#menu-poi-cancel,*/
  /*#menu-poi-import,*/
  /*        {
                .disable();
            }*/
}
body.map-view #menu-poi-edit,
body.map-view #menu-poi-save,
body.map-view #menu-poi-cancel {
  display: none;
}
body.map-view-poi-view {
  /*#menu-list,*/
  /*#menu-list-new,*/
  /*#menu-list-open,*/
  /*#menu-list-new,*/
  /*#menu-list-save,*/
  /*#menu-list-save-as,*/
  /*#menu-list-export,*/
  /*#menu-list-export-pdf,*/
  /*#menu-list-export-kmz,*/
  /*#menu-poi,*/
  /*#menu-poi-new,*/
  /*#menu-poi-edit,*/
  /*    #menu-poi-save,
        #menu-poi-cancel,*/
  /*#menu-poi-import,*/
  /*    {
            .disable();
        }*/
}
body.map-view-poi-view #menu-list,
body.map-view-poi-view #menu-list-new,
body.map-view-poi-view #menu-list-open,
body.map-view-poi-view #menu-list-new,
body.map-view-poi-view #menu-list-save,
body.map-view-poi-view #menu-list-save-as,
body.map-view-poi-view #menu-list-export,
body.map-view-poi-view #menu-list-export-pdf,
body.map-view-poi-view #menu-list-export-kmz,
body.map-view-poi-view #menu-poi-save,
body.map-view-poi-view #menu-poi-import {
  display: none;
}
body.map-view-poi-view #list-view {
  display: none;
}
body.map-view-poi-create,
body.map-view-poi-edit {
  /*#menu-list,*/
  /*#menu-list-new,*/
  /*#menu-list-open,*/
  /*#menu-list-new,*/
  /*#menu-list-save,*/
  /*#menu-list-save-as,*/
  /*#menu-list-export,*/
  /*#menu-list-export-pdf,*/
  /*#menu-list-export-kmz,*/
  /*#menu-poi,*/
  /*#menu-poi-new,*/
  /*#menu-poi-edit,*/
  /*#menu-poi-save,*/
  /*#menu-poi-cancel,*/
  /*#menu-poi-import,*/
  /*    {
            .disable();
        }*/
}
body.map-view-poi-create #menu-list,
body.map-view-poi-edit #menu-list,
body.map-view-poi-create #menu-list-new,
body.map-view-poi-edit #menu-list-new,
body.map-view-poi-create #menu-list-open,
body.map-view-poi-edit #menu-list-open,
body.map-view-poi-create #menu-list-new,
body.map-view-poi-edit #menu-list-new,
body.map-view-poi-create #menu-list-save,
body.map-view-poi-edit #menu-list-save,
body.map-view-poi-create #menu-list-save-as,
body.map-view-poi-edit #menu-list-save-as,
body.map-view-poi-create #menu-list-export,
body.map-view-poi-edit #menu-list-export,
body.map-view-poi-create #menu-list-export-pdf,
body.map-view-poi-edit #menu-list-export-pdf,
body.map-view-poi-create #menu-list-export-kmz,
body.map-view-poi-edit #menu-list-export-kmz,
body.map-view-poi-create #menu-poi-new,
body.map-view-poi-edit #menu-poi-new,
body.map-view-poi-create #menu-poi-edit,
body.map-view-poi-edit #menu-poi-edit,
body.map-view-poi-create #menu-poi-import,
body.map-view-poi-edit #menu-poi-import {
  display: none;
}
body.map-view-poi-create #list-view,
body.map-view-poi-edit #list-view {
  display: none;
}
.icon-select .icon-option {
  display: inline-block;
  text-align: center;
  padding: 5px;
}
.icon-select .icon-option svg {
  display: inline-block;
}
.icon-select .icon-option .option-label {
  display: none;
}
#attachments {
  width: 100%;
  min-height: 102px;
  border: 1px solid #ccc;
  padding: 5px;
}
#attachments:after {
  display: block;
  clear: both;
  content: ' ';
}
#attachments .file {
  margin: 5px;
}
.location {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
/*# sourceMappingURL=extranet.css.map */