/* Layout */

#header {
  background-color: #fff;
  display: block;
  height: 56px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e4e5e7;
}
#menu {
  width: 180px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 56px;
  transition: all 0.4s ease 0s;
}
.fixed-navbar #wrapper {
  top: 56px;
}
.fixed-navbar #header {
    z-index: 1001;
}

.fixed-small-header .small-header {
  position: fixed;
  top: 56px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 1001;
}
.mobile-navbar {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 100;
}

.footer {
  padding: 8px 10px;
  background: #ffffff;
  border-top: 1px solid #e4e5e7;
  transition: all 0.4s ease 0s;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
}

.content {
  padding: 20px;
  min-width: 320px;
}

@media (max-width: 768px) {
    .content {
        padding: 10px 10px 10px 10px;
        min-width: 320px;
    }
}

.normalheader {
  min-width: 320px;
  padding: 25px 25px 0px 25px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: rtl;
    text-align: left;
}

.under-dotted {
    border-bottom: 1px dotted;
}

.empty-form {
    display: none;
}

.dynamic-form {
    display: block;
}

.bcrumbs {
  margin-top: 10px;
  float: left;
}

.bcrumbs-text {
    float: left;
}

#logo {
  float: left;
  width: 181px;
  background-color: #34495e;
  padding: 18px 10px 18px 18px;
  height: 56px;
  text-align: center;
  border-right: 1px solid #e4e5e7;
}

body.light-skin #logo.light-version {
    border: 0;
    background-color: #f8f9fb;
    text-align: center;
    width: 205px;
    border-right: 1px solid #e4e5e7;
}

body.light-skin #logo.light-version span {
    font-weight: 600;
    color: #34495e;
    font-size: 14px;
}

body.modal-open {
    left: 0;
    right: 0;
    padding-right: 0!important;
    position: absolute;
    height: 100%;
}

.small-header .panel-body {
  padding: 10px 15px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
}

.panel-body {
  border-radius: 6px !important;
}

.panel-footer {
    border-radius: 6px !important;
}

.modal-header {
    border-radius: 6px !important;
}

.modal-footer {
    border-radius: 6px !important;
}

.hpanel .hbuilt {
    border-radius: 6px !important;
}

.tab-pane .panel-body {
    border-top-left-radius: 0px !important;
}

.table-responsive {
    border-radius: 6px !important;
}

.nav > li >a {
    padding: 5px 10px;
}

#breadcrumbs-mobile {
  display: none;
}

#hide-menu-mobile {
  display: none;
  height: 55px;
}

.navbar-right-user {
  display: inline-block;
}

.bcrumbs-text {
  max-width: 700px;
}

.navbar-right-user {
  max-width: 300px;
}

@media (max-width: 1300px) {
  .bcrumbs-text {
      max-width: 550px;
  }
  .navbar-right-user {
    max-width: 250px;
  }
}

@media (max-width: 1150px) {
  .bcrumbs-text {
      max-width: 460px;
  }
  .navbar-right-user {
    max-width: 200px;
  }
}

@media (max-width: 1050px) {
  .bcrumbs-text {
      max-width: 390px;
  }
  .navbar-right-user {
    max-width: 150px;
  }
}

@media (max-width: 950px) {
  .bcrumbs-text {
    max-width: 300px;
  }
  .navbar-right-user {
    max-width: 100px;
  }
}

@media (max-width: 800px) {
  .bcrumbs-text {
    max-width: 280px;
  }
  .navbar-right-user {
    max-width: 80px;
  }
}

@media (max-width: 768px) {
  .navbar-form-custom,
  .navbar-right,
  #logo {
    display: none;
  }
  #breadcrumbs {
    display: none;
  }
  #breadcrumbs-mobile {
    display: block;
  }
  #hide-menu-mobile {
    display: block;
  }
  .navbar-static-top {
    margin: 0;
  }
  .small-logo {
    display: block;
    float: left;
  }
  .header-line div {
    display: none;
  }
  .color-demo .header-line {
    height: 48px;
  }
  #hbreadcrumb {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e4e5e7;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 270px !important;
  z-index: 1009;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto;
}

.navbar-nav > li > a {
  padding: 15px 10px;
  font-size: 25px;
}

.navbar-nav > li:last-child > a {
  padding-right: 25px;
}

.toolbar-nav > li {
    float: left;
}

.toolbar-nav > li > a {
    padding: 15px 10px;
    font-size: 25px;
    position: relative;
    display: block;
    height: 56px;
    float: right;
    color: #9d9fa2;
}


/* TOOLTIPS */

.tooltip-inner {
    white-space: pre-wrap;
}

/* MENU */

body.highlight-menu #side-menu li.active a {
    border-left: 5px solid #b3c8ce;
}

body.highlight-menu #side-menu li .nav-second-level li.active a {
    border-left: 5px solid #3498db;
}

/* FILTER COLUMN */

#filter-container {
    position: relative;
    width: 100%;      
}
 
#changelist-filter {
    position: absolute;
    top: 0;
    right: 0;
    left: -20px;
    z-index: 1000;
    width: 255px;
    background: #f8f8f8;
    border-left: none;
    margin: 0;
    padding-bottom: 0px;
}
 
.filter-title {
    font-weight: 400;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 0;
}
 
.filter-ul-container {
    margin: 5px 0px 0px 0px;
    padding: 0 15px 10px;
    border-bottom: 1px solid #eaeaea;
}
 
.filter-li-container {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

 
#changelist-filter a {
    display: block;
    color: #999;
}
 
#changelist-filter li.filter-selected {
    border-left: 5px solid #3498db;
    padding-left: 10px;
    margin-left: -15px;
}

#changelist-filter li.selected a {
    color: #5b80b2;
    font-weight: 600;
}
 
#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
    color: #036;
}

/* Select2 fixes */

.select2-search__field {
    width: 100% !important
}

/* ACTIONS */              
                          
#changelist table tbody tr.selected {
    background-color: #E2EBF5;
}                          

#changelist .actions span.all,
#changelist .actions span.action-counter,
#changelist .actions span.clear,
#changelist .actions span.question {
    font-size: 13px;       
    margin: 0 0.5em;       
    display: none;         
}                          
                           
#changelist .actions:last-child {
    border-bottom: none;   
}

#changelist .actions select {
    vertical-align: top;  
    height: 24px;   
    background: none; 
    border: 1px solid #ccc;
    border-radius: 4px;   
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0 0 0 10px;
}

#changelist .actions .button {
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff; 
    box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
    cursor: pointer;
    height: 24px;   
    line-height: 1; 
    padding: 4px 8px;
    margin: 0; 
    color: #333;
}

/* ERRORS */ 
    
ul.errorlist {
    margin: 0 0 4px;
    padding: 0;
    color: #ba2121;
}  
   
ul.errorlist li {
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
}  
   
ul.errorlist li:first-child {
    margin-top: 0;
}  
   
ul.errorlist li a {
    color: inherit;
    text-decoration: underline;
}  
   
.errors input, .errors select, .errors textarea {
    border: 1px solid #ba2121;
}   
    
/* SORTABLE TABLES */
          
thead th { 
    white-space: nowrap;
    font-weight: lighter;
}

table thead th a { 
    font-weight: bold;
    border-bottom-style: none;
}

table th a { 
    font-weight: normal;
    border-bottom: 1px dotted;
}

table thead th.action-checkbox-column {
    width: 24px;
}         

thead th.sorted a.sortremove {
    visibility: hidden;
}         
          
table thead th.sorted:hover a.sortremove {
    visibility: visible;
}         
          
table thead th.sorted .sortoptions {
    float: right;
    position: relative;
    text-align: right;
    white-space: nowrap;
}

table thead th.sorted {
    min-width: 72px;
}       
          
table thead th.sorted .sortpriority {
    text-align: right;
    margin-left: 0;
    margin-right: 0;
}         
          
table thead th.sorted .sortoptions a {
    position: relative;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/static/images/sorting-icons.svg) 0 0 no-repeat;
    background-size: 12px auto;
}         
          
table thead th.sorted .sortoptions a.sortremove {
    background-position: 0 0;
}

table thead th.sorted .sortoptions a.sortremove:after {
    content: "/";
    position: absolute;
    top: -6px;
    left: 3px;
    font-weight: 200;
    font-size: 18px;
    color: #999;
} 
  
table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #447e9b;
} 
  
table thead th.sorted .sortoptions a.sortremove:focus,
table thead th.sorted .sortoptions a.sortremove:hover {
    background-position: 0 -12px;
} 
  
table thead th.sorted .sortoptions a.ascending {
    background-position: 0 -24px;
} 
  
table thead th.sorted .sortoptions a.ascending:focus,
table thead th.sorted .sortoptions a.ascending:hover {
    background-position: 0 -36px;
} 
  
table thead th.sorted .sortoptions a.descending {
    top: 1px;
    background-position: 0 -48px;
} 
  
table thead th.sorted .sortoptions a.descending:focus,
table thead th.sorted .sortoptions a.descending:hover {
    background-position: 0 -60px;
}


/* CodeMirror */

.CodeMirror-fullscreen {
  position: fixed !important;
  top: 56px; left: 0; right: 0; bottom: 0;
  height: auto;
  z-index: 20 !important;
  max-height: 100% !important;
}


/* Dim class */

.dim {
  filter: alpha(opacity=65); /* internet explorer */
  -khtml-opacity: 0.65;      /* khtml, old safari */
  -moz-opacity: 0.65;       /* mozilla, netscape */
  opacity: 0.65;           /* fx, safari, opera */
}


/* Other */

.dont-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.nowrap {
    white-space: nowrap;
}

@media (min-width : 600px) {
    .table-row-equal {
        display: table;
        table-layout: fixed;
    }

    .table-row-equal .cell {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.btn-custom.btn-outline {
  color: #adb3ff;
}

.btn-custom {
  background-color: #adb3ff;
  border-color: #adb3ff;
  color: #FFFFFF ;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-color: #677ef9;
  border-color: #677ef9;
  color: #FFFFFF ;
}
.btn-custom:active,
.btn-custom.active,
.open .dropdown-toggle.btn-custom {
  background-image: none;
}
.btn-custom.disabled,
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled],
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom.active[disabled],
fieldset[disabled] .btn-custom,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #2c366a;
  border-color: #2c366a;
}

.btn-light {
  color: #333;
  background-color: #ececec;
  border-color: #ccc;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.btn-light {
  color: #333;
  background-color: #ececec;
  border-color: #adadad;
}
.btn-light:active,
.btn-light.active,
.open .dropdown-toggle.-light {
  background-image: none;
}

.m-b-2px {
  margin-bottom: 2px;
}


@-webkit-keyframes glowing-primary {
  0% { background-color: #34495e; -webkit-box-shadow: 0 0 3px #34495e; }
  50% { background-color: #1b71ab; -webkit-box-shadow: 0 0 20px #1b71ab; }
  100% { background-color: #34495e; -webkit-box-shadow: 0 0 3px #34495e; }
}

@-moz-keyframes glowing-primary {
  0% { background-color: #34495e; -moz-box-shadow: 0 0 3px #34495e; }
  50% { background-color: #1b71ab; -moz-box-shadow: 0 0 20px #1b71ab; }
  100% { background-color: #34495e; -moz-box-shadow: 0 0 3px #34495e; }
}

@-o-keyframes glowing-primary {
  0% { background-color: #34495e; box-shadow: 0 0 3px #34495e; }
  50% { background-color: #1b71ab; box-shadow: 0 0 20px #1b71ab; }
  100% { background-color: #34495e; box-shadow: 0 0 3px #34495e; }
}

@keyframes glowing-primary {
  0% { background-color: #34495e; box-shadow: 0 0 3px #34495e; }
  50% { background-color: #1b71ab; box-shadow: 0 0 20px #1b71ab; }
  100% { background-color: #34495e; box-shadow: 0 0 3px #34495e; }
}

.glow-primary {
  -webkit-animation: glowing-primary 1500ms infinite;
  -moz-animation: glowing-primary 1500ms infinite;
  -o-animation: glowing-primary 1500ms infinite;
  animation: glowing-primary 1500ms infinite;
}

.text-black {
  color: #000000;
}

.field-variable_name {
  word-break: break-all;
}

/* Splash style */
.splash {
  position: absolute;
  z-index: 2000;
  background: #f7f9fa;
  color: gray;
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*right: 0;*/
  display: block;
}

#toast-container>div {
    opacity: .7;
}

.toast-message a {
    color: black;
}

/* Rounded avatars */
.avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
}

@media print {
  @page {
    margin-top: 1.2cm;
    margin-bottom: 1.2cm;
  }

  a[href]:after {
    content: none !important;
  }

  img[src]:after {
    content: none !important;
  }

  .no-print {
    display: none !important;
  }

  .printChart {
    padding-right: 1cm;
  }
}

.floatingToolTip {
    z-index: 1;
    position: absolute;
    left: 20px;
    top: 0px;
    height: 20px;
    padding: 2px 5px 2px 5px;
    background-color: #000;
    color: #ffffff;
    opacity: .6;
    border-radius: 3px;
    display: none;
}

.sparklineCanvas {
    padding: 2px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin-top: -5px;
    min-height: 45px;
    width: 210px;
}

.speedmeter {
    display: inline-block;
    height: 160px;
    width: 150px;
    text-align: center;
    font-size: 8vw;
}

.panel-resizable {
    resize: vertical;
    overflow: hidden;
}

.panel-reloading {
    height: 100%;
    width:100%;
    background-color: white;
    position:absolute;
    opacity: .7;
    display: none;
    z-index: 10;
    top:0;
}

.panel-reload-text {
    display: flex;
    height: 100%;
    width:100%;
    justify-content: center;
    align-items: center;
}

.tab-nowrap {
    display: flex;
    flex-flow: nowrap;
    white-space: nowrap;
}

.nav-tabs>li>a {
    background-color: #edededed;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    background-color: #e1ded8;
}

/* loading bars icon color */
svg path, svg rect {
    fill: #4388e0;
}

.checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
}


.label-black {
    background-color: #000000;
}

.label-gray {
    background-color: #6a6c6f;
}

.label-lgray {
    background-color: #dcdcdc;
    color: #6a6c6f;
}

.label-white {
    background-color: white;
    border: 1px solid #bbbbbb;
    padding: .12em .6em .12em;
    color: #6a6c6f;
}

.label-success2 {
    background-color: #237702;
}

.label-list {
    font-size: 85%;
}

.hmodal-primary .color-line {
    background: #3f5872
}

.hmodal-info h4.modal-title {
    color: #3f5872
}


/* Mardown Editor */

.CodeMirror-wrap {
    max-height: 150px;
    min-height: 150px !important;
}

.editor-toolbar:before {
    margin-bottom: 2px !important;
}

.editor-toolbar:after {
    margin-top: 2px !important;
}

.editor-toolbar {
    padding: 0 2px !important;
}

.editor-toolbar.fullscreen {
    z-index: 9999 !important;
    padding: 10px 10px !important;
    height: auto !important;
}

.editor-statusbar {
    padding: 4px 5px !important;
}

.table-striped-two > tbody > tr:nth-of-type(4n),
.table-striped-two > tbody > tr:nth-of-type(4n-1) {
  background-color: #f9f9f9;
}

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

.btn-xxs {
    border-radius: 3px;
    font-size: 9px;
    line-height: 1.5;
    padding: 1px 6px;
}

.datepicker-switch {
    font-weight: bold;
    font-size: 15px;
}

.simple-switch-outter {
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
}

.simple-switch-outter.checked {
    border-color: #3498db;
    box-shadow: #3498db 0 0 0 16px inset;
    background-color: #3498db;
}

.simple-switch-circle {
    height: 20px !important;
    width: 20px !important;
}

.panel-chart {
    padding: 20px 15px 5px 15px !important;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

@media (max-width: 768px) {
    .panel-chart {
        padding: 10px 5px 5px 5px !important;
    }
}

.form-control:focus {
    border-color: #66afe9 !important;
    -webkit-box-shadow: none;
     box-shadow: none;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #66afe9 !important;
    -webkit-box-shadow: none !important;
     box-shadow: none !important;
}

.select2-tag-hideSearch {
    visibility: hidden;
}

/* Sortable2 */
#result_list div.drag {
    cursor: pointer !important;
    background: url(/static/images/sort.svg) 80% 1px no-repeat !important;
}


div.inline-group table.ui-sortable tr.form-row.has_original td.drag {
    cursor: pointer !important;
    background: url(/static/images/sort.svg) 50% no-repeat !important;
}

/* Filter right sidebar */

#right-sidebar {
    background-color: #f8f8f8 !important;
}

/* SELECTOR (FILTER INTERFACE) */

.selector {
    /*width: 100%;*/
    /*float: left;*/
}

.selector select {
    width: 100%;
    height: 200px;
    border: 1px solid #eaeaea;
}

.selector-available, .selector-chosen {
    float: left;
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 5px;
}

.selector-chosen select {
    border-top: none;
}

.selector-available h2, .selector-chosen h2 {
    border: 1px solid #eaeaea;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
}

.selector-chosen h2 {
    background: #34495e;
    color: #fff;
}

.selector .selector-available h2 {
    background: #f8f8f8;
    color: #666;
}

.selector .selector-filter {
    background: white;
    border: 1px solid #eaeaea;
    border-width: 0 1px;
    padding: 8px;
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: left;
}

.selector .selector-filter label,
.inline-group .aligned .selector .selector-filter label {
    display: none;
}

.selector .selector-available input {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.selector .selector-available input:focus {
  border-color: #66afe9;
  outline: 0;
}

.selector ul.selector-chooser {
    float: left;
    /*width: 22px;*/
    background-color: #eee;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    padding: 0;
}

.selector-chooser li {
    margin: 0;
    padding: 3px;
    float: left;
    list-style-type: none;
}

.selector select {
    padding: 0 10px;
    margin: 0 0 10px;
    border-radius: 0 0 4px 4px;
}

.selector select:focus {
  border-color: #66afe9;
  outline: 0;
}

.selector-add, .selector-remove {
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -3000px;
    overflow: hidden;
    cursor: default;
    opacity: 0.3;
}

.active.selector-add, .active.selector-remove {
    opacity: 1;
}

.active.selector-add:hover, .active.selector-remove:hover {
    cursor: pointer;
}

.selector-add {
    background: url(/static/admin/img/selector-icons.svg) 0 -96px no-repeat;
    transform: rotate(90deg);
}

.active.selector-add:focus, .active.selector-add:hover {
    background-position: 0 -112px;
}

.selector-remove {
    background: url(/static/admin/img/selector-icons.svg) 0 -64px no-repeat;
    transform: rotate(90deg);
}

.active.selector-remove:focus, .active.selector-remove:hover {
    background-position: 0 -80px;
}

a.selector-chooseall, a.selector-clearall {
    display: inline-block;
    height: 16px;
    text-align: left;
    margin: 1px auto 3px;
    overflow: hidden;
    font-weight: bold;
    line-height: 16px;
    color: #666;
    text-decoration: none;
    opacity: 0.3;
}

a.active.selector-chooseall:focus, a.active.selector-clearall:focus,
a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    color: #447e9b;
}

a.active.selector-chooseall, a.active.selector-clearall {
    opacity: 1;
}

a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    cursor: pointer;
}

a.selector-chooseall {
    padding: 0 18px 0 0;
    background: url(/static/admin/img/selector-icons.svg) right -160px no-repeat;
    cursor: default;
}

a.active.selector-chooseall:focus, a.active.selector-chooseall:hover {
    background-position: 100% -176px;
}

a.selector-clearall {
    padding: 0 0 0 18px;
    background: url(/static/admin/img/selector-icons.svg) 0 -128px no-repeat;
    cursor: default;
}

a.active.selector-clearall:focus, a.active.selector-clearall:hover {
    background-position: 0 -144px;
}

/* STACKED SELECTORS */

.stacked {
    float: left;
    width: 490px;
}

.stacked select {
    width: 480px;
    height: 10.1em;
}

.stacked .selector-available, .stacked .selector-chosen {
    width: 480px;
}

.stacked .selector-available {
    margin-bottom: 0;
}

.stacked .selector-available input {
    width: 422px;
}

.stacked ul.selector-chooser {
    /*height: 22px;*/
    /*width: 50px;*/
    margin: 0 0 10px 40%;
    background-color: #eee;
    border-radius: 10px;
}

.stacked .selector-chooser li {
    float: left;
    padding: 3px 3px 3px 5px;
}

.stacked .selector-chooseall, .stacked .selector-clearall {
    display: none;
}

.stacked .selector-add {
    background: url(/static/admin/img/selector-icons.svg) 0 -32px no-repeat;
    cursor: default;
}

.stacked .active.selector-add {
    background-position: 0 -48px;
    cursor: pointer;
}

.stacked .selector-remove {
    background: url(/static/admin/img/selector-icons.svg) 0 0 no-repeat;
    cursor: default;
}

.stacked .active.selector-remove {
    background-position: 0 -16px;
    cursor: pointer;
}

.selector .help-icon {
    background: url(/static/admin/img/icon-unknown.svg) 0 0 no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    width: 13px;
    height: 13px;
}

.selector .selector-chosen .help-icon {
    background: url(/static/admin/img/icon-unknown-alt.svg) 0 0 no-repeat;
}

.selector .search-label-icon {
    background: url(/static/admin/img/search.svg) 0 0 no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.panel-shadow {
    border: 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
}

.arrow {
    float: right;
    margin-right: 5px;
}

.hpanel .alert {
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    border-bottom: 0;
}

.djangoql-completion .active {
  background-color: #337ab7 !important;
}

.location-thumbnail{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.thumbnailExpanded{
    width: 300px !important;
    height: 300px !important;
}

.markerThumbnailExpanded{
    width: 340px;
    left: -170px !important;
}

.semitransparent{
    background-color: #eeeeee82;
}

.miniExpand {
        position: absolute;
        margin-left: -26px;
        margin-top: 2px;
        font-size: 7px;
}